Package: src:golang-github-hashicorp-go-reap Version: 0.0~git20160113.0.2d85522-1 Severity: serious
Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --buildsystem=golang --with=golang dh_testdir -i -O--buildsystem=golang dh_update_autotools_config -i -O--buildsystem=golang dh_auto_configure -i -O--buildsystem=golang dh_auto_build -i -O--buildsystem=golang go install -v -p 1 github.com/hashicorp/go-reap golang.org/x/sys/unix github.com/hashicorp/go-reap dh_auto_test -i -O--buildsystem=golang go test -v -p 1 github.com/hashicorp/go-reap === RUN TestReap_IsSupported --- PASS: TestReap_IsSupported (0.00s) === RUN TestReap_ReapChildren --- FAIL: TestReap_ReapChildren (1.00s) reap_unix_test.go:53: should have reaped 6554 FAIL exit status 1 FAIL github.com/hashicorp/go-reap 1.002s dh_auto_test: go test -v -p 1 github.com/hashicorp/go-reap returned exit code 1 debian/rules:4: recipe for target 'build-indep' failed make: *** [build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- Because this source package only generates "Arch: all" packages, this is the same as a FTBFS bug in the usual sense and the fact that I was using "dpkg-buildpackage -A" is quite irrelevant. For this particular package, I've also checked that it fails to build from source in the reproducible builds site: https://tests.reproducible-builds.org/ Thanks.