[pkg-go] Bug#906360: golang-github-hashicorp-memberlist: FTBFS in buster/sid (failing tests)

Santiago Vila sanvila at debian.org
Fri Aug 17 12:19:48 BST 2018


Package: src:golang-github-hashicorp-memberlist
Version: 0.1.0+git20180209.2288bf30-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_autoreconf -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
	cd obj-x86_64-linux-gnu && go install -gcflags=\"-trimpath=/<<BUILDDIR>>/golang-github-hashicorp-memberlist-0.1.0\+git20180209.2288bf30/obj-x86_64-linux-gnu/src\" -asmflags=\"-trimpath=/<<BUILDDIR>>/golang-github-hashicorp-memberlist-0.1.0\+git20180209.2288bf30/obj-x86_64-linux-gnu/src\" -v -p 1 github.com/hashicorp/memberlist
github.com/hashicorp/golang-lru/simplelru
github.com/hashicorp/go-immutable-radix
github.com/armon/go-metrics
github.com/hashicorp/go-msgpack/codec
github.com/hashicorp/errwrap
github.com/hashicorp/go-multierror
github.com/hashicorp/go-sockaddr

[... snipped ...]

=== RUN   TestUtil_PortFunctions/[2600:1f14:e22:1501:f9a:2e0c:a167:67e8]:1234
=== RUN   TestUtil_PortFunctions/localhost
=== RUN   TestUtil_PortFunctions/localhost:1234
=== RUN   TestUtil_PortFunctions/hashicorp.com
=== RUN   TestUtil_PortFunctions/hashicorp.com:1234
--- PASS: TestUtil_PortFunctions (0.00s)
    --- PASS: TestUtil_PortFunctions/1.2.3.4 (0.00s)
    --- PASS: TestUtil_PortFunctions/1.2.3.4:1234 (0.00s)
    --- PASS: TestUtil_PortFunctions/2600:1f14:e22:1501:f9a:2e0c:a167:67e8 (0.00s)
    --- PASS: TestUtil_PortFunctions/[2600:1f14:e22:1501:f9a:2e0c:a167:67e8] (0.00s)
    --- PASS: TestUtil_PortFunctions/[2600:1f14:e22:1501:f9a:2e0c:a167:67e8]:1234 (0.00s)
    --- PASS: TestUtil_PortFunctions/localhost (0.00s)
    --- PASS: TestUtil_PortFunctions/localhost:1234 (0.00s)
    --- PASS: TestUtil_PortFunctions/hashicorp.com (0.00s)
    --- PASS: TestUtil_PortFunctions/hashicorp.com:1234 (0.00s)
=== RUN   TestEncodeDecode
--- PASS: TestEncodeDecode (0.00s)
=== RUN   TestRandomOffset
--- PASS: TestRandomOffset (0.00s)
=== RUN   TestRandomOffset_Zero
--- PASS: TestRandomOffset_Zero (0.00s)
=== RUN   TestSuspicionTimeout
--- PASS: TestSuspicionTimeout (0.00s)
=== RUN   TestRetransmitLimit
--- PASS: TestRetransmitLimit (0.00s)
=== RUN   TestShuffleNodes
--- FAIL: TestShuffleNodes (0.00s)
	util_test.go:140: should not match
=== RUN   TestPushPullScale
--- PASS: TestPushPullScale (0.00s)
=== RUN   TestMoveDeadNodes
--- PASS: TestMoveDeadNodes (0.00s)
=== RUN   TestKRandomNodes
--- PASS: TestKRandomNodes (0.00s)
=== RUN   TestMakeCompoundMessage
--- PASS: TestMakeCompoundMessage (0.00s)
=== RUN   TestDecodeCompoundMessage
--- PASS: TestDecodeCompoundMessage (0.00s)
=== RUN   TestDecodeCompoundMessage_Trunc
--- PASS: TestDecodeCompoundMessage_Trunc (0.00s)
=== RUN   TestCompressDecompressPayload
--- PASS: TestCompressDecompressPayload (0.00s)
FAIL
FAIL	github.com/hashicorp/memberlist	23.275s
dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 github.com/hashicorp/memberlist returned exit code 1
make: *** [debian/rules:4: build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-hashicorp-memberlist.html

where you can get a full build log if you need it.

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.



More information about the Pkg-go-maintainers mailing list