Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202608/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:golang-github-masterminds-sprig, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang --with=golang
dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
dh_clean -O--builddirectory=_build -O--buildsystem=golang
debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang --with=golang
dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
cd _build && go install -trimpath -v -p 2 github.com/Masterminds/sprig
internal/goarch
internal/unsafeheader
internal/cpu
[... snipped ...]
--- PASS: TestDig (0.00s)
=== RUN TestFail
--- PASS: TestFail (0.00s)
=== RUN TestOsBase
--- PASS: TestOsBase (0.00s)
=== RUN TestOsDir
--- PASS: TestOsDir (0.00s)
=== RUN TestOsIsAbs
--- PASS: TestOsIsAbs (0.00s)
=== RUN TestOsClean
--- PASS: TestOsClean (0.00s)
=== RUN TestOsExt
--- PASS: TestOsExt (0.00s)
=== RUN TestEnv
--- PASS: TestEnv (0.00s)
=== RUN TestExpandEnv
--- PASS: TestExpandEnv (0.00s)
=== RUN TestBase
--- PASS: TestBase (0.00s)
=== RUN TestDir
--- PASS: TestDir (0.00s)
=== RUN TestIsAbs
--- PASS: TestIsAbs (0.00s)
=== RUN TestClean
--- PASS: TestClean (0.00s)
=== RUN TestExt
--- PASS: TestExt (0.00s)
=== RUN TestSnakeCase
--- PASS: TestSnakeCase (0.00s)
=== RUN TestCamelCase
functions_test.go:62:
Error Trace: /<<PKGBUILDDIR>>/_build/src/github.com/Masterminds/sprig/functions_test.go:62
Error: Received unexpected error:
Expected 'HttpServer', got 'httpServer'
Test: TestCamelCase
functions_test.go:63:
Error Trace: /<<PKGBUILDDIR>>/_build/src/github.com/Masterminds/sprig/functions_test.go:63
Error: Received unexpected error:
Expected '_CamelCase', got '_camelCase'
Test: TestCamelCase
functions_test.go:64:
Error Trace: /<<PKGBUILDDIR>>/_build/src/github.com/Masterminds/sprig/functions_test.go:64
Error: Received unexpected error:
Expected 'NoHttps', got 'noHttps'
Test: TestCamelCase
functions_test.go:65:
Error Trace: /<<PKGBUILDDIR>>/_build/src/github.com/Masterminds/sprig/functions_test.go:65
Error: Received unexpected error:
Expected '_Complex_Case_', got '_complex_Case_'
Test: TestCamelCase
functions_test.go:66:
Error Trace: /<<PKGBUILDDIR>>/_build/src/github.com/Masterminds/sprig/functions_test.go:66
Error: Received unexpected error:
Expected 'All', got 'all'
Test: TestCamelCase
--- FAIL: TestCamelCase (0.00s)
=== RUN TestKebabCase
--- PASS: TestKebabCase (0.00s)
=== RUN TestShuffle
--- PASS: TestShuffle (0.00s)
=== RUN TestRegex
--- PASS: TestRegex (0.00s)
=== RUN TestIssue188
--- PASS: TestIssue188 (0.00s)
=== RUN TestTuple
--- PASS: TestTuple (0.00s)
=== RUN TestList
--- PASS: TestList (0.00s)
=== RUN TestPush
--- PASS: TestPush (0.00s)
=== RUN TestMustPush
--- PASS: TestMustPush (0.00s)
=== RUN TestChunk
--- PASS: TestChunk (0.00s)
=== RUN TestMustChunk
--- PASS: TestMustChunk (0.00s)
=== RUN TestPrepend
--- PASS: TestPrepend (0.00s)
=== RUN TestMustPrepend
--- PASS: TestMustPrepend (0.00s)
=== RUN TestFirst
--- PASS: TestFirst (0.00s)
=== RUN TestMustFirst
--- PASS: TestMustFirst (0.00s)
=== RUN TestLast
--- PASS: TestLast (0.00s)
=== RUN TestMustLast
--- PASS: TestMustLast (0.00s)
=== RUN TestInitial
--- PASS: TestInitial (0.00s)
=== RUN TestMustInitial
--- PASS: TestMustInitial (0.00s)
=== RUN TestRest
--- PASS: TestRest (0.00s)
=== RUN TestMustRest
--- PASS: TestMustRest (0.00s)
=== RUN TestReverse
--- PASS: TestReverse (0.00s)
=== RUN TestMustReverse
--- PASS: TestMustReverse (0.00s)
=== RUN TestCompact
--- PASS: TestCompact (0.00s)
=== RUN TestMustCompact
--- PASS: TestMustCompact (0.00s)
=== RUN TestUniq
--- PASS: TestUniq (0.00s)
=== RUN TestMustUniq
--- PASS: TestMustUniq (0.00s)
=== RUN TestWithout
--- PASS: TestWithout (0.00s)
=== RUN TestMustWithout
--- PASS: TestMustWithout (0.00s)
=== RUN TestHas
--- PASS: TestHas (0.00s)
=== RUN TestMustHas
--- PASS: TestMustHas (0.00s)
=== RUN TestSlice
--- PASS: TestSlice (0.00s)
=== RUN TestMustSlice
--- PASS: TestMustSlice (0.00s)
=== RUN TestConcat
--- PASS: TestConcat (0.00s)
=== RUN TestGetHostByName
network_test.go:13:
--- SKIP: TestGetHostByName (0.00s)
=== RUN TestUntil
--- PASS: TestUntil (0.00s)
=== RUN TestUntilStep
--- PASS: TestUntilStep (0.00s)
=== RUN TestBiggest
--- PASS: TestBiggest (0.00s)
=== RUN TestMaxf
--- PASS: TestMaxf (0.00s)
=== RUN TestMin
--- PASS: TestMin (0.00s)
=== RUN TestMinf
--- PASS: TestMinf (0.00s)
=== RUN TestToFloat64
--- PASS: TestToFloat64 (0.00s)
=== RUN TestToInt64
--- PASS: TestToInt64 (0.00s)
=== RUN TestToInt
--- PASS: TestToInt (0.00s)
=== RUN TestToDecimal
--- PASS: TestToDecimal (0.00s)
=== RUN TestAdd1
--- PASS: TestAdd1 (0.00s)
=== RUN TestAdd1f
--- PASS: TestAdd1f (0.00s)
=== RUN TestAdd
--- PASS: TestAdd (0.00s)
=== RUN TestAddf
--- PASS: TestAddf (0.00s)
=== RUN TestDiv
--- PASS: TestDiv (0.00s)
=== RUN TestDivf
--- PASS: TestDivf (0.00s)
=== RUN TestMul
--- PASS: TestMul (0.00s)
=== RUN TestMulf
--- PASS: TestMulf (0.00s)
=== RUN TestSub
--- PASS: TestSub (0.00s)
=== RUN TestSubf
--- PASS: TestSubf (0.00s)
=== RUN TestCeil
--- PASS: TestCeil (0.00s)
=== RUN TestFloor
--- PASS: TestFloor (0.00s)
=== RUN TestRound
--- PASS: TestRound (0.00s)
=== RUN TestRandomInt
--- PASS: TestRandomInt (0.00s)
=== RUN TestSeq
--- PASS: TestSeq (0.00s)
=== RUN TestTypeOf
--- PASS: TestTypeOf (0.00s)
=== RUN TestKindOf
--- PASS: TestKindOf (0.00s)
=== RUN TestTypeIs
--- PASS: TestTypeIs (0.00s)
=== RUN TestTypeIsLike
--- PASS: TestTypeIsLike (0.00s)
=== RUN TestKindIs
--- PASS: TestKindIs (0.00s)
=== RUN TestRegexMatch
--- PASS: TestRegexMatch (0.00s)
=== RUN TestMustRegexMatch
--- PASS: TestMustRegexMatch (0.00s)
=== RUN TestRegexFindAll
--- PASS: TestRegexFindAll (0.00s)
=== RUN TestMustRegexFindAll
--- PASS: TestMustRegexFindAll (0.00s)
=== RUN TestRegexFindl
--- PASS: TestRegexFindl (0.00s)
=== RUN TestMustRegexFindl
--- PASS: TestMustRegexFindl (0.00s)
=== RUN TestRegexReplaceAll
--- PASS: TestRegexReplaceAll (0.00s)
=== RUN TestMustRegexReplaceAll
--- PASS: TestMustRegexReplaceAll (0.00s)
=== RUN TestRegexReplaceAllLiteral
--- PASS: TestRegexReplaceAllLiteral (0.00s)
=== RUN TestMustRegexReplaceAllLiteral
--- PASS: TestMustRegexReplaceAllLiteral (0.00s)
=== RUN TestRegexSplit
--- PASS: TestRegexSplit (0.00s)
=== RUN TestMustRegexSplit
--- PASS: TestMustRegexSplit (0.00s)
=== RUN TestRegexQuoteMeta
--- PASS: TestRegexQuoteMeta (0.00s)
=== RUN TestSemverCompare
--- PASS: TestSemverCompare (0.00s)
=== RUN TestSemver
--- PASS: TestSemver (0.00s)
=== RUN TestSubstr
--- PASS: TestSubstr (0.00s)
=== RUN TestSubstr_shorterString
--- PASS: TestSubstr_shorterString (0.00s)
=== RUN TestTrunc
--- PASS: TestTrunc (0.00s)
=== RUN TestQuote
--- PASS: TestQuote (0.00s)
=== RUN TestSquote
--- PASS: TestSquote (0.00s)
=== RUN TestContains
--- PASS: TestContains (0.00s)
=== RUN TestTrim
--- PASS: TestTrim (0.00s)
=== RUN TestSplit
--- PASS: TestSplit (0.00s)
=== RUN TestSplitn
--- PASS: TestSplitn (0.00s)
=== RUN TestToString
--- PASS: TestToString (0.00s)
=== RUN TestToStrings
--- PASS: TestToStrings (0.00s)
=== RUN TestJoin
--- PASS: TestJoin (0.00s)
=== RUN TestSortAlpha
--- PASS: TestSortAlpha (0.00s)
=== RUN TestBase64EncodeDecode
--- PASS: TestBase64EncodeDecode (0.00s)
=== RUN TestBase32EncodeDecode
--- PASS: TestBase32EncodeDecode (0.00s)
=== RUN TestGoutils
strings_test.go:203: {{abbrev 5 "hello world"}}
strings_test.go:203: {{abbrevboth 5 10 "1234 5678 9123"}}
strings_test.go:203: {{nospace "h e l l o "}}
strings_test.go:203: {{untitle "First Try"}}
strings_test.go:203: {{initials "First Try"}}
strings_test.go:203: {{wrap 5 "Hello World"}}
strings_test.go:203: {{wrapWith 5 "\t" "Hello World"}}
--- PASS: TestGoutils (0.00s)
=== RUN TestRandomString
--- PASS: TestRandomString (0.00s)
=== RUN TestCat
--- PASS: TestCat (0.00s)
=== RUN TestIndent
--- PASS: TestIndent (0.00s)
=== RUN TestNindent
--- PASS: TestNindent (0.00s)
=== RUN TestReplace
--- PASS: TestReplace (0.00s)
=== RUN TestPlural
--- PASS: TestPlural (0.00s)
=== RUN TestUrlParse
--- PASS: TestUrlParse (0.00s)
=== RUN TestUrlJoin
--- PASS: TestUrlJoin (0.00s)
=== RUN Example
--- PASS: Example (0.00s)
FAIL
FAIL github.com/Masterminds/sprig 3.536s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 github.com/Masterminds/sprig returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------