[pkg-go] Bug#850507: marked as done (golang-github-tideland-golib: FTBFS randomly (failing tests))

2017-03-14 Thread Debian Bug Tracking System
Your message dated Tue, 14 Mar 2017 15:06:01 +
with message-id 
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" 

[pkg-go] Bug#850507: marked as done (golang-github-tideland-golib: FTBFS randomly (failing tests))

2017-03-12 Thread Debian Bug Tracking System
Your message dated Sun, 12 Mar 2017 21:48:36 +
with message-id 
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 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"