Your message dated Fri, 13 Nov 2020 14:15:25 -0700
with message-id <20201113211525.ga1526...@debian-e431.fok>
and subject line Bug#974096: fixed in golang-github-c-bata-go-prompt 0.2.5-1
has caused the Debian Bug report #974096,
regarding golang-github-c-bata-go-prompt: autopkgtest regression: cannot use 
&t.origTermios (type *unix.Termios) as type *syscall.Termios in argument to 
termios.Tcgetattr
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.)


-- 
974096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-c-bata-go-prompt
Version: 0.2.3+git20181109.b6d2b43-2
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of golang-github-c-bata-go-prompt the autopkgtest
of golang-github-c-bata-go-prompt fails in testing when that autopkgtest
is run with the binary packages of golang-github-c-bata-go-prompt from
unstable. It passes when run with only packages from testing. In tabular
form:

                                 pass            fail
golang-github-c-bata-go-prompt   from testing
                                           0.2.3+git20181109.b6d2b43-2
all others                       from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can
you please investigate the situation and fix it?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=golang-github-c-bata-go-prompt

https://ci.debian.net/data/autopkgtest/testing/amd64/g/golang-github-c-bata-go-prompt/8063701/log.gz

autopkgtest [17:45:47]: test dh-golang-autopkgtest: [-----------------------
[info] Testing github.com/c-bata/go-prompt...
[info] Source code installed by binary package, overriding
dh_auto_configure...
dh build --buildsystem=golang --with=golang
   dh_update_autotools_config -O--buildsystem=golang
   dh_autoreconf -O--buildsystem=golang
   debian/rules override_dh_auto_configure
make[1]: Entering directory
'/tmp/autopkgtest-lxc.wizha90b/downtmp/autopkgtest_tmp'
mkdir -p "obj-x86_64-linux-gnu"
cp -a /usr/share/gocode/src "obj-x86_64-linux-gnu"
make[1]: Leaving directory
'/tmp/autopkgtest-lxc.wizha90b/downtmp/autopkgtest_tmp'
   dh_auto_build -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install -trimpath -v -p 48
github.com/c-bata/go-prompt github.com/c-bata/go-prompt/completer
internal/unsafeheader
internal/race
math/bits
unicode/utf8
runtime/internal/sys
golang.org/x/sys/internal/unsafeheader
runtime/cgo
sync/atomic
unicode
internal/cpu
runtime/internal/atomic
runtime/internal/math
internal/bytealg
internal/testlog
math
runtime
internal/reflectlite
sync
errors
sort
internal/oserror
io
strconv
syscall
bytes
strings
reflect
regexp/syntax
internal/syscall/unix
internal/syscall/execenv
time
regexp
internal/poll
internal/fmtsort
encoding/binary
os
golang.org/x/sys/unix
os/signal
github.com/mattn/go-runewidth
path/filepath
fmt
io/ioutil
github.com/pkg/term/termios
log
os/user
github.com/c-bata/go-prompt
# github.com/c-bata/go-prompt
src/github.com/c-bata/go-prompt/input_posix.go:67:45: cannot use
&t.origTermios (type *unix.Termios) as type *syscall.Termios in argument
to termios.Tcgetattr
src/github.com/c-bata/go-prompt/input_posix.go:75:52: cannot use &n
(type *unix.Termios) as type *syscall.Termios in argument to
termios.Tcsetattr
src/github.com/c-bata/go-prompt/input_posix.go:83:59: cannot use
&t.origTermios (type *unix.Termios) as type *syscall.Termios in argument
to termios.Tcsetattr
dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v
-p 48 github.com/c-bata/go-prompt github.com/c-bata/go-prompt/completer
returned exit code 2
make: *** [debian/rules:4: build] Error 25
autopkgtest [17:45:52]: test dh-golang-autopkgtest: -----------------------]

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: golang-github-c-bata-go-prompt
Source-Version: 0.2.5-1
Done: Anthony Fok <f...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-c-bata-go-prompt, 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 974...@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-c-bata-go-prompt package)


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

Format: 1.8
Date: Fri, 13 Nov 2020 13:51:06 -0700
Source: golang-github-c-bata-go-prompt
Architecture: source
Version: 0.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Anthony Fok <f...@debian.org>
Closes: 940345
Changes:
 golang-github-c-bata-go-prompt (0.2.5-1) unstable; urgency=medium
 .
   * New upstream version 0.2.5
   * debian/control: Reorder fields using "cme fix dpkg"
   * Bump dependency on golang-github-pkg-term-dev to (>= 1.1.0)
     as per go.mod  (See #974096)
   * Remove debian/patches/01-fix-package-build.patch
     as https://github.com/c-bata/go-prompt/issues/190
     has been fixed upstream in https://github.com/c-bata/go-prompt/pull/191
     "Update pkg/term module to latest and use unix.Termios"
   * Add myself to the list of Uploaders, and, together with Aloïs Micard,
     adopt the package from Alexandre Viau (Closes: #940345)
   * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
Checksums-Sha1:
 68035b49a054fce65b1896f2b66d2e1c2f350f00 2412 
golang-github-c-bata-go-prompt_0.2.5-1.dsc
 be18c7a56787601cf5d05f77a28e8dec05c1752d 44208 
golang-github-c-bata-go-prompt_0.2.5.orig.tar.gz
 7a283e51eb8fe8df35988443b02b29561fa2d510 2536 
golang-github-c-bata-go-prompt_0.2.5-1.debian.tar.xz
 3c6d83e7d6dacd99078f5d1455c0326b010cde32 6359 
golang-github-c-bata-go-prompt_0.2.5-1_amd64.buildinfo
Checksums-Sha256:
 ceeeb5e491fa71838d89663fb22b7e204848ea8da0b894724114ee4104f3ee05 2412 
golang-github-c-bata-go-prompt_0.2.5-1.dsc
 6e408e73ee484e3ed56b1dfd9dda7dae622b3d80d9eb62c668060f0572de1f1e 44208 
golang-github-c-bata-go-prompt_0.2.5.orig.tar.gz
 67ca9b6aaf08ab941902cba695ea1b253639d68f3e5de8e091eb5a3e9ee76fc8 2536 
golang-github-c-bata-go-prompt_0.2.5-1.debian.tar.xz
 d75617feb515a56da5e9c6eaa0c7876f71e57d7dcc81d8dc3918488362b1a533 6359 
golang-github-c-bata-go-prompt_0.2.5-1_amd64.buildinfo
Files:
 fc7f5d5aad7385a759296d3b7bb3a6f9 2412 devel optional 
golang-github-c-bata-go-prompt_0.2.5-1.dsc
 83e03a7d3cd8b10772aeb290072bb66d 44208 devel optional 
golang-github-c-bata-go-prompt_0.2.5.orig.tar.gz
 4738d81970cc0b855dda74b53a30a6d2 2536 devel optional 
golang-github-c-bata-go-prompt_0.2.5-1.debian.tar.xz
 0603cb9c162b99526520b1f4c1a5f21f 6359 devel optional 
golang-github-c-bata-go-prompt_0.2.5-1_amd64.buildinfo

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

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAl+u8k8QHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz2VmD/0dsLpQS3ihrH9XBPMX0PNCBtk3GuyTWb7w
wQ0xnfklH41rmOOzEiPxKh+LuP8dwvWtkJOV7epvUyZmRaGqvTxypcCqUCchC8ip
ecMQ+Zva5CbshLzwSdFif+AZVAbSWh8oiV2gsLoGy+sX7M99CPl7QsqOQwk3SQtd
kDXquxhv/y95cFXDWqPiNxR5VjeJU1Yu190mnMcR0/Bis+hfQmmmRKRWSPNVEqQ8
nple/hzNPUyZeJch8zxD7ftyGoLCFcjp7ipCk9H7lGR9HQl7Rz1pYCh7+Oq9kZhx
xQGC1p87rwXNCTYxtVm1gpjVOZNHC0tw0NSKF1leEOYr8qJmqjZlDqu2t0pDw+oq
9ECzPHka8s94rJJJe9/tZN9EyxbhawjFIMELyNYGrpcp8PKQxOWSQZv6BuuNGXsR
G3xj1LgwYKu8Lkm23mxIiC0RWlXMNmTAEJYEeuX8S54WhirOVT2eI1gXVNrDmO6f
JvG9/cuuOLQYLuXn8J6DQPe5WgQxVSGcsunvsCcqSCk3yxuwd4vtfEoX3Dqn1Ii+
C3g49Je4itmlmvRoKNJdQxYYS1sMntJaEOwQi1N63RwBPzsDZEOp7tHFb3/onK/S
cIQPS4nC4xwtoD4oxcGMQ1e9o9vI9i6bOBQupXO4ono6F7d7JsAe+xD8KLC8ehdV
gCXHxLM8aQ==
=s6Lk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to