Package: src:golang-github-powerman-check; Maintainer for src:golang-github-powerman-check is Debian Go Packaging Team <team+pkg-go@tracker.debian.org>;
Reported by: Lucas Nussbaum <lucas@debian.org>
Date: Sun, 14 Aug 2022 08:11:54 UTC
Severity: serious
Tags: bookworm, ftbfs, sid
Found in version golang-github-powerman-check/1.2.1-2
Fixed in version golang-github-powerman-check/1.6.0-1
Done: Shengjing Zhu <zhsj@debian.org>
Bug is archived. No further changes may be made.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Go Packaging Team <team+pkg-go@tracker.debian.org>:
Bug#1017302; Package src:golang-github-powerman-check.
(Sun, 14 Aug 2022 08:11:56 GMT) (full text, mbox, link).
Acknowledgement sent
to Lucas Nussbaum <lucas@debian.org>:
New Bug report received and forwarded. Copy sent to Debian Go Packaging Team <team+pkg-go@tracker.debian.org>.
(Sun, 14 Aug 2022 08:11:56 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Source: golang-github-powerman-check Version: 1.2.1-2 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lucas@debian.org 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;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&fusertaguser=lucas@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 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.
Reply sent
to Shengjing Zhu <zhsj@debian.org>:
You have taken responsibility.
(Wed, 22 Feb 2023 15:33:04 GMT) (full text, mbox, link).
Notification sent
to Lucas Nussbaum <lucas@debian.org>:
Bug acknowledged by developer.
(Wed, 22 Feb 2023 15:33:05 GMT) (full text, mbox, link).
Message #10 received at 1017302-close@bugs.debian.org (full text, mbox, reply):
Source: golang-github-powerman-check
Source-Version: 1.6.0-1
Done: Shengjing Zhu <zhsj@debian.org>
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 1017302@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Shengjing Zhu <zhsj@debian.org> (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 ftpmaster@ftp-master.debian.org)
-----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 <team+pkg-go@tracker.debian.org>
Changed-By: Shengjing Zhu <zhsj@debian.org>
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-----
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Go Packaging Team <team+pkg-go@tracker.debian.org>:
Bug#1017302; Package src:golang-github-powerman-check.
(Wed, 22 Feb 2023 16:39:03 GMT) (full text, mbox, link).
Acknowledgement sent
to no-reply@apple.com:
Extra info received and forwarded to list. Copy sent to Debian Go Packaging Team <team+pkg-go@tracker.debian.org>.
(Wed, 22 Feb 2023 16:39:03 GMT) (full text, mbox, link).
Message #15 received at 1017302@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Thank you for contacting us. ------------------------------------------------------------ We’ve received your support request and will get back to you in one to two business days. Your case number is 30000001605065. For additional information on development-related topics, visit: https://developer.apple.com/support/ Best regards, Apple Developer Program Support ------------------------------------------------------------ Copyright (c) 2023 Apple Inc. All rights reserved. Contact Us https://developer.apple.com/contact/ Developer https://developer.apple.com/ My Apple ID https://appleid.apple.com Privacy Policy https://www.apple.com/privacy/
[Message part 2 (text/html, inline)]
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Thu, 23 Mar 2023 07:25:08 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.