[pkg-go] Bug#955682: golang-github-vbatts-go-mtree: FTBFS: imports github.com/davecgh/go-spew/spew: cannot find package "github.com/davecgh/go-spew/spew" in any of:

Lucas Nussbaum lucas at debian.org
Fri Apr 3 20:51:11 BST 2020


Source: golang-github-vbatts-go-mtree
Version: 0.4.4-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200402 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 --builddirectory=_build
>    dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
>    dh_autoreconf -O--buildsystem=golang -O--builddirectory=_build
>    dh_auto_configure -O--buildsystem=golang -O--builddirectory=_build
>    dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
> 	cd _build && go generate -v github.com/vbatts/go-mtree github.com/vbatts/go-mtree/pkg/govis github.com/vbatts/go-mtree/xattr
> src/github.com/vbatts/go-mtree/check.go
> src/github.com/vbatts/go-mtree/check_test.go
> src/github.com/vbatts/go-mtree/cksum.go
> src/github.com/vbatts/go-mtree/cksum_test.go
> src/github.com/vbatts/go-mtree/compare.go
> src/github.com/vbatts/go-mtree/compare_test.go
> src/github.com/vbatts/go-mtree/creator.go
> src/github.com/vbatts/go-mtree/entry.go
> src/github.com/vbatts/go-mtree/fseval.go
> src/github.com/vbatts/go-mtree/fseval_test.go
> src/github.com/vbatts/go-mtree/hierarchy.go
> src/github.com/vbatts/go-mtree/hierarchy_test.go
> src/github.com/vbatts/go-mtree/keywordfunc.go
> src/github.com/vbatts/go-mtree/keywordfuncs_linux.go
> src/github.com/vbatts/go-mtree/keywords.go
> src/github.com/vbatts/go-mtree/keywords_linux_test.go
> src/github.com/vbatts/go-mtree/keywords_test.go
> src/github.com/vbatts/go-mtree/lchtimes_unix.go
> src/github.com/vbatts/go-mtree/lookup_new.go
> src/github.com/vbatts/go-mtree/mtree_test.go
> src/github.com/vbatts/go-mtree/parse.go
> src/github.com/vbatts/go-mtree/stat_unix.go
> src/github.com/vbatts/go-mtree/tar.go
> src/github.com/vbatts/go-mtree/tar_test.go
> src/github.com/vbatts/go-mtree/update.go
> src/github.com/vbatts/go-mtree/update_linux_test.go
> src/github.com/vbatts/go-mtree/update_test.go
> src/github.com/vbatts/go-mtree/updatefuncs.go
> src/github.com/vbatts/go-mtree/updatefuncs_linux.go
> src/github.com/vbatts/go-mtree/version.go
> src/github.com/vbatts/go-mtree/walk.go
> src/github.com/vbatts/go-mtree/walk_test.go
> src/github.com/vbatts/go-mtree/pkg/govis/govis.go
> src/github.com/vbatts/go-mtree/pkg/govis/govis_test.go
> src/github.com/vbatts/go-mtree/pkg/govis/unvis.go
> src/github.com/vbatts/go-mtree/pkg/govis/unvis_test.go
> src/github.com/vbatts/go-mtree/pkg/govis/vis.go
> src/github.com/vbatts/go-mtree/pkg/govis/vis_test.go
> src/github.com/vbatts/go-mtree/xattr/xattr.go
> src/github.com/vbatts/go-mtree/xattr/xattr_test.go
> 	cd _build && go install -trimpath -v -p 4 github.com/vbatts/go-mtree github.com/vbatts/go-mtree/pkg/govis github.com/vbatts/go-mtree/xattr
> runtime/internal/sys
> runtime/internal/atomic
> internal/race
> internal/cpu
> runtime/internal/math
> sync/atomic
> unicode
> internal/bytealg
> unicode/utf8
> math/bits
> internal/testlog
> math
> runtime/cgo
> runtime
> encoding
> unicode/utf16
> internal/reflectlite
> sync
> errors
> sort
> io
> internal/oserror
> strconv
> container/heap
> syscall
> bytes
> strings
> bufio
> reflect
> hash
> path
> crypto
> golang.org/x/crypto/ripemd160
> time
> github.com/vbatts/go-mtree/xattr
> internal/syscall/unix
> context
> internal/poll
> encoding/binary
> internal/fmtsort
> os
> crypto/md5
> crypto/sha256
> crypto/sha1
> crypto/sha512
> encoding/base64
> golang.org/x/sys/unix
> fmt
> path/filepath
> io/ioutil
> os/user
> log
> encoding/json
> github.com/vbatts/go-mtree/pkg/govis
> github.com/sirupsen/logrus
> archive/tar
> github.com/vbatts/go-mtree
>    dh_auto_test -O--buildsystem=golang -O--builddirectory=_build
> 	cd _build && go test -vet=off -v -p 4 github.com/vbatts/go-mtree github.com/vbatts/go-mtree/pkg/govis github.com/vbatts/go-mtree/xattr
> # github.com/vbatts/go-mtree
> package github.com/vbatts/go-mtree (test)
> 	imports github.com/davecgh/go-spew/spew: cannot find package "github.com/davecgh/go-spew/spew" in any of:
> 	/usr/lib/go-1.14/src/github.com/davecgh/go-spew/spew (from $GOROOT)
> 	/<<PKGBUILDDIR>>/_build/src/github.com/davecgh/go-spew/spew (from $GOPATH)
> FAIL	github.com/vbatts/go-mtree [setup failed]
> === RUN   TestRandomVisUnvis
> --- PASS: TestRandomVisUnvis (2.26s)
> === RUN   TestRandomVisVisUnvisUnvis
> --- PASS: TestRandomVisVisUnvisUnvis (6.56s)
> === RUN   TestVisUnvis
> --- PASS: TestVisUnvis (0.06s)
> === RUN   TestByteStrings
> --- PASS: TestByteStrings (0.00s)
> === RUN   TestUnvisError
> --- PASS: TestUnvisError (0.00s)
> === RUN   TestUnvisCStyleEscape
> --- PASS: TestUnvisCStyleEscape (0.00s)
> === RUN   TestUnvisMetaEscape
> --- PASS: TestUnvisMetaEscape (0.00s)
> === RUN   TestUnvisOctalEscape
> --- PASS: TestUnvisOctalEscape (0.00s)
> === RUN   TestUnvisHexEscape
> --- PASS: TestUnvisHexEscape (0.00s)
> === RUN   TestUnvisUnicode
> --- PASS: TestUnvisUnicode (0.00s)
> === RUN   TestVisUnchanged
> --- PASS: TestVisUnchanged (0.00s)
> === RUN   TestVisFlags
> --- PASS: TestVisFlags (0.00s)
> === RUN   TestVisChanged
> --- PASS: TestVisChanged (0.00s)
> PASS
> ok  	github.com/vbatts/go-mtree/pkg/govis	8.888s
> === RUN   TestXattr
>     TestXattr: xattr_test.go:13: DM - skipping privileged test
> --- SKIP: TestXattr (0.00s)
> PASS
> ok  	github.com/vbatts/go-mtree/xattr	0.002s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 4 github.com/vbatts/go-mtree github.com/vbatts/go-mtree/pkg/govis github.com/vbatts/go-mtree/xattr returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2020/04/02/golang-github-vbatts-go-mtree_0.4.4-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.



More information about the Pkg-go-maintainers mailing list