Your message dated Sun, 07 Apr 2019 15:18:31 +0000
with message-id <e1hd9z1-0008jv...@fasolo.debian.org>
and subject line Bug#926380: fixed in golang-github-puerkitobio-purell 1.1.0-2
has caused the Debian Bug report #926380,
regarding golang-github-puerkitobio-purell: FTBFS (failing tests)
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 ow...@bugs.debian.org
immediately.)


-- 
926380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926380
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-github-puerkitobio-purell
Version: 1.1.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install 
-gcflags=all=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" 
-asmflags=all=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" -v -p 1 
github.com/PuerkitoBio/purell
errors
internal/cpu
internal/bytealg
internal/race
runtime/internal/atomic
runtime/internal/sys
runtime
sync/atomic
sync
io
unicode
unicode/utf8
bytes
math
syscall
time
internal/poll
internal/syscall/unix
internal/testlog
os
math/bits
strconv
reflect
fmt
sort
strings
net/url
github.com/PuerkitoBio/urlesc
golang.org/x/text/transform
container/list
log
golang.org/x/text/unicode/bidi
golang.org/x/text/secure/bidirule
golang.org/x/text/unicode/norm
golang.org/x/net/idna
golang.org/x/text/width
regexp/syntax
regexp
github.com/PuerkitoBio/purell
   dh_auto_test -i -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
github.com/PuerkitoBio/purell
=== RUN   TestRunner
--- PASS: TestRunner (0.00s)
    purell_test.go:715: running LowerScheme...
    purell_test.go:715: running LowerScheme2...
    purell_test.go:715: running LowerHost...
    purell_test.go:715: running UpperEscapes...
    purell_test.go:715: running UnnecessaryEscapes...
    purell_test.go:715: running RemoveDefaultPort...
    purell_test.go:715: running RemoveDefaultPort2...
    purell_test.go:715: running RemoveDefaultPort3...
    purell_test.go:715: running Safe...
    purell_test.go:715: running BothLower...
    purell_test.go:715: running RemoveTrailingSlash...
    purell_test.go:715: running RemoveTrailingSlash2...
    purell_test.go:715: running RemoveTrailingSlash3...
    purell_test.go:715: running AddTrailingSlash...
    purell_test.go:715: running AddTrailingSlash2...
    purell_test.go:715: running AddTrailingSlash3...
    purell_test.go:715: running RemoveDotSegments...
    purell_test.go:715: running RemoveDotSegments2...
    purell_test.go:715: running UsuallySafe...
    purell_test.go:715: running RemoveDirectoryIndex...
    purell_test.go:715: running RemoveDirectoryIndex2...
    purell_test.go:715: running RemoveFragment...
    purell_test.go:715: running ForceHTTP...
    purell_test.go:715: running RemoveDuplicateSlashes...
    purell_test.go:715: running RemoveDuplicateSlashes2...
    purell_test.go:715: running RemoveWWW...
    purell_test.go:715: running RemoveWWW2...
    purell_test.go:715: running AddWWW...
    purell_test.go:715: running SortQuery...
    purell_test.go:715: running RemoveEmptyQuerySeparator...
    purell_test.go:715: running Unsafe...
    purell_test.go:715: running Safe2...
    purell_test.go:715: running UsuallySafe2...
    purell_test.go:715: running AddTrailingSlashBug...
    purell_test.go:715: running SourceModified...
    purell_test.go:715: running IPv6-1...
    purell_test.go:715: running IPv6-2...
    purell_test.go:715: running IPv6-3...
    purell_test.go:715: running IPv6-4...
    purell_test.go:715: running FTP...
    purell_test.go:715: running Standard-1...
    purell_test.go:715: running Standard-2...
    purell_test.go:715: running Standard-3...
    purell_test.go:715: running Standard-4...
    purell_test.go:715: running Standard-5...
    purell_test.go:715: running Standard-6...
    purell_test.go:715: running Standard-7...
    purell_test.go:715: running Standard-8...
    purell_test.go:715: running Standard-9...
    purell_test.go:715: running Standard-10...
    purell_test.go:715: running StandardCasesAddTrailingSlash...
    purell_test.go:715: running OctalIP-1...
    purell_test.go:715: running OctalIP-2...
    purell_test.go:715: running OctalIP-3...
    purell_test.go:715: running OctalIP-4...
    purell_test.go:715: running DWORDIP-1...
    purell_test.go:715: running DWORDIP-2...
    purell_test.go:715: running DWORDIP-3...
    purell_test.go:715: running DWORDIP-4...
    purell_test.go:715: running HexIP-1...
    purell_test.go:715: running HexIP-2...
    purell_test.go:715: running HexIP-3...
    purell_test.go:715: running HexIP-4...
    purell_test.go:715: running UnnecessaryHostDots-1...
    purell_test.go:715: running UnnecessaryHostDots-2...
    purell_test.go:715: running UnnecessaryHostDots-3...
    purell_test.go:715: running UnnecessaryHostDots-4...
    purell_test.go:715: running EmptyPort-1...
    purell_test.go:715: running EmptyPort-2...
    purell_test.go:715: running Slashes-1...
    purell_test.go:715: running Slashes-2...
    purell_test.go:715: running Slashes-3...
    purell_test.go:715: running Slashes-4...
    purell_test.go:715: running Slashes-5...
    purell_test.go:715: running Slashes-6...
    purell_test.go:715: running Slashes-7...
    purell_test.go:715: running Slashes-8...
    purell_test.go:715: running Slashes-9...
    purell_test.go:715: running Slashes-10...
    purell_test.go:715: running Slashes-11...
    purell_test.go:715: running Slashes-12...
    purell_test.go:715: running Slashes-13...
    purell_test.go:715: running Slashes-14...
    purell_test.go:715: running Slashes-15...
    purell_test.go:715: running Slashes-16...
    purell_test.go:715: running Slashes-17...
    purell_test.go:715: running Slashes-18...
    purell_test.go:715: running Slashes-19...
    purell_test.go:715: running Slashes-20...
    purell_test.go:715: running Slashes-21...
    purell_test.go:715: running Slashes-22...
    purell_test.go:715: running Relative...
    purell_test.go:715: running Relative-1...
    purell_test.go:715: running Relative-2...
    purell_test.go:715: running Relative-3...
    purell_test.go:715: running Relative-4...
=== RUN   TestDecodeUnnecessaryEscapesAll
--- PASS: TestDecodeUnnecessaryEscapesAll (0.00s)
=== RUN   TestEncodeNecessaryEscapesAll
--- FAIL: TestEncodeNecessaryEscapesAll (0.00s)
    purell_test.go:761: Got error parse http://host/urell returned exit code 1
make: *** [debian/rules:4: build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-puerkitobio-purell.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-github-puerkitobio-purell
Source-Version: 1.1.0-2

We believe that the bug you reported is fixed in the latest version of
golang-github-puerkitobio-purell, 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 926...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson <andr...@fatal.se> (supplier of updated 
golang-github-puerkitobio-purell 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 07 Apr 2019 17:00:51 +0200
Source: golang-github-puerkitobio-purell
Architecture: source
Version: 1.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<pkg-go-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Henriksson <andr...@fatal.se>
Closes: 926380
Changes:
 golang-github-puerkitobio-purell (1.1.0-2) unstable; urgency=medium
 .
   * Team upload with greetings from Gothenburg BSP.
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Andreas Henriksson ]
   * Add debian/patches/pr-29.patch (Closes: #926380)
Checksums-Sha1:
 1728c13b1fb6258fc426d004969ccaafe3fb20d6 2397 
golang-github-puerkitobio-purell_1.1.0-2.dsc
 22e5f11af781aa593eff836cf617b1356659f2e5 4496 
golang-github-puerkitobio-purell_1.1.0-2.debian.tar.xz
 8f9b8bc16725a0028055ecd1169bfb7d5c356b37 5922 
golang-github-puerkitobio-purell_1.1.0-2_amd64.buildinfo
Checksums-Sha256:
 d21804ad771fe909a99b872804f2b5ff961a4501f493b83fea04a669dbbf732d 2397 
golang-github-puerkitobio-purell_1.1.0-2.dsc
 18c84ef0e77e5f8b6cac40e77f006a247f353b51272c5d7e74f1912839830127 4496 
golang-github-puerkitobio-purell_1.1.0-2.debian.tar.xz
 579302e9cef1960b37c2a11c8354c054c68e4ab1ec9763ac06391f5f70c18e45 5922 
golang-github-puerkitobio-purell_1.1.0-2_amd64.buildinfo
Files:
 e9d837c3c9c147037e0c6e2e7a66719c 2397 devel optional 
golang-github-puerkitobio-purell_1.1.0-2.dsc
 ad2d5775922b9fdc693912c965429730 4496 devel optional 
golang-github-puerkitobio-purell_1.1.0-2.debian.tar.xz
 f1bcba6b4c2a5ad79771a4604e0d5e3e 5922 devel optional 
golang-github-puerkitobio-purell_1.1.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAlyqEh8RHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwbB1w//UqUPVkSDILwsTuEZoPDdjj37CEGx+kF2
4y5BZXC9Jk6vqPHnAfN1XhXrGWOeeQH/yVxD7YXoMVhehQxJGAYB0GkU1WqHLc26
yLaVC1aPX9y+TFsaAiLDqoOof5p4NK0ugkgqNueBDB18JtsLlGR7KSRkCxP7z47p
qYpORUFfN9hlwea0uyLKrekjOKrVPY3HOtShSS3arklCeMZRB1LQz0yHyuFRdeX8
wLj/iBOx52SUa+PthdKVqKIzvOFeBnHYEjD6QmDzYKeMViIfnmI6TJ+ch218Rdo2
+Ih6pPWlkzQFHmns8l98zBBGKspTar14IAb5FiwuVjFArsXwz5g73Kce7KtJ7IS+
LpttWvzhbewIsT08a/sGTmduA1NySXVbVOGLx8yDVbW0uejxnDwrBnVsTUjZg8T+
3pJ/ieyIsrDksuIVAXf+3nliCHbChDOVq162P9gQdK+1bLMmbRmV7gC/tE2LUlTE
GFCdKuzOjW+QezcbFXyJ9RU5MXyrDLXTvgfGR5ZUEQ7H8BLX2Gc4znaVR1JHHv+4
VTxIctcINihWf19SIVU3gzd1ldml9Gcb5kwTUFHqFsaZYWQc+7W/XMoj2Kc/2MIr
tbLxkE7CvVrs0hSDWA269mqyEKFTG/cYQoUw7uKF2KJiWU+TJoPEz2PNy8a+BSs5
iWmu77psXlo=
=yEp3
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to