Source: golang-github-mendersoftware-scopestack Version: 0.0~git20180403.c2f5599-2 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/mendersoftware/scopestack > container/list > runtime/internal/atomic > internal/cpu > runtime/internal/sys > runtime/internal/math > math/bits > unicode/utf8 > internal/race > sync/atomic > unicode > internal/bytealg > math > internal/testlog > runtime > internal/reflectlite > sync > errors > sort > io > strconv > internal/oserror > syscall > reflect > internal/syscall/unix > time > internal/poll > internal/fmtsort > os > fmt > github.com/mendersoftware/scopestack > dh_auto_test -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 > github.com/mendersoftware/scopestack > === RUN TestLicenses > --- PASS: TestLicenses (0.00s) > === RUN TestPushPop > --- PASS: TestPushPop (0.00s) > === RUN TestTooMuchPopping > --- PASS: TestTooMuchPopping (0.00s) > === RUN TestPopInDefer > --- PASS: TestPopInDefer (0.00s) > === RUN TestPushPopNotInSameFunction > --- FAIL: TestPushPopNotInSameFunction (0.00s) > scope_stack_test.go:57: Should never get here > scope_stack_test.go:52: Pop() should have panicked when used in a > different function than Push() > === RUN TestDifferentScopeDistance > --- FAIL: TestDifferentScopeDistance (0.00s) > scope_stack_test.go:95: Should never get here > scope_stack_test.go:89: Should have panicked because scope stack distance > should point to this function > FAIL > FAIL github.com/mendersoftware/scopestack 0.002s > FAIL > dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 > github.com/mendersoftware/scopestack returned exit code 1 The full build log is available from: http://qa-logs.debian.net/2020/02/22/golang-github-mendersoftware-scopestack_0.0~git20180403.c2f5599-2_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.