Source: golang-github-tideland-golib Version: 4.20.0-4 Severity: serious Tags: buster unstable
Some recent change in unstable makes golang-github-tideland-golib FTBFS: https://tests.reproducible-builds.org/debian/history/golang-github-tideland-golib.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-tideland-golib.html ... === RUN TestParse version_test.go:212: parse test #0: "1" version_test.go:212: parse test #1: "1.1" version_test.go:212: parse test #2: "1.2.3" version_test.go:212: parse test #3: "1.0.3" version_test.go:212: parse test #4: "1.2.3-alpha.2016-11-14" version_test.go:212: parse test #5: "1.2.3-alphabeta.7.11" version_test.go:212: parse test #6: "1.2.3+007.a" version_test.go:212: parse test #7: "1.2.3-alpha+007.a" version_test.go:212: parse test #8: "1.2.3-ALPHA+007.a" version_test.go:212: parse test #9: "" -------------------------------------------------------------------------------- version_test.go:215: Assert 'error match' failed! Function...: TestParse() Obtained...: [VERSION:001] illegal version format: strconv.Atoi: parsing "": invalid syntax Expected...: .* illegal version format: .*ParseInt.* -------------------------------------------------------------------------------- --- FAIL: TestParse (0.00s) ...