Your message dated Thu, 19 Mar 2020 19:19:58 +0000
with message-id <e1jf0hy-000f1b...@fasolo.debian.org>
and subject line Bug#952162: fixed in golang-github-karlseguin-expect
1.0.1+git20160716.12.5c2eadb-2
has caused the Debian Bug report #952162,
regarding golang-github-karlseguin-expect: FTBFS: dh_auto_test: error: cd
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/karlseguin/expect
github.com/karlseguin/expect/build github.com/karlseguin/expect/mock returned
exit code 1
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.)
--
952162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-karlseguin-expect
Version: 1.0.1+git20160716.12.5c2eadb-1
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):
> fakeroot debian/rules binary
> dh binary --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/karlseguin/expect github.com/karlseguin/expect/build
> github.com/karlseguin/expect/mock
> runtime/internal/sys
> internal/race
> internal/cpu
> runtime/internal/atomic
> runtime/internal/math
> sync/atomic
> unicode
> unicode/utf8
> internal/bytealg
> encoding
> math/bits
> internal/testlog
> math
> runtime
> unicode/utf16
> container/list
> crypto/internal/subtle
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> runtime/cgo
> vendor/golang.org/x/crypto/internal/subtle
> vendor/golang.org/x/crypto/curve25519
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> internal/oserror
> io
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> bytes
> strings
> reflect
> bufio
> regexp/syntax
> time
> internal/syscall/unix
> hash
> hash/crc32
> crypto
> regexp
> crypto/internal/randutil
> crypto/hmac
> crypto/rc4
> internal/poll
> context
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/text/transform
> path
> os
> encoding/binary
> internal/fmtsort
> crypto/cipher
> crypto/sha512
> encoding/base64
> fmt
> runtime/debug
> path/filepath
> crypto/aes
> crypto/des
> crypto/ed25519/internal/edwards25519
> io/ioutil
> encoding/json
> flag
> log
> runtime/trace
> github.com/wsxiaoys/terminal/color
> compress/flate
> testing
> math/big
> crypto/md5
> github.com/karlseguin/expect
> compress/gzip
> crypto/sha1
> crypto/sha256
> encoding/hex
> encoding/pem
> net
> net/url
> vendor/golang.org/x/crypto/internal/chacha20
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> crypto/dsa
> vendor/golang.org/x/crypto/poly1305
> crypto/ecdsa
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> vendor/golang.org/x/sys/cpu
> vendor/golang.org/x/text/unicode/bidi
> vendor/golang.org/x/crypto/chacha20poly1305
> vendor/golang.org/x/text/secure/bidirule
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> mime
> mime/quotedprintable
> net/http/internal
> vendor/golang.org/x/net/idna
> vendor/golang.org/x/net/http/httpproxy
> net/textproto
> github.com/karlseguin/expect/mock
> crypto/x509
> vendor/golang.org/x/net/http/httpguts
> mime/multipart
> crypto/tls
> net/http/httptrace
> net/http
> github.com/karlseguin/expect/build
> dh_auto_test -O--buildsystem=golang
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
> github.com/karlseguin/expect github.com/karlseguin/expect/build
> github.com/karlseguin/expect/mock
> flag provided but not defined: -test.testlogfile
> Usage of /tmp/go-build780710806/b001/expect.test:
> -M string
> Regular expression selecting which tests not to run
> -m string
> Regular expression selecting which tests to run
> -summary string
> Path to write a summary file to
> -vv
> turn on stdout
> FAIL github.com/karlseguin/expect 0.002s
> flag provided but not defined: -test.testlogfile
> Usage of /tmp/go-build780710806/b059/build.test:
> -M string
> Regular expression selecting which tests not to run
> -m string
> Regular expression selecting which tests to run
> -summary string
> Path to write a summary file to
> -vv
> turn on stdout
> FAIL github.com/karlseguin/expect/build 0.003s
> ? github.com/karlseguin/expect/mock [no test files]
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
> github.com/karlseguin/expect github.com/karlseguin/expect/build
> github.com/karlseguin/expect/mock returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2020/02/22/golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-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-karlseguin-expect
Source-Version: 1.0.1+git20160716.12.5c2eadb-2
Done: Nilesh Patra <npatra...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
golang-github-karlseguin-expect, 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 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated
golang-github-karlseguin-expect 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: Tue, 17 Mar 2020 16:41:00 +0530
Source: golang-github-karlseguin-expect
Architecture: source
Version: 1.0.1+git20160716.12.5c2eadb-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team
<pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 952162
Changes:
golang-github-karlseguin-expect (1.0.1+git20160716.12.5c2eadb-2) unstable;
urgency=medium
.
* Team Upload.
.
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
.
[ Nilesh Patra ]
* Initialize test to fix flag parsing issue (Closes: #952162)
* Bump standards version to 4.5.0
* Add "Rules-Requires-Root:no"
* Fix control with cme
* Drop compat, switch to debhelper-compat
* Switch to https
* Add upstream/metadata
Checksums-Sha1:
5d3446bd0639452248f3b61ed80182eb087007f0 2471
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2.dsc
8fc49be9cd09f84a556b138ad4924caf459dc8d9 3092
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2.debian.tar.xz
17853ffc20bc832835e6b0c28aace8455443d578 6110
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2_amd64.buildinfo
Checksums-Sha256:
ca54be35eeb7e40e178abcb5c480e88c0e073a564cd750de9efb873ebcdff4de 2471
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2.dsc
4667721366c4657a321aae2e9365f11fb0f1bfa30790ec5b38e706912b9966ca 3092
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2.debian.tar.xz
1956d3466dce3d178e2822622f5063b5b9d0c772be74e58d2a90ea373ed0db26 6110
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2_amd64.buildinfo
Files:
e97633b6b73b1cb0c573a39026161ab8 2471 devel optional
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2.dsc
3eee11f1de4aa27f42b5301fe2eb67f8 3092 devel optional
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2.debian.tar.xz
f1b75a10a459db9123a1e9925f04cfca 6110 devel optional
golang-github-karlseguin-expect_1.0.1+git20160716.12.5c2eadb-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEbJ0QSEqa5Mw4X3xxgj6WdgbDS5YFAl5zwxsACgkQgj6WdgbD
S5apvxAAxm3TdDVaTUPlkz2O9ZPF0MTL0cNixqppwVFwit0bawqAI37faKQv61GQ
QujhkpSzd6rwi0dvLEleOSu/18V1dwPjME/MHMHuV8GGyH3LBgtZvZ1h3G+onWQT
4EU1dWdygCiWah+pSXtIbM7H0QItx/WE2PrQk7xEx1VibTNZFa0AyunSO81Vz+cv
iNI27OMg2LSzHGKGoDICWTZ9+SOsHvwJwZkNalJnlyEV9slYmkBF5HQFsKpeu6JC
eoyf8dgMKjpFonZ92fKAhNItx0g783seD7vGJbRvjgVPwR8sOkLcgW15uuicgEmg
o11zqYcXGmFeqBCQoLRBAyJVZoq1JsRATUb1fDA+8ugLj9QR0VsgbwfVAOiybPiT
dmYrVNjjArVIxGY2P7dhOGxcYppls4ZTKwj7VFKH8DLaMGdHPmnC7IVQ03rqEFBi
yTMJQNHBHqzgFbLUeaaCzmqT34R+Hr3ZXVWXzaVPpT5emalHcGdkJI7ux3wr6SJf
S0QOlv0IbdfcUgypEbNWlaJnAofVLJ4dhdFcVl62yDvEK2DcgCqBbFEMEUvIw6HX
Nnpy/7xTGuVKhYuKPpoJ6cRxsLWkf9Yvk3bGmS/oigQKyIEQVvy+/x6kZ5VcGfyC
xuTs2PYNo6Ct8KMohzGasuEMIiTw0sKalpz1GL+ANPK103VYryc=
=IHED
-----END PGP SIGNATURE-----
--- End Message ---