Package: src:golang-1.21
Version: 1.21.13-1
User: [email protected]
Usertags: ftbfs-during-trixie-support-period
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable in the year 2028, your package 
failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ -f VERSION ] || echo "debian snapshot 1.21.13-1" > VERSION
export GOROOT_BOOTSTRAP=$(env -i GOPATH=/<<PKGBUILDDIR>>/gopath/ go env GOROOT) 
\
&& cd /<<PKGBUILDDIR>>/src \
&& /<<PKGBUILDDIR>>/debian/helpers/goenv.sh bash ./make.bash --no-banner
Building Go cmd/dist using /usr/lib/go-1.22. (go1.22.6 linux/amd64)
Building Go toolchain1 using /usr/lib/go-1.22.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/amd64.
# rm bootstrap dir
rm -rf /<<PKGBUILDDIR>>/bootstrap
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -ex; \
        cd src; \
        export PATH="/<<PKGBUILDDIR>>/bin:$PATH"; \
        export GO_TEST_TIMEOUT_SCALE=10; \
        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
+ export GO_TEST_TIMEOUT_SCALE=10
+ go tool dist env
+ eval GO111MODULE="";
GOARCH="amd64";
GOBIN="/<<PKGBUILDDIR>>/bin";
GODEBUG="";
GOENV="off";
GOFLAGS="";
GOHOSTARCH="amd64";
GOHOSTOS="linux";
GOOS="linux";
GOPROXY="https://proxy.golang.org,direct";;
GOROOT="/<<PKGBUILDDIR>>";
GOTMPDIR="";
GOTOOLDIR="/<<PKGBUILDDIR>>/pkg/tool/linux_amd64";
GOAMD64="v1";
GOWORK="off";
+ GO111MODULE=
+ GOARCH=amd64
+ GOBIN=/<<PKGBUILDDIR>>/bin
+ GODEBUG=
+ GOENV=off
+ GOFLAGS=
+ GOHOSTARCH=amd64
+ GOHOSTOS=linux
+ GOOS=linux
+ GOPROXY=https://proxy.golang.org,direct
+ GOROOT=/<<PKGBUILDDIR>>
+ GOTMPDIR=
+ GOTOOLDIR=/<<PKGBUILDDIR>>/pkg/tool/linux_amd64
+ GOAMD64=v1
+ GOWORK=off
+ bash run.bash -k -no-rebuild

##### Test execution environment.
# GOARCH: amd64
# CPU: AMD EPYC 7R13 Processor
# GOOS: linux
# OS Version: Linux 6.1.0-23-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 
(2024-07-15) x86_64

##### Testing packages.
ok      archive/tar     0.222s
ok      archive/zip     0.062s
ok      bufio   0.053s
ok      bytes   0.135s
ok      cmp     0.002s
ok      compress/bzip2  0.050s
ok      compress/flate  0.804s
ok      compress/gzip   1.708s
ok      compress/lzw    0.005s
ok      compress/zlib   0.023s
ok      container/heap  0.004s
ok      container/list  0.002s
ok      container/ring  0.002s
ok      context 0.018s
ok      crypto  0.002s
ok      crypto/aes      0.016s
ok      crypto/cipher   0.006s
ok      crypto/des      0.009s
ok      crypto/dsa      0.004s
ok      crypto/ecdh     0.034s
ok      crypto/ecdsa    0.025s
ok      crypto/ed25519  0.045s
ok      crypto/elliptic 0.006s
ok      crypto/hmac     0.002s
ok      crypto/internal/alias   0.002s
ok      crypto/internal/bigmod  0.171s
ok      crypto/internal/boring  0.002s
ok      crypto/internal/boring/bcache   0.155s
ok      crypto/internal/edwards25519    4.064s
ok      crypto/internal/edwards25519/field      3.278s
ok      crypto/internal/nistec  0.133s
ok      crypto/internal/nistec/fiat     0.002s [no tests to run]
ok      crypto/md5      0.005s
ok      crypto/rand     0.046s
ok      crypto/rc4      0.036s
ok      crypto/rsa      0.248s
ok      crypto/sha1     0.019s
ok      crypto/sha256   0.002s
ok      crypto/sha512   0.003s
ok      crypto/subtle   0.178s
--- FAIL: TestVerifyConnection (0.00s)
    --- FAIL: TestVerifyConnection/TLSv12 (0.00s)
        handshake_client_test.go:1784: 
RequireAndVerifyClientCert-FullHandshake: handshake failed: remote error: tls: 
bad certificate
    --- FAIL: TestVerifyConnection/TLSv13 (0.00s)
        handshake_client_test.go:1784: 
RequireAndVerifyClientCert-FullHandshake: handshake failed: remote error: tls: 
bad certificate
--- FAIL: TestResumptionKeepsOCSPAndSCT (0.00s)
    --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.00s)
        handshake_client_test.go:2575: handshake failed: remote error: tls: bad 
certificate
    --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv13 (0.00s)
        handshake_client_test.go:2575: handshake failed: remote error: tls: bad 
certificate
--- FAIL: TestCrossVersionResume (0.01s)
    --- FAIL: TestCrossVersionResume/TLSv12 (0.00s)
        handshake_server_test.go:506: handshake did not resume at the same 
version
    --- FAIL: TestCrossVersionResume/TLSv13 (0.00s)
        handshake_server_test.go:506: handshake did not resume at the same 
version
FAIL
FAIL    crypto/tls      0.471s
ok      crypto/x509     0.267s
ok      database/sql    0.499s
ok      database/sql/driver     0.002s
ok      debug/buildinfo 0.005s
ok      debug/dwarf     0.015s
ok      debug/elf       0.193s
ok      debug/gosym     0.202s
ok      debug/macho     0.003s
ok      debug/pe        0.011s
ok      debug/plan9obj  0.002s
ok      embed   0.003s [no tests to run]
ok      embed/internal/embedtest        0.002s
ok      encoding/ascii85        0.004s
ok      encoding/asn1   0.003s
ok      encoding/base32 0.011s
ok      encoding/base64 0.009s
ok      encoding/binary 0.003s
ok      encoding/csv    0.006s
ok      encoding/gob    3.082s
ok      encoding/hex    0.003s
ok      encoding/json   0.121s
ok      encoding/pem    0.366s
ok      encoding/xml    0.044s
ok      errors  0.003s
ok      expvar  0.004s
ok      flag    0.076s
ok      fmt     0.069s
ok      go/ast  0.004s
ok      go/build        1.707s
ok      go/build/constraint     0.003s
ok      go/constant     0.003s
ok      go/doc  0.039s
ok      go/doc/comment  0.912s
ok      go/format       0.004s
ok      go/importer     0.223s
ok      go/internal/gccgoimporter       0.027s
ok      go/internal/gcimporter  1.179s
ok      go/internal/srcimporter 8.605s
ok      go/parser       0.201s
ok      go/printer      0.164s
ok      go/scanner      0.002s
ok      go/token        0.012s
ok      go/types        5.064s
ok      hash    0.002s
ok      hash/adler32    0.004s
ok      hash/crc32      0.004s
ok      hash/crc64      0.003s
ok      hash/fnv        0.002s
ok      hash/maphash    0.069s
ok      html    0.002s
ok      html/template   0.066s
ok      image   0.045s
ok      image/color     0.023s
ok      image/draw      0.076s
ok      image/gif       0.145s
ok      image/jpeg      0.132s
ok      image/png       0.291s
ok      index/suffixarray       0.159s
ok      internal/abi    0.048s
ok      internal/buildcfg       0.003s
ok      internal/coverage/cformat       0.002s
ok      internal/coverage/cmerge        0.002s
ok      internal/coverage/pods  0.003s
ok      internal/coverage/slicereader   0.002s
ok      internal/coverage/slicewriter   0.003s
ok      internal/coverage/test  0.007s
ok      internal/cpu    0.005s
ok      internal/dag    0.002s
ok      internal/diff   0.009s
ok      internal/fmtsort        0.002s
ok      internal/fuzz   0.005s
ok      internal/godebug        0.309s
ok      internal/godebugs       0.002s
ok      internal/intern 0.170s
ok      internal/itoa   0.002s
ok      internal/platform       0.959s
ok      internal/poll   0.091s
ok      internal/profile        0.002s
ok      internal/reflectlite    0.002s
ok      internal/safefilepath   0.002s
ok      internal/saferio        0.019s
ok      internal/singleflight   0.017s
ok      internal/testenv        0.137s
ok      internal/trace  0.037s
ok      internal/types/errors   0.308s
ok      internal/unsafeheader   0.002s
ok      internal/xcoff  0.027s
ok      internal/zstd   0.020s
ok      io      0.026s
ok      io/fs   0.409s
ok      io/ioutil       0.004s
ok      log     0.003s
ok      log/slog        0.026s
ok      log/slog/internal/benchmarks    0.002s
ok      log/slog/internal/buffer        0.002s
ok      log/syslog      1.215s
ok      maps    0.002s
ok      math    0.005s
ok      math/big        1.017s
ok      math/bits       0.004s
ok      math/cmplx      0.002s
ok      math/rand       0.114s
ok      mime    0.004s
ok      mime/multipart  0.700s
ok      mime/quotedprintable    0.020s
ok      net     9.836s
ok      net/http        7.463s
ok      net/http/cgi    0.139s
ok      net/http/cookiejar      0.005s
ok      net/http/fcgi   0.215s
ok      net/http/httptest       0.039s
ok      net/http/httptrace      0.003s
ok      net/http/httputil       0.676s
ok      net/http/internal       0.080s
ok      net/http/internal/ascii 0.002s
ok      net/http/pprof  4.059s
ok      net/internal/socktest   0.002s
ok      net/mail        0.004s
ok      net/netip       0.174s
ok      net/rpc 0.020s
ok      net/rpc/jsonrpc 0.004s
ok      net/smtp        0.007s
ok      net/textproto   0.013s
ok      net/url 0.006s
ok      os      0.708s
ok      os/exec 0.295s
ok      os/exec/internal/fdtest 0.001s
ok      os/signal       21.828s
ok      os/user 0.003s
ok      path    0.002s
ok      path/filepath   0.013s
ok      plugin  0.002s
ok      reflect 0.136s
ok      regexp  0.186s
ok      regexp/syntax   0.316s
ok      runtime 55.668s
ok      runtime/cgo     0.003s
ok      runtime/coverage        0.002s
ok      runtime/debug   0.063s
ok      runtime/internal/atomic 0.013s
ok      runtime/internal/math   0.013s
ok      runtime/internal/sys    0.002s
ok      runtime/internal/syscall        0.006s
ok      runtime/internal/wasitest       0.003s
ok      runtime/metrics 0.003s
ok      runtime/pprof   6.414s
ok      runtime/trace   1.495s
ok      slices  0.079s
ok      sort    0.024s
ok      strconv 0.323s
ok      strings 0.136s
ok      sync    0.368s
ok      sync/atomic     0.256s
ok      syscall 3.223s
ok      testing 1.012s
ok      testing/fstest  0.005s
ok      testing/iotest  0.023s
ok      testing/quick   0.039s
ok      testing/slogtest        0.002s
ok      text/scanner    0.003s
ok      text/tabwriter  0.002s
ok      text/template   0.020s
ok      text/template/parse     0.004s
ok      time    2.080s
ok      unicode 0.003s
ok      unicode/utf16   0.002s
ok      unicode/utf8    0.003s
ok      cmd/addr2line   0.485s
ok      cmd/api 0.615s
ok      cmd/asm/internal/asm    0.553s
ok      cmd/asm/internal/lex    0.005s
ok      cmd/cgo/internal/swig   0.008s
ok      cmd/cgo/internal/test   0.954s
ok      cmd/cgo/internal/testcarchive   0.002s
ok      cmd/cgo/internal/testcshared    0.002s
ok      cmd/cgo/internal/testerrors     28.770s
ok      cmd/cgo/internal/testfortran    0.024s
ok      cmd/cgo/internal/testgodefs     0.832s
ok      cmd/cgo/internal/testlife       0.708s
ok      cmd/cgo/internal/testnocgo      0.002s
ok      cmd/cgo/internal/testplugin     0.002s
ok      cmd/cgo/internal/testsanitizers 70.226s
ok      cmd/cgo/internal/testshared     82.168s
ok      cmd/cgo/internal/testso 1.413s
ok      cmd/cgo/internal/teststdio      1.364s
ok      cmd/cgo/internal/testtls        0.003s
ok      cmd/compile/internal/abt        0.005s
ok      cmd/compile/internal/amd64      3.602s
ok      cmd/compile/internal/base       0.002s
ok      cmd/compile/internal/compare    0.003s
ok      cmd/compile/internal/dwarfgen   0.263s
ok      cmd/compile/internal/importer   0.944s
ok      cmd/compile/internal/ir 0.002s
ok      cmd/compile/internal/logopt     0.190s
ok      cmd/compile/internal/loopvar    44.211s
ok      cmd/compile/internal/noder      0.012s
ok      cmd/compile/internal/reflectdata        0.026s [no tests to run]
ok      cmd/compile/internal/ssa        45.780s
ok      cmd/compile/internal/syntax     0.033s
ok      cmd/compile/internal/test       8.365s
ok      cmd/compile/internal/typecheck  0.405s
ok      cmd/compile/internal/types      0.002s
ok      cmd/compile/internal/types2     4.527s
ok      cmd/covdata     0.024s
ok      cmd/cover       1.665s
ok      cmd/dist        0.002s
ok      cmd/distpack    0.015s
ok      cmd/doc 0.108s
ok      cmd/fix 5.429s
ok      cmd/go  98.134s
ok      cmd/go/internal/auth    0.008s
ok      cmd/go/internal/cache   0.139s
ok      cmd/go/internal/envcmd  0.063s
ok      cmd/go/internal/fsys    0.066s
ok      cmd/go/internal/generate        0.010s
ok      cmd/go/internal/get     0.034s
ok      cmd/go/internal/gover   0.011s
ok      cmd/go/internal/imports 0.011s
ok      cmd/go/internal/load    0.011s
ok      cmd/go/internal/lockedfile      0.142s
ok      cmd/go/internal/lockedfile/internal/filelock    0.044s
ok      cmd/go/internal/modconv 0.016s
ok      cmd/go/internal/modfetch        0.009s
ok      cmd/go/internal/modfetch/codehost       0.019s
ok      cmd/go/internal/modfetch/zip_sum_test   0.004s
ok      cmd/go/internal/modindex        0.136s
ok      cmd/go/internal/modload 0.013s
ok      cmd/go/internal/mvs     0.015s
ok      cmd/go/internal/par     0.014s
ok      cmd/go/internal/str     0.012s
ok      cmd/go/internal/test    0.069s
ok      cmd/go/internal/toolchain       0.014s
ok      cmd/go/internal/vcs     0.022s
ok      cmd/go/internal/vcweb   0.025s
ok      cmd/go/internal/vcweb/vcstest   0.068s
ok      cmd/go/internal/web     0.011s
ok      cmd/go/internal/work    0.124s
ok      cmd/gofmt       0.031s
ok      cmd/internal/archive    0.841s
ok      cmd/internal/bootstrap_test     0.015s
ok      cmd/internal/buildid    0.163s
ok      cmd/internal/cov        0.399s
ok      cmd/internal/dwarf      0.010s
ok      cmd/internal/edit       0.018s
ok      cmd/internal/goobj      0.010s
ok      cmd/internal/moddeps    2.130s
ok      cmd/internal/notsha256  0.004s
ok      cmd/internal/obj        1.064s
ok      cmd/internal/obj/ppc64  0.188s
ok      cmd/internal/obj/riscv  0.039s
ok      cmd/internal/obj/s390x  0.008s
ok      cmd/internal/obj/x86    0.246s
ok      cmd/internal/objabi     0.007s
ok      cmd/internal/pkgpath    0.040s
ok      cmd/internal/pkgpattern 0.003s
ok      cmd/internal/quoted     0.008s
ok      cmd/internal/src        0.006s
ok      cmd/internal/test2json  0.164s
ok      cmd/link        13.321s
ok      cmd/link/internal/benchmark     0.024s
ok      cmd/link/internal/ld    10.609s
ok      cmd/link/internal/loader        0.009s
ok      cmd/nm  1.317s
ok      cmd/objdump     2.894s
ok      cmd/pack        0.415s
ok      cmd/pprof       1.457s
ok      cmd/trace       0.266s
ok      cmd/vet 5.966s
FAIL
2028/06/10 12:14:43 Failed: exit status 1

##### os/user with tag osusergo
ok      os/user 0.019s

##### hash/maphash purego implementation
ok      hash/maphash    0.123s

##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
ok      runtime 23.433s

##### Testing without libgcc.
ok      net     0.048s
ok      os/user 0.019s

##### internal linking of -buildmode=pie
ok      reflect 0.245s
ok      os/user 0.020s

##### sync -cpu=10
ok      sync    0.547s

##### Testing race detector
ok      runtime/race    9.715s
ok      flag    1.033s
ok      net     1.075s
ok      os      1.123s
ok      os/exec 2.044s
ok      encoding/gob    1.111s
ok      flag    1.052s
ok      os/exec 2.028s

##### Testing cgo
ok      cmd/cgo/internal/test   1.113s
ok      cmd/cgo/internal/test   0.965s
ok      cmd/cgo/internal/testtls        0.007s
ok      cmd/cgo/internal/testtls        0.002s
ok      cmd/cgo/internal/testnocgo      0.010s
ok      cmd/cgo/internal/testnocgo      0.017s
ok      cmd/cgo/internal/test   1.433s
ok      cmd/cgo/internal/test   1.281s
ok      cmd/cgo/internal/test   1.150s
ok      cmd/cgo/internal/test   1.252s
ok      cmd/cgo/internal/testtls        0.041s
ok      cmd/cgo/internal/testnocgo      0.017s

##### ../test
ok      cmd/internal/testdir    147.878s

##### API check
ok      cmd/api 40.591s

FAILED
make[1]: *** [debian/rules:113: override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:37: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/ftbfs-future/

About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:

https://lists.debian.org/debian-devel/2024/05/msg00414.html

(While they are not yet, please note that the bugs will be RC for trixie)

The build was made using sbuild and a reduced chroot with only
build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to