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.

Reply via email to