Your message dated Tue, 16 May 2017 05:05:58 +0000
with message-id <e1daugi-0005ym...@fasolo.debian.org>
and subject line Bug#860608: fixed in golang-github-gosexy-gettext
0~git20130221-2
has caused the Debian Bug report #860608,
regarding golang: FTBFS: Go version is "go1.6.1", ignoring -next
/<<PKGBUILDDIR>>/api/next.txt
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.)
--
860608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860608
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang
Version: 2:1.6.1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170418 qa-ftbfs
Justification: FTBFS in stretch on amd64
Hi,
During a rebuild of all packages in stretch (in a stretch chroot, not a
sid chroot), 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.019s
> ok archive/zip 0.215s
> ok bufio 0.193s
> ok bytes 0.204s
> ok compress/bzip2 0.247s
> ok compress/flate 0.831s
> ok compress/gzip 0.100s
> ok compress/lzw 0.039s
> ok compress/zlib 0.168s
> ok container/heap 0.009s
> ok container/list 0.038s
> ok container/ring 0.017s
> ok crypto/aes 0.083s
> ok crypto/cipher 0.015s
> ok crypto/des 0.085s
> ok crypto/dsa 0.055s
> ok crypto/ecdsa 0.072s
> ok crypto/elliptic 0.125s
> ok crypto/hmac 0.024s
> ok crypto/md5 0.047s
> ok crypto/rand 0.050s
> ok crypto/rc4 0.213s
> ok crypto/rsa 0.146s
> ok crypto/sha1 0.049s
> ok crypto/sha256 0.036s
> ok crypto/sha512 0.019s
> ok crypto/subtle 0.008s
> ok crypto/tls 2.594s
> ok crypto/x509 3.088s
> ok database/sql 0.136s
> ok database/sql/driver 0.066s
> ok debug/dwarf 0.039s
> ok debug/elf 0.117s
> ok debug/gosym 0.520s
> ok debug/macho 0.032s
> ok debug/pe 0.034s
> ok debug/plan9obj 0.017s
> ok encoding/ascii85 0.088s
> ok encoding/asn1 0.021s
> ok encoding/base32 0.020s
> ok encoding/base64 0.035s
> ok encoding/binary 0.043s
> ok encoding/csv 0.037s
> ok encoding/gob 0.055s
> ok encoding/hex 0.048s
> ok encoding/json 0.412s
> ok encoding/pem 0.046s
> ok encoding/xml 0.024s
> ok errors 0.021s
> ok expvar 0.017s
> ok flag 0.026s
> ok fmt 0.205s
> ok go/ast 0.040s
> ok go/build 0.205s
> ok go/constant 0.023s
> ok go/doc 0.125s
> ok go/format 0.041s
> ok go/internal/gccgoimporter 0.013s
> ok go/internal/gcimporter 0.314s
> ok go/parser 0.086s
> ok go/printer 0.716s
> ok go/scanner 0.049s
> ok go/token 0.044s
> ok go/types 1.656s
> ok hash/adler32 0.032s
> ok hash/crc32 0.039s
> ok hash/crc64 0.045s
> ok hash/fnv 0.038s
> ok html 0.019s
> ok html/template 0.078s
> ok image 0.226s
> ok image/color 0.110s
> ok image/draw 0.117s
> ok image/gif 0.160s
> ok image/jpeg 0.341s
> ok image/png 0.103s
> ok index/suffixarray 0.044s
> ok internal/golang.org/x/net/http2/hpack 0.029s
> ok internal/singleflight 0.062s
> ok internal/trace 0.069s
> ok io 0.048s
> ok io/ioutil 0.014s
> ok log 0.020s
> ok log/syslog 2.055s
> ok math 0.017s
> ok math/big 1.017s
> ok math/cmplx 0.009s
> ok math/rand 0.189s
> ok mime 0.087s
> ok mime/multipart 1.560s
> ok mime/quotedprintable 0.759s
> ok net 1.464s
> ok net/http 10.894s
> ok net/http/cgi 0.616s
> ok net/http/cookiejar 0.012s
> ok net/http/fcgi 0.009s
> ok net/http/httptest 0.026s
> ok net/http/httputil 0.218s
> ok net/http/internal 0.066s
> ok net/internal/socktest 0.007s
> ok net/mail 0.021s
> ok net/rpc 0.182s
> ok net/rpc/jsonrpc 0.109s
> ok net/smtp 0.047s
> ok net/textproto 0.021s
> ok net/url 0.124s
> ok os 0.361s
> ok os/exec 0.947s
> ok os/signal 4.541s
> ok os/user 0.031s
> ok path 0.010s
> ok path/filepath 0.027s
> ok reflect 0.344s
> ok regexp 0.968s
> ok regexp/syntax 0.721s
> ok runtime 17.240s
> ok runtime/debug 0.073s
> ok runtime/internal/atomic 0.245s
> ok runtime/pprof 3.205s
> ok runtime/trace 4.303s
> ok sort 0.130s
> ok strconv 1.098s
> ok strings 0.234s
> ok sync 0.267s
> ok sync/atomic 14.591s
> ok syscall 0.033s
> ok testing 1.213s
> ok testing/quick 0.099s
> ok text/scanner 0.048s
> ok text/tabwriter 0.016s
> ok text/template 0.120s
> ok text/template/parse 0.060s
> ok time 3.062s
> ok unicode 0.018s
> ok unicode/utf16 0.014s
> ok unicode/utf8 0.041s
> ok cmd/addr2line 2.645s
> ok cmd/api 0.050s
> ok cmd/asm/internal/asm 0.504s
> ok cmd/asm/internal/lex 0.065s
> ok cmd/compile/internal/big 1.387s
> ok cmd/compile/internal/gc 1.088s
> ok cmd/cover 4.701s
> ok cmd/doc 0.128s
> ok cmd/fix 0.081s
> ok cmd/go 46.882s
> ok cmd/gofmt 0.171s
> ok cmd/internal/goobj 0.130s
> ok cmd/internal/obj 0.030s
> ok cmd/internal/obj/x86 0.033s
> ok cmd/internal/unvendor/golang.org/x/arch/arm/armasm 0.034s
> ok cmd/internal/unvendor/golang.org/x/arch/x86/x86asm 0.588s
> ok cmd/nm 2.620s
> ok cmd/objdump 6.981s
> ok cmd/pack 5.450s
> ok cmd/pprof/internal/profile 0.038s
> ok cmd/vet 6.297s
>
> ##### GOMAXPROCS=2 runtime -cpu=1,2,4
> ok runtime 31.536s
>
> ##### Testing without libgcc.
> ok crypto/x509 1.153s
> ok net 0.010s
> ok os/user 0.004s
>
> ##### sync -cpu=10
> ok sync 0.163s
>
> ##### ../misc/cgo/stdio
>
> ##### ../misc/cgo/life
>
> ##### ../misc/cgo/test
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/test 1.760s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/test 1.771s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/test 1.720s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/testtls 0.005s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/testtls 0.005s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/testtls 0.003s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/nocgo 0.003s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/nocgo 0.005s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/nocgo 0.003s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/test 1.778s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/testtls 0.004s
> PASS
> ok _/<<PKGBUILDDIR>>/misc/cgo/nocgo 0.004s
>
> ##### Testing race detector
> ok runtime/race 2.681s
> ok flag 1.012s
> ok os/exec 2.036s
> ==109864==ERROR: ThreadSanitizer failed to allocate 0x2710000 (40960000)
> bytes at address 1fdd294cccb00 (errno: 12)
> unexpected fault address 0x0
> fatal error: fault
> [signal 0x7 code=0x80 addr=0x0 pc=0x7f74a4ee7c95]
>
> goroutine 1 [running, locked to thread]:
> runtime.throw(0x0, 0x7f74a4d13cf8)
> /<<PKGBUILDDIR>>/src/runtime/panic.go:530 +0x90 fp=0x7ffe9a46c9a0
> sp=0x7ffe9a46c988
>
> goroutine 17 [syscall, locked to thread]:
> runtime.goexit()
> /<<PKGBUILDDIR>>/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc820088fb8
> sp=0xc820088fb0
> exit status 2
> FAIL _/<<PKGBUILDDIR>>/misc/cgo/test 0.010s
> 2017/04/18 22:30:58 Failed: exit status 1
> ==108865==ERROR: ThreadSanitizer failed to allocate 0x26e8000 (40796160)
> bytes at address 1fc7938aec680 (errno: 12)
> unexpected fault address 0x0
> fatal error: fault
> [signal 0x7 code=0x80 addr=0x0 pc=0x7f1e4df56e65]
>
> goroutine 1 [running, locked to thread]:
> runtime.throw(0x0, 0x7f1e4de2b208)
> /<<PKGBUILDDIR>>/src/runtime/panic.go:530 +0x90 fp=0x7ffe2d4b41c0
> sp=0x7ffe2d4b41a8
>
> goroutine 17 [syscall, locked to thread]:
> runtime.goexit()
> /<<PKGBUILDDIR>>/src/runtime/asm_amd64.s:1998 +0x1
> FAIL flag 0.008s
> ==109086==ERROR: ThreadSanitizer failed to allocate 0x2720000 (41025536)
> bytes at address 1ff5e699f8700 (errno: 12)
> unexpected fault address 0x0
> fatal error: fault
> [signal 0x7 code=0x80 addr=0x0 pc=0x7fd79a119305]
>
> goroutine 1 [running, locked to thread]:
> runtime.throw(0x0, 0x7fd799d6a8d8)
> /<<PKGBUILDDIR>>/src/runtime/panic.go:530 +0x90 fp=0x7ffff235d5e0
> sp=0x7ffff235d5c8
>
> goroutine 17 [syscall, locked to thread]:
> runtime.goexit()
> /<<PKGBUILDDIR>>/src/runtime/asm_amd64.s:1998 +0x1
> FAIL os/exec 0.014s
> 2017/04/18 22:30:58 Failed: exit status 1
>
> ##### ../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 11.201s
>
> ##### ../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 3.118s
>
> ##### ../test
>
> ##### API check
> Go version is "go1.6.1", ignoring -next /<<PKGBUILDDIR>>/api/next.txt
>
> FAILED
> debian/rules:32: recipe for target 'override_dh_auto_test-arch' failed
> make[1]: *** [override_dh_auto_test-arch] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/04/18/golang_1.6.1-2_testing.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-github-gosexy-gettext
Source-Version: 0~git20130221-2
We believe that the bug you reported is fixed in the latest version of
golang-github-gosexy-gettext, 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 860...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated
golang-github-gosexy-gettext 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: Tue, 16 May 2017 04:41:32 +0000
Source: golang-github-gosexy-gettext
Binary: golang-github-gosexy-gettext-dev
Architecture: source all
Version: 0~git20130221-2
Distribution: unstable
Urgency: medium
Maintainer: Steve Langasek <vor...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Description:
golang-github-gosexy-gettext-dev - Gettext support for the Go language
Closes: 860608
Changes:
golang-github-gosexy-gettext (0~git20130221-2) unstable; urgency=medium
.
* No-change rebuild against current golang. Closes: #860608.
Checksums-Sha1:
385d59dd669f2efb2a9435835de6204a4faa0d62 1989
golang-github-gosexy-gettext_0~git20130221-2.dsc
b42be3b4612fd5bd03c8c89e5e2728398a9b1ba8 2596
golang-github-gosexy-gettext_0~git20130221-2.debian.tar.xz
ccb821e6a1817d421d7b481c1e8fe9395ece13e0 5204
golang-github-gosexy-gettext-dev_0~git20130221-2_all.deb
a295e5812e3b67a16edb9011ee9bded89d871159 5794
golang-github-gosexy-gettext_0~git20130221-2_amd64.buildinfo
Checksums-Sha256:
f523f94152ad294cbea15cab88b478a71bedf082c6c6b6b2c012a8bde4852761 1989
golang-github-gosexy-gettext_0~git20130221-2.dsc
6ce1135f3fff55aec3beb92463ccdb69bd668bc1927872f3f2dbf60941c7298c 2596
golang-github-gosexy-gettext_0~git20130221-2.debian.tar.xz
8a6a1f4e0fcacafe23bc0709460dd90c9c5f0f278eb79cbd3aeac5f34458e08c 5204
golang-github-gosexy-gettext-dev_0~git20130221-2_all.deb
52765b3d84cd69c40df39a2beb118e6aa9ffb27eb5e29167d6855f02edd07758 5794
golang-github-gosexy-gettext_0~git20130221-2_amd64.buildinfo
Files:
9d74eab8f82060e67897af8790ce2363 1989 devel extra
golang-github-gosexy-gettext_0~git20130221-2.dsc
d3fffa6447dd93a4d40002be83d8df8f 2596 devel extra
golang-github-gosexy-gettext_0~git20130221-2.debian.tar.xz
9878d02bd259db9bd282f7ef36fefc08 5204 devel extra
golang-github-gosexy-gettext-dev_0~git20130221-2_all.deb
9d06f374532e933854d89e2800408f8b 5794 devel extra
golang-github-gosexy-gettext_0~git20130221-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAlkagzYSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9+1QP/3nQFCEIMvVXlGUFy1sFSAtqvqNzdfUI
incSiVnoEW2xfUvKm9R5UVbF/5RuxnqjmXMPPI7XgwHkTf49SV6z2Bc2OPrKppr4
yWq/SvLJm+ANdNUeHR0PbiQeD5UshYaTtyupSsBptqjXWgmK/MfbfggqqzfLd3sf
pJoZc2bEDB5k5oGBhgtmzPQX4TL8+/5zKNiLlGDMPhjRyZ1Xck0HaEbzMUvX3m4V
yzMKz351N1nXUfZHTF8MtoUEgbOojoi3wwBFYMdYL2jDunGSSo0DN1bwMdPR1Y9p
/w1Gedpc4brfWzufjAhbPmKIHREzrhlwPRhXitMusqsSmoOG1MNcGiMifNyJInS1
yWb3lmP4D4IgH2e9R6NdwyPCRHagQ5dkmLEzdMlk0638Y48YXYZeCj7Aq+nmjuUO
Ltu29MQIWf+ELBCpAU288aXBh+nHSjEbt6SR0EoPMgKOE8qAyFEUPgXsYNtc2gbY
ABOy3QP5dgiTeUs/D9AHO4uxs/pULZ9HtJbbFIyM/5L6w9maSANupxhmkBXtfGZ0
wyFvJQp8qdp2IH397jCh45QBMvzJA0OlfuTyZnt0UhnDgcsr43+zr341uO8GOtu1
+zmFjslKAQOcykFDEKr0bcZCnyhLSXDb8kGxfOcXlk8B/5SBEQvCCTPsbsbLjv8P
pxb+uQxIU8fE
=x5sw
-----END PGP SIGNATURE-----
--- End Message ---