Your message dated Sun, 07 Jun 2026 16:53:58 +0000
with message-id <[email protected]>
and subject line Bug#1139219: fixed in golang-github-andybalholm-cascadia 
1.3.4-1
has caused the Debian Bug report #1139219,
regarding golang-github-andybalholm-cascadia: FTBFS: FAIL: TestSelectors
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.)


-- 
1139219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139219
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-andybalholm-cascadia
Version: 1.3.3-2
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/202606/

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

Thanks.

--------------------------------------------------------------------------------
[...]
os
regexp
fmt
golang.org/x/net/html
github.com/andybalholm/cascadia
github.com/andybalholm/cascadia/fuzz
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test  -- -run TestSelectors
        cd _build && go test -vet=off -v -p 2 -run TestSelectors 
github.com/andybalholm/cascadia github.com/andybalholm/cascadia/fuzz
=== RUN   TestSelectors
    selector_test.go:825: selector 
[href#=(fina)]:not([href#=(\/\/[^\/]+untrusted)]) wanted <a id="a1" 
href="http://www.google.com/finance";></a>, got <a 
href="http://www.google.com/finance"; id="a1"></a> instead
    selector_test.go:825: selector 
[href#=(fina)]:not([href#=(\/\/[^\/]+untrusted)]) wanted <a id="a2" 
href="http://finance.yahoo.com/";></a>, got <a href="http://finance.yahoo.com/"; 
id="a2"></a> instead
    selector_test.go:837: MatchFirst: selector 
[href#=(fina)]:not([href#=(\/\/[^\/]+untrusted)]) want <a id="a1" 
href="http://www.google.com/finance";></a>, got <a 
href="http://www.google.com/finance"; id="a1"></a>
    selector_test.go:825: selector [href#=(^https:\/\/[^\/]*\/?news)] wanted <a 
id="a3" href="https://www.google.com/news";></a>, got <a 
href="https://www.google.com/news"; id="a3"></a> instead
    selector_test.go:837: MatchFirst: selector 
[href#=(^https:\/\/[^\/]*\/?news)] want <a id="a3" 
href="https://www.google.com/news";></a>, got <a 
href="https://www.google.com/news"; id="a3"></a>
--- FAIL: TestSelectors (0.00s)
FAIL
FAIL    github.com/andybalholm/cascadia 0.003s
?       github.com/andybalholm/cascadia/fuzz    [no test files]
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 -run TestSelectors 
github.com/andybalholm/cascadia github.com/andybalholm/cascadia/fuzz returned 
exit code 1
make[1]: [debian/rules:12: override_dh_auto_test] Error 25 (ignored)
dh_auto_test  -- -skip TestSelectors
        cd _build && go test -vet=off -v -p 2 -skip TestSelectors 
github.com/andybalholm/cascadia github.com/andybalholm/cascadia/fuzz
=== RUN   TestParseIdentifier
--- PASS: TestParseIdentifier (0.00s)
=== RUN   TestParseString
--- PASS: TestParseString (0.00s)
=== RUN   TestMatchers
    selector_test.go:873: selector 
[href#=(fina)]:not([href#=(\/\/[^\/]+untrusted)]) wanted <a id="a1" 
href="http://www.google.com/finance";></a>, got <a 
href="http://www.google.com/finance"; id="a1"></a> instead
    selector_test.go:873: selector 
[href#=(fina)]:not([href#=(\/\/[^\/]+untrusted)]) wanted <a id="a2" 
href="http://finance.yahoo.com/";></a>, got <a href="http://finance.yahoo.com/"; 
id="a2"></a> instead
    selector_test.go:885: Query: selector 
[href#=(fina)]:not([href#=(\/\/[^\/]+untrusted)]) want <a id="a1" 
href="http://www.google.com/finance";></a>, got <a 
href="http://www.google.com/finance"; id="a1"></a>
    selector_test.go:873: selector [href#=(^https:\/\/[^\/]*\/?news)] wanted <a 
id="a3" href="https://www.google.com/news";></a>, got <a 
href="https://www.google.com/news"; id="a3"></a> instead
    selector_test.go:885: Query: selector [href#=(^https:\/\/[^\/]*\/?news)] 
want <a id="a3" href="https://www.google.com/news";></a>, got <a 
href="https://www.google.com/news"; id="a3"></a>
--- FAIL: TestMatchers (0.00s)
=== RUN   TestPseudoElement
--- PASS: TestPseudoElement (0.00s)
=== RUN   TestShakespeare
--- PASS: TestShakespeare (0.00s)
=== RUN   TestSerialize
--- PASS: TestSerialize (0.00s)
=== RUN   TestSpecificity
--- PASS: TestSpecificity (0.00s)
=== RUN   TestCompareSpecificity
--- PASS: TestCompareSpecificity (0.00s)
=== RUN   TestInvalidSelectors
--- PASS: TestInvalidSelectors (0.00s)
=== RUN   TestValidSelectors
    w3_test.go:77: skiped test :target pseudo-class selector, matching the 
element referenced by the URL fragment identifier
    w3_test.go:77: skiped test Namespace selector, matching element with any 
namespace
    w3_test.go:77: skiped test Namespace selector, matching div elements in no 
namespace only
    w3_test.go:77: skiped test Namespace selector, matching any elements in no 
namespace only
--- PASS: TestValidSelectors (0.00s)
FAIL
FAIL    github.com/andybalholm/cascadia 0.009s
?       github.com/andybalholm/cascadia/fuzz    [no test files]
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 -skip TestSelectors 
github.com/andybalholm/cascadia github.com/andybalholm/cascadia/fuzz returned 
exit code 1
make[1]: *** [debian/rules:13: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: golang-github-andybalholm-cascadia
Source-Version: 1.3.4-1
Done: Simon Josefsson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-andybalholm-cascadia, 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.
Simon Josefsson <[email protected]> (supplier of updated 
golang-github-andybalholm-cascadia 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: Sun, 07 Jun 2026 18:17:22 +0200
Source: golang-github-andybalholm-cascadia
Architecture: source
Version: 1.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Simon Josefsson <[email protected]>
Closes: 1139219
Changes:
 golang-github-andybalholm-cascadia (1.3.4-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 1.3.4 (Closes: #1139219)
   * Drop TestSelectors x-net workaround (fixed upstream)
Checksums-Sha1:
 a6dab5e3f29300f1110ea2fb9e1a3ec1ff24d343 2692 
golang-github-andybalholm-cascadia_1.3.4-1.dsc
 d9e42dc95d140f3be13ab8302a0c913e21f0a549 29032 
golang-github-andybalholm-cascadia_1.3.4.orig.tar.xz
 99a426f89a40d3415fb32a47e8a0396464224466 3000 
golang-github-andybalholm-cascadia_1.3.4-1.debian.tar.xz
 6c5faa54a0032871717254dc5f6af8766ffdec26 57236 
golang-github-andybalholm-cascadia_1.3.4-1.git.tar.xz
 04796821209fb1410f352b17b5db57c00b47da51 17596 
golang-github-andybalholm-cascadia_1.3.4-1_source.buildinfo
Checksums-Sha256:
 609be3b04c4fd0fc6e23fc5fd5c6abfcbcfe6a5daa3849bf61e9b4c6dcaf3f16 2692 
golang-github-andybalholm-cascadia_1.3.4-1.dsc
 8409dffe43e80efb2ef0f29ffc8401da97879d04bc58b2b1712e9ad9fcbe6ba7 29032 
golang-github-andybalholm-cascadia_1.3.4.orig.tar.xz
 1cd9619bf4c2c7de83ddfd517d790304fbd06eccaedacaa501b539ab6a01ed71 3000 
golang-github-andybalholm-cascadia_1.3.4-1.debian.tar.xz
 886a6e9921dc5f313e23c69582fccd74c6d5eddf8c0e60b6bd1f77e32958d0d7 57236 
golang-github-andybalholm-cascadia_1.3.4-1.git.tar.xz
 28dd62462ea516fe99387e92d7731777dc984dcd62ee743be120d88f636963f3 17596 
golang-github-andybalholm-cascadia_1.3.4-1_source.buildinfo
Files:
 9441b8f3024a2bab7c05bfc5bf4d26c2 2692 golang optional 
golang-github-andybalholm-cascadia_1.3.4-1.dsc
 82fe1ba598f96bfa3399d32eebb0d21b 29032 golang optional 
golang-github-andybalholm-cascadia_1.3.4.orig.tar.xz
 7122b53985db67cfdb32050ed8f945fc 3000 golang optional 
golang-github-andybalholm-cascadia_1.3.4-1.debian.tar.xz
 1262ddaf43729fbd6a51e924ae536504 57236 golang None 
golang-github-andybalholm-cascadia_1.3.4-1.git.tar.xz
 ccd8d914c924474d41b33481040cf2f6 17596 golang optional 
golang-github-andybalholm-cascadia_1.3.4-1_source.buildinfo
Git-Tag-Info: tag=68b7222a971391efaf3e4c1405c76e1acf74ced6 
fp=a3cc9c870b9d310abad4cf2f51722b08fe4745a2
Git-Tag-Tagger: Simon Josefsson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmolnLEACgkQYG0ITkaD
wHlrvxAAvwhwNS0n1dFX4j3ovCc58VLR+TaPquiJ0+MsA1bpOqHRBjO/8kjxq0CB
VFsUodzASPF8vz/VIQTOT92240lF7ETTkl63I2gdRjcnqjBLSCErKA2w4YbcFzFe
3E8LOKGBp32/a0BnZquph1kw162sylOizFuPcEitwC5lHwxP4KUIeLdI5IBsFzu0
EcnfHTVRHjtrWHfyRZq+VRpgT+mQaGE5UnnAyKDaiOY1yB0nZd2x6Np+z/xxdhXK
IF4ZmcG+aU34IeW/ANq+jFCcth+Njbjjaejh/bDS6aQfAvTFRPjM6RM+D72zu2qK
JoiTksSs6lcEAVDDvvxWsPtSyfFemoJNW2qXhDU392DVWhoyomdpZ6ml0Q9oqgBS
dAHasyWgoV026XBSwAf0AhRMzCQSubje15yxHKsTLoV2PUxIWY4HDNQfAKMtU9lA
3c8rqa1OIfvpsCtn38xnln5nZvst0XE3lMAsyLtNBVnLjS1mEeJJe7CxBUyqGTvD
IbAzN3mbNlFeKJcTP+soJPLogGIwp6zy1nH3QwxMIr5uZ0O3Munc96hcrshrWYBc
wXDmRYwAnUP7y1i+MHw/OFAvFK61KR5YS9NYgHAbmYSyIXaN4Vcm6ZxL3QN/a1D4
zIPCOXG2K5m++UOct25ke0tv3HccMTAOye7uefPW10E3yrt+4cQ=
=8jvW
-----END PGP SIGNATURE-----

Attachment: pgpG2147dOEhY.pgp
Description: PGP signature


--- End Message ---

Reply via email to