Your message dated Mon, 23 Nov 2020 15:20:42 +0000
with message-id <e1khddy-00058n...@fasolo.debian.org>
and subject line Bug#971162: fixed in golang-github-tidwall-buntdb 1.1.2-2
has caused the Debian Bug report #971162,
regarding golang-github-tidwall-buntdb: FTBFS: dh_auto_test: error: cd
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/tidwall/buntdb
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.)
--
971162: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-tidwall-buntdb
Version: 1.1.2-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/tidwall/buntdb
> runtime/internal/sys
> internal/unsafeheader
> runtime/internal/atomic
> internal/cpu
> internal/race
> runtime/internal/math
> sync/atomic
> unicode
> unicode/utf8
> math/bits
> internal/bytealg
> internal/testlog
> math
> encoding
> unicode/utf16
> runtime
> github.com/tidwall/match
> github.com/tidwall/tinyqueue
> github.com/tidwall/rtree/base
> internal/reflectlite
> sync
> github.com/tidwall/rtree
> errors
> sort
> io
> internal/oserror
> strconv
> syscall
> bytes
> strings
> reflect
> bufio
> internal/syscall/unix
> time
> internal/syscall/execenv
> internal/poll
> internal/fmtsort
> encoding/binary
> os
> encoding/base64
> fmt
> github.com/tidwall/btree
> encoding/json
> github.com/tidwall/gjson
> github.com/tidwall/grect
> github.com/tidwall/buntdb
> dh_auto_test -O--buildsystem=golang
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
> github.com/tidwall/buntdb
> === RUN TestBackgroudOperations
> --- PASS: TestBackgroudOperations (1.78s)
> === RUN TestSaveLoad
> --- PASS: TestSaveLoad (0.00s)
> === RUN TestMutatingIterator
> --- PASS: TestMutatingIterator (0.03s)
> === RUN TestCaseInsensitiveIndex
> --- PASS: TestCaseInsensitiveIndex (0.00s)
> === RUN TestIndexTransaction
> --- PASS: TestIndexTransaction (0.00s)
> === RUN TestDeleteAll
> --- PASS: TestDeleteAll (0.00s)
> === RUN TestAscendEqual
> --- PASS: TestAscendEqual (0.00s)
> === RUN TestDescendEqual
> --- PASS: TestDescendEqual (0.00s)
> === RUN TestVariousTx
> --- PASS: TestVariousTx (0.00s)
> === RUN TestNearby
> --- PASS: TestNearby (0.90s)
> === RUN TestNoExpiringItem
> --- PASS: TestNoExpiringItem (0.00s)
> === RUN TestAutoShrink
> --- PASS: TestAutoShrink (3.06s)
> === RUN TestDatabaseFormat
> --- PASS: TestDatabaseFormat (0.00s)
> === RUN TestInsertsAndDeleted
> --- PASS: TestInsertsAndDeleted (0.00s)
> === RUN TestIndexCompare
> --- PASS: TestIndexCompare (0.00s)
> === RUN TestOpeningAFolder
> --- PASS: TestOpeningAFolder (0.00s)
> === RUN TestOpeningInvalidDatabaseFile
> --- PASS: TestOpeningInvalidDatabaseFile (0.00s)
> === RUN TestOpeningClosedDatabase
> --- PASS: TestOpeningClosedDatabase (0.00s)
> === RUN TestShrink
> --- PASS: TestShrink (0.50s)
> === RUN TestVariousIndexOperations
> --- PASS: TestVariousIndexOperations (0.00s)
> === RUN TestBasic
> --- PASS: TestBasic (0.00s)
> === RUN TestIndexAscend
> --- PASS: TestIndexAscend (0.00s)
> === RUN TestRectStrings
> --- PASS: TestRectStrings (0.00s)
> === RUN TestTTLReOpen
> --- PASS: TestTTLReOpen (3.00s)
> === RUN TestTTL
> --- PASS: TestTTL (0.00s)
> === RUN TestConfig
> --- PASS: TestConfig (0.00s)
> === RUN TestCoverCloseAlreadyClosed
> --- PASS: TestCoverCloseAlreadyClosed (0.00s)
> === RUN TestCoverConfigClosed
> --- PASS: TestCoverConfigClosed (0.00s)
> === RUN TestCoverShrinkShrink
> --- PASS: TestCoverShrinkShrink (0.27s)
> === RUN TestPreviousItem
> --- PASS: TestPreviousItem (0.00s)
> === RUN TestJSONIndex
> --- PASS: TestJSONIndex (0.00s)
> === RUN TestOnExpiredSync
> --- PASS: TestOnExpiredSync (2.00s)
> === RUN Example_descKeys
> --- FAIL: Example_descKeys (0.00s)
> got:
> user:101:first: Janet
> user:101:last: Prichard
> user:100:first: Tom
> user:100:last: Johnson
> user:101:first: Janet
> user:101:last: Prichard
> user:102:first: Alan
> user:102:last: Cooper
> user:102:first: Alan
> user:102:last: Cooper
> user:101:last: Prichard
> user:101:first: Janet
> user:102:last: Cooper
> user:102:first: Alan
> user:101:last: Prichard
> user:101:first: Janet
> user:100:last: Johnson
> user:100:first: Tom
> want:
>
> === RUN ExampleDesc
> --- PASS: ExampleDesc (0.00s)
> === RUN ExampleDB_CreateIndex_jSON
> --- PASS: ExampleDB_CreateIndex_jSON (0.00s)
> === RUN ExampleDB_CreateIndex_strings
> --- PASS: ExampleDB_CreateIndex_strings (0.00s)
> === RUN ExampleDB_CreateIndex_ints
> --- PASS: ExampleDB_CreateIndex_ints (0.00s)
> === RUN ExampleDB_CreateIndex_multipleFields
> --- PASS: ExampleDB_CreateIndex_multipleFields (0.00s)
> FAIL
> FAIL github.com/tidwall/buntdb 11.602s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
> github.com/tidwall/buntdb returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2020/09/26/golang-github-tidwall-buntdb_1.1.2-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-tidwall-buntdb
Source-Version: 1.1.2-2
Done: Nilesh Patra <npatra...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
golang-github-tidwall-buntdb, 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.
Nilesh Patra <npatra...@gmail.com> (supplier of updated
golang-github-tidwall-buntdb 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: Mon, 23 Nov 2020 19:03:56 +0530
Source: golang-github-tidwall-buntdb
Architecture: source
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 971162
Changes:
golang-github-tidwall-buntdb (1.1.2-2) unstable; urgency=medium
.
* Team Upload.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
.
[ Nilesh Patra ]
* Pull upstream patch to fix FTBFS (Closes: #971162)
* Bump debhelper-compat version to 13
* Bump Standards Version to 4.5.1
* Add Rules-Requires-Root: no
Checksums-Sha1:
30d4fc27e9f4cd8969f9113f44193628a8f63545 2431
golang-github-tidwall-buntdb_1.1.2-2.dsc
fa833a7e3129e856a4271a6ce224482930f2ac9f 3108
golang-github-tidwall-buntdb_1.1.2-2.debian.tar.xz
e9da794a878db7f315bebe8fa68da953e25bb022 7023
golang-github-tidwall-buntdb_1.1.2-2_amd64.buildinfo
Checksums-Sha256:
af1e8220135f0325a4560aff68c4ab1a1a08f0e7d3d1431a2416934d3567f9ea 2431
golang-github-tidwall-buntdb_1.1.2-2.dsc
276ddb59da9305ff34b7233ba394a575c0fe6e416f3dc2fdcae421ea408f32d5 3108
golang-github-tidwall-buntdb_1.1.2-2.debian.tar.xz
8453043420a432a7c339cac322726d76aa04f762f25e6712095e3606c6d56168 7023
golang-github-tidwall-buntdb_1.1.2-2_amd64.buildinfo
Files:
c962dd2f780a21f5abf410bf8ef44884 2431 devel optional
golang-github-tidwall-buntdb_1.1.2-2.dsc
cc0add3ee31a5c2af3a176e161886881 3108 devel optional
golang-github-tidwall-buntdb_1.1.2-2.debian.tar.xz
2dbf1e7184a49d64fe2cb7da6cd72331 7023 devel optional
golang-github-tidwall-buntdb_1.1.2-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl+7yHIUHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafHt9Q/+IYO8buR0lY2wJI76/QVuZaNo6s3W
4NyEgWIm1Rzt2kpAamVGnFuQhlUBnVq/ETI605pUP+ndGhbxhIelFCKslXNZB97H
mMIHxCqEHO+MVMKnR87f07/I5ntHtfQNxa3XMwHT3PA6VYc1HUO//kaCcRUh4pwo
AIMn0xoG4sOQbIc465Y9z0GSMMoLGiT2Z6W26tDij4XX99UCXKVeUUSPXckfKwpe
tL5wf8p6JnPMYIIF2ch4CDP1fzFmWbvkT3N+oRywfPDiIAvshDVKWnjlnHio6apR
o1mZktK0en0zUTX2lcqyuvVBVxv1/gZ/j+bbsZJ9NqeNPlA+ejbxUJ96vZG+LHPP
dsgLt/waYgbiayurVCVWQd4jFLjVdJjJqzeOE1w/QEWI5DL4DnWCm1ovjbtEDVDY
FchdXrjkU3j/AuVnfum33nc9j6P8xzAO7aC2jsOl+7R1ScNgV2GuigEb0QxQKYwU
ACz7YW9roh9McrYhG75jvAuGb7LoKpng9J1j8wXa3jSqqo9njAw0kfyG0aQTASGz
zUM4OX74aHMr0o92XLcU7VKIw98BztJAZ3bm5WffyXoOhF1p7ZpxBb0BmOYkPCIt
UKpw6pLIZ7/cX0RoPPtSD3pE/9+nkhZkzKYTQ3PSnN8UtATVbV0AiyNSLhyk9EO3
N0nZFNuS6WGfMdw=
=qNN8
-----END PGP SIGNATURE-----
--- End Message ---