Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202604/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:golang-code.rocketnine-tslocum-cbind, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=golang --with=golang
dh_auto_clean -O--buildsystem=golang
dh_autoreconf_clean -O--buildsystem=golang
dh_clean -O--buildsystem=golang
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 2 code.rocketnine.space/tslocum/cbind code.rocketnine.space/tslocum/cbind/whichkeybind
internal/goarch
internal/unsafeheader
internal/cpu
internal/abi
internal/bytealg
internal/byteorder
internal/chacha8rand
internal/coverage/rtcov
internal/godebugs
internal/goexperiment
internal/goos
internal/profilerecord
internal/runtime/atomic
internal/runtime/syscall/linux
math/bits
internal/runtime/exithook
internal/strconv
internal/runtime/gc
internal/runtime/sys
internal/runtime/gc/scan
internal/asan
internal/msan
internal/runtime/cgroup
internal/race
internal/runtime/math
internal/runtime/maps
internal/runtime/pprof/label
internal/stringslite
internal/trace/tracev2
cmp
math
runtime
unicode/utf8
sync/atomic
internal/sync
internal/synctest
unicode
golang.org/x/text/encoding/internal/identifier
encoding
unicode/utf16
image/color
github.com/rivo/uniseg
internal/reflectlite
iter
sync
errors
slices
internal/bisect
strconv
reflect
io
internal/oserror
path
internal/godebug
syscall
time
internal/fmtsort
internal/syscall/unix
internal/syscall/execenv
internal/testlog
bytes
io/fs
internal/poll
internal/filepathlite
encoding/base64
golang.org/x/text/transform
os
golang.org/x/text/encoding
github.com/gdamore/encoding
strings
context
sort
regexp/syntax
fmt
path/filepath
os/exec
github.com/gdamore/tcell/v2/terminfo
regexp
github.com/gdamore/tcell/v2/terminfo/a/ansi
github.com/gdamore/tcell/v2/terminfo/t/tmux
github.com/gdamore/tcell/v2/terminfo/v/vt100
github.com/gdamore/tcell/v2/terminfo/v/vt102
github.com/gdamore/tcell/v2/terminfo/v/vt220
github.com/gdamore/tcell/v2/terminfo/x/xterm
github.com/gdamore/tcell/v2/terminfo/base
github.com/gdamore/tcell/v2/terminfo/a/aixterm
github.com/gdamore/tcell/v2/terminfo/a/alacritty
github.com/gdamore/tcell/v2/terminfo/c/cygwin
github.com/gdamore/tcell/v2/terminfo/d/dtterm
github.com/gdamore/tcell/v2/terminfo/dynamic
github.com/gdamore/tcell/v2/terminfo/e/emacs
github.com/gdamore/tcell/v2/terminfo/f/foot
github.com/gdamore/tcell/v2/terminfo/g/gnome
github.com/gdamore/tcell/v2/terminfo/k/konsole
github.com/gdamore/tcell/v2/terminfo/k/kterm
github.com/gdamore/tcell/v2/terminfo/l/linux
github.com/gdamore/tcell/v2/terminfo/p/pcansi
github.com/gdamore/tcell/v2/terminfo/r/rxvt
github.com/gdamore/tcell/v2/terminfo/s/screen
github.com/gdamore/tcell/v2/terminfo/s/simpleterm
github.com/gdamore/tcell/v2/terminfo/s/sun
github.com/gdamore/tcell/v2/terminfo/v/vt320
github.com/gdamore/tcell/v2/terminfo/v/vt400
github.com/gdamore/tcell/v2/terminfo/v/vt420
github.com/gdamore/tcell/v2/terminfo/x/xfce
github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty
github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty
database/sql/driver
github.com/gdamore/tcell/v2/terminfo/extended
encoding/json
math/rand
encoding/binary
golang.org/x/sys/unix
github.com/lucasb-eyer/go-colorful
maps
os/signal
golang.org/x/term
github.com/gdamore/tcell/v2
code.rocketnine.space/tslocum/cbind
code.rocketnine.space/tslocum/cbind/whichkeybind
dh_auto_test -O--buildsystem=golang
cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 code.rocketnine.space/tslocum/cbind code.rocketnine.space/tslocum/cbind/whichkeybind
=== RUN TestConfiguration
=== PAUSE TestConfiguration
=== RUN TestEncode
=== PAUSE TestEncode
=== RUN TestDecode
=== PAUSE TestDecode
=== CONT TestConfiguration
=== CONT TestDecode
=== NAME TestConfiguration
configuration_test.go:78: failed to test capturing keybinds: tcell modified EventKey.Key: expected 127, got 8
--- FAIL: TestConfiguration (0.00s)
--- PASS: TestDecode (0.00s)
=== CONT TestEncode
--- PASS: TestEncode (0.00s)
FAIL
FAIL code.rocketnine.space/tslocum/cbind 0.002s
? code.rocketnine.space/tslocum/cbind/whichkeybind [no test files]
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 code.rocketnine.space/tslocum/cbind code.rocketnine.space/tslocum/cbind/whichkeybind returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------