<div dir="ltr">This is the third time an FTBFS report against this package (which was removed from Debian) was submitted.<div><br></div><div>The other two times were <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855926">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855926</a> and <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848806">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848806</a>, both were closed asking for an explanation as to why the issue was filed in the first place.</div><div><br></div><div>lucas, is this a bug in your rebuild infrastructure, or did something go wrong with the removal? <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839364">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839364</a> (same issue as the one you’re reporting) was closed by ftpmaster due to package removal.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 8:21 AM, Lucas Nussbaum <span dir="ltr"><<a href="mailto:lucas@debian.org" target="_blank">lucas@debian.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Source: golang<br>
Version: 2:1.6.1-2<br>
Severity: serious<br>
Tags: stretch sid<br>
User: <a href="mailto:debian-qa@lists.debian.org">debian-qa@lists.debian.org</a><br>
Usertags: qa-ftbfs-20170418 qa-ftbfs<br>
Justification: FTBFS in stretch on amd64<br>
<br>
Hi,<br>
<br>
During a rebuild of all packages in stretch (in a stretch chroot, not a<br>
sid chroot), your package failed to build on amd64.<br>
<br>
Relevant part (hopefully):<br>
> make[1]: Entering directory '/<<PKGBUILDDIR>>'<br>
> set -ex; \<br>
>       cd src; \<br>
>       export PATH="/<<PKGBUILDDIR>>/bin:$<wbr>PATH"; \<br>
>       eval "$(go tool dist env)"; \<br>
>       bash run.bash -k -no-rebuild;<br>
> + cd src<br>
> + export PATH=/<<PKGBUILDDIR>>/bin:/<wbr>usr/local/sbin:/usr/local/bin:<wbr>/usr/sbin:/usr/bin:/sbin:/bin:<wbr>/usr/games<br>
> + go tool dist env<br>
> + eval CC="gcc"<br>
> CC_FOR_TARGET="gcc"<br>
> GOROOT="/<<PKGBUILDDIR>>"<br>
> GOBIN="/<<PKGBUILDDIR>>/bin"<br>
> GOARCH="amd64"<br>
> GOOS="linux"<br>
> GOHOSTARCH="amd64"<br>
> GOHOSTOS="linux"<br>
> GOTOOLDIR="/<<PKGBUILDDIR>>/<wbr>pkg/tool/linux_amd64"<br>
> + CC=gcc<br>
> + CC_FOR_TARGET=gcc<br>
> + GOROOT=/<<PKGBUILDDIR>><br>
> + GOBIN=/<<PKGBUILDDIR>>/bin<br>
> + GOARCH=amd64<br>
> + GOOS=linux<br>
> + GOHOSTARCH=amd64<br>
> + GOHOSTOS=linux<br>
> + GOTOOLDIR=/<<PKGBUILDDIR>>/<wbr>pkg/tool/linux_amd64<br>
> + bash run.bash -k -no-rebuild<br>
><br>
> ##### Testing packages.<br>
> ok    archive/tar     0.019s<br>
> ok    archive/zip     0.215s<br>
> ok    bufio   0.193s<br>
> ok    bytes   0.204s<br>
> ok    compress/bzip2  0.247s<br>
> ok    compress/flate  0.831s<br>
> ok    compress/gzip   0.100s<br>
> ok    compress/lzw    0.039s<br>
> ok    compress/zlib   0.168s<br>
> ok    container/heap  0.009s<br>
> ok    container/list  0.038s<br>
> ok    container/ring  0.017s<br>
> ok    crypto/aes      0.083s<br>
> ok    crypto/cipher   0.015s<br>
> ok    crypto/des      0.085s<br>
> ok    crypto/dsa      0.055s<br>
> ok    crypto/ecdsa    0.072s<br>
> ok    crypto/elliptic 0.125s<br>
> ok    crypto/hmac     0.024s<br>
> ok    crypto/md5      0.047s<br>
> ok    crypto/rand     0.050s<br>
> ok    crypto/rc4      0.213s<br>
> ok    crypto/rsa      0.146s<br>
> ok    crypto/sha1     0.049s<br>
> ok    crypto/sha256   0.036s<br>
> ok    crypto/sha512   0.019s<br>
> ok    crypto/subtle   0.008s<br>
> ok    crypto/tls      2.594s<br>
> ok    crypto/x509     3.088s<br>
> ok    database/sql    0.136s<br>
> ok    database/sql/driver     0.066s<br>
> ok    debug/dwarf     0.039s<br>
> ok    debug/elf       0.117s<br>
> ok    debug/gosym     0.520s<br>
> ok    debug/macho     0.032s<br>
> ok    debug/pe        0.034s<br>
> ok    debug/plan9obj  0.017s<br>
> ok    encoding/ascii85        0.088s<br>
> ok    encoding/asn1   0.021s<br>
> ok    encoding/base32 0.020s<br>
> ok    encoding/base64 0.035s<br>
> ok    encoding/binary 0.043s<br>
> ok    encoding/csv    0.037s<br>
> ok    encoding/gob    0.055s<br>
> ok    encoding/hex    0.048s<br>
> ok    encoding/json   0.412s<br>
> ok    encoding/pem    0.046s<br>
> ok    encoding/xml    0.024s<br>
> ok    errors  0.021s<br>
> ok    expvar  0.017s<br>
> ok    flag    0.026s<br>
> ok    fmt     0.205s<br>
> ok    go/ast  0.040s<br>
> ok    go/build        0.205s<br>
> ok    go/constant     0.023s<br>
> ok    go/doc  0.125s<br>
> ok    go/format       0.041s<br>
> ok    go/internal/gccgoimporter       0.013s<br>
> ok    go/internal/gcimporter  0.314s<br>
> ok    go/parser       0.086s<br>
> ok    go/printer      0.716s<br>
> ok    go/scanner      0.049s<br>
> ok    go/token        0.044s<br>
> ok    go/types        1.656s<br>
> ok    hash/adler32    0.032s<br>
> ok    hash/crc32      0.039s<br>
> ok    hash/crc64      0.045s<br>
> ok    hash/fnv        0.038s<br>
> ok    html    0.019s<br>
> ok    html/template   0.078s<br>
> ok    image   0.226s<br>
> ok    image/color     0.110s<br>
> ok    image/draw      0.117s<br>
> ok    image/gif       0.160s<br>
> ok    image/jpeg      0.341s<br>
> ok    image/png       0.103s<br>
> ok    index/suffixarray       0.044s<br>
> ok    internal/<a href="http://golang.org/x/net/http2/hpack" rel="noreferrer" target="_blank">golang.org/x/net/<wbr>http2/hpack</a>   0.029s<br>
> ok    internal/singleflight   0.062s<br>
> ok    internal/trace  0.069s<br>
> ok    io      0.048s<br>
> ok    io/ioutil       0.014s<br>
> ok    log     0.020s<br>
> ok    log/syslog      2.055s<br>
> ok    math    0.017s<br>
> ok    math/big        1.017s<br>
> ok    math/cmplx      0.009s<br>
> ok    math/rand       0.189s<br>
> ok    mime    0.087s<br>
> ok    mime/multipart  1.560s<br>
> ok    mime/quotedprintable    0.759s<br>
> ok    net     1.464s<br>
> ok    net/http        10.894s<br>
> ok    net/http/cgi    0.616s<br>
> ok    net/http/cookiejar      0.012s<br>
> ok    net/http/fcgi   0.009s<br>
> ok    net/http/httptest       0.026s<br>
> ok    net/http/httputil       0.218s<br>
> ok    net/http/internal       0.066s<br>
> ok    net/internal/socktest   0.007s<br>
> ok    net/mail        0.021s<br>
> ok    net/rpc 0.182s<br>
> ok    net/rpc/jsonrpc 0.109s<br>
> ok    net/smtp        0.047s<br>
> ok    net/textproto   0.021s<br>
> ok    net/url 0.124s<br>
> ok    os      0.361s<br>
> ok    os/exec 0.947s<br>
> ok    os/signal       4.541s<br>
> ok    os/user 0.031s<br>
> ok    path    0.010s<br>
> ok    path/filepath   0.027s<br>
> ok    reflect 0.344s<br>
> ok    regexp  0.968s<br>
> ok    regexp/syntax   0.721s<br>
> ok    runtime 17.240s<br>
> ok    runtime/debug   0.073s<br>
> ok    runtime/internal/atomic 0.245s<br>
> ok    runtime/pprof   3.205s<br>
> ok    runtime/trace   4.303s<br>
> ok    sort    0.130s<br>
> ok    strconv 1.098s<br>
> ok    strings 0.234s<br>
> ok    sync    0.267s<br>
> ok    sync/atomic     14.591s<br>
> ok    syscall 0.033s<br>
> ok    testing 1.213s<br>
> ok    testing/quick   0.099s<br>
> ok    text/scanner    0.048s<br>
> ok    text/tabwriter  0.016s<br>
> ok    text/template   0.120s<br>
> ok    text/template/parse     0.060s<br>
> ok    time    3.062s<br>
> ok    unicode 0.018s<br>
> ok    unicode/utf16   0.014s<br>
> ok    unicode/utf8    0.041s<br>
> ok    cmd/addr2line   2.645s<br>
> ok    cmd/api 0.050s<br>
> ok    cmd/asm/internal/asm    0.504s<br>
> ok    cmd/asm/internal/lex    0.065s<br>
> ok    cmd/compile/internal/big        1.387s<br>
> ok    cmd/compile/internal/gc 1.088s<br>
> ok    cmd/cover       4.701s<br>
> ok    cmd/doc 0.128s<br>
> ok    cmd/fix 0.081s<br>
> ok    cmd/go  46.882s<br>
> ok    cmd/gofmt       0.171s<br>
> ok    cmd/internal/goobj      0.130s<br>
> ok    cmd/internal/obj        0.030s<br>
> ok    cmd/internal/obj/x86    0.033s<br>
> ok    cmd/internal/unvendor/<a href="http://golang.org/x/arch/arm/armasm" rel="noreferrer" target="_blank">golang.<wbr>org/x/arch/arm/armasm</a>      0.034s<br>
> ok    cmd/internal/unvendor/<a href="http://golang.org/x/arch/x86/x86asm" rel="noreferrer" target="_blank">golang.<wbr>org/x/arch/x86/x86asm</a>      0.588s<br>
> ok    cmd/nm  2.620s<br>
> ok    cmd/objdump     6.981s<br>
> ok    cmd/pack        5.450s<br>
> ok    cmd/pprof/internal/profile      0.038s<br>
> ok    cmd/vet 6.297s<br>
><br>
> ##### GOMAXPROCS=2 runtime -cpu=1,2,4<br>
> ok    runtime 31.536s<br>
><br>
> ##### Testing without libgcc.<br>
> ok    crypto/x509     1.153s<br>
> ok    net     0.010s<br>
> ok    os/user 0.004s<br>
><br>
> ##### sync -cpu=10<br>
> ok    sync    0.163s<br>
><br>
> ##### ../misc/cgo/stdio<br>
><br>
> ##### ../misc/cgo/life<br>
><br>
> ##### ../misc/cgo/test<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>test 1.760s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>test 1.771s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>test 1.720s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>testtls      0.005s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>testtls      0.005s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>testtls      0.003s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>nocgo        0.003s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>nocgo        0.005s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>nocgo        0.003s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>test 1.778s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>testtls      0.004s<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>nocgo        0.004s<br>
><br>
> ##### Testing race detector<br>
> ok    runtime/race    2.681s<br>
> ok    flag    1.012s<br>
> ok    os/exec 2.036s<br>
> ==109864==ERROR: ThreadSanitizer failed to allocate 0x2710000 (40960000) bytes at address 1fdd294cccb00 (errno: 12)<br>
> unexpected fault address 0x0<br>
> fatal error: fault<br>
> [signal 0x7 code=0x80 addr=0x0 pc=0x7f74a4ee7c95]<br>
><br>
> goroutine 1 [running, locked to thread]:<br>
> runtime.throw(0x0, 0x7f74a4d13cf8)<br>
>       /<<PKGBUILDDIR>>/src/runtime/<wbr>panic.go:530 +0x90 fp=0x7ffe9a46c9a0 sp=0x7ffe9a46c988<br>
><br>
> goroutine 17 [syscall, locked to thread]:<br>
> runtime.goexit()<br>
>       /<<PKGBUILDDIR>>/src/runtime/<wbr>asm_amd64.s:1998 +0x1 fp=0xc820088fb8 sp=0xc820088fb0<br>
> exit status 2<br>
> FAIL  _/<<PKGBUILDDIR>>/misc/cgo/<wbr>test 0.010s<br>
> 2017/04/18 22:30:58 Failed: exit status 1<br>
> ==108865==ERROR: ThreadSanitizer failed to allocate 0x26e8000 (40796160) bytes at address 1fc7938aec680 (errno: 12)<br>
> unexpected fault address 0x0<br>
> fatal error: fault<br>
> [signal 0x7 code=0x80 addr=0x0 pc=0x7f1e4df56e65]<br>
><br>
> goroutine 1 [running, locked to thread]:<br>
> runtime.throw(0x0, 0x7f1e4de2b208)<br>
>       /<<PKGBUILDDIR>>/src/runtime/<wbr>panic.go:530 +0x90 fp=0x7ffe2d4b41c0 sp=0x7ffe2d4b41a8<br>
><br>
> goroutine 17 [syscall, locked to thread]:<br>
> runtime.goexit()<br>
>       /<<PKGBUILDDIR>>/src/runtime/<wbr>asm_amd64.s:1998 +0x1<br>
> FAIL  flag    0.008s<br>
> ==109086==ERROR: ThreadSanitizer failed to allocate 0x2720000 (41025536) bytes at address 1ff5e699f8700 (errno: 12)<br>
> unexpected fault address 0x0<br>
> fatal error: fault<br>
> [signal 0x7 code=0x80 addr=0x0 pc=0x7fd79a119305]<br>
><br>
> goroutine 1 [running, locked to thread]:<br>
> runtime.throw(0x0, 0x7fd799d6a8d8)<br>
>       /<<PKGBUILDDIR>>/src/runtime/<wbr>panic.go:530 +0x90 fp=0x7ffff235d5e0 sp=0x7ffff235d5c8<br>
><br>
> goroutine 17 [syscall, locked to thread]:<br>
> runtime.goexit()<br>
>       /<<PKGBUILDDIR>>/src/runtime/<wbr>asm_amd64.s:1998 +0x1<br>
> FAIL  os/exec 0.014s<br>
> 2017/04/18 22:30:58 Failed: exit status 1<br>
><br>
> ##### ../misc/cgo/testgodefs<br>
><br>
> ##### ../misc/cgo/testso<br>
><br>
> ##### ../misc/cgo/testsovar<br>
><br>
> ##### ../misc/cgo/testcarchive<br>
> PASS<br>
> PASS<br>
> PASS<br>
> PASS<br>
> PASS<br>
> PASS<br>
><br>
> ##### ../misc/cgo/testcshared<br>
> ok<br>
><br>
> ##### ../misc/cgo/testshared<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/misc/cgo/<wbr>testshared   11.201s<br>
><br>
> ##### ../misc/cgo/testasan<br>
><br>
> ##### ../misc/cgo/testsanitizers<br>
> skipping msan test: -fsanitize=memory not supported<br>
><br>
> ##### ../misc/cgo/errors<br>
><br>
> ##### ../misc/cgo/testsigfwd<br>
><br>
> ##### ../test/bench/go1<br>
> testing: warning: no tests to run<br>
> PASS<br>
> ok    _/<<PKGBUILDDIR>>/test/bench/<wbr>go1        3.118s<br>
><br>
> ##### ../test<br>
><br>
> ##### API check<br>
> Go version is "go1.6.1", ignoring -next /<<PKGBUILDDIR>>/api/next.txt<br>
><br>
> FAILED<br>
> debian/rules:32: recipe for target 'override_dh_auto_test-arch' failed<br>
> make[1]: *** [override_dh_auto_test-arch] Error 1<br>
<br>
The full build log is available from:<br>
   <a href="http://aws-logs.debian.net/2017/04/18/golang_1.6.1-2_testing.log" rel="noreferrer" target="_blank">http://aws-logs.debian.net/<wbr>2017/04/18/golang_1.6.1-2_<wbr>testing.log</a><br>
<br>
A list of current common problems and possible solutions is available at<br>
<a href="http://wiki.debian.org/qa.debian.org/FTBFS" rel="noreferrer" target="_blank">http://wiki.debian.org/qa.<wbr>debian.org/FTBFS</a> . You're welcome to contribute!<br>
<br>
About the archive rebuild: The rebuild was done on EC2 VM instances from<br>
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every<br>
failed build was retried once to eliminate random failures.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Best regards,<br>Michael</div>
</div>