Your message dated Mon, 03 Oct 2016 22:37:57 +0000
with message-id <e1brbrx-000326...@franck.debian.org>
and subject line Bug#839298: fixed in golang-1.6 1.6.3-2
has caused the Debian Bug report #839298,
regarding golang-1.6: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
839298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-1.6
Version: 1.6.3-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160930 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> set -ex; \
>       cd src; \
>       export PATH="/<<PKGBUILDDIR>>/bin:$PATH"; \
>       eval "$(go tool dist env)"; \
>       bash run.bash -k -no-rebuild;
> + cd src
> + export 
> PATH=/<<PKGBUILDDIR>>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> + go tool dist env
> + eval CC="gcc"
> CC_FOR_TARGET="gcc"
> GOROOT="/<<PKGBUILDDIR>>"
> GOBIN="/<<PKGBUILDDIR>>/bin"
> GOARCH="amd64"
> GOOS="linux"
> GOHOSTARCH="amd64"
> GOHOSTOS="linux"
> GOTOOLDIR="/<<PKGBUILDDIR>>/pkg/tool/linux_amd64"
> + CC=gcc
> + CC_FOR_TARGET=gcc
> + GOROOT=/<<PKGBUILDDIR>>
> + GOBIN=/<<PKGBUILDDIR>>/bin
> + GOARCH=amd64
> + GOOS=linux
> + GOHOSTARCH=amd64
> + GOHOSTOS=linux
> + GOTOOLDIR=/<<PKGBUILDDIR>>/pkg/tool/linux_amd64
> + bash run.bash -k -no-rebuild
> 
> ##### Testing packages.
> ok    archive/tar     0.022s
> ok    archive/zip     0.077s
> ok    bufio   0.090s
> ok    bytes   0.125s
> ok    compress/bzip2  0.111s
> ok    compress/flate  0.250s
> ok    compress/gzip   0.033s
> ok    compress/lzw    0.006s
> ok    compress/zlib   0.025s
> ok    container/heap  0.014s
> ok    container/list  0.016s
> ok    container/ring  0.016s
> ok    crypto/aes      0.034s
> ok    crypto/cipher   0.004s
> ok    crypto/des      0.014s
> ok    crypto/dsa      0.007s
> ok    crypto/ecdsa    0.048s
> ok    crypto/elliptic 0.048s
> ok    crypto/hmac     0.003s
> ok    crypto/md5      0.004s
> ok    crypto/rand     0.039s
> ok    crypto/rc4      0.143s
> ok    crypto/rsa      0.153s
> ok    crypto/sha1     0.012s
> ok    crypto/sha256   0.013s
> ok    crypto/sha512   0.007s
> ok    crypto/subtle   0.011s
> ok    crypto/tls      1.367s
> ok    crypto/x509     1.439s
> ok    database/sql    0.071s
> ok    database/sql/driver     0.002s
> ok    debug/dwarf     0.014s
> ok    debug/elf       0.024s
> ok    debug/gosym     0.281s
> ok    debug/macho     0.021s
> ok    debug/pe        0.020s
> ok    debug/plan9obj  0.005s
> ok    encoding/ascii85        0.009s
> ok    encoding/asn1   0.008s
> ok    encoding/base32 0.004s
> ok    encoding/base64 0.003s
> ok    encoding/binary 0.012s
> ok    encoding/csv    0.014s
> ok    encoding/gob    0.045s
> ok    encoding/hex    0.013s
> ok    encoding/json   0.217s
> ok    encoding/pem    0.016s
> ok    encoding/xml    0.030s
> ok    errors  0.009s
> ok    expvar  0.016s
> ok    flag    0.003s
> ok    fmt     0.192s
> ok    go/ast  0.006s
> ok    go/build        0.095s
> ok    go/constant     0.004s
> ok    go/doc  0.041s
> ok    go/format       0.012s
> ok    go/internal/gccgoimporter       0.003s
> ok    go/internal/gcimporter  0.218s
> ok    go/parser       0.042s
> ok    go/printer      0.496s
> ok    go/scanner      0.004s
> ok    go/token        0.027s
> ok    go/types        0.794s
> ok    hash/adler32    0.006s
> ok    hash/crc32      0.012s
> ok    hash/crc64      0.002s
> ok    hash/fnv        0.002s
> ok    html    0.004s
> ok    html/template   0.047s
> ok    image   0.194s
> ok    image/color     0.108s
> ok    image/draw      0.108s
> ok    image/gif       0.103s
> ok    image/jpeg      0.230s
> ok    image/png       0.080s
> ok    index/suffixarray       0.010s
> ok    internal/golang.org/x/net/http2/hpack   0.019s
> ok    internal/singleflight   0.013s
> ok    internal/trace  0.014s
> ok    io      0.022s
> ok    io/ioutil       0.003s
> ok    log     0.007s
> ok    log/syslog      2.020s
> ok    math    0.003s
> ok    math/big        0.565s
> ok    math/cmplx      0.015s
> ok    math/rand       0.098s
> ok    mime    0.019s
> ok    mime/multipart  0.597s
> ok    mime/quotedprintable    0.209s
> ok    net     1.618s
> ok    net/http        10.019s
> ok    net/http/cgi    0.285s
> ok    net/http/cookiejar      0.005s
> ok    net/http/fcgi   0.004s
> ok    net/http/httptest       0.014s
> ok    net/http/httputil       0.019s
> ok    net/http/internal       0.002s
> ok    net/internal/socktest   0.002s
> ok    net/mail        0.003s
> ok    net/rpc 0.019s
> ok    net/rpc/jsonrpc 0.008s
> ok    net/smtp        0.043s
> ok    net/textproto   0.004s
> ok    net/url 0.004s
> ok    os      0.278s
> ok    os/exec 0.098s
> ok    os/signal       4.237s
> ok    os/user 0.003s
> ok    path    0.002s
> ok    path/filepath   0.009s
> ok    reflect 0.100s
> ok    regexp  0.243s
> ok    regexp/syntax   0.602s
> ok    runtime 30.303s
> ok    runtime/debug   0.008s
> ok    runtime/internal/atomic 0.077s
> ok    runtime/pprof   1.472s
> ok    runtime/trace   3.345s
> ok    sort    0.168s
> ok    strconv 0.875s
> ok    strings 0.188s
> ok    sync    0.140s
> ok    sync/atomic     1.034s
> ok    syscall 0.010s
> ok    testing 1.144s
> ok    testing/quick   0.073s
> ok    text/scanner    0.005s
> ok    text/tabwriter  0.012s
> ok    text/template   0.038s
> ok    text/template/parse     0.021s
> --- FAIL: TestLoadFixed (0.00s)
>       time_test.go:943: Now().In(loc).Zone() = "-01", -3600, want "GMT+1", 
> -3600
> FAIL
> FAIL  time    2.451s
> ok    unicode 0.003s
> ok    unicode/utf16   0.002s
> ok    unicode/utf8    0.003s
> ok    cmd/addr2line   0.881s
> ok    cmd/api 0.006s
> ok    cmd/asm/internal/asm    0.180s
> ok    cmd/asm/internal/lex    0.003s
> ok    cmd/compile/internal/big        0.921s
> ok    cmd/compile/internal/gc 0.678s
> ok    cmd/cover       2.761s
> ok    cmd/doc 0.021s
> ok    cmd/fix 0.017s
> ok    cmd/go  54.165s
> ok    cmd/gofmt       0.036s
> ok    cmd/internal/goobj      0.002s
> ok    cmd/internal/obj        0.003s
> ok    cmd/internal/obj/x86    0.012s
> ok    cmd/internal/unvendor/golang.org/x/arch/arm/armasm      0.009s
> ok    cmd/internal/unvendor/golang.org/x/arch/x86/x86asm      0.305s
> ok    cmd/nm  1.450s
> ok    cmd/objdump     4.256s
> ok    cmd/pack        3.059s
> ok    cmd/pprof/internal/profile      0.016s
> ok    cmd/vet 4.233s
> 2016/10/01 00:44:25 Failed: exit status 1
> 
> ##### GOMAXPROCS=2 runtime -cpu=1,2,4
> ok    runtime 52.585s
> 
> ##### Testing without libgcc.
> ok    crypto/x509     2.811s
> ok    net     0.009s
> ok    os/user 0.016s
> 
> ##### sync -cpu=10
> ok    sync    0.150s
> 
> ##### ../misc/cgo/stdio
> 
> ##### ../misc/cgo/life
> 
> ##### ../misc/cgo/test
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/test 2.046s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/test 1.908s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/test 1.835s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/testtls      0.008s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/testtls      0.007s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/testtls      0.001s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/nocgo        0.006s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/nocgo        0.023s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/nocgo        0.008s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/test 1.653s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/testtls      0.013s
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/nocgo        0.017s
> 
> ##### Testing race detector
> ok    runtime/race    5.347s
> ok    flag    1.018s
> ok    os/exec 2.059s
> PASS
> scatter = 0x6439e0
> hello from C
> sqrt is: 0
> ok    _/<<PKGBUILDDIR>>/misc/cgo/test 3.030s
> ok    flag    1.031s
> ok    os/exec 2.036s
> 
> ##### ../misc/cgo/testgodefs
> 
> ##### ../misc/cgo/testso
> 
> ##### ../misc/cgo/testsovar
> 
> ##### ../misc/cgo/testcarchive
> PASS
> PASS
> PASS
> PASS
> PASS
> PASS
> 
> ##### ../misc/cgo/testcshared
> ok
> 
> ##### ../misc/cgo/testshared
> PASS
> ok    _/<<PKGBUILDDIR>>/misc/cgo/testshared   19.670s
> 
> ##### ../misc/cgo/testasan
> 
> ##### ../misc/cgo/testsanitizers
> skipping msan test: -fsanitize=memory not supported
> 
> ##### ../misc/cgo/errors
> 
> ##### ../misc/cgo/testsigfwd
> 
> ##### ../test/bench/go1
> testing: warning: no tests to run
> PASS
> ok    _/<<PKGBUILDDIR>>/test/bench/go1        9.609s
> 
> ##### ../test
> 
> ##### API check
> Go version is "go1.6.3", ignoring -next /<<PKGBUILDDIR>>/api/next.txt
> 
> FAILED
> debian/rules:63: recipe for target 'override_dh_auto_test-arch' failed
> make[1]: *** [override_dh_auto_test-arch] Error 1

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

The full build log is available from:
   http://aws-logs.debian.net/2016/09/30/golang-1.6_1.6.3-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: golang-1.6
Source-Version: 1.6.3-2

We believe that the bug you reported is fixed in the latest version of
golang-1.6, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 839...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tianon Gravi <tia...@debian.org> (supplier of updated golang-1.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 03 Oct 2016 15:12:11 -0700
Source: golang-1.6
Binary: golang-1.6-go golang-1.6-src golang-1.6-doc golang-1.6
Architecture: source
Version: 1.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Go Compiler Team <pkg-golang-de...@lists.alioth.debian.org>
Changed-By: Tianon Gravi <tia...@debian.org>
Description:
 golang-1.6 - Go programming language compiler - metapackage
 golang-1.6-doc - Go programming language - documentation
 golang-1.6-go - Go programming language compiler, linker, compiled stdlib
 golang-1.6-src - Go programming language - source files
Closes: 839298
Changes:
 golang-1.6 (1.6.3-2) unstable; urgency=medium
 .
   * Backport CL 29995 for tzdata 2016g changes (Closes: #839298)
Checksums-Sha1:
 b0587357d90cd055561a7462f56eb64afdd7de83 2437 golang-1.6_1.6.3-2.dsc
 50cf5bf33e55b7c22d2eccbd27c11a03f4faa836 28592 golang-1.6_1.6.3-2.debian.tar.xz
Checksums-Sha256:
 f44224078eb16a5f22975675f5fbea7be006651c5bb15cca8073c5af79ad561d 2437 
golang-1.6_1.6.3-2.dsc
 260ea1c514686d0764db9ee364189368f7425b4c79c885dbd2365fc082b3b2c5 28592 
golang-1.6_1.6.3-2.debian.tar.xz
Files:
 550b3a7cd84401c07186fada354d2959 2437 devel optional golang-1.6_1.6.3-2.dsc
 c4acb91bc679cb0a118a1579d96dcc89 28592 devel optional 
golang-1.6_1.6.3-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIvBAEBCgAZBQJX8tgJEhx0aWFub25AZGViaWFuLm9yZwAKCRADapwlvzV91ONc
D/9cVVEzv4LNUIFn+GRUKk5DsVnXlcMV6QlH4LMARlK131neutruV2ZcftczCBKa
AREOhmJSc29hsGvCmg2I6gBX2MTmrycdCG7lRykhxDuDqSdiotEkAwRwTMU3UdPx
cTYYE7CwxZoZhZ7CLftYwz+AHTyFnv5ucnHdFPz8RxlgbMU6qiVXVKtTiVQE09tY
UK5yBfPv/QAZZe1Ro2mA8nH+WIgHs6OPOrh9FnbOT5r/qRu9H0GqZNih2AQvdxmm
k2wlSSdHdmLbU9U83n7udl9y7rBrpDkVksM8AhCmHlmicGB/Wm7LBzE99I6SXvz4
gk16l6pAtWCsg69E9RV7DMfMCdQhqw2Yw6bFurQyqA+u386Wt5wXaZ048OHMQofe
n/ZaB7tByKNIBN6K8o87jJl1h/b1jPblzYFcQ1LvpGH2WCJn9oAksH+D9nL8vvd4
OCsM3aPVFfNirNfzm1jJxcKzh+IfVvaayGax92trfbedRJVPEzqhRWJolFxcdpZ/
4yB5yeuHvy+EsqhotCQ2i/D5Yqn3zMXahynrTtDuR8Jic7BynGXfomuBzhRz7eBt
Ma/c2dueHaSsnR9u4kf39W5X2kTniwtVXbY4TcVFuXpOdjYMoZT0wyrQp9e1jbUM
hseY04ZUD8lT07/2f2dWN/FR5Nc31OisGubzQnr4UpZVPA==
=5lLJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to