Source: golang-github-pkg-errors Version: 0.8.1-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200222 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > dh build --buildsystem=golang --with=golang > dh_update_autotools_config -O--buildsystem=golang > dh_autoreconf -O--buildsystem=golang > dh_auto_configure -O--buildsystem=golang > dh_auto_build -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 > github.com/pkg/errors > math/bits > runtime/internal/sys > runtime/internal/atomic > internal/cpu > runtime/internal/math > unicode/utf8 > internal/race > sync/atomic > internal/bytealg > math > unicode > internal/testlog > runtime > internal/reflectlite > sync > errors > sort > strconv > internal/oserror > io > syscall > strings > reflect > path > internal/syscall/unix > time > internal/poll > internal/fmtsort > os > fmt > github.com/pkg/errors > dh_auto_test -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 > github.com/pkg/errors > === RUN TestNew > --- PASS: TestNew (0.00s) > === RUN TestWrapNil > --- PASS: TestWrapNil (0.00s) > === RUN TestWrap > --- PASS: TestWrap (0.00s) > === RUN TestCause > --- PASS: TestCause (0.00s) > === RUN TestWrapfNil > --- PASS: TestWrapfNil (0.00s) > === RUN TestWrapf > --- PASS: TestWrapf (0.00s) > === RUN TestErrorf > --- PASS: TestErrorf (0.00s) > === RUN TestWithStackNil > --- PASS: TestWithStackNil (0.00s) > === RUN TestWithStack > --- PASS: TestWithStack (0.00s) > === RUN TestWithMessageNil > --- PASS: TestWithMessageNil (0.00s) > === RUN TestWithMessage > --- PASS: TestWithMessage (0.00s) > === RUN TestWithMessagefNil > --- PASS: TestWithMessagefNil (0.00s) > === RUN TestWithMessagef > --- PASS: TestWithMessagef (0.00s) > === RUN TestErrorEquality > --- PASS: TestErrorEquality (0.00s) > === RUN TestFormatNew > --- PASS: TestFormatNew (0.00s) > === RUN TestFormatErrorf > --- PASS: TestFormatErrorf (0.00s) > === RUN TestFormatWrap > --- PASS: TestFormatWrap (0.00s) > === RUN TestFormatWrapf > --- PASS: TestFormatWrapf (0.00s) > === RUN TestFormatWithStack > --- PASS: TestFormatWithStack (0.00s) > === RUN TestFormatWithMessage > --- PASS: TestFormatWithMessage (0.00s) > === RUN TestFormatGeneric > --- PASS: TestFormatGeneric (0.16s) > === RUN TestFrameLine > --- FAIL: TestFrameLine (0.00s) > stack_test.go:39: Frame(5259745): want: 28, got: 22 > === RUN TestFrameFormat > --- PASS: TestFrameFormat (0.00s) > === RUN TestFuncname > --- PASS: TestFuncname (0.00s) > === RUN TestStackTrace > --- PASS: TestStackTrace (0.00s) > === RUN TestStackTraceFormat > --- PASS: TestStackTraceFormat (0.00s) > === RUN ExampleNew > --- PASS: ExampleNew (0.00s) > === RUN ExampleWithMessage > --- PASS: ExampleWithMessage (0.00s) > === RUN ExampleWithStack > --- PASS: ExampleWithStack (0.00s) > === RUN ExampleWrap > --- PASS: ExampleWrap (0.00s) > === RUN ExampleCause > --- PASS: ExampleCause (0.00s) > === RUN ExampleWrapf > --- PASS: ExampleWrapf (0.00s) > === RUN ExampleCause_printf > --- PASS: ExampleCause_printf (0.00s) > FAIL > FAIL github.com/pkg/errors 0.167s > FAIL > dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 > github.com/pkg/errors returned exit code 1 The full build log is available from: http://qa-logs.debian.net/2020/02/22/golang-github-pkg-errors_0.8.1-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.

