Your message dated Wed, 08 Apr 2020 04:18:45 +0000
with message-id <e1jm2an-0007rd...@fasolo.debian.org>
and subject line Bug#955682: fixed in golang-github-vbatts-go-mtree 0.4.4-2
has caused the Debian Bug report #955682,
regarding 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:
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
955682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: golang-github-vbatts-go-mtree
Source-Version: 0.4.4-2
Done: Dmitry Smirnov <only...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-vbatts-go-mtree, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 955...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated 
golang-github-vbatts-go-mtree package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 08 Apr 2020 10:12:48 +1000
Source: golang-github-vbatts-go-mtree
Architecture: source
Version: 0.4.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Closes: 955682
Changes:
 golang-github-vbatts-go-mtree (0.4.4-2) unstable; urgency=medium
 .
   * (Build-)Depends += "golang-github-davecgh-go-spew-dev" (Closes: #955682).
   * Standards-Version: 4.5.0.
Checksums-Sha1:
 80a490ae0e116dd99e80ab5cdac9b2240f04d356 2392 
golang-github-vbatts-go-mtree_0.4.4-2.dsc
 809bfceed44b3fd0720eb588568788428d6dd259 3496 
golang-github-vbatts-go-mtree_0.4.4-2.debian.tar.xz
 216aec5a847f41b1601d5c5637f3ea8a5da0de9b 6147 
golang-github-vbatts-go-mtree_0.4.4-2_amd64.buildinfo
Checksums-Sha256:
 578d6062e29d367db9bfddb0c64f42c9fcb4c79e3109722a9baf1e88d206dbad 2392 
golang-github-vbatts-go-mtree_0.4.4-2.dsc
 051a2c4a55d08687615d3aee1503fa901c676f44401a271f85806b9d7e23a2ef 3496 
golang-github-vbatts-go-mtree_0.4.4-2.debian.tar.xz
 de426d5128573c7f6e11cf8a93fa5b5d8d7d6fba204d91924125c96c94a33426 6147 
golang-github-vbatts-go-mtree_0.4.4-2_amd64.buildinfo
Files:
 950177b9e88822360d58767862216393 2392 devel optional 
golang-github-vbatts-go-mtree_0.4.4-2.dsc
 d0750a389e274bc2320c81783be22ed7 3496 devel optional 
golang-github-vbatts-go-mtree_0.4.4-2.debian.tar.xz
 6adbd8cf7e895742d96f6d880f0a1ba9 6147 devel optional 
golang-github-vbatts-go-mtree_0.4.4-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAl6NF78ACgkQUra72VOW
jRvh6hAAi5vz5+sjzYdjkwfx8k1K/i8kqCV5JiObbm1H1WXW4K3LVYuRROQDbDin
bE/YQRkeFea7KymLjzIcp2Np8dpLRbC2PZQzGNwmHs5qSGxja07lpO7EX1qLhW5Y
isSEuLPddapT22s3crRQfxhazK74KJAbGPkm5v1PlhbeWzidnY+2UyJYj3hCgv1P
AKILo+oSkKmBkeDNOJSxctJuze2FK/PtUf9m60Girq5Rwz+kmOxVcTWQi+nBvu46
1u/Rf2OJr/4BWfGavpIdK0bBkaU+rMVI/nVNgSqm4ryM5SA1Ya0pKxNj2Gdvn/5s
0tE+Z4VyRyxP0ds7AATrqhtvogP8YjzYlHcxlRrLk73L4Qbzre2nB8rb14jOeGOf
Q8q+7D64PDYZcFQaxWHcu88W7IofxXpRdcVGYeI0l54tVJruXays2xwX/Dn7JJLL
G+k4VggfmK/k+ZLNhj06ODk4jpwJzTBfALkuNYfwL3GJrP4m2hXzC1b1UUQ9G8pH
I29Mam/h0yfXdN2tGM98g7J5/uSO+0tdhhcntbKMm8dn7yYQ0w9PvAfu2pv9GDzo
snb0K9Vjs7Y6Nd9SD1LtTSeaYPRun4YvwGErBdQkE5qT/5n05bm53BNp1/9NpdgL
KFuXWUv4+XVyAbay7JlMQxdYXlI3v6ciFCuG/8ZOCvg7AnjWKfg=
=zs5Y
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to