Source: golang-yaml.v2 Version: 0.0+git20160928.0.a5b47d3-2 Severity: serious
Some recent change in unstable makes golang-yaml.v2 FTBFS: https://tests.reproducible-builds.org/debian/history/golang-yaml.v2.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-yaml.v2.html ... dh_auto_test -O--buildsystem=golang go test -v -p 1 gopkg.in/yaml.v2 === RUN Test ---------------------------------------------------------------------- FAIL: decode_test.go:597: S.TestUnmarshal decode_test.go:618: c.Assert(value, DeepEquals, item.value) ... obtained map[string]time.Time = map[string]time.Time{"a":time.Time{sec:63560398779, nsec:0, loc:(*time.Location)(nil)}} ... expected map[string]time.Time = map[string]time.Time{"a":time.Time{sec:63560398779, nsec:0, loc:(*time.Location)(0x754a80)}} OOPS: 20 passed, 1 FAILED --- FAIL: Test (0.03s) FAIL exit status 1 FAIL gopkg.in/yaml.v2 0.035s dh_auto_test: go test -v -p 1 gopkg.in/yaml.v2 returned exit code 1 debian/rules:7: recipe for target 'build' failed make: *** [build] Error 1