Your message dated Wed, 04 Oct 2023 22:20:07 +0000
with message-id <e1qoadv-00gyo7...@fasolo.debian.org>
and subject line Bug#1052787: fixed in golang-github-mattn-go-sqlite3
1.14.17~ds1-2
has caused the Debian Bug report #1052787,
regarding golang-github-mattn-go-sqlite3: FTBFS: 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
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.)
--
1052787: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052787
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-mattn-go-sqlite3
Version: 1.14.17~ds1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&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.
--- End Message ---
--- Begin Message ---
Source: golang-github-mattn-go-sqlite3
Source-Version: 1.14.17~ds1-2
Done: Felix Geyer <fge...@debian.org>
We believe that the bug you reported is fixed in the latest version of
golang-github-mattn-go-sqlite3, 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 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Felix Geyer <fge...@debian.org> (supplier of updated
golang-github-mattn-go-sqlite3 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: Thu, 05 Oct 2023 00:06:07 +0200
Source: golang-github-mattn-go-sqlite3
Architecture: source
Version: 1.14.17~ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Felix Geyer <fge...@debian.org>
Closes: 1052787
Changes:
golang-github-mattn-go-sqlite3 (1.14.17~ds1-2) unstable; urgency=medium
.
* Team upload.
* Build-depend on tzdata-legacy (or older tzdata version)
Closes: #1052787
Checksums-Sha1:
144dbc45d5c73018f3c4831bbe43cd1ed52372c6 2418
golang-github-mattn-go-sqlite3_1.14.17~ds1-2.dsc
340a269850eb61901312454cb3c2c89a902737a4 4764
golang-github-mattn-go-sqlite3_1.14.17~ds1-2.debian.tar.xz
Checksums-Sha256:
699c5341ed1d1f3993cd78370483f1ec4d241b8a718c65418187fad13e879453 2418
golang-github-mattn-go-sqlite3_1.14.17~ds1-2.dsc
932c05f53d669590effeb3ed880f3e75b09da67be48d31e75efe575002dd45e5 4764
golang-github-mattn-go-sqlite3_1.14.17~ds1-2.debian.tar.xz
Files:
b3364328d6571604642a15bb6a154fda 2418 golang optional
golang-github-mattn-go-sqlite3_1.14.17~ds1-2.dsc
c91a9326aa7d951c2956d7865af1ca46 4764 golang optional
golang-github-mattn-go-sqlite3_1.14.17~ds1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIyBAEBCgAdFiEEFkxwUS95KUdnZKtW/iLG/YMTXUUFAmUd4oEACgkQ/iLG/YMT
XUXkzA/452fARpTLsI0RdcMmRNcKYQXE63QNg+0u4TrHSuRNq2obbO+gRY+myG7q
XJ80Juhg8R8zD32CBJRSGalEEVJQycskp8ALrXuyIHkd+zTxH8f8L5VC9yMS8zP4
jw2Fm5b+AKoSYlT5jti1sy4yD5mYsHu/A54IdRy5XB5bM+ZlEgcY9Y+LMoCZvUC7
zRXhR+vU/UrRove/FeIgLjQt2SmyRc3aHHjKUxb+6edfGNSXCq5BeXhiCH8rmgLO
50sfL10WgWgfy9C4vd2zZCvmvY5KhKsH6q6QS7SBW+Vlgc6NtsWf0vzHgXAkVnby
C//2znFVXYHgBT2vT2VK9PwQZAqQMRyy9kjTlqlX1caY+WTWGXp2ZaRZo1U/dlyP
ICSBa3cgaqV+FoQsRngQqF80Sxrz5J+s6VX1GYE8+5FjQ9MbtC59mge6sjfPS/Yk
/HQNIfiLtRq0Q3S7AnIBsPA9yuH9Di7qLXCL7NfIGXojt5KS97YXf18mvLYBOkht
N7FCWWFG4UwmiZpXurSUL2pPiaLnu5wcKGH+KwUqbhXFN0qz4S07ukoM0qUtdKFX
qad7hMLM3NAF8t02AiMJiZQXDgERZ18H+rQiJLCa2Qmy+todmBkGCRSWsTbYO6cU
jWMqAVuesrDyHXaubq54g9VJPqTBPF78ECq2zDXin2T9gAJnow==
=BoY3
-----END PGP SIGNATURE-----
--- End Message ---