Your message dated Sun, 12 Mar 2017 21:48:36 +0000 with message-id <[email protected]> and subject line Bug#850507: fixed in golang-github-tideland-golib 4.20.0-2 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 [email protected] immediately.) -- 850507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850507 Debian Bug Tracking System Contact [email protected] 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-2 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jordi Mallach <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 12 Mar 2017 22:30:05 +0100 Source: golang-github-tideland-golib Binary: golang-github-tideland-golib-dev Architecture: source Version: 4.20.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <[email protected]> Changed-By: Jordi Mallach <[email protected]> Description: golang-github-tideland-golib-dev - collection of misc Go packages Closes: 850507 Changes: golang-github-tideland-golib (4.20.0-2) unstable; urgency=medium . * Add improve_time_test.patch: cherrypick patch from upstream to attempt to fix a test that fails intermittently under certain conditions (closes: #850507). Checksums-Sha1: a195eef71e6d0a7eefcb4a8f91c4ef397c00d7aa 2251 golang-github-tideland-golib_4.20.0-2.dsc f062f12588c547159ab35e3f0355614183d5177a 4480 golang-github-tideland-golib_4.20.0-2.debian.tar.xz e2a1cfc7aeaa4bf40e9911448b22e8e438cafc09 6193 golang-github-tideland-golib_4.20.0-2_source.buildinfo Checksums-Sha256: 7733e4947cb6f8b4cf296c5de9c4782c166fc8d30f22a5a2c65d2f06f7c3e60c 2251 golang-github-tideland-golib_4.20.0-2.dsc f15517167efac923935ff39730c7a72f7d3c0f7c0e9b25d206a9e90c5922dbb1 4480 golang-github-tideland-golib_4.20.0-2.debian.tar.xz 65b671a96dfeb0ed5f42562d7982db52bcaa56c2350f2a953df15a4975938e79 6193 golang-github-tideland-golib_4.20.0-2_source.buildinfo Files: f339b4c8d73f6623756169a046445f2f 2251 devel extra golang-github-tideland-golib_4.20.0-2.dsc 2774b49173a873ff2da592cf7b738047 4480 devel extra golang-github-tideland-golib_4.20.0-2.debian.tar.xz 8ce32b18ef3b81093487f632dae95a49 6193 devel extra golang-github-tideland-golib_4.20.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEE6BdUhsApKYN8KGoWJVAvb8vjywQFAljFv9ERHGpvcmRpQGRl Ymlhbi5vcmcACgkQJVAvb8vjywR6UA//enkL/cwJ5PYWsGdLzZkV3HtMtGkL6lGp zhBTVCkE71N/6lqhbg4TeVwIQeSqPY647Hho8esjt0NNp5j2dwqL6YuQEo166cuh ppUvB335PLWFgBGD6xoDl75mTstY7G9AavXwevJg5ScX/ezZBI7UA7Z5+7J/QRTb p/ne7puE/2u+snjL/II4kKuk0ix1tcFEbFY/xMvSM944UbJJxtG3oTiPkHuyV+jh Lyyrf38K7ecteTeqi9I/x1t9IiyoMGUzfJdbtQw9udY2Igxq1hgYySN1huJa69zs oxChZpJY/zVYSBBRrB5YCtpJH//2MkbO9j0Wvq4ahgTaMam1j52Gq+lhogv9gyQG VpQj3Gx0yJMjdQYLl/AbdJb2pZQlKvE3YSmhLF8W4BZcywfSh6W1p/T7icPVBBNN mpMHiE3bw1PCpegONEPVwu7KcACg3t3co5iDGHk6Ck7TCmIEzZEB3w9j+o/J5iKq rgwspeVqisdpCKLNyx48/iG8jlyAnloghl7noi1DTISU/+6OkJ+Vx1c6e/aZ4nTh gEpzSm5m8K836miKLWEVrjzL4wLlYRuqTQRYU64vAUTIvqJxyodP5cmRNY0OsEOJ +hA2P4hnn3oQvFQ8ncLLW+LqxzLExs0EndZJmnxmDeDVbbBDfcBRJV4pMHM5xzug j+3oKpel9Qw= =FS12 -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
