Your message dated Wed, 12 Aug 2026 12:36:35 +0000
with message-id <[email protected]>
and subject line Bug#1143319: fixed in golang-github-masterminds-sprig 3.2.3-7
has caused the Debian Bug report #1143319,
regarding golang-github-masterminds-sprig: FTBFS: dh_auto_test: error: cd
_build && go test -vet=off -v -p 2 github.com/Masterminds/sprig returned exit
code 1
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 [email protected]
immediately.)
--
1143319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143319
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-masterminds-sprig
Version: 3.2.3-6
Severity: serious
Tags: ftbfs forky sid
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
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: golang-github-masterminds-sprig
Source-Version: 3.2.3-7
Done: Reinhard Tartler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
golang-github-masterminds-sprig, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Reinhard Tartler <[email protected]> (supplier of updated
golang-github-masterminds-sprig package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 12 Aug 2026 10:31:17 +0200
Source: golang-github-masterminds-sprig
Architecture: source
Version: 3.2.3-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1143319
Changes:
golang-github-masterminds-sprig (3.2.3-7) unstable; urgency=medium
.
* Team upload.
* Use xstrings.ToPascalCase for the camelcase function (Closes:
#1143319)
* debian/watch: use version 5
* debian/control:
- Bump Standards version, drop redundant Priority field
- Fix XS-Go-Import-Path
- Drop redundant Rules-Requires-Root
Checksums-Sha1:
eaaa196a2e8aa9267857ee5802cc0d7fa92066a1 2968
golang-github-masterminds-sprig_3.2.3-7.dsc
825151d5fa36473e6d655590d1c9301dc1c68028 4572
golang-github-masterminds-sprig_3.2.3-7.debian.tar.xz
5a0db2ba2f0999af207582d5a9c213b0cd2d4770 116568
golang-github-masterminds-sprig_3.2.3-7.git.tar.xz
a3333ef6f635d7ab725a2f110d60f684053d0c32 17648
golang-github-masterminds-sprig_3.2.3-7_source.buildinfo
Checksums-Sha256:
55720dbbf1bee160629b6a237ebb30df9f89297468e1227f1a524607af25c625 2968
golang-github-masterminds-sprig_3.2.3-7.dsc
6039b65eade17da56eb3b76632560ebb0d59d4fd8acbe98672487fbcbbe3123d 4572
golang-github-masterminds-sprig_3.2.3-7.debian.tar.xz
57fe4dbbd68b3c168ebf0b7db135c42b95a8ebbf834825845186dcb3b954a63e 116568
golang-github-masterminds-sprig_3.2.3-7.git.tar.xz
f992be2a9d315fef892f143ed116f548e92f56e47bfc70fc3f33a3a2749071b3 17648
golang-github-masterminds-sprig_3.2.3-7_source.buildinfo
Files:
bf31672ee1984681f7359a1705ea3acb 2968 golang optional
golang-github-masterminds-sprig_3.2.3-7.dsc
7fa74945c8dbc9f581acba80b1f64dc7 4572 golang optional
golang-github-masterminds-sprig_3.2.3-7.debian.tar.xz
e6beaba0ba96b8f4bc13fad90be1e430 116568 golang None
golang-github-masterminds-sprig_3.2.3-7.git.tar.xz
ac829844e59b5b77ffcce033b6ae00ca 17648 golang optional
golang-github-masterminds-sprig_3.2.3-7_source.buildinfo
Git-Tag-Info: tag=97d6405e7bac028e590fd8aed5baaee5a7aa401e
fp=30de7d1763ab9452c7e0825049a76977942826cb
Git-Tag-Tagger: Reinhard Tartler <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmp8Y5AACgkQYG0ITkaD
wHmVlhAA5gKDmlWdkfYmaCTcVQaxo0UbmJrUsUVlIlG0o98pmGth11f6QCh+nY0M
lz1PCCEyao5zxfUDQXrwj4f8FBSu1MKd88Vrg7oQ3bHd8Fhqpugm6ailCpwJ5Z8o
fmxTtuxL/b4liE/NAJMKaA9TaBJK1cfWWpZep+1SCmElIBmd+tSU5P6rB/IVwUz5
+gSQgYWAZtJ1EJiZwFW5igWSDC3zABQYR2JByBJ2YXgc2qzXMnufIf3mmt6JOxpd
pL+pYJLrRbbJPm61QHz5apP+7s/u76SIL59DY9HbMMudsY3g2/Dramns1GxNc7uY
sOTlYHZJTiVqELCRfEpacTRXoJGxchKGwssvIRdrFW88goaz+YDmOo3z6lMyQ9zu
4vMQu5x0OI9Nf1/6gtFttnf+n9vRxv+r5TWYSKM9rlWBA4nVeg4kMIsd37NvBOOP
MQEGf48HmEF/eGU06Hy7Tv32Bt8GHcojHbeVhxDLvR01frDmWPgxDAz8bM9ViszO
hUknoD8yRtGFTnL/W9uilPN6VPU0UCx4V9Ds/g/mXu3ifOZidTjkgYk9YmvC1AOO
TGe+8tHASu4Ip8ikApiueZf6e0deTE/DG3qYRESTP36/7qqE20zoLiTa5uqYr8H6
A3bjg2/CuQWvMAAlmK1+HdHBs1q1TABP+8DHdcT2jEPBcWRtyis=
=VzdT
-----END PGP SIGNATURE-----
pgpRQdXfr6OGl.pgp
Description: PGP signature
--- End Message ---