Source: golang-github-mattn-go-sqlite3
Version: 1.14.17~ds1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
>    dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
>    dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go install -trimpath -v -p 8 github.com/mattn/go-sqlite3 
> github.com/mattn/go-sqlite3/upgrade
> internal/goexperiment
> internal/coverage/rtcov
> internal/godebugs
> internal/goarch
> internal/unsafeheader
> internal/goos
> internal/cpu
> runtime/internal/atomic
> runtime/internal/syscall
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> internal/race
> sync/atomic
> internal/itoa
> math/bits
> unicode/utf8
> unicode
> crypto/internal/alias
> crypto/subtle
> internal/bytealg
> crypto/internal/boring/sig
> math
> github.com/mattn/go-sqlite3/upgrade
> runtime
> internal/reflectlite
> sync
> internal/testlog
> runtime/cgo
> errors
> sort
> internal/oserror
> internal/safefilepath
> path
> io
> strconv
> syscall
> hash
> bytes
> strings
> crypto
> reflect
> internal/syscall/execenv
> internal/syscall/unix
> time
> context
> io/fs
> internal/poll
> internal/fmtsort
> encoding/binary
> crypto/cipher
> os
> crypto/internal/boring
> crypto/sha256
> crypto/sha512
> crypto/sha1
> fmt
> database/sql/driver
> net/url
> database/sql
> github.com/mattn/go-sqlite3
>    dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go test -vet=off -v -p 8 github.com/mattn/go-sqlite3 
> github.com/mattn/go-sqlite3/upgrade
> ?     github.com/mattn/go-sqlite3/upgrade     [no test files]
> === RUN   TestBackupStepByStep
> --- PASS: TestBackupStepByStep (0.40s)
> === RUN   TestBackupAllRemainingPages
> --- PASS: TestBackupAllRemainingPages (0.43s)
> === RUN   TestBackupError
> --- PASS: TestBackupError (0.00s)
> === RUN   TestCallbackArgCast
> --- PASS: TestCallbackArgCast (0.00s)
> === RUN   TestCallbackConverters
> --- PASS: TestCallbackConverters (0.00s)
> === RUN   TestCallbackReturnAny
> --- PASS: TestCallbackReturnAny (0.00s)
> === RUN   TestSimpleError
> --- PASS: TestSimpleError (0.00s)
> === RUN   TestCorruptDbErrors
> --- PASS: TestCorruptDbErrors (0.00s)
> === RUN   TestSqlLogicErrors
> --- PASS: TestSqlLogicErrors (0.01s)
> === RUN   TestExtendedErrorCodes_ForeignKey
> --- PASS: TestExtendedErrorCodes_ForeignKey (0.01s)
> === RUN   TestExtendedErrorCodes_NotNull
> --- PASS: TestExtendedErrorCodes_NotNull (0.01s)
> === RUN   TestExtendedErrorCodes_Unique
> --- PASS: TestExtendedErrorCodes_Unique (0.01s)
> === RUN   TestError_SystemErrno
> --- PASS: TestError_SystemErrno (0.00s)
> === RUN   TestCryptEncoders
> --- PASS: TestCryptEncoders (0.00s)
> === RUN   TestBeginTxCancel
> --- PASS: TestBeginTxCancel (0.42s)
> === RUN   TestStmtReadonly
> --- PASS: TestStmtReadonly (0.00s)
> === RUN   TestNamedParams
> --- PASS: TestNamedParams (0.01s)
> === RUN   TestShortTimeout
> --- PASS: TestShortTimeout (0.34s)
> === RUN   TestExecContextCancel
> --- PASS: TestExecContextCancel (4.03s)
> === RUN   TestQueryRowContextCancel
> --- PASS: TestQueryRowContextCancel (1.19s)
> === RUN   TestQueryRowContextCancelParallel
> --- PASS: TestQueryRowContextCancelParallel (4.06s)
> === RUN   TestExecCancel
> --- PASS: TestExecCancel (0.00s)
> === RUN   TestOpenContext
> --- PASS: TestOpenContext (0.02s)
> === RUN   TestFileCopyTruncate
> --- PASS: TestFileCopyTruncate (0.02s)
> === RUN   TestExtensionsError
> --- PASS: TestExtensionsError (0.00s)
> === RUN   TestLoadExtensionError
> --- PASS: TestLoadExtensionError (0.00s)
> === RUN   TestFTS3
> --- PASS: TestFTS3 (0.01s)
> === RUN   TestFTS4
> --- PASS: TestFTS4 (0.01s)
> === RUN   TestSerializeDeserialize
> --- PASS: TestSerializeDeserialize (0.01s)
> === RUN   TestOpen
> --- PASS: TestOpen (0.02s)
> === RUN   TestOpenWithVFS
> --- PASS: TestOpenWithVFS (0.00s)
> === RUN   TestOpenNoCreate
> --- PASS: TestOpenNoCreate (0.00s)
> === RUN   TestReadonly
> --- PASS: TestReadonly (0.01s)
> === RUN   TestForeignKeys
> --- PASS: TestForeignKeys (0.00s)
> === RUN   TestDeferredForeignKey
> --- PASS: TestDeferredForeignKey (0.01s)
> === RUN   TestRecursiveTriggers
> --- PASS: TestRecursiveTriggers (0.00s)
> === RUN   TestClose
> --- PASS: TestClose (0.00s)
> === RUN   TestInsert
> --- PASS: TestInsert (0.01s)
> === RUN   TestUpsert
> --- PASS: TestUpsert (0.04s)
> === RUN   TestUpdate
> --- PASS: TestUpdate (0.01s)
> === RUN   TestDelete
> --- PASS: TestDelete (0.01s)
> === RUN   TestBooleanRoundtrip
> --- PASS: TestBooleanRoundtrip (0.01s)
> === RUN   TestTimestamp
> --- PASS: TestTimestamp (0.10s)
> === RUN   TestBoolean
> --- PASS: TestBoolean (0.01s)
> === RUN   TestFloat32
> --- PASS: TestFloat32 (0.01s)
> === RUN   TestNull
> --- PASS: TestNull (0.00s)
> === RUN   TestTransaction
> --- PASS: TestTransaction (0.01s)
> === RUN   TestWAL
> --- PASS: TestWAL (0.01s)
> === RUN   TestTimezoneConversion
>     sqlite3_test.go:989: Failed to create table: Invalid _loc: US/Central: 
> unknown time zone US/Central
> --- FAIL: TestTimezoneConversion (0.07s)
> === RUN   TestExecer
> --- PASS: TestExecer (0.02s)
> === RUN   TestQueryer
> --- PASS: TestQueryer (0.02s)
> === RUN   TestStress
> --- PASS: TestStress (2.50s)
> === RUN   TestDateTimeLocal
> --- PASS: TestDateTimeLocal (0.02s)
> === RUN   TestVersion
> --- PASS: TestVersion (0.00s)
> === RUN   TestStringContainingZero
> --- PASS: TestStringContainingZero (0.01s)
> === RUN   TestDateTimeNow
> --- PASS: TestDateTimeNow (0.00s)
> === RUN   TestFunctionRegistration
> --- PASS: TestFunctionRegistration (0.00s)
> === RUN   TestAggregatorRegistration
> --- PASS: TestAggregatorRegistration (0.00s)
> === RUN   TestAggregatorRegistration_GenericReturn
> --- PASS: TestAggregatorRegistration_GenericReturn (0.00s)
> === RUN   TestCollationRegistration
> --- PASS: TestCollationRegistration (0.00s)
> === RUN   TestDeclTypes
> --- PASS: TestDeclTypes (0.00s)
> === RUN   TestPinger
> --- PASS: TestPinger (0.00s)
> === RUN   TestUpdateAndTransactionHooks
> --- PASS: TestUpdateAndTransactionHooks (0.00s)
> === RUN   TestAuthorizer
> --- PASS: TestAuthorizer (0.00s)
> === RUN   TestSetFileControlInt
> === RUN   TestSetFileControlInt/PERSIST_WAL
> --- PASS: TestSetFileControlInt (0.01s)
>     --- PASS: TestSetFileControlInt/PERSIST_WAL (0.01s)
> === RUN   TestNonColumnString
> --- PASS: TestNonColumnString (0.00s)
> === RUN   TestNilAndEmptyBytes
> --- PASS: TestNilAndEmptyBytes (0.00s)
> === RUN   TestInsertNilByteSlice
> --- PASS: TestInsertNilByteSlice (0.00s)
> === RUN   TestNamedParam
> --- PASS: TestNamedParam (0.01s)
> === RUN   TestSuite
> === RUN   TestSuite/TestResult
> === RUN   TestSuite/TestBlobs
> === RUN   TestSuite/TestMultiBlobs
> === RUN   TestSuite/TestNullZeroLengthBlobs
> === RUN   TestSuite/TestManyQueryRow
> === RUN   TestSuite/TestTxQuery
> === RUN   TestSuite/TestPreparedStmt
> === RUN   TestSuite/TestExecEmptyQuery
> --- PASS: TestSuite (0.88s)
>     --- PASS: TestSuite/TestResult (0.00s)
>     --- PASS: TestSuite/TestBlobs (0.01s)
>     --- PASS: TestSuite/TestMultiBlobs (0.01s)
>     --- PASS: TestSuite/TestNullZeroLengthBlobs (0.01s)
>     --- PASS: TestSuite/TestManyQueryRow (0.23s)
>     --- PASS: TestSuite/TestTxQuery (0.00s)
>     --- PASS: TestSuite/TestPreparedStmt (0.61s)
>     --- PASS: TestSuite/TestExecEmptyQuery (0.00s)
> FAIL
> FAIL  github.com/mattn/go-sqlite3     14.786s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8 
> github.com/mattn/go-sqlite3 github.com/mattn/go-sqlite3/upgrade returned exit 
> code 1


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/golang-github-mattn-go-sqlite3_1.14.17~ds1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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.

Reply via email to