Source: golang-github-caarlos0-env Version: 6.0.0-1 Severity: serious Tags: ftbfs
This package fails to build on current sid. >From my build log: dh_auto_test -O--buildsystem=golang cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/caarlos0/env === RUN TestParsesEnv [...] --- PASS: TestParseURL (0.00s) === RUN TestParseInvalidURL TestParseInvalidURL: env_test.go:953: Error Trace: env_test.go:953 Error: Error message not equal: expected: "env: parse error on field \"ExampleURL\" of type \"url.URL\": unable parse URL: parse nope://s s/: invalid character \" \" in host name" actual : "env: parse error on field \"ExampleURL\" of type \"url.URL\": unable parse URL: parse \"nope://s s/\": invalid character \" \" in host name" Test: TestParseInvalidURL --- FAIL: TestParseInvalidURL (0.00s) === RUN TestIgnoresUnexported --- PASS: TestIgnoresUnexported (0.00s) === RUN TestPrecedenceUnmarshalText --- PASS: TestPrecedenceUnmarshalText (0.00s) === RUN ExampleParse --- PASS: ExampleParse (0.00s) === RUN ExampleParseWithFuncs --- PASS: ExampleParseWithFuncs (0.00s) FAIL FAIL github.com/caarlos0/env 0.030s FAIL dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/caarlos0/env returned exit code 1 make: *** [debian/rules:4: build] Error 25 -- Niko Tyni nt...@debian.org