Package: src:golang-github-puerkitobio-purell
Version: 1.1.1-1
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/202510/

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-puerkitobio-purell, so that 
this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=golang --with=golang
   dh_auto_clean -O--buildsystem=golang
   dh_autoreconf_clean -O--buildsystem=golang
   dh_clean -O--buildsystem=golang
 debian/rules binary
dh binary --buildsystem=golang --with=golang
   dh_update_autotools_config -O--buildsystem=golang
   dh_autoreconf -O--buildsystem=golang
   dh_auto_configure -O--buildsystem=golang
   dh_auto_build -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install -trimpath -v -p 2 
github.com/PuerkitoBio/purell
internal/unsafeheader
internal/goarch
internal/cpu
internal/abi
internal/bytealg
internal/byteorder
internal/chacha8rand
internal/coverage/rtcov
internal/godebugs
internal/goexperiment
internal/goos
internal/profilerecord
internal/runtime/atomic
internal/asan
internal/msan
internal/race
internal/runtime/math
internal/runtime/sys
internal/runtime/exithook
internal/runtime/maps
internal/runtime/syscall
internal/stringslite
sync/atomic
internal/sync
math/bits
unicode
runtime
unicode/utf8
cmp
internal/itoa
math
container/list
log/internal
internal/reflectlite
sync
errors
iter
slices
io
strconv
bytes
reflect
internal/oserror
path
internal/bisect
internal/godebug
syscall
time
io/fs
internal/filepathlite
internal/fmtsort
internal/syscall/unix
internal/syscall/execenv
internal/testlog
internal/poll
maps
weak
unique
net/netip
os
fmt
strings
golang.org/x/text/transform
sort
net/url
log
golang.org/x/text/unicode/bidi
github.com/PuerkitoBio/urlesc
encoding/binary
golang.org/x/text/secure/bidirule
golang.org/x/text/width
regexp/syntax
golang.org/x/text/unicode/norm
regexp
golang.org/x/net/idna
github.com/PuerkitoBio/purell
   dh_auto_test -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 
github.com/PuerkitoBio/purell
=== RUN   TestRunner
    purell_test.go:723: running LowerScheme...
    purell_test.go:723: running LowerScheme2...
    purell_test.go:723: running LowerHost...
    purell_test.go:723: running UpperEscapes...
    purell_test.go:723: running UnnecessaryEscapes...
    purell_test.go:723: running RemoveDefaultPort...
    purell_test.go:723: running RemoveDefaultPort2...
    purell_test.go:723: running RemoveDefaultPort3...
    purell_test.go:723: running Safe...
    purell_test.go:723: running BothLower...
    purell_test.go:723: running RemoveTrailingSlash...
    purell_test.go:723: running RemoveTrailingSlash2...
    purell_test.go:723: running RemoveTrailingSlash3...
    purell_test.go:723: running AddTrailingSlash...
    purell_test.go:723: running AddTrailingSlash2...
    purell_test.go:723: running AddTrailingSlash3...
    purell_test.go:723: running RemoveDotSegments...
    purell_test.go:723: running RemoveDotSegments2...
    purell_test.go:723: running UsuallySafe...
    purell_test.go:723: running RemoveDirectoryIndex...
    purell_test.go:723: running RemoveDirectoryIndex2...
    purell_test.go:723: running RemoveFragment...
    purell_test.go:723: running ForceHTTP...
    purell_test.go:723: running RemoveDuplicateSlashes...
    purell_test.go:723: running RemoveDuplicateSlashes2...
    purell_test.go:723: running RemoveWWW...
    purell_test.go:723: running RemoveWWW2...
    purell_test.go:723: running AddWWW...
    purell_test.go:723: running SortQuery...
    purell_test.go:723: running RemoveEmptyQuerySeparator...
    purell_test.go:723: running Unsafe...
    purell_test.go:723: running Safe2...
    purell_test.go:723: running UsuallySafe2...
    purell_test.go:723: running AddTrailingSlashBug...
    purell_test.go:723: running SourceModified...
    purell_test.go:723: running IPv6-1...
    purell_test.go:723: running IPv6-2...
    purell_test.go:737: IPv6-2 - FAIL : parse 
"http://[::ffff:192.168.1.1]/test": invalid IPv6 host
    purell_test.go:723: running IPv6-3...
    purell_test.go:737: IPv6-3 - FAIL : parse 
"http://[::ffff:192.168.1.1]:80/test": invalid IPv6 host
    purell_test.go:723: running IPv6-4...
    purell_test.go:737: IPv6-4 - FAIL : parse 
"htTps://[::fFff:192.168.1.1]:443/test": invalid IPv6 host
    purell_test.go:723: running FTP...
    purell_test.go:723: running Standard-1...
    purell_test.go:723: running Standard-2...
    purell_test.go:723: running Standard-3...
    purell_test.go:723: running Standard-4...
    purell_test.go:723: running Standard-5...
    purell_test.go:723: running Standard-6...
    purell_test.go:723: running Standard-7...
    purell_test.go:723: running Standard-8...
    purell_test.go:723: running Standard-9...
    purell_test.go:723: running Standard-10...
    purell_test.go:723: running StandardCasesAddTrailingSlash...
    purell_test.go:723: running OctalIP-1...
    purell_test.go:723: running OctalIP-2...
    purell_test.go:723: running OctalIP-3...
    purell_test.go:723: running OctalIP-4...
    purell_test.go:723: running DWORDIP-1...
    purell_test.go:723: running DWORDIP-2...
    purell_test.go:723: running DWORDIP-3...
    purell_test.go:723: running DWORDIP-4...
    purell_test.go:723: running HexIP-1...
    purell_test.go:723: running HexIP-2...
    purell_test.go:723: running HexIP-3...
    purell_test.go:723: running HexIP-4...
    purell_test.go:723: running UnnecessaryHostDots-1...
    purell_test.go:723: running UnnecessaryHostDots-2...
    purell_test.go:723: running UnnecessaryHostDots-3...
    purell_test.go:723: running UnnecessaryHostDots-4...
    purell_test.go:723: running EmptyPort-1...
    purell_test.go:723: running EmptyPort-2...
    purell_test.go:723: running Slashes-1...
    purell_test.go:723: running Slashes-2...
    purell_test.go:723: running Slashes-3...
    purell_test.go:723: running Slashes-4...
    purell_test.go:723: running Slashes-5...
    purell_test.go:723: running Slashes-6...
    purell_test.go:723: running Slashes-7...
    purell_test.go:723: running Slashes-8...
    purell_test.go:723: running Slashes-9...
    purell_test.go:723: running Slashes-10...
    purell_test.go:723: running Slashes-11...
    purell_test.go:723: running Slashes-12...
    purell_test.go:723: running Slashes-13...
    purell_test.go:723: running Slashes-14...
    purell_test.go:723: running Slashes-15...
    purell_test.go:723: running Slashes-16...
    purell_test.go:723: running Slashes-17...
    purell_test.go:723: running Slashes-18...
    purell_test.go:723: running Slashes-19...
    purell_test.go:723: running Slashes-20...
    purell_test.go:723: running Slashes-21...
    purell_test.go:723: running Slashes-22...
    purell_test.go:723: running Relative...
    purell_test.go:723: running Relative-1...
    purell_test.go:723: running Relative-2...
    purell_test.go:723: running Relative-3...
    purell_test.go:723: running Relative-4...
    purell_test.go:723: running Issue-#24...
--- FAIL: TestRunner (0.00s)
=== RUN   TestDecodeUnnecessaryEscapesAll
--- PASS: TestDecodeUnnecessaryEscapesAll (0.00s)
=== RUN   TestEncodeNecessaryEscapesAll
--- PASS: TestEncodeNecessaryEscapesAll (0.00s)
=== RUN   TestUrlnorm
--- PASS: TestUrlnorm (0.00s)
=== RUN   ExampleNormalizeURLString
--- PASS: ExampleNormalizeURLString (0.00s)
=== RUN   ExampleMustNormalizeURLString
--- PASS: ExampleMustNormalizeURLString (0.00s)
=== RUN   ExampleNormalizeURL
--- PASS: ExampleNormalizeURL (0.00s)
FAIL
FAIL    github.com/PuerkitoBio/purell   0.003s
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 
github.com/PuerkitoBio/purell returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to