Your message dated Tue, 14 Mar 2017 15:06:01 +0000
with message-id <e1cno1r-0007m9...@fasolo.debian.org>
and subject line Bug#850507: fixed in golang-github-tideland-golib 4.20.0-3
has caused the Debian Bug report #850507,
regarding golang-github-tideland-golib: FTBFS randomly (failing tests)
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.)
--
850507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850507
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-tideland-golib
Version: 4.15.1-1
Severity: important
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
dh_testdir -i -O--buildsystem=golang
dh_update_autotools_config -i -O--buildsystem=golang
dh_auto_configure -i -O--buildsystem=golang
dh_auto_build -i -O--buildsystem=golang
go install -v -p 1 github.com/tideland/golib/audit
github.com/tideland/golib/cache github.com/tideland/golib/collections
github.com/tideland/golib/errors github.com/tideland/golib/etc
github.com/tideland/golib/feed/atom github.com/tideland/golib/feed/rss
github.com/tideland/golib/feed/utils github.com/tideland/golib/identifier
github.com/tideland/golib/logger github.com/tideland/golib/loop
github.com/tideland/golib/mapreduce github.com/tideland/golib/monitoring
github.com/tideland/golib/numerics github.com/tideland/golib/redis
github.com/tideland/golib/scene github.com/tideland/golib/scroller
github.com/tideland/golib/sml github.com/tideland/golib/sort
github.com/tideland/golib/stringex github.com/tideland/golib/timex
github.com/tideland/golib/version
github.com/tideland/golib/audit
github.com/tideland/golib/errors
github.com/tideland/golib/identifier
github.com/tideland/golib/logger
github.com/tideland/golib/loop
github.com/tideland/golib/cache
github.com/tideland/golib/collections
[... snipped ...]
version_test.go:212: parse test #15: "+"
--- PASS: TestParse (0.00s)
=== RUN TestCompare
version_test.go:320: compare test #0: "1.2.3" <> "1.2.3" -> 0 / all
version_test.go:320: compare test #1: "1.2.3" <> "1.2.4" -> -1 / patch
version_test.go:320: compare test #2: "1.2.3" <> "1.3.3" -> -1 / minor
version_test.go:320: compare test #3: "1.2.3" <> "2.2.3" -> -1 / major
version_test.go:320: compare test #4: "3.2.1" <> "1.2.3" -> 1 / major
version_test.go:320: compare test #5: "1.2.3-alpha" <> "1.2.3" -> -1 /
pre-release
version_test.go:320: compare test #6: "1.2.3-alpha.1" <> "1.2.3-alpha" -> -1 /
pre-release
version_test.go:320: compare test #7: "1.2.3-alpha.1" <> "1.2.3-alpha.2" -> -1
/ pre-release
version_test.go:320: compare test #8: "1.2.3-alpha.4711" <> "1.2.3-alpha.471"
-> 1 / pre-release
version_test.go:320: compare test #9: "1.2.3-alpha.48" <> "1.2.3-alpha.4711" ->
-1 / pre-release
version_test.go:320: compare test #10: "1.2.3+alpha.1" <> "1.2.3+alpha.2" -> 0
/ all
version_test.go:320: compare test #11: "1.2.3+alpha.2" <> "1.2.3+alpha.1" -> 0
/ all
version_test.go:320: compare test #12: "1.2.3-alpha+alpha.2" <>
"1.2.3-alpha+alpha.1" -> 0 / all
version_test.go:320: compare test #13: "1.2.3-alpha.48+alpha.2" <>
"1.2.3-alpha.4711+alpha.1" -> -1 / pre-release
version_test.go:320: compare test #14: "1.2.3-alpha.2" <> "1.2.3-alpha.1b" -> 1
/ pre-release
--- PASS: TestCompare (0.00s)
=== RUN TestLess
version_test.go:399: less test #0: "1.2.3" <> "1.2.3" -> false
version_test.go:399: less test #1: "1.2.3" <> "1.2.4" -> true
version_test.go:399: less test #2: "1.2.3" <> "1.3.3" -> true
version_test.go:399: less test #3: "1.2.3" <> "2.2.3" -> true
version_test.go:399: less test #4: "3.2.1" <> "1.2.3" -> false
version_test.go:399: less test #5: "1.2.3-alpha" <> "1.2.3" -> true
version_test.go:399: less test #6: "1.2.3-alpha.1" <> "1.2.3-alpha" -> true
version_test.go:399: less test #7: "1.2.3-alpha.1" <> "1.2.3-alpha.2" -> true
version_test.go:399: less test #8: "1.2.3-alpha.4711" <> "1.2.3-alpha.471" ->
false
version_test.go:399: less test #9: "1.2.3-alpha.48" <> "1.2.3-alpha.4711" ->
true
version_test.go:399: less test #10: "1.2.3+alpha.1" <> "1.2.3+alpha.2" -> false
version_test.go:399: less test #11: "1.2.3+alpha.2" <> "1.2.3+alpha.1" -> false
version_test.go:399: less test #12: "1.2.3-alpha+alpha.2" <>
"1.2.3-alpha+alpha.1" -> false
version_test.go:399: less test #13: "1.2.3-alpha.48+alpha.2" <>
"1.2.3-alpha.4711+alpha.1" -> true
version_test.go:399: less test #14: "1.2.3-alpha.2" <> "1.2.3-alpha.1b" -> false
--- PASS: TestLess (0.00s)
PASS
ok github.com/tideland/golib/version 0.004s
dh_auto_test: go test -v -p 1 -short github.com/tideland/golib/audit
github.com/tideland/golib/cache github.com/tideland/golib/collections
github.com/tideland/golib/errors github.com/tideland/golib/etc
github.com/tideland/golib/feed/atom github.com/tideland/golib/feed/rss
github.com/tideland/golib/feed/utils github.com/tideland/golib/identifier
github.com/tideland/golib/logger github.com/tideland/golib/loop
github.com/tideland/golib/mapreduce github.com/tideland/golib/monitoring
github.com/tideland/golib/numerics github.com/tideland/golib/redis
github.com/tideland/golib/scene github.com/tideland/golib/scroller
github.com/tideland/golib/sml github.com/tideland/golib/sort
github.com/tideland/golib/stringex github.com/tideland/golib/timex
github.com/tideland/golib/version returned exit code 1
debian/rules:7: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
This is just how the build ends, not necessarily the relevant part.
I've put several build logs here:
https://people.debian.org/~sanvila/build-logs/golang-github-tideland-golib/
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the page for this package.
The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).
Thanks.
--- End Message ---
--- Begin Message ---
Source: golang-github-tideland-golib
Source-Version: 4.20.0-3
We believe that the bug you reported is fixed in the latest version of
golang-github-tideland-golib, 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 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jordi Mallach <jo...@debian.org> (supplier of updated
golang-github-tideland-golib 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: Tue, 14 Mar 2017 15:12:03 +0100
Source: golang-github-tideland-golib
Binary: golang-github-tideland-golib-dev
Architecture: source all
Version: 4.20.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team
<pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Jordi Mallach <jo...@debian.org>
Description:
golang-github-tideland-golib-dev - collection of misc Go packages
Closes: 850507
Changes:
golang-github-tideland-golib (4.20.0-3) unstable; urgency=medium
.
* Extend patch with additional git fixes to attempt to fix the
testsuite on (supposedly) high load environments (really closes: #850507).
Checksums-Sha1:
d5bee0af5eec11f9d33308425165de7825c8bbf3 2226
golang-github-tideland-golib_4.20.0-3.dsc
73828b6e09920b8717aa26aeab30e899483aff9f 6120
golang-github-tideland-golib_4.20.0-3.debian.tar.xz
da51f8817b71f9615e0fde41bd8199a8e3130051 113784
golang-github-tideland-golib-dev_4.20.0-3_all.deb
b06623f1570a964c3b59b2a26edb91d4b3a35115 5778
golang-github-tideland-golib_4.20.0-3_amd64.buildinfo
Checksums-Sha256:
271d1b9dd07143fcd82fa235dab0a2bd9299462e9a4fa0318e306ed01f7469dd 2226
golang-github-tideland-golib_4.20.0-3.dsc
e274a55b3dc3e4881ea93074779622b12cd0a18d28a36817759cc9c70150ff1e 6120
golang-github-tideland-golib_4.20.0-3.debian.tar.xz
2d731709a6067e93302953b574c361c7483b8812e61b86d62d3b7309614683b9 113784
golang-github-tideland-golib-dev_4.20.0-3_all.deb
66cb436f01cf675800f18380f052b0391bfa302e2eb501b92193380780a12bf8 5778
golang-github-tideland-golib_4.20.0-3_amd64.buildinfo
Files:
c475f6e725af9030e4613358408a1380 2226 devel extra
golang-github-tideland-golib_4.20.0-3.dsc
bea738a3c73fc4a90d54486e77099e5e 6120 devel extra
golang-github-tideland-golib_4.20.0-3.debian.tar.xz
10a87975cba12bc9441268ce8ba6b347 113784 devel extra
golang-github-tideland-golib-dev_4.20.0-3_all.deb
cb4dd5295a0f934191c0a51fc19e4d56 5778 devel extra
golang-github-tideland-golib_4.20.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE6BdUhsApKYN8KGoWJVAvb8vjywQFAljH+psACgkQJVAvb8vj
ywTbKw/+IBzT+Ts/3NBtiXq/k5+wQ19tFvfazwTKM9efTu9z3Q6SLJ2kAXBLWQIX
B1mukyu7/kq9YMdStOabSZOAsFcMnUM36UCR/WOlLXblqZDDGsplEOwBj78uEWHX
vuMEeU8pyHwAidLa4JCqIM/vEu3jsYIhnEW3berAbUppvoQLDehIuiSKmH4TfzE5
HA6gnzZvrDU6+8IqGgJWZRPg+WCP+Dc8COdggscbI/kGrB8h6TjJnYIYdlEEzPUS
OncEG9DoRzfLRInRBqriroFakXDQMCu96B74DVZlRGFlqO6knyIQ8aRX/U7q3Ghv
8AE56tIkwBQyX/LHENn1RSS6TZcBXiKq8eRJuqpdMixwlY5RfPUFWS5tk7V94Pp0
yiUViDeOAmDIA59hAW06Ju82xEqTJ42s7pNkl2J0FcERrJV9yZhpi6G9BTmzdDWf
ibsYPnzxsxsHPKQwbYLidDa3/LJqWNMdix4Pcbn2DVMvVH9K8cyZpXSfl+7y3koD
GWMzYbcedJLyCGIHZtjCHdGROzNgd0ptDE9XMxy0vza6RLlYHsIilRfWy4r2Knhz
0ImUOcwsWNhVcLFRwR2NJfocSrgX20sQrJfriI55xbtihV/3LRepX99Ht/IK0Ltf
X4WCS07Fy8A3wZgUJ6NCBewe6TKb5RTt/N6ITkZMAipEmsFa4hU=
=NSL5
-----END PGP SIGNATURE-----
--- End Message ---