Your message dated Wed, 22 Feb 2023 15:28:17 +0000
with message-id <[email protected]>
and subject line Bug#1017302: fixed in golang-github-powerman-check 1.6.0-1
has caused the Debian Bug report #1017302,
regarding golang-github-powerman-check: FTBFS: dh_auto_test: error: cd _build
&& go test -vet=off -v -p 8 github.com/powerman/check 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.)
--
1017302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-powerman-check
Version: 1.2.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm
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/powerman/check
> internal/goarch
> internal/goos
> internal/race
> internal/unsafeheader
> internal/goexperiment
> runtime/internal/syscall
> runtime/internal/atomic
> internal/cpu
> sync/atomic
> unicode/utf8
> internal/abi
> unicode
> runtime/internal/math
> runtime/internal/sys
> encoding
> math/bits
> internal/itoa
> unicode/utf16
> golang.org/x/sys/internal/unsafeheader
> internal/bytealg
> math
> runtime
> internal/reflectlite
> sync
> internal/testlog
> math/rand
> internal/sysinfo
> sort
> errors
> io
> strconv
> internal/oserror
> path
> syscall
> bytes
> strings
> reflect
> bufio
> github.com/smartystreets/goconvey/convey/gotest
> regexp/syntax
> internal/syscall/unix
> internal/syscall/execenv
> time
> regexp
> context
> io/fs
> internal/poll
> os
> internal/fmtsort
> encoding/binary
> encoding/base64
> golang.org/x/sys/unix
> fmt
> path/filepath
> encoding/hex
> flag
> github.com/pkg/errors
> github.com/pmezard/go-difflib/difflib
> runtime/debug
> runtime/trace
> encoding/json
> github.com/davecgh/go-spew/spew
> testing
> github.com/smartystreets/goconvey/convey/reporting
> github.com/powerman/check
> dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
> cd _build && go test -vet=off -v -p 8 github.com/powerman/check
> === RUN TestDump
> --- PASS: TestDump (0.00s)
> === RUN TestFormat
> --- PASS: TestFormat (0.00s)
> === RUN TestCaller
> --- PASS: TestCaller (0.00s)
> === RUN TestTODO
> --- PASS: TestTODO (0.00s)
> === RUN TestMust
> --- PASS: TestMust (0.00s)
> === RUN TestCheckerShould
> --- PASS: TestCheckerShould (0.00s)
> === RUN TestCheckerNilTrue
> --- PASS: TestCheckerNilTrue (0.00s)
> === RUN TestCheckerEqual
> --- PASS: TestCheckerEqual (0.00s)
> === RUN TestCheckerBytesEqual
> --- PASS: TestCheckerBytesEqual (0.00s)
> === RUN TestCheckerMatch
> --- PASS: TestCheckerMatch (0.01s)
> === RUN TestCheckerContains
> --- PASS: TestCheckerContains (0.00s)
> === RUN TestCheckerHasKey
> --- PASS: TestCheckerHasKey (0.00s)
> === RUN TestCheckerZero
> --- PASS: TestCheckerZero (0.00s)
> === RUN TestCheckerLen
> check_test.go:965:
> Checker: Panic
>
> check_test.go:965:
> Checker: Len
> Expected: (int) 0
> Actual: (int) 1
>
>
> check_test.go:965:
> Checker: Panic
>
> --- FAIL: TestCheckerLen (0.00s)
> === RUN TestCheckerOrdered
> === RUN TestCheckerOrdered/Less
> === PAUSE TestCheckerOrdered/Less
> === RUN TestCheckerOrdered/Greater
> === PAUSE TestCheckerOrdered/Greater
> === RUN TestCheckerOrdered/Between
> === PAUSE TestCheckerOrdered/Between
> === CONT TestCheckerOrdered/Less
> === CONT TestCheckerOrdered/Between
> === CONT TestCheckerOrdered/Greater
> --- PASS: TestCheckerOrdered (0.00s)
> --- PASS: TestCheckerOrdered/Greater (0.00s)
> --- PASS: TestCheckerOrdered/Between (0.00s)
> --- PASS: TestCheckerOrdered/Less (0.00s)
> === RUN TestCheckerApprox
> === RUN TestCheckerApprox/Delta
> === PAUSE TestCheckerApprox/Delta
> === RUN TestCheckerApprox/SMAPE
> === PAUSE TestCheckerApprox/SMAPE
> === CONT TestCheckerApprox/Delta
> === CONT TestCheckerApprox/SMAPE
> --- PASS: TestCheckerApprox (0.00s)
> --- PASS: TestCheckerApprox/Delta (0.00s)
> --- PASS: TestCheckerApprox/SMAPE (0.00s)
> === RUN TestCheckerSubstring
> === RUN TestCheckerSubstring/HasPrefix
> === PAUSE TestCheckerSubstring/HasPrefix
> === RUN TestCheckerSubstring/HasSuffix
> === PAUSE TestCheckerSubstring/HasSuffix
> === CONT TestCheckerSubstring/HasPrefix
> === CONT TestCheckerSubstring/HasSuffix
> --- PASS: TestCheckerSubstring (0.00s)
> --- PASS: TestCheckerSubstring/HasPrefix (0.00s)
> --- PASS: TestCheckerSubstring/HasSuffix (0.00s)
> === RUN TestJSONEqual
> --- PASS: TestJSONEqual (0.00s)
> === RUN TestHasType
> --- PASS: TestHasType (0.01s)
> === RUN TestCheckers
> === RUN TestCheckers/Err
> === PAUSE TestCheckers/Err
> === RUN TestCheckers/Panic
> === PAUSE TestCheckers/Panic
> === RUN TestCheckers/PanicMatch
> === PAUSE TestCheckers/PanicMatch
> === RUN TestCheckers/Implements
> === PAUSE TestCheckers/Implements
> === CONT TestCheckers/Err
> === RUN TestCheckers/Err/#00
> === RUN TestCheckers/Err/#01
> === RUN TestCheckers/Err/#02
> === RUN TestCheckers/Err/#03
> === RUN TestCheckers/Err/#04
> === RUN TestCheckers/Err/#05
> === RUN TestCheckers/Err/#06
> === RUN TestCheckers/Err/#07
> === RUN TestCheckers/Err/#08
> === CONT TestCheckers/PanicMatch
> === RUN TestCheckers/Err/#09
> === CONT TestCheckers/Implements
> === RUN TestCheckers/Err/#10
> === CONT TestCheckers/Panic
> === RUN TestCheckers/Err/#11
> === RUN TestCheckers/Err/#12
> === RUN TestCheckers/Err/#13
> === RUN TestCheckers/Err/#14
> === RUN TestCheckers/Err/#15
> === RUN TestCheckers/Err/#16
> === RUN TestCheckers/Err/#17
> === RUN TestCheckers/Err/#18
> === RUN TestCheckers/Err/#19
> === RUN TestCheckers/Err/#20
> === RUN TestCheckers/Err/#21
> --- PASS: TestCheckers (0.00s)
> --- PASS: TestCheckers/Implements (0.00s)
> --- PASS: TestCheckers/Panic (0.00s)
> --- PASS: TestCheckers/PanicMatch (0.00s)
> --- PASS: TestCheckers/Err (0.00s)
> --- PASS: TestCheckers/Err/#00 (0.00s)
> --- PASS: TestCheckers/Err/#01 (0.00s)
> --- PASS: TestCheckers/Err/#02 (0.00s)
> --- PASS: TestCheckers/Err/#03 (0.00s)
> --- PASS: TestCheckers/Err/#04 (0.00s)
> --- PASS: TestCheckers/Err/#05 (0.00s)
> --- PASS: TestCheckers/Err/#06 (0.00s)
> --- PASS: TestCheckers/Err/#07 (0.00s)
> --- PASS: TestCheckers/Err/#08 (0.00s)
> --- PASS: TestCheckers/Err/#09 (0.00s)
> --- PASS: TestCheckers/Err/#10 (0.00s)
> --- PASS: TestCheckers/Err/#11 (0.00s)
> --- PASS: TestCheckers/Err/#12 (0.00s)
> --- PASS: TestCheckers/Err/#13 (0.00s)
> --- PASS: TestCheckers/Err/#14 (0.00s)
> --- PASS: TestCheckers/Err/#15 (0.00s)
> --- PASS: TestCheckers/Err/#16 (0.00s)
> --- PASS: TestCheckers/Err/#17 (0.00s)
> --- PASS: TestCheckers/Err/#18 (0.00s)
> --- PASS: TestCheckers/Err/#19 (0.00s)
> --- PASS: TestCheckers/Err/#20 (0.00s)
> --- PASS: TestCheckers/Err/#21 (0.00s)
> FAIL
> checks: 2 passed TestCaller
> checks: 134 passed 60 todo TestCheckerApprox/Delta
> checks: 134 passed 56 todo TestCheckerApprox/SMAPE
> checks: 11 passed 11 todo TestCheckerBytesEqual
> checks: 69 passed TestCheckerContains
> checks: 544 passed 509 todo TestCheckerEqual
> checks: 56 passed TestCheckerHasKey
> checks: 61 passed 10 todo 3 failed TestCheckerLen
> checks: 3375 passed 130 todo TestCheckerMatch
> checks: 174 passed 57 todo TestCheckerNilTrue
> checks: 276 passed 136 todo TestCheckerOrdered/Between
> checks: 242 passed 68 todo TestCheckerOrdered/Greater
> checks: 242 passed 68 todo TestCheckerOrdered/Less
> checks: 6 passed 2 todo TestCheckerShould
> checks: 213 passed 25 todo TestCheckerSubstring/HasPrefix
> checks: 213 passed 25 todo TestCheckerSubstring/HasSuffix
> checks: 119 passed 119 todo TestCheckerZero
> checks: 22 todo TestCheckers/Err
> checks: 3 passed TestCheckers/Err/#00
> checks: 3 passed TestCheckers/Err/#01
> checks: 3 passed TestCheckers/Err/#02
> checks: 3 passed TestCheckers/Err/#03
> checks: 3 passed TestCheckers/Err/#04
> checks: 3 passed TestCheckers/Err/#05
> checks: 3 passed TestCheckers/Err/#06
> checks: 3 passed TestCheckers/Err/#07
> checks: 3 passed TestCheckers/Err/#08
> checks: 3 passed TestCheckers/Err/#09
> checks: 3 passed TestCheckers/Err/#10
> checks: 3 passed TestCheckers/Err/#11
> checks: 3 passed TestCheckers/Err/#12
> checks: 3 passed TestCheckers/Err/#13
> checks: 3 passed TestCheckers/Err/#14
> checks: 3 passed TestCheckers/Err/#15
> checks: 3 passed TestCheckers/Err/#16
> checks: 3 passed TestCheckers/Err/#17
> checks: 3 passed TestCheckers/Err/#18
> checks: 3 passed TestCheckers/Err/#19
> checks: 3 passed TestCheckers/Err/#20
> checks: 3 passed TestCheckers/Err/#21
> checks: 9 passed TestCheckers/Implements
> checks: 5 passed 5 todo TestCheckers/Panic
> checks: 12 passed 8 todo TestCheckers/PanicMatch
> checks: 81 passed TestDump
> checks: 6 passed TestFormat
> checks: 2618 passed 2601 todo TestHasType
> checks: 112 passed 13 todo TestJSONEqual
> checks: 4 passed TestMust
> checks: 4 passed 5 todo TestTODO
> checks: 8788 passed 3930 todo 3 failed (total)
> FAIL github.com/powerman/check 0.043s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8
> github.com/powerman/check returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/golang-github-powerman-check_1.2.1-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[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 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: golang-github-powerman-check
Source-Version: 1.6.0-1
Done: Shengjing Zhu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
golang-github-powerman-check, 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.
Shengjing Zhu <[email protected]> (supplier of updated
golang-github-powerman-check 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: SHA256
Format: 1.8
Date: Wed, 22 Feb 2023 22:09:32 +0800
Source: golang-github-powerman-check
Architecture: source
Version: 1.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Shengjing Zhu <[email protected]>
Closes: 1017302
Changes:
golang-github-powerman-check (1.6.0-1) unstable; urgency=medium
.
* Team upload
.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
.
[ Shengjing Zhu ]
* New upstream version
* Update debhelper-compat to 13
* Update Standards-Version to 4.6.2 (no changes)
* Update section to golang
* Add patch to fix tests with Go1.19 (Closes: #1017302)
* Update dependencies
+ golang-github-powerman-deepequal-dev
+ golang-google-protobuf-dev
* Add patch to revert grpc status support
Checksums-Sha1:
0a7e20aa0b7a4a2e2fdbe302963a89068cfcdb43 1879
golang-github-powerman-check_1.6.0-1.dsc
1b93a9e79144c9d95a1a905f5e0737a5b60a08d9 81480
golang-github-powerman-check_1.6.0.orig.tar.gz
300433ea6713c139447cf5f8902abd9b6d4b2a3f 6060
golang-github-powerman-check_1.6.0-1.debian.tar.xz
00a0559a007f4255bbd62d5804298119f39b6d85 6232
golang-github-powerman-check_1.6.0-1_amd64.buildinfo
Checksums-Sha256:
d189f7a8fb5bd983895569b93a512f73f71e7cd1e5ed83278bc075f84fabcf92 1879
golang-github-powerman-check_1.6.0-1.dsc
9bfba9a45731cbeb56704877e69f292e8608f5342f523c85a3d63ed3be9537ef 81480
golang-github-powerman-check_1.6.0.orig.tar.gz
fe34dd1ddac2a8c05923bc6bda81ca621dcea0289efdd1d45ff14e43d072dac5 6060
golang-github-powerman-check_1.6.0-1.debian.tar.xz
4642eede748e25f0ce35fd73d3f659a4272671d8a0c597900e74c76bc3098513 6232
golang-github-powerman-check_1.6.0-1_amd64.buildinfo
Files:
cc55dc90f83cb5e71d31bccb99452d79 1879 golang optional
golang-github-powerman-check_1.6.0-1.dsc
5fe40ff399b624887442e0afa38af0bb 81480 golang optional
golang-github-powerman-check_1.6.0.orig.tar.gz
bfc70901705432e2556c32f86588bc20 6060 golang optional
golang-github-powerman-check_1.6.0-1.debian.tar.xz
71b8e08c5fce2eca74937c16f0e10a64 6232 golang optional
golang-github-powerman-check_1.6.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCY/YpgQAKCRB/RPol6lUU
y3XnAP0XIR4cr0Jr6nUA9A/nolM7t6O7Wd8s/dF/pjO6PZrSIAD+KAk5SnWzSlJQ
cyYt/mKCYno0nL4/YigG0dITYacezwI=
=2h2F
-----END PGP SIGNATURE-----
--- End Message ---