Source: golang-github-pascaldekloe-goe Version: 0.1.0-3 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20220813 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules binary > dh binary --builddirectory=_build --buildsystem=golang --with=golang > dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang > dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang > dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang > dh_auto_build -O--builddirectory=_build -O--buildsystem=golang > cd _build && go install -trimpath -v -p 8 > github.com/pascaldekloe/goe/el github.com/pascaldekloe/goe/metrics > github.com/pascaldekloe/goe/rest github.com/pascaldekloe/goe/verify > internal/goos > internal/goarch > internal/unsafeheader > internal/itoa > internal/goexperiment > runtime/internal/syscall > internal/cpu > runtime/internal/atomic > math/bits > internal/abi > runtime/internal/math > runtime/internal/sys > unicode/utf8 > internal/race > sync/atomic > encoding > unicode/utf16 > container/list > unicode > crypto/internal/subtle > crypto/subtle > crypto/internal/boring/sig > vendor/golang.org/x/crypto/cryptobyte/asn1 > internal/nettrace > vendor/golang.org/x/crypto/internal/subtle > internal/bytealg > math > runtime > internal/reflectlite > sync > internal/testlog > math/rand > internal/singleflight > internal/sysinfo > runtime/cgo > errors > sort > internal/oserror > io > path > strconv > vendor/golang.org/x/net/dns/dnsmessage > crypto/internal/nistec/fiat > syscall > bytes > hash > strings > hash/crc32 > crypto/internal/randutil > vendor/golang.org/x/text/transform > crypto > reflect > crypto/rc4 > net/http/internal/ascii > bufio > internal/syscall/execenv > internal/syscall/unix > time > io/fs > github.com/pascaldekloe/goe/metrics > context > internal/poll > embed > encoding/binary > internal/fmtsort > os > encoding/base64 > crypto/cipher > crypto/internal/edwards25519/field > crypto/md5 > vendor/golang.org/x/crypto/curve25519/internal/field > vendor/golang.org/x/crypto/internal/poly1305 > crypto/internal/nistec > encoding/pem > crypto/internal/edwards25519 > crypto/internal/boring > crypto/des > vendor/golang.org/x/crypto/chacha20 > internal/godebug > path/filepath > fmt > crypto/aes > crypto/sha512 > crypto/hmac > crypto/sha1 > crypto/sha256 > internal/intern > io/ioutil > vendor/golang.org/x/crypto/hkdf > vendor/golang.org/x/sys/cpu > net/netip > vendor/golang.org/x/crypto/chacha20poly1305 > encoding/json > log > github.com/pascaldekloe/goe/el > mime > compress/flate > math/big > encoding/hex > net > net/url > vendor/golang.org/x/crypto/curve25519 > vendor/golang.org/x/text/unicode/bidi > vendor/golang.org/x/text/unicode/norm > vendor/golang.org/x/net/http2/hpack > compress/gzip > mime/quotedprintable > net/http/internal > flag > runtime/debug > runtime/trace > vendor/golang.org/x/text/secure/bidirule > testing > crypto/elliptic > crypto/internal/boring/bbig > encoding/asn1 > crypto/rand > crypto/dsa > vendor/golang.org/x/net/idna > crypto/ed25519 > crypto/rsa > crypto/x509/pkix > vendor/golang.org/x/crypto/cryptobyte > github.com/pascaldekloe/goe/verify > crypto/ecdsa > net/textproto > vendor/golang.org/x/net/http/httpproxy > crypto/x509 > vendor/golang.org/x/net/http/httpguts > mime/multipart > crypto/tls > net/http/httptrace > net/http > github.com/pascaldekloe/goe/rest > dh_auto_test -O--builddirectory=_build -O--buildsystem=golang > cd _build && go test -vet=off -v -p 8 github.com/pascaldekloe/goe/el > github.com/pascaldekloe/goe/metrics github.com/pascaldekloe/goe/rest > github.com/pascaldekloe/goe/verify > === RUN TestPaths > --- PASS: TestPaths (0.00s) > === RUN TestPathFails > --- PASS: TestPathFails (0.00s) > === RUN TestWildCards > --- PASS: TestWildCards (0.00s) > === RUN TestAssigns > --- PASS: TestAssigns (0.00s) > === RUN ExampleAssign_pathAllocation > --- PASS: ExampleAssign_pathAllocation (0.00s) > === RUN ExampleAssign_typeFlexibility > --- PASS: ExampleAssign_typeFlexibility (0.00s) > === RUN ExampleInt > --- FAIL: ExampleInt (0.00s) > panic: lookup fail [recovered] > panic: lookup fail > > goroutine 1 [running]: > testing.(*InternalExample).processRunResult(0xc0000edc68, {0x0, 0x0}, > 0x5f2814?, 0x0, {0x5b2de0, 0x643488}) > /usr/lib/go-1.19/src/testing/example.go:91 +0x4e5 > testing.runExample.func2() > /usr/lib/go-1.19/src/testing/run_example.go:59 +0x11c > panic({0x5b2de0, 0x643488}) > /usr/lib/go-1.19/src/runtime/panic.go:884 +0x212 > github.com/pascaldekloe/goe/el_test.ExampleInt() > > /<<PKGBUILDDIR>>/_build/src/github.com/pascaldekloe/goe/el/example_test.go:67 > +0x245 > testing.runExample({{0x5e741b, 0xa}, 0x60bcf0, {0x5e7673, 0xa}, 0x0}) > /usr/lib/go-1.19/src/testing/run_example.go:63 +0x28d > testing.runExamples(0xc0000ede58, {0x747ea0?, 0x4, 0x4?}) > /usr/lib/go-1.19/src/testing/example.go:44 +0x186 > testing.(*M).Run(0xc0000c23c0) > /usr/lib/go-1.19/src/testing/testing.go:1728 +0x689 > main.main() > _testmain.go:67 +0x1aa > FAIL github.com/pascaldekloe/goe/el 0.007s > === RUN TestSeen > --- PASS: TestSeen (0.03s) > === RUN TestTook > --- PASS: TestTook (0.03s) > === RUN TestKeyPrefix > --- PASS: TestKeyPrefix (0.03s) > === RUN TestBatch > --- PASS: TestBatch (0.10s) > PASS > ok github.com/pascaldekloe/goe/metrics 0.196s > === RUN TestGolden > 2022/08/14 03:15:10 goe/rest: create: error v3 > 2022/08/14 03:15:10 goe/rest: read: error 99 v0 > 2022/08/14 03:15:10 goe/rest: read: error 99 v2 > 2022/08/14 03:15:10 goe rest: update 99 v0: hello 99 v2 > 2022/08/14 03:15:10 goe rest: delete 666 v0: operation rejected > --- PASS: TestGolden (0.01s) > === RUN ExampleCRUDRepo_SetCreateFunc > --- PASS: ExampleCRUDRepo_SetCreateFunc (0.00s) > === RUN ExampleCRUDRepo_SetReadFunc > --- PASS: ExampleCRUDRepo_SetReadFunc (0.00s) > PASS > ok github.com/pascaldekloe/goe/rest 0.010s > === RUN TestGoldenIdentities > --- PASS: TestGoldenIdentities (0.00s) > === RUN TestGoldenDiffers > --- PASS: TestGoldenDiffers (0.00s) > === RUN TestNilEquivalents > --- PASS: TestNilEquivalents (0.00s) > PASS > ok github.com/pascaldekloe/goe/verify 0.002s > FAIL > dh_auto_test: error: cd _build && go test -vet=off -v -p 8 > github.com/pascaldekloe/goe/el github.com/pascaldekloe/goe/metrics > github.com/pascaldekloe/goe/rest github.com/pascaldekloe/goe/verify returned > exit code 1 The full build log is available from: http://qa-logs.debian.net/2022/08/13/golang-github-pascaldekloe-goe_0.1.0-3_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results 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! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.