Your message dated Wed, 13 Apr 2022 16:21:12 +0000
with message-id <e1nefk0-0009t2...@fasolo.debian.org>
and subject line Bug#1008395: fixed in golang-github-bmatsuo-lmdb-go
1.8.0+git20170215.a14b5a3-3
has caused the Debian Bug report #1008395,
regarding golang-github-bmatsuo-lmdb-go: FTBFS: dh_auto_test: error: cd
obj-x86_64-linux-gnu && go test -vet=off -v -p 8
github.com/bmatsuo/lmdb-go/cmd/lmdb_copy
github.com/bmatsuo/lmdb-go/cmd/lmdb_stat
github.com/bmatsuo/lmdb-go/exp/cmd/lmdb_cat
github.com/bmatsuo/lmdb-go/exp/lmdbpool github.com/bmatsuo/lmdb-go/exp/lmdbsync
github.com/bmatsuo/lmdb-go/exp/lmdbsync/testresize
github.com/bmatsuo/lmdb-go/internal/lmdbarch
github.com/bmatsuo/lmdb-go/internal/lmdbcmd
github.com/bmatsuo/lmdb-go/internal/lmdbtest github.com/bmatsuo/lmdb-go/lmdb
github.com/bmatsuo/lmdb-go/lmdbscan returned exit code 2
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.)
--
1008395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008395
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-bmatsuo-lmdb-go
Version: 1.8.0+git20170215.a14b5a3-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm
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 8
> github.com/bmatsuo/lmdb-go/cmd/lmdb_copy
> github.com/bmatsuo/lmdb-go/cmd/lmdb_stat
> github.com/bmatsuo/lmdb-go/exp/cmd/lmdb_cat
> github.com/bmatsuo/lmdb-go/exp/lmdbpool
> github.com/bmatsuo/lmdb-go/exp/lmdbsync
> github.com/bmatsuo/lmdb-go/exp/lmdbsync/testresize
> github.com/bmatsuo/lmdb-go/internal/lmdbarch
> github.com/bmatsuo/lmdb-go/internal/lmdbcmd
> github.com/bmatsuo/lmdb-go/internal/lmdbtest github.com/bmatsuo/lmdb-go/lmdb
> github.com/bmatsuo/lmdb-go/lmdbscan
> internal/goarch
> internal/goexperiment
> internal/goos
> internal/cpu
> internal/unsafeheader
> internal/itoa
> runtime/internal/atomic
> runtime/internal/syscall
> math/bits
> unicode/utf8
> internal/race
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> unicode
> github.com/bmatsuo/lmdb-go/internal/lmdbarch
> crypto/internal/subtle
> internal/bytealg
> crypto/subtle
> math
> runtime
> internal/reflectlite
> sync
> math/rand
> internal/testlog
> runtime/cgo
> errors
> sort
> strconv
> path
> io
> internal/oserror
> syscall
> bytes
> strings
> reflect
> bufio
> internal/syscall/unix
> internal/syscall/execenv
> time
> io/fs
> context
> internal/poll
> golang.org/x/net/context
> os
> encoding/binary
> internal/fmtsort
> crypto/cipher
> io/ioutil
> fmt
> crypto/aes
> log
> flag
> math/big
> github.com/bmatsuo/lmdb-go/lmdb
> crypto/rand
> # github.com/bmatsuo/lmdb-go/lmdb
> mdb.c: In function ‘mdb_cursor_put’:
> mdb.c:6725:44: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 6725 | if (SIZELEFT(fp) < offset) {
> | ^
> mdb.c:6730:33: note: here
> 6730 | case MDB_CURRENT:
> | ^~~~
> github.com/bmatsuo/lmdb-go/lmdbscan
> github.com/bmatsuo/lmdb-go/exp/lmdbsync
> github.com/bmatsuo/lmdb-go/exp/lmdbpool
> github.com/bmatsuo/lmdb-go/internal/lmdbcmd
> github.com/bmatsuo/lmdb-go/internal/lmdbtest
> github.com/bmatsuo/lmdb-go/cmd/lmdb_copy
> github.com/bmatsuo/lmdb-go/cmd/lmdb_stat
> github.com/bmatsuo/lmdb-go/exp/cmd/lmdb_cat
> github.com/bmatsuo/lmdb-go/exp/lmdbsync/testresize
> dh_auto_test -O--buildsystem=golang
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8
> github.com/bmatsuo/lmdb-go/cmd/lmdb_copy
> github.com/bmatsuo/lmdb-go/cmd/lmdb_stat
> github.com/bmatsuo/lmdb-go/exp/cmd/lmdb_cat
> github.com/bmatsuo/lmdb-go/exp/lmdbpool
> github.com/bmatsuo/lmdb-go/exp/lmdbsync
> github.com/bmatsuo/lmdb-go/exp/lmdbsync/testresize
> github.com/bmatsuo/lmdb-go/internal/lmdbarch
> github.com/bmatsuo/lmdb-go/internal/lmdbcmd
> github.com/bmatsuo/lmdb-go/internal/lmdbtest github.com/bmatsuo/lmdb-go/lmdb
> github.com/bmatsuo/lmdb-go/lmdbscan
> # github.com/bmatsuo/lmdb-go/lmdb
> mdb.c: In function ‘mdb_cursor_put’:
> mdb.c:6725:44: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 6725 | if (SIZELEFT(fp) < offset) {
> | ^
> mdb.c:6730:33: note: here
> 6730 | case MDB_CURRENT:
> | ^~~~
> ? github.com/bmatsuo/lmdb-go/cmd/lmdb_copy [no test files]
> ? github.com/bmatsuo/lmdb-go/cmd/lmdb_stat [no test files]
> ? github.com/bmatsuo/lmdb-go/exp/cmd/lmdb_cat [no test files]
> ? github.com/bmatsuo/lmdb-go/exp/lmdbpool [no test files]
> === RUN TestHandlerChain
> --- PASS: TestHandlerChain (0.00s)
> === RUN TestMapFullHandler
> --- PASS: TestMapFullHandler (0.00s)
> === RUN TestMapResizedHandler
> --- PASS: TestMapResizedHandler (0.01s)
> === RUN TestExponentialBackoff
> --- PASS: TestExponentialBackoff (0.00s)
> === RUN TestNewEnv
> --- PASS: TestNewEnv (0.00s)
> === RUN TestEnv_Open
> --- PASS: TestEnv_Open (0.00s)
> === RUN TestNewEnv_noLock
> --- PASS: TestNewEnv_noLock (0.00s)
> === RUN TestNewEnv_noLock2
> --- PASS: TestNewEnv_noLock2 (0.00s)
> === RUN TestNewEnv_arg
> --- PASS: TestNewEnv_arg (0.00s)
> === RUN TestNewEnv_noLock_arg
> --- PASS: TestNewEnv_noLock_arg (0.00s)
> === RUN TestEnv_SetMapSize
> --- PASS: TestEnv_SetMapSize (0.05s)
> === RUN TestEnv_BeginTxn
> --- PASS: TestEnv_BeginTxn (0.00s)
> === RUN TestEnv_View
> --- PASS: TestEnv_View (0.00s)
> === RUN TestEnv_Update
> --- PASS: TestEnv_Update (0.00s)
> === RUN TestEnv_UpdateLocked
> --- PASS: TestEnv_UpdateLocked (0.00s)
> === RUN TestEnv_RunTxn
> --- PASS: TestEnv_RunTxn (0.00s)
> === RUN TestEnv_View_NoLock
> --- PASS: TestEnv_View_NoLock (0.00s)
> === RUN TestEnv_Update_NoLock
> --- PASS: TestEnv_Update_NoLock (0.00s)
> === RUN TestEnv_UpdateLocked_NoLock
> --- PASS: TestEnv_UpdateLocked_NoLock (0.00s)
> === RUN TestEnv_RunTxn_NoLock
> --- PASS: TestEnv_RunTxn_NoLock (0.00s)
> === RUN TestEnv_WithHandler_View
> --- PASS: TestEnv_WithHandler_View (0.00s)
> === RUN TestEnv_WithHandler_Update
> --- PASS: TestEnv_WithHandler_Update (0.00s)
> === RUN TestEnv_WithHandler_UpdateLocked
> --- PASS: TestEnv_WithHandler_UpdateLocked (0.00s)
> === RUN TestEnv_WithHandler_RunTxn
> --- PASS: TestEnv_WithHandler_RunTxn (0.00s)
> === RUN TestResize
> # github.com/bmatsuo/lmdb-go/lmdb
> mdb.c: In function ‘mdb_cursor_put’:
> mdb.c:6725:44: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 6725 | if (SIZELEFT(fp) < offset) {
> | ^
> mdb.c:6730:33: note: here
> 6730 | case MDB_CURRENT:
> | ^~~~
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1048576
> newsize=1179648
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1179648
> newsize=1310720
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1310720
> newsize=1441792
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1441792
> newsize=1572864
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=2097152
> newsize=2228224
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=2228224
> newsize=2359296
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=2359296
> newsize=2490368
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3014656
> newsize=3145728
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3145728
> newsize=3276800
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3276800
> newsize=3407872
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3407872
> newsize=3538944
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3932160
> newsize=4063232
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4063232
> newsize=4194304
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4194304
> newsize=4325376
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4325376
> newsize=4456448
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4849664
> newsize=4980736
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4980736
> newsize=5111808
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=5111808
> newsize=5242880
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=5242880
> newsize=5373952
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=5898240
> newsize=6029312
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=6029312
> newsize=6160384
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=6160384
> newsize=6291456
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=6815744
> newsize=6946816
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=6946816
> newsize=7077888
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=7077888
> newsize=7208960
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=7733248
> newsize=7864320
> testresize_test.go:127: 2022/03/26 19:40:53 26 resizes
> testresize_test.go:127: 2022/03/26 19:40:53 26 size adoptions
> testresize_test.go:127: 2022/03/26 19:40:53 success
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1048576
> newsize=1179648
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1572864
> newsize=1703936
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1703936
> newsize=1835008
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1835008
> newsize=1966080
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=1966080
> newsize=2097152
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=2490368
> newsize=2621440
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=2621440
> newsize=2752512
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=2752512
> newsize=2883584
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=2883584
> newsize=3014656
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3407872
> newsize=3538944
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3538944
> newsize=3670016
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3670016
> newsize=3801088
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=3801088
> newsize=3932160
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4456448
> newsize=4587520
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4587520
> newsize=4718592
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4718592
> newsize=4849664
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=4849664
> newsize=4980736
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=5373952
> newsize=5505024
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=5505024
> newsize=5636096
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=5636096
> newsize=5767168
> testresize_test.go:127: 2022/03/26 19:40:52 resize required
> testresize_test.go:127: 2022/03/26 19:40:52 oldsize=5767168
> newsize=5898240
> testresize_test.go:127: 2022/03/26 19:40:52 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=6291456
> newsize=6422528
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=6422528
> newsize=6553600
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=6553600
> newsize=6684672
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=6684672
> newsize=6815744
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 map resized
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=7208960
> newsize=7340032
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=7340032
> newsize=7471104
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=7471104
> newsize=7602176
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=7602176
> newsize=7733248
> testresize_test.go:127: 2022/03/26 19:40:53 resize required
> testresize_test.go:127: 2022/03/26 19:40:53 oldsize=7733248
> newsize=7864320
> testresize_test.go:127: 2022/03/26 19:40:53 30 resizes
> testresize_test.go:127: 2022/03/26 19:40:53 22 size adoptions
> testresize_test.go:127: 2022/03/26 19:40:53 success
> --- PASS: TestResize (0.86s)
> PASS
> ok github.com/bmatsuo/lmdb-go/exp/lmdbsync 0.955s
> ? github.com/bmatsuo/lmdb-go/exp/lmdbsync/testresize [no test files]
> ? github.com/bmatsuo/lmdb-go/internal/lmdbarch [no test files]
> ? github.com/bmatsuo/lmdb-go/internal/lmdbcmd [no test files]
> ? github.com/bmatsuo/lmdb-go/internal/lmdbtest [no test files]
> # github.com/bmatsuo/lmdb-go/lmdb
> mdb.c: In function ‘mdb_cursor_put’:
> mdb.c:6725:44: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 6725 | if (SIZELEFT(fp) < offset) {
> | ^
> mdb.c:6730:33: note: here
> 6730 | case MDB_CURRENT:
> | ^~~~
> # github.com/bmatsuo/lmdb-go/lmdb_test [github.com/bmatsuo/lmdb-go/lmdb.test]
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:341:6: dbi declared but
> not used
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:668:6: dbi declared but
> not used
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:682:6: dbi declared but
> not used
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:696:6: dbi declared but
> not used
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:709:6: dbi declared but
> not used
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:720:6: dbi declared but
> not used
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:769:6: str declared but
> not used
> src/github.com/bmatsuo/lmdb-go/lmdb/example_test.go:770:10: p2 declared but
> not used
> FAIL github.com/bmatsuo/lmdb-go/lmdb [build failed]
> === RUN TestScanner_err
> --- PASS: TestScanner_err (0.00s)
> === RUN TestScanner_closed
> --- PASS: TestScanner_closed (0.00s)
> === RUN TestScanner_Scan
> --- PASS: TestScanner_Scan (0.03s)
> === RUN TestScanner_Set
> --- PASS: TestScanner_Set (0.00s)
> === RUN TestScanner_SetNext
> --- PASS: TestScanner_SetNext (0.00s)
> === RUN TestScanner_Del
> --- PASS: TestScanner_Del (0.01s)
> === RUN TestScanner_Del_closed
> --- PASS: TestScanner_Del_closed (0.00s)
> === RUN TestScanner_Cursor_Del
> --- PASS: TestScanner_Cursor_Del (0.00s)
> PASS
> ok github.com/bmatsuo/lmdb-go/lmdbscan 0.056s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8
> github.com/bmatsuo/lmdb-go/cmd/lmdb_copy
> github.com/bmatsuo/lmdb-go/cmd/lmdb_stat
> github.com/bmatsuo/lmdb-go/exp/cmd/lmdb_cat
> github.com/bmatsuo/lmdb-go/exp/lmdbpool
> github.com/bmatsuo/lmdb-go/exp/lmdbsync
> github.com/bmatsuo/lmdb-go/exp/lmdbsync/testresize
> github.com/bmatsuo/lmdb-go/internal/lmdbarch
> github.com/bmatsuo/lmdb-go/internal/lmdbcmd
> github.com/bmatsuo/lmdb-go/internal/lmdbtest github.com/bmatsuo/lmdb-go/lmdb
> github.com/bmatsuo/lmdb-go/lmdbscan returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2022/03/26/golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-2_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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: golang-github-bmatsuo-lmdb-go
Source-Version: 1.8.0+git20170215.a14b5a3-3
Done: Andreas Henriksson <andr...@fatal.se>
We believe that the bug you reported is fixed in the latest version of
golang-github-bmatsuo-lmdb-go, 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 1008...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Henriksson <andr...@fatal.se> (supplier of updated
golang-github-bmatsuo-lmdb-go 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: SHA512
Format: 1.8
Date: Wed, 13 Apr 2022 18:09:17 +0200
Source: golang-github-bmatsuo-lmdb-go
Architecture: source
Version: 1.8.0+git20170215.a14b5a3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Andreas Henriksson <andr...@fatal.se>
Closes: 1008395
Changes:
golang-github-bmatsuo-lmdb-go (1.8.0+git20170215.a14b5a3-3) unstable;
urgency=medium
.
* Add patch to fix FTBFS with go 1.18 (Closes: #1008395)
* Remove constraints unnecessary since buster
* Bump debhelper dependency to >= 11,
since that's what is used in debian/compat.
* Bump debhelper from old 11 to 13.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields:
Bug-Database, Bug-Submit, Repository, Repository-Browse.
* Add missing ${misc:Built-Using} to Built-Using on lmdb-go-tools.
Checksums-Sha1:
0443df540f5a3d1470f9bfc5b4f859c84f26e5b6 2502
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3.dsc
e967acab437ddde6ef123a1dace4139cb5a7a54d 8320
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3.debian.tar.xz
60be1d12101174b7f9ac22c1a4ac2bb5016ad9e6 7199
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3_amd64.buildinfo
Checksums-Sha256:
061c0bfe278f5492a666a70e43b534c4b53e05d33a7cd9527a1620a413bee46d 2502
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3.dsc
779cc5461dd7128667ecedf6138bdbc905b4cded9255f7d2a6eddcf67dffbba7 8320
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3.debian.tar.xz
aa630e113478ac242482bb4af4695516d4e32aa0ff2287c5bdfbd65bd161b830 7199
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3_amd64.buildinfo
Files:
6ba537d0af326bb46cdee45bdd44b02a 2502 devel optional
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3.dsc
f52df5b7f2ed8cd442646e4744d6de1c 8320 devel optional
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3.debian.tar.xz
f1e6bbe4743c894f8acac1cfb44d8327 7199 devel optional
golang-github-bmatsuo-lmdb-go_1.8.0+git20170215.a14b5a3-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAmJW9oARHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZeRw/+Ou8oz9WPEHAFg4+hbyth35CYVNvE/o7H
M+1mxyHbxML7dosjOmHqLDC4dBeDWPT7ZcFCrHsePe6Dm4iQwGnvKrVqy2bbzi3L
oTe9/+veMoUUbddW6H3ZfrV5skkBlEfXGz98ygs9amXYBxpGHJfWF0rpTpddHfwx
jG8qOwu7XkdNawZFPqQyet/bt/7wkLu0x5LhHHEc5xctoTY2+Cicz271s8zizGF2
XWf0C50TpTWngRHc/XpyylnfV09gBpkQR/NUcTRUu6DgGC7JyYUAjhHVaNuTY0XQ
8LZGPpikP7KbLqrt0gAN3mweYbNQhSMwaLKIU1NXE8CX8VkUpu3EtbxfdBJst/Sh
pS7wrcXaPR+21pcKfa7/xRkmv8c60IR6D4/gBCOzzbP+BEzCD0pp/0K84E/mfY3O
/T5asrSgvNzMmSXXW0J42oPsxeNHVZ5+rzVoAjQJT2XzYDx28/3y/K0fgyNpchQy
Mv4LwMBq/QyPMj3UZvr+dDsxFtF4rqmpO6HerDQ1k+GStI47CZfNsX6Af76zFtkW
LlFSpkCcgkMC/0MeSy6bHrcbYWb1TOGx55lineTls/Iii8ulIe2owCsG2oQZStUu
mFMCZkIWh1Z+eXenhkKGom0/JdphgtbPFn4lSBrcQglUIJx6dKaO1WrW1+i0n5Ho
BSpF2UK62C8=
=Yorj
-----END PGP SIGNATURE-----
--- End Message ---