Your message dated Fri, 30 Oct 2020 05:18:30 +0000
with message-id <e1kymo2-0002r7...@fasolo.debian.org>
and subject line Bug#971165: fixed in golang-github-coreos-gexpect 0.1.1-2
has caused the Debian Bug report #971165,
regarding golang-github-coreos-gexpect: FTBFS: dh_auto_test: error: cd
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/coreos/gexpect
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.)
--
971165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-coreos-gexpect
Version: 0.1.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 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
> 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/coreos/gexpect
> runtime/internal/sys
> internal/unsafeheader
> runtime/internal/atomic
> internal/cpu
> internal/race
> runtime/internal/math
> sync/atomic
> unicode
> internal/bytealg
> unicode/utf8
> math/bits
> internal/testlog
> math
> runtime
> internal/reflectlite
> sync
> errors
> sort
> io
> internal/oserror
> strconv
> syscall
> bytes
> strings
> reflect
> github.com/kballard/go-shellquote
> regexp/syntax
> time
> internal/syscall/unix
> internal/syscall/execenv
> regexp
> context
> internal/poll
> internal/fmtsort
> os
> path/filepath
> fmt
> os/exec
> github.com/kr/pty
> github.com/coreos/gexpect
> dh_auto_test -O--buildsystem=golang
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
> github.com/coreos/gexpect
> === RUN TestEmptySearchString
> gexpect_test.go:15: Testing empty search string...
> gexpect_test.go:18: fork/exec /bin/echo: Setctty set but Ctty not valid
> in child
> --- FAIL: TestEmptySearchString (0.00s)
> === RUN TestHelloWorld
> gexpect_test.go:27: Testing Hello World...
> gexpect_test.go:30: fork/exec /bin/echo: Setctty set but Ctty not valid
> in child
> --- FAIL: TestHelloWorld (0.00s)
> === RUN TestDoubleHelloWorld
> gexpect_test.go:39: Testing Double Hello World...
> gexpect_test.go:42: fork/exec /bin/sh: Setctty set but Ctty not valid in
> child
> --- FAIL: TestDoubleHelloWorld (0.00s)
> === RUN TestHelloWorldFailureCase
> gexpect_test.go:59: Testing Hello World Failure case...
> gexpect_test.go:62: fork/exec /bin/echo: Setctty set but Ctty not valid
> in child
> --- FAIL: TestHelloWorldFailureCase (0.00s)
> === RUN TestBiChannel
> gexpect_test.go:73: Testing BiChannel screen...
> gexpect_test.go:76: fork/exec /bin/cat: Setctty set but Ctty not valid in
> child
> --- FAIL: TestBiChannel (0.00s)
> === RUN TestCommandStart
> gexpect_test.go:101: Testing Command...
> --- PASS: TestCommandStart (0.00s)
> === RUN TestRegexMatch
> gexpect_test.go:126: Testing Regular Expression Matching...
> gexpect_test.go:132: fork/exec /bin/echo: Setctty set but Ctty not valid
> in child
> --- FAIL: TestRegexMatch (0.00s)
> === RUN TestRegexFind
> gexpect_test.go:163: Testing Regular Expression Search...
> gexpect_test.go:168: fork/exec /bin/echo: Setctty set but Ctty not valid
> in child
> --- FAIL: TestRegexFind (0.00s)
> === RUN TestReadLine
> gexpect_test.go:192: Testing ReadLine...
> gexpect_test.go:197: fork/exec /bin/echo: Setctty set but Ctty not valid
> in child
> --- FAIL: TestReadLine (0.00s)
> === RUN TestRegexWithOutput
> gexpect_test.go:217: Testing Regular Expression search with output...
> gexpect_test.go:222: Cannot exec rkt: fork/exec /bin/echo: Setctty set
> but Ctty not valid in child
> --- FAIL: TestRegexWithOutput (0.00s)
> === RUN TestRegexTimeoutWithOutput
> gexpect_test.go:254: Testing Regular Expression search with timeout and
> output...
> gexpect_test.go:261: Cannot exec rkt: fork/exec /bin/sh: Setctty set but
> Ctty not valid in child
> --- FAIL: TestRegexTimeoutWithOutput (0.00s)
> === RUN TestRegexFindNoExcessBytes
> gexpect_test.go:284: Testing Regular Expressions returning output with no
> excess strings
> gexpect_test.go:321: Test: matching lines line by line with $ at the end
> of the regexp
> gexpect_test.go:323: Running command: sh -c 'for i in `seq 1 50`; do echo
> "prefix: ${i} line"; done'
> gexpect_test.go:326: Cannot exec shell script: fork/exec /bin/sh: Setctty
> set but Ctty not valid in child
> --- FAIL: TestRegexFindNoExcessBytes (0.00s)
> === RUN TestBufferReadRune
> --- PASS: TestBufferReadRune (0.00s)
> FAIL
> FAIL github.com/coreos/gexpect 0.004s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
> github.com/coreos/gexpect returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2020/09/26/golang-github-coreos-gexpect_0.1.1-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-coreos-gexpect
Source-Version: 0.1.1-2
Done: Anthony Fok <f...@debian.org>
We believe that the bug you reported is fixed in the latest version of
golang-github-coreos-gexpect, 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 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anthony Fok <f...@debian.org> (supplier of updated golang-github-coreos-gexpect
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: Thu, 29 Oct 2020 22:58:45 -0600
Source: golang-github-coreos-gexpect
Architecture: source
Version: 0.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Anthony Fok <f...@debian.org>
Closes: 971165
Changes:
golang-github-coreos-gexpect (0.1.1-2) unstable; urgency=medium
.
[ Debian Janitor (Jelmer Vernooij) ]
* Bump debhelper from old 11 to 12.
Fixes: lintian: package-uses-old-debhelper-compat-version
* Set debhelper-compat version in Build-Depends.
Fixes: lintian: uses-debhelper-compat-file
* Set upstream metadata fields: Repository, Repository-Browse.
Fixes: lintian: upstream-metadata-file-is-missing
.
[ Anthony Fok ]
* debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
* Update Maintainer email address to team+pkg...@tracker.debian.org
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
* Bump Standards-Version to 4.5.0 (no change)
* Add "Rules-Requires-Root: no" to debian/control
* Depend and import "github.com/creack/pty" (>= 1.1.10)
instead of the now archived "github.com/kr/pty". This is to fix
"Setctty set but Ctty not valid in child" error with Go 1.15 and up.
See https://github.com/creack/pty/issues/96 for details. (Closes: #971165)
* Add myself to the list of Uploaders
Checksums-Sha1:
791f2c6b3a21fb34453f2569528951d82b301745 2407
golang-github-coreos-gexpect_0.1.1-2.dsc
c8a092fc6b54bf7fec2cf482c2920a92541327fb 3840
golang-github-coreos-gexpect_0.1.1-2.debian.tar.xz
87ea2d2f3c06b03f9fc8566fd37938bd194112b8 6292
golang-github-coreos-gexpect_0.1.1-2_amd64.buildinfo
Checksums-Sha256:
e3e154c29092c46c26d5ed54d9740640990edf9fc092f52df7737d9a08697a5f 2407
golang-github-coreos-gexpect_0.1.1-2.dsc
8ea7bad626ef2fe97133e8798c3db12e7ec75b9fe707603e1afb7f1479f947c0 3840
golang-github-coreos-gexpect_0.1.1-2.debian.tar.xz
75b1d3a776194927ea0d80a087e616c55de9d94d18a78d7b5e8be609346d0181 6292
golang-github-coreos-gexpect_0.1.1-2_amd64.buildinfo
Files:
ffa51e440784b9f8786b5b0a9acb1a60 2407 devel optional
golang-github-coreos-gexpect_0.1.1-2.dsc
d97dac9715f1c2afbf10157ce91517ba 3840 devel optional
golang-github-coreos-gexpect_0.1.1-2.debian.tar.xz
e5b3963c51f2bf3633d4926f3e9a24bb 6292 devel optional
golang-github-coreos-gexpect_0.1.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAl+bnkMQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz2piD/9Pvy+H1as7F09rFJl3OEEcYkLQXVyELCjK
mNpAO4DuY7W4r71r1XQUIS8FWwS93iraY5ZD+bq6aKTALPAQys9YMXqEzetYtv3Y
FNhXhryarUcZGksQtQaaahlR/7CJyuU7mbKJwCxCShr7ZCXG5WUZuLw+hdR0565n
gaFIB/0rKEdSfHdBXPOibGbNUMjv55C8NsrMlta/txJlKoKO/5VXnve08UrGtggN
2Rj0rdpuKzFAEt2sA8qiCta312J8FH9ZEMVYJAMWhS/5UAgLfzU7i5IiSg3Df4aP
ksZygEPi8bs4VYlsWqjwC6mkxXvn6jbKDc1QtL5R1cVIdp1zRDjV+NajWWg6DqX6
zwlrUdrNBzonVbd5C+jo5OshOBaWRQppoFTQKETtMn8FUg2oIoy/46EpYeAPJ8M9
EA8mDVEhNCyZcapNGY8TSpK8qcoobfR+kOlpgDGB2WFAufUwf04ewFZAZmXxnaKe
jW06U7A84vifjRTJ/LuUTecNtoHS0KlAGShYGsJkZgfVV6l4fBoH/XRAKd4JWfg4
J0/qZq8VaIbOYHmmFhottLxJpTaPI4kazQIXDHEZT4oatgBQPknlkY5Y2T0BAJHD
JOhCwgcMOw0yENlk61OqGk1qaX/LZOFkVE65yaDNuvaUIc5um9yf74/kNrJj6jp5
KnFOvTUQQA==
=KYwo
-----END PGP SIGNATURE-----
--- End Message ---