Your message dated Sun, 26 Jun 2022 04:20:19 +0000 with message-id <[email protected]> and subject line Bug#1006025: fixed in textql 2.0.3-5 has caused the Debian Bug report #1006025, regarding textql: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 github.com/dinedal/textql/inputs github.com/dinedal/textql/outputs github.com/dinedal/textql/sqlparser github.com/dinedal/textql/sqlparser/sqltypes github.com/dinedal/textql/storage github.com/dinedal/textql/test_util github.com/dinedal/textql/textql github.com/dinedal/textql/util 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 [email protected] immediately.) -- 1006025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006025 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: textql Version: 2.0.3-4 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs 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/dinedal/textql/inputs github.com/dinedal/textql/outputs > github.com/dinedal/textql/sqlparser > github.com/dinedal/textql/sqlparser/sqltypes > github.com/dinedal/textql/storage github.com/dinedal/textql/test_util > github.com/dinedal/textql/textql github.com/dinedal/textql/util > internal/unsafeheader > internal/goexperiment > runtime/internal/sys > internal/race > runtime/internal/atomic > internal/cpu > internal/abi > unicode/utf8 > unicode > sync/atomic > internal/itoa > runtime/internal/math > math/bits > encoding > unicode/utf16 > internal/bytealg > math > runtime > internal/reflectlite > sync > internal/testlog > runtime/cgo > errors > sort > internal/oserror > path > io > strconv > syscall > bytes > hash > strings > crypto > reflect > bufio > regexp/syntax > internal/syscall/execenv > time > internal/syscall/unix > regexp > context > io/fs > internal/poll > os > encoding/binary > internal/fmtsort > encoding/base64 > crypto/sha1 > crypto/sha256 > crypto/sha512 > io/ioutil > path/filepath > fmt > github.com/dinedal/textql/test_util > os/exec > log > encoding/csv > database/sql/driver > encoding/hex > flag > net/url > encoding/json > encoding/gob > os/user > github.com/dinedal/textql/inputs > database/sql > github.com/dinedal/textql/sqlparser/sqltypes > github.com/dinedal/textql/outputs > github.com/mattn/go-sqlite3 > github.com/dinedal/textql/sqlparser > github.com/dinedal/textql/util > github.com/dinedal/textql/storage > github.com/dinedal/textql/textql > dh_auto_test -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 > github.com/dinedal/textql/inputs github.com/dinedal/textql/outputs > github.com/dinedal/textql/sqlparser > github.com/dinedal/textql/sqlparser/sqltypes > github.com/dinedal/textql/storage github.com/dinedal/textql/test_util > github.com/dinedal/textql/textql github.com/dinedal/textql/util > === RUN TestCSVInputFakesHeader > --- PASS: TestCSVInputFakesHeader (0.00s) > === RUN TestCSVInputReadsHeader > --- PASS: TestCSVInputReadsHeader (0.00s) > === RUN TestCSVInputReadsSimple > --- PASS: TestCSVInputReadsSimple (0.00s) > === RUN TestCSVInputReadsBad > --- PASS: TestCSVInputReadsBad (0.00s) > === RUN TestCSVInputHasAName > --- PASS: TestCSVInputHasAName (0.00s) > PASS > ok github.com/dinedal/textql/inputs 0.002s > ? github.com/dinedal/textql/outputs [no test files] > ? github.com/dinedal/textql/sqlparser [no test files] > === RUN TestNull > --- PASS: TestNull (0.00s) > === RUN TestNumeric > --- PASS: TestNumeric (0.00s) > === RUN TestTime > --- PASS: TestTime (0.00s) > === RUN TestBuildNumeric > --- PASS: TestBuildNumeric (0.00s) > === RUN TestString > --- PASS: TestString (0.00s) > === RUN TestBuildValue > --- PASS: TestBuildValue (0.00s) > === RUN TestEncode > --- PASS: TestEncode (0.00s) > PASS > ok github.com/dinedal/textql/sqlparser/sqltypes 0.010s > === RUN TestSQLiteStorageLoadInput > --- PASS: TestSQLiteStorageLoadInput (0.00s) > === RUN TestSQLiteStorageSaveTo > --- PASS: TestSQLiteStorageSaveTo (0.03s) > === RUN TestSQLiteStorageExecuteSQLStringNormalSQL > --- PASS: TestSQLiteStorageExecuteSQLStringNormalSQL (0.00s) > === RUN TestSQLiteStorageExecuteSQLStringMissingSelect > --- PASS: TestSQLiteStorageExecuteSQLStringMissingSelect (0.00s) > === RUN TestSQLiteStorageExecuteSQLStringMissingFromOuterQuery > --- PASS: TestSQLiteStorageExecuteSQLStringMissingFromOuterQuery (0.00s) > === RUN TestSQLiteStorageExecuteSQLStringMissingFromSubQuery > --- PASS: TestSQLiteStorageExecuteSQLStringMissingFromSubQuery (0.00s) > === RUN TestWhitespaceLoadsAsNull > --- FAIL: TestWhitespaceLoadsAsNull (0.00s) > panic: interface conversion: interface {} is string, not []uint8 [recovered] > panic: interface conversion: interface {} is string, not []uint8 > > goroutine 39 [running]: > testing.tRunner.func1.2({0x5e42a0, 0xc0001654d0}) > /usr/lib/go-1.17/src/testing/testing.go:1209 +0x24e > testing.tRunner.func1() > /usr/lib/go-1.17/src/testing/testing.go:1212 +0x218 > panic({0x5e42a0, 0xc0001654d0}) > /usr/lib/go-1.17/src/runtime/panic.go:1038 +0x215 > github.com/dinedal/textql/storage.TestWhitespaceLoadsAsNull(0xc00016a4e0) > > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/dinedal/textql/storage/sqlite_test.go:254 > +0x7a9 > testing.tRunner(0xc00016a4e0, 0x620a90) > /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102 > created by testing.(*T).Run > /usr/lib/go-1.17/src/testing/testing.go:1306 +0x35a > FAIL github.com/dinedal/textql/storage 0.041s > ? github.com/dinedal/textql/test_util [no test files] > ? github.com/dinedal/textql/textql [no test files] > ? github.com/dinedal/textql/util [no test files] > FAIL > dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 8 > github.com/dinedal/textql/inputs github.com/dinedal/textql/outputs > github.com/dinedal/textql/sqlparser > github.com/dinedal/textql/sqlparser/sqltypes > github.com/dinedal/textql/storage github.com/dinedal/textql/test_util > github.com/dinedal/textql/textql github.com/dinedal/textql/util returned exit > code 1 The full build log is available from: http://qa-logs.debian.net/2022/02/18/textql_2.0.3-4_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: textql Source-Version: 2.0.3-5 Done: ChangZhuo Chen (陳昌倬) <[email protected]> We believe that the bug you reported is fixed in the latest version of textql, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. ChangZhuo Chen (陳昌倬) <[email protected]> (supplier of updated textql 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 26 Jun 2022 11:50:32 +0800 Source: textql Architecture: source Version: 2.0.3-5 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <[email protected]> Changed-By: ChangZhuo Chen (陳昌倬) <[email protected]> Closes: 1006025 Changes: textql (2.0.3-5) unstable; urgency=medium . [ Mathias Gibbens ] * Update test so it continues to pass with updated golang-github-mattn-go-sqlite3 (Closes: #1006025) . [ ChangZhuo Chen (陳昌倬) ] * Use DEP14 format. * Bump Standards-Version to 4.6.1. * Add debian/upstream/metadata. * Set Rules-Requires-Root: no. * Bump compat to 13. * Do not install source. Checksums-Sha1: 24798217e52b316232aabb131bc9634afa589580 2023 textql_2.0.3-5.dsc d5700e1b66a823340511ec970313632be8138752 4068 textql_2.0.3-5.debian.tar.xz 5cdc65f20b3824e4e9df1f30511f2c1916ccce92 6940 textql_2.0.3-5_source.buildinfo Checksums-Sha256: c40f6e533cc0bcab53effde04fc785b835a5e5d9b4fff542e69b0af06e40d5b9 2023 textql_2.0.3-5.dsc a68e0365e14026639e44357f0efc2b4ad1ffca8f6bf375b7ef44a847b3bbae9f 4068 textql_2.0.3-5.debian.tar.xz 0e9c1b627b2ec82e85072c5444b713d568df9febebe6fcde02d7435cf072c4f8 6940 textql_2.0.3-5_source.buildinfo Files: 0f04de025409366ec222400a3c3f82c7 2023 devel optional textql_2.0.3-5.dsc 234531620f67aa085019c0921b1dd2a4 4068 devel optional textql_2.0.3-5.debian.tar.xz 7bf60daef29606ca2d1582538067df53 6940 devel optional textql_2.0.3-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEugQ0bcLh/mPHkIeTzGWwzewnXVsFAmK317IACgkQzGWwzewn XVtCxg/+OK19XlZlt18qds3z2E9ZgVlIpoPyhFbxRNjPSaweDxvMYReg9H11Kl7Z WsABW4RzJdHGoc3sh0JADB140Fvb5TlEayCGCgJnFyhysCNbqq89XtBzWmymKNtm jqby51BucdmSXbXyiCqcFIv9sAqoGhQHI64FRzjMuWZ0aoU+aHFNo8R8bCF3XrUb 9vORpTBO4jJc067Zgc0teOgBrnIj3yQX2xdanUhH+AGb/TME+/iF7OuCz9tkzBWR 7W/F5V8IFT18nGCHqmwwcvAuTiISMn4wCkg3NLIVnOuovkcKIPnII82iH4EIjwWm I/+8P0CCYtmXCDwZDVh3Ih9v0ihMpRUQp2HK5733x4Sei9fUpQenB+jnRuILauzM DbVx3H9VhvILJ4UzakSH7r+/91KPb4LndMSOcl1hxi7joZRBJa8LfGtcC1TN9bzV sdoyXLH2hIq0xFhMNtNhWAAGGZnRBs9VSzqyaItFymsqJfZGOQrjTR34U1iHS02Z eQSkAOmPC1Gdr6gjZ9GvEvCO7dDLBW5e/UzqqiSMfmaUcPp4DkWNpk7Dpv84q636 6uFxo8Zyzrc0eTm+aTzQ6UbhVW7kUN7Wkes64UdPrlCiKhbJak6kkKSDnJU1k2xV 6caCRaTkeCeZFmeEQouoZo0N31dSYlYbiZlMpsWzpLZNI5yJKng= =Ayr9 -----END PGP SIGNATURE-----
--- End Message ---

