Package: src:golang-1.23 Version: 1.23.4-1 Tags: ftbfs trixie sid User: debian...@lists.debian.org Usertags: ftbfs-during-trixie-support-period
Dear maintainer: During a rebuild of all packages in unstable in the year 2028, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules clean dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' # remove autogenerated files rm -f -v src/cmd/go/internal/cfg/zdefaultcc.go src/go/build/zcgo.go src/runtime/internal/sys/zversion.go src/time/tzdata/zzipdata.go src/cmd/cgo/zdefaultcc.go src/cmd/internal/objabi/zbootstrap.go src/internal/buildcfg/zbootstrap.go # remove built objects rm -rf bin pkg # remove gopath rm -rf /<<PKGBUILDDIR>>/gopath/ # remove generated files make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean 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.23.4-1" > VERSION cd /<<PKGBUILDDIR>>/src \ && /<<PKGBUILDDIR>>/debian/helpers/goenv.sh bash ./make.bash --no-banner Building Go cmd/dist using /usr/lib/go-1.23. (go1.23.4 linux/amd64) Building Go toolchain1 using /usr/lib/go-1.23. 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 ok archive/tar 0.106s ok archive/zip 0.067s ok bufio 0.033s ok bytes 0.094s ok cmp 0.002s ok compress/bzip2 0.041s ok compress/flate 0.400s ok compress/gzip 0.697s ok compress/lzw 0.008s ok compress/zlib 0.009s ok container/heap 0.002s ok container/list 0.001s ok container/ring 0.001s ok context 0.016s ok crypto 0.285s ok crypto/aes 0.012s ok crypto/cipher 0.003s ok crypto/des 0.009s ok crypto/dsa 0.002s ok crypto/ecdh 0.025s ok crypto/ecdsa 0.017s ok crypto/ed25519 0.029s ok crypto/elliptic 0.004s ok crypto/hmac 0.004s ok crypto/internal/alias 0.002s ok crypto/internal/bigmod 0.026s ok crypto/internal/boring 0.001s ok crypto/internal/boring/bcache 0.089s ok crypto/internal/edwards25519 0.047s ok crypto/internal/edwards25519/field 0.008s ok crypto/internal/hpke 0.002s ok crypto/internal/mlkem768 0.159s ok crypto/internal/nistec 0.107s ok crypto/internal/nistec/fiat 0.001s [no tests to run] ok crypto/md5 0.003s ok crypto/rand 0.018s ok crypto/rc4 0.013s ok crypto/rsa 0.153s ok crypto/sha1 0.010s ok crypto/sha256 0.002s ok crypto/sha512 0.003s ok crypto/subtle 0.128s --- FAIL: TestVerifyConnection (0.00s) --- FAIL: TestVerifyConnection/TLSv12 (0.00s) handshake_client_test.go:1759: RequireAndVerifyClientCert-FullHandshake: handshake failed: server: remote error: tls: bad certificate client: tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 2025-01-01T00:00:00Z --- FAIL: TestVerifyConnection/TLSv13 (0.00s) handshake_client_test.go:1759: RequireAndVerifyClientCert-FullHandshake: handshake failed: server: remote error: tls: bad certificate client: tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 2025-01-01T00:00:00Z --- FAIL: TestResumptionKeepsOCSPAndSCT (0.00s) --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.00s) handshake_client_test.go:2550: handshake failed: server: remote error: tls: bad certificate client: tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 2025-01-01T00:00:00Z --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv13 (0.00s) handshake_client_test.go:2550: handshake failed: server: remote error: tls: bad certificate client: tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 2025-01-01T00:00:00Z --- FAIL: TestCrossVersionResume (0.00s) --- FAIL: TestCrossVersionResume/TLSv12 (0.00s) handshake_server_test.go:526: handshake did not resume at the same version --- FAIL: TestCrossVersionResume/TLSv13 (0.00s) handshake_server_test.go:526: handshake did not resume at the same version FAIL FAIL crypto/tls 0.293s ok crypto/x509 0.145s ok database/sql 0.473s ok database/sql/driver 0.001s ok debug/buildinfo 0.006s ok debug/dwarf 0.006s ok debug/elf 0.078s ok debug/gosym 0.105s ok debug/macho 0.002s ok debug/pe 0.008s ok debug/plan9obj 0.002s ok embed 0.003s [no tests to run] ok embed/internal/embedtest 0.002s ok encoding/ascii85 0.009s ok encoding/asn1 0.004s ok encoding/base32 0.006s ok encoding/base64 0.002s ok encoding/binary 0.003s ok encoding/csv 0.004s ok encoding/gob 1.310s ok encoding/hex 0.002s ok encoding/json 0.064s ok encoding/pem 0.130s ok encoding/xml 0.018s ok errors 0.002s ok expvar 0.013s ok flag 0.033s ok fmt 0.029s ok go/ast 0.008s ok go/build 1.593s ok go/build/constraint 0.030s ok go/constant 0.002s ok go/doc 0.023s ok go/doc/comment 0.446s ok go/format 0.004s ok go/importer 0.151s ok go/internal/gccgoimporter 0.004s ok go/internal/gcimporter 0.864s ok go/internal/srcimporter 5.428s ok go/parser 0.079s ok go/printer 0.075s ok go/scanner 0.002s ok go/token 0.006s ok go/types 3.832s ok go/version 0.001s ok hash 0.002s ok hash/adler32 0.003s ok hash/crc32 0.003s ok hash/crc64 0.002s ok hash/fnv 0.001s ok hash/maphash 0.046s ok html 0.002s ok html/template 0.039s ok image 0.023s ok image/color 0.008s ok image/draw 0.058s ok image/gif 0.097s ok image/jpeg 0.093s ok image/png 0.128s ok index/suffixarray 0.065s ok internal/abi 0.044s ok internal/buildcfg 0.001s ok internal/chacha8rand 0.002s ok internal/concurrent 0.032s ok internal/coverage/cfile 0.374s ok internal/coverage/cformat 0.005s ok internal/coverage/cmerge 0.001s ok internal/coverage/pods 0.005s ok internal/coverage/slicereader 0.001s ok internal/coverage/slicewriter 0.001s ok internal/coverage/test 0.013s ok internal/cpu 0.004s ok internal/dag 0.001s ok internal/diff 0.002s ok internal/fmtsort 0.001s ok internal/fuzz 0.003s ok internal/godebug 0.219s ok internal/godebugs 3.630s ok internal/gover 0.001s ok internal/itoa 0.001s ok internal/platform 0.595s ok internal/poll 0.085s ok internal/profile 0.001s ok internal/reflectlite 0.002s ok internal/runtime/atomic 0.010s ok internal/runtime/syscall 0.003s ok internal/saferio 0.014s ok internal/singleflight 0.018s ok internal/syscall/unix 0.001s ok internal/sysinfo 0.001s ok internal/testenv 0.095s ok internal/trace 13.074s ok internal/trace/internal/oldtrace 0.045s ok internal/types/errors 0.259s ok internal/unsafeheader 0.004s ok internal/weak 0.026s ok internal/xcoff 0.004s ok internal/zstd 0.020s ok io 0.022s ok io/fs 0.191s ok io/ioutil 0.006s ok iter 0.021s ok log 0.002s ok log/slog 0.020s ok log/slog/internal/benchmarks 0.001s ok log/slog/internal/buffer 0.002s ok log/syslog 1.213s ok maps 0.003s ok math 0.003s ok math/big 0.551s ok math/bits 0.014s ok math/cmplx 0.002s ok math/rand 0.053s ok math/rand/v2 0.108s ok mime 0.007s ok mime/multipart 0.382s ok mime/quotedprintable 0.008s ok net 4.134s ok net/http 5.841s ok net/http/cgi 0.406s ok net/http/cookiejar 0.010s ok net/http/fcgi 0.204s ok net/http/httptest 0.016s ok net/http/httptrace 0.002s ok net/http/httputil 0.606s ok net/http/internal 0.065s ok net/http/internal/ascii 0.001s ok net/http/pprof 5.083s ok net/internal/cgotest 0.001s ok net/internal/socktest 0.001s ok net/mail 0.003s ok net/netip 0.214s ok net/rpc 0.017s ok net/rpc/jsonrpc 0.003s ok net/smtp 0.007s ok net/textproto 0.009s ok net/url 0.004s ok os 0.801s ok os/exec 0.232s ok os/exec/internal/fdtest 0.001s ok os/signal 21.797s ok os/user 0.002s ok path 0.002s ok path/filepath 0.013s ok plugin 0.002s ok reflect 0.081s ok regexp 0.136s ok regexp/syntax 0.307s ok runtime 44.861s ok runtime/cgo 0.002s ok runtime/debug 0.034s ok runtime/internal/math 0.001s ok runtime/internal/sys 0.001s ok runtime/internal/wasitest 0.002s ok runtime/metrics 0.009s ok runtime/pprof 17.384s ok runtime/trace 0.103s ok slices 0.022s ok sort 0.025s ok strconv 0.243s ok strings 0.149s ok sync 0.258s ok sync/atomic 0.443s ok syscall 1.892s ok testing 1.028s ok testing/fstest 0.003s ok testing/iotest 0.001s ok testing/quick 0.030s ok testing/slogtest 0.003s ok text/scanner 0.002s ok text/tabwriter 0.002s ok text/template 0.009s ok text/template/parse 0.003s ok time 7.845s ok unicode 0.002s ok unicode/utf16 0.001s ok unicode/utf8 0.002s ok unique 0.026s ok cmd/addr2line 0.420s ok cmd/api 10.014s ok cmd/asm/internal/asm 0.278s ok cmd/asm/internal/lex 0.002s ok cmd/cgo/internal/swig 0.009s ok cmd/cgo/internal/test 0.939s ok cmd/cgo/internal/testcarchive 0.002s ok cmd/cgo/internal/testcshared 0.001s ok cmd/cgo/internal/testerrors 19.937s ok cmd/cgo/internal/testfortran 0.012s ok cmd/cgo/internal/testgodefs 0.609s ok cmd/cgo/internal/testlife 0.498s ok cmd/cgo/internal/testnocgo 0.002s ok cmd/cgo/internal/testplugin 0.002s ok cmd/cgo/internal/testsanitizers 55.130s ok cmd/cgo/internal/testshared 0.021s ok cmd/cgo/internal/testso 3.412s ok cmd/cgo/internal/teststdio 3.684s ok cmd/cgo/internal/testtls 0.020s ok cmd/compile/internal/abt 0.025s ok cmd/compile/internal/amd64 2.187s ok cmd/compile/internal/base 0.002s ok cmd/compile/internal/compare 0.002s ok cmd/compile/internal/devirtualize 0.002s ok cmd/compile/internal/dwarfgen 0.300s ok cmd/compile/internal/importer 0.868s ok cmd/compile/internal/inline/inlheur 0.244s ok cmd/compile/internal/ir 0.002s ok cmd/compile/internal/liveness 0.010s ok cmd/compile/internal/logopt 0.122s ok cmd/compile/internal/loopvar 29.281s ok cmd/compile/internal/noder 0.012s ok cmd/compile/internal/rangefunc 0.012s ok cmd/compile/internal/reflectdata 0.016s [no tests to run] ok cmd/compile/internal/ssa 30.025s ok cmd/compile/internal/syntax 0.051s ok cmd/compile/internal/test 7.115s ok cmd/compile/internal/typecheck 0.248s ok cmd/compile/internal/types 0.021s ok cmd/compile/internal/types2 3.540s ok cmd/covdata 0.033s ok cmd/cover 1.132s ok cmd/dist 0.005s ok cmd/distpack 0.024s ok cmd/doc 0.102s ok cmd/fix 3.940s ok cmd/go 74.995s ok cmd/go/internal/auth 0.005s ok cmd/go/internal/cache 0.086s ok cmd/go/internal/cfg 0.004s [no tests to run] ok cmd/go/internal/envcmd 0.028s ok cmd/go/internal/fsys 0.023s ok cmd/go/internal/generate 0.009s ok cmd/go/internal/gover 0.003s ok cmd/go/internal/imports 0.010s ok cmd/go/internal/load 0.007s ok cmd/go/internal/lockedfile 0.066s ok cmd/go/internal/lockedfile/internal/filelock 0.043s ok cmd/go/internal/modfetch 0.029s ok cmd/go/internal/modfetch/codehost 0.008s ok cmd/go/internal/modfetch/zip_sum_test 0.008s ok cmd/go/internal/modindex 0.081s ok cmd/go/internal/modload 0.011s ok cmd/go/internal/mvs 0.003s ok cmd/go/internal/par 0.005s ok cmd/go/internal/str 0.006s ok cmd/go/internal/test 0.022s ok cmd/go/internal/toolchain 0.007s ok cmd/go/internal/vcs 0.010s ok cmd/go/internal/vcweb 0.008s ok cmd/go/internal/vcweb/vcstest 0.032s ok cmd/go/internal/web 0.005s ok cmd/go/internal/work 0.084s ok cmd/gofmt 0.012s ok cmd/internal/archive 0.656s ok cmd/internal/bootstrap_test 0.002s ok cmd/internal/buildid 0.091s ok cmd/internal/cov 0.283s ok cmd/internal/dwarf 0.006s ok cmd/internal/edit 0.005s ok cmd/internal/goobj 0.002s ok cmd/internal/moddeps 1.176s ok cmd/internal/notsha256 0.009s ok cmd/internal/obj 0.681s ok cmd/internal/obj/arm64 0.213s ok cmd/internal/obj/loong64 0.023s ok cmd/internal/obj/ppc64 0.194s ok cmd/internal/obj/riscv 0.138s ok cmd/internal/obj/s390x 0.013s ok cmd/internal/obj/x86 0.352s ok cmd/internal/objabi 0.062s ok cmd/internal/pgo 0.009s ok cmd/internal/pkgpath 0.015s ok cmd/internal/pkgpattern 0.004s ok cmd/internal/quoted 0.001s ok cmd/internal/src 0.008s ok cmd/internal/test2json 0.076s ok cmd/link 18.954s ok cmd/link/internal/benchmark 0.005s ok cmd/link/internal/ld 12.044s ok cmd/link/internal/loader 0.009s ok cmd/nm 1.457s ok cmd/objdump 3.017s ok cmd/pack 0.435s ok cmd/pprof 1.394s ok cmd/relnote 0.002s ok cmd/trace 0.033s ok cmd/vet 4.680s FAIL 2028/06/10 12:10:07 Failed: exit status 1 ok hash/maphash 0.085s ok net 0.027s ok os/user 0.021s ok sync 0.446s ok cmd/relnote 0.008s ok runtime 14.834s ok runtime 15.344s ok cmd/internal/testdir 114.206s FAILED make[1]: *** [debian/rules:113: override_dh_auto_test-arch] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:38: 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.