Your message dated Wed, 21 May 2025 12:35:49 +0000
with message-id <e1uhifl-00h2ln...@fasolo.debian.org>
and subject line Bug#1089192: fixed in golang-golang-x-net 1:0.27.0-2
has caused the Debian Bug report #1089192,
regarding golang-golang-x-net: FTBFS: FAIL: TestNumICANNRules
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.)


-- 
1089192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:golang-golang-x-net
Version: 1:0.27.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --builddirectory=_build --buildsystem=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
   debian/rules execute_after_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Remove tests that depends on non-free RFC spec.
printf 'package http2\nfunc covers(string, string) {}' > 
_build/src/golang.org/x/net/http2/z_spec_test.go
# Placeholder for generated file, needed by go:embed
mkdir -p _build/src/golang.org/x/net/publicsuffix/data/
touch _build/src/golang.org/x/net/publicsuffix/data/children 
_build/src/golang.org/x/net/publicsuffix/data/nodes 
_build/src/golang.org/x/net/publicsuffix/data/text
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -O--builddirectory=_build -O--buildsystem=golang

[... snipped ...]

    --- PASS: TestStreamFlushExplicit/bidi (0.00s)
    --- PASS: TestStreamFlushExplicit/uni (0.00s)
=== RUN   TestStreamFlushImplicitExact
=== RUN   TestStreamFlushImplicitExact/bidi
=== RUN   TestStreamFlushImplicitExact/uni
--- PASS: TestStreamFlushImplicitExact (0.00s)
    --- PASS: TestStreamFlushImplicitExact/bidi (0.00s)
    --- PASS: TestStreamFlushImplicitExact/uni (0.00s)
=== RUN   TestStreamFlushImplicitLargerThanBuffer
=== RUN   TestStreamFlushImplicitLargerThanBuffer/bidi
=== RUN   TestStreamFlushImplicitLargerThanBuffer/uni
--- PASS: TestStreamFlushImplicitLargerThanBuffer (0.00s)
    --- PASS: TestStreamFlushImplicitLargerThanBuffer/bidi (0.00s)
    --- PASS: TestStreamFlushImplicitLargerThanBuffer/uni (0.00s)
=== RUN   TestConnClientHandshake
--- PASS: TestConnClientHandshake (0.00s)
=== RUN   TestConnServerHandshake
--- PASS: TestConnServerHandshake (0.00s)
=== RUN   TestConnKeysDiscardedClient
--- PASS: TestConnKeysDiscardedClient (0.00s)
=== RUN   TestConnKeysDiscardedServer
--- PASS: TestConnKeysDiscardedServer (0.00s)
=== RUN   TestConnInvalidCryptoData
--- PASS: TestConnInvalidCryptoData (0.00s)
=== RUN   TestConnInvalidPeerCertificate
--- PASS: TestConnInvalidPeerCertificate (0.00s)
=== RUN   TestConnHandshakeDoneSentToServer
--- PASS: TestConnHandshakeDoneSentToServer (0.00s)
=== RUN   TestConnCryptoDataOutOfOrder
--- PASS: TestConnCryptoDataOutOfOrder (0.00s)
=== RUN   TestConnCryptoBufferSizeExceeded
--- PASS: TestConnCryptoBufferSizeExceeded (0.00s)
=== RUN   TestConnAEADLimitReached
    tls_test.go:591: <- conn under test receives invalid datagram
--- PASS: TestConnAEADLimitReached (0.00s)
=== RUN   TestTransportParametersMarshalUnmarshal
--- PASS: TestTransportParametersMarshalUnmarshal (0.00s)
=== RUN   TestTransportParametersErrors
--- PASS: TestTransportParametersErrors (0.00s)
=== RUN   TestTransportParametersRangeErrors
--- PASS: TestTransportParametersRangeErrors (0.00s)
=== RUN   TestTransportParameterMaxIdleTimeoutOverflowsDuration
--- PASS: TestTransportParameterMaxIdleTimeoutOverflowsDuration (0.00s)
=== RUN   TestTransportParametersSkipUnknownParameters
--- PASS: TestTransportParametersSkipUnknownParameters (0.00s)
=== RUN   TestUDPSourceUnspecified
=== RUN   TestUDPSourceUnspecified/udp4/udp/unspec
    udp_test.go:21: 127.0.0.1:55508
=== RUN   TestUDPSourceUnspecified/udp4/udp4/unspec
    udp_test.go:21: 127.0.0.1:39165
=== RUN   TestUDPSourceUnspecified/udp4/udp4/spec
    udp_test.go:21: 127.0.0.1:56668
=== RUN   TestUDPSourceUnspecified/udp6/udp/unspec
    udp_test.go:21: [::1]:55087
=== RUN   TestUDPSourceUnspecified/udp6/udp6/unspec
    udp_test.go:21: [::1]:33670
=== RUN   TestUDPSourceUnspecified/udp6/udp6/spec
    udp_test.go:21: [::1]:47562
--- PASS: TestUDPSourceUnspecified (0.00s)
    --- PASS: TestUDPSourceUnspecified/udp4/udp/unspec (0.00s)
    --- PASS: TestUDPSourceUnspecified/udp4/udp4/unspec (0.00s)
    --- PASS: TestUDPSourceUnspecified/udp4/udp4/spec (0.00s)
    --- PASS: TestUDPSourceUnspecified/udp6/udp/unspec (0.00s)
    --- PASS: TestUDPSourceUnspecified/udp6/udp6/unspec (0.00s)
    --- PASS: TestUDPSourceUnspecified/udp6/udp6/spec (0.00s)
=== RUN   TestUDPSourceSpecified
=== RUN   TestUDPSourceSpecified/udp4/udp/unspec
=== RUN   TestUDPSourceSpecified/udp4/udp4/unspec
=== RUN   TestUDPSourceSpecified/udp4/udp4/spec
=== RUN   TestUDPSourceSpecified/udp6/udp/unspec
=== RUN   TestUDPSourceSpecified/udp6/udp6/unspec
=== RUN   TestUDPSourceSpecified/udp6/udp6/spec
--- PASS: TestUDPSourceSpecified (0.00s)
    --- PASS: TestUDPSourceSpecified/udp4/udp/unspec (0.00s)
    --- PASS: TestUDPSourceSpecified/udp4/udp4/unspec (0.00s)
    --- PASS: TestUDPSourceSpecified/udp4/udp4/spec (0.00s)
    --- PASS: TestUDPSourceSpecified/udp6/udp/unspec (0.00s)
    --- PASS: TestUDPSourceSpecified/udp6/udp6/unspec (0.00s)
    --- PASS: TestUDPSourceSpecified/udp6/udp6/spec (0.00s)
=== RUN   TestUDPSourceInvalid
    udp_test.go:57: linux: sending from invalid source succeeds
--- SKIP: TestUDPSourceInvalid (0.00s)
=== RUN   TestUDPECN
=== RUN   TestUDPECN/udp4/udp/unspec
=== RUN   TestUDPECN/udp4/udp4/unspec
=== RUN   TestUDPECN/udp4/udp4/spec
=== RUN   TestUDPECN/udp6/udp/unspec
=== RUN   TestUDPECN/udp6/udp6/unspec
=== RUN   TestUDPECN/udp6/udp6/spec
--- PASS: TestUDPECN (0.00s)
    --- PASS: TestUDPECN/udp4/udp/unspec (0.00s)
    --- PASS: TestUDPECN/udp4/udp4/unspec (0.00s)
    --- PASS: TestUDPECN/udp4/udp4/spec (0.00s)
    --- PASS: TestUDPECN/udp6/udp/unspec (0.00s)
    --- PASS: TestUDPECN/udp6/udp6/unspec (0.00s)
    --- PASS: TestUDPECN/udp6/udp6/spec (0.00s)
=== RUN   TestVersionNegotiationServerReceivesUnknownVersion
--- PASS: TestVersionNegotiationServerReceivesUnknownVersion (0.00s)
=== RUN   TestVersionNegotiationClientAborts
--- PASS: TestVersionNegotiationClientAborts (0.00s)
=== RUN   TestVersionNegotiationClientIgnoresAfterProcessingPacket
--- PASS: TestVersionNegotiationClientIgnoresAfterProcessingPacket (0.00s)
=== RUN   TestVersionNegotiationClientIgnoresMismatchingSourceConnID
--- PASS: TestVersionNegotiationClientIgnoresMismatchingSourceConnID (0.00s)
=== RUN   TestConsumeVarint
--- PASS: TestConsumeVarint (0.00s)
=== RUN   TestAppendVarint
--- PASS: TestAppendVarint (0.00s)
=== RUN   TestConsumeUint32
--- PASS: TestConsumeUint32 (0.00s)
=== RUN   TestConsumeUint64
--- PASS: TestConsumeUint64 (0.00s)
=== RUN   TestConsumeVarintBytes
--- PASS: TestConsumeVarintBytes (0.00s)
=== RUN   TestConsumeVarintBytesErrors
--- PASS: TestConsumeVarintBytesErrors (0.00s)
=== RUN   TestConsumeUint8Bytes
--- PASS: TestConsumeUint8Bytes (0.00s)
=== RUN   TestConsumeUint8BytesErrors
--- PASS: TestConsumeUint8BytesErrors (0.00s)
=== RUN   TestAppendUint8Bytes
--- PASS: TestAppendUint8Bytes (0.00s)
=== RUN   TestAppendVarintBytes
--- PASS: TestAppendVarintBytes (0.00s)
=== RUN   FuzzParseLongHeaderPacket
--- PASS: FuzzParseLongHeaderPacket (0.00s)
=== RUN   FuzzFrameDecode
--- PASS: FuzzFrameDecode (0.00s)
=== RUN   FuzzPacketNumber
--- PASS: FuzzPacketNumber (0.00s)
=== RUN   FuzzTransportParametersMarshalUnmarshal
--- PASS: FuzzTransportParametersMarshalUnmarshal (0.00s)
PASS
ok      golang.org/x/net/quic   0.273s
=== RUN   TestJSONWriterWriteConcurrentRecords
--- PASS: TestJSONWriterWriteConcurrentRecords (0.00s)
=== RUN   TestJSONWriterAttrs
--- PASS: TestJSONWriterAttrs (0.00s)
=== RUN   TestJSONWriterAttrEmpty
--- PASS: TestJSONWriterAttrEmpty (0.00s)
=== RUN   TestJSONWriterObjectEmpty
--- PASS: TestJSONWriterObjectEmpty (0.00s)
=== RUN   TestJSONWriterObjectFields
--- PASS: TestJSONWriterObjectFields (0.00s)
=== RUN   TestJSONWriterRawField
--- PASS: TestJSONWriterRawField (0.00s)
=== RUN   TestJSONWriterBoolField
--- PASS: TestJSONWriterBoolField (0.00s)
=== RUN   TestJSONWriterDurationField
--- PASS: TestJSONWriterDurationField (0.00s)
=== RUN   TestJSONWriterFloat64Field
--- PASS: TestJSONWriterFloat64Field (0.00s)
=== RUN   TestJSONWriterInt64Field
--- PASS: TestJSONWriterInt64Field (0.00s)
=== RUN   TestJSONWriterUint64Field
--- PASS: TestJSONWriterUint64Field (0.00s)
=== RUN   TestJSONWriterStringField
--- PASS: TestJSONWriterStringField (0.00s)
=== RUN   TestJSONWriterStringFieldEscaped
--- PASS: TestJSONWriterStringFieldEscaped (0.00s)
=== RUN   TestJSONWriterStringEscaping
--- PASS: TestJSONWriterStringEscaping (0.00s)
=== RUN   TestQLogHandlerEvents
--- PASS: TestQLogHandlerEvents (0.00s)
PASS
ok      golang.org/x/net/quic/qlog      0.002s
=== RUN   TestSum
--- PASS: TestSum (0.00s)
=== RUN   TestMultiply
--- PASS: TestMultiply (0.00s)
=== RUN   TestBucketingFunctions
--- PASS: TestBucketingFunctions (0.00s)
=== RUN   TestAverage
--- PASS: TestAverage (0.00s)
=== RUN   TestStandardDeviation
--- PASS: TestStandardDeviation (0.00s)
=== RUN   TestPercentileBoundary
--- PASS: TestPercentileBoundary (0.00s)
=== RUN   TestCopyFrom
--- PASS: TestCopyFrom (0.00s)
=== RUN   TestClear
--- PASS: TestClear (0.00s)
=== RUN   TestNew
--- PASS: TestNew (0.00s)
=== RUN   TestAdd
--- PASS: TestAdd (0.00s)
=== RUN   TestReset
--- PASS: TestReset (0.00s)
=== RUN   TestResetLog
--- PASS: TestResetLog (0.00s)
=== RUN   TestAuthRequest
--- PASS: TestAuthRequest (0.00s)
=== RUN   TestParseTemplate
--- PASS: TestParseTemplate (0.00s)
PASS
ok      golang.org/x/net/trace  0.003s
=== RUN   TestSlashClean
--- PASS: TestSlashClean (0.00s)
=== RUN   TestDirResolve
--- PASS: TestDirResolve (0.00s)
=== RUN   TestWalk
--- PASS: TestWalk (0.00s)
=== RUN   TestDir
--- PASS: TestDir (0.00s)
=== RUN   TestMemFS
--- PASS: TestMemFS (0.00s)
=== RUN   TestMemFSRoot
--- PASS: TestMemFSRoot (0.00s)
=== RUN   TestMemFileReaddir
--- PASS: TestMemFileReaddir (0.00s)
=== RUN   TestMemFile
--- PASS: TestMemFile (0.00s)
=== RUN   TestMemFileWriteAllocs
--- PASS: TestMemFileWriteAllocs (0.00s)
=== RUN   TestCopyMoveProps
--- PASS: TestCopyMoveProps (0.00s)
=== RUN   TestWalkFS
--- PASS: TestWalkFS (0.00s)
=== RUN   TestParseIfHeader
--- PASS: TestParseIfHeader (0.00s)
=== RUN   TestWalkToRoot
--- PASS: TestWalkToRoot (0.00s)
=== RUN   TestMemLSCanCreate
--- PASS: TestMemLSCanCreate (0.00s)
=== RUN   TestMemLSLookup
    lock_test.go:163: badToken="1733515876"
    lock_test.go:174: "/_/_/_/_/z"    -> node=0xc00014eaf0 token="1733515877"
    lock_test.go:174: "/_/_/i"        -> node=0xc00014ed90 token="1733515878"
    lock_test.go:174: "/_/z"          -> node=0xc00014ee00 token="1733515879"
    lock_test.go:174: "/_/z/i"        -> node=0xc00014ee70 token="1733515880"
    lock_test.go:174: "/_/z/z"        -> node=0xc00014eee0 token="1733515881"
    lock_test.go:174: "/_/z/_/i"      -> node=0xc00014ef50 token="1733515882"
    lock_test.go:174: "/_/z/_/z"      -> node=0xc00014f030 token="1733515883"
    lock_test.go:174: "/i"            -> node=0xc00014f0a0 token="1733515884"
    lock_test.go:174: "/z"            -> node=0xc00014f110 token="1733515885"
    lock_test.go:174: "/z/_/i"        -> node=0xc00014f180 token="1733515886"
    lock_test.go:174: "/z/_/z"        -> node=0xc00014f260 token="1733515887"
--- PASS: TestMemLSLookup (0.00s)
=== RUN   TestMemLSConfirm
--- PASS: TestMemLSConfirm (0.00s)
=== RUN   TestMemLSNonCanonicalRoot
--- PASS: TestMemLSNonCanonicalRoot (0.00s)
=== RUN   TestMemLSExpiry
--- PASS: TestMemLSExpiry (0.00s)
=== RUN   TestMemLS
--- PASS: TestMemLS (0.01s)
=== RUN   TestParseTimeout
--- PASS: TestParseTimeout (0.00s)
=== RUN   TestMemPS
--- PASS: TestMemPS (0.00s)
=== RUN   TestFindContentTypeOverride
--- PASS: TestFindContentTypeOverride (0.00s)
=== RUN   TestFindETagOverride
--- PASS: TestFindETagOverride (0.00s)
=== RUN   TestPrefix
--- PASS: TestPrefix (0.01s)
=== RUN   TestEscapeXML
--- PASS: TestEscapeXML (0.00s)
=== RUN   TestFilenameEscape
--- PASS: TestFilenameEscape (0.00s)
=== RUN   TestPutRequest
--- PASS: TestPutRequest (0.00s)
=== RUN   TestReadLockInfo
--- PASS: TestReadLockInfo (0.00s)
=== RUN   TestReadPropfind
--- PASS: TestReadPropfind (0.00s)
=== RUN   TestMultistatusWriter
--- PASS: TestMultistatusWriter (0.00s)
=== RUN   TestReadProppatch
--- PASS: TestReadProppatch (0.00s)
=== RUN   TestUnmarshalXMLValue
--- PASS: TestUnmarshalXMLValue (0.00s)
PASS
ok      golang.org/x/net/webdav 0.026s
=== RUN   TestMarshal
--- PASS: TestMarshal (0.00s)
=== RUN   TestMarshalErrors
--- PASS: TestMarshalErrors (0.00s)
=== RUN   TestUnmarshal
--- PASS: TestUnmarshal (0.00s)
=== RUN   TestMarshalIndent
--- PASS: TestMarshalIndent (0.00s)
=== RUN   TestMarshalWriteErrors
--- PASS: TestMarshalWriteErrors (0.00s)
=== RUN   TestMarshalWriteIOErrors
--- PASS: TestMarshalWriteIOErrors (0.00s)
=== RUN   TestMarshalFlush
--- PASS: TestMarshalFlush (0.00s)
=== RUN   TestEncodeElement
--- PASS: TestEncodeElement (0.00s)
=== RUN   TestStructPointerMarshal
--- PASS: TestStructPointerMarshal (0.00s)
=== RUN   TestEncodeToken
--- PASS: TestEncodeToken (0.00s)
=== RUN   TestProcInstEncodeToken
--- PASS: TestProcInstEncodeToken (0.00s)
=== RUN   TestDecodeEncode
--- PASS: TestDecodeEncode (0.00s)
=== RUN   TestRace9796
--- PASS: TestRace9796 (0.00s)
=== RUN   TestIsValidDirective
--- PASS: TestIsValidDirective (0.00s)
=== RUN   TestSimpleUseOfEncodeToken
--- PASS: TestSimpleUseOfEncodeToken (0.00s)
=== RUN   TestUnmarshalFeed
--- PASS: TestUnmarshalFeed (0.00s)
=== RUN   TestUnmarshalPaths
--- PASS: TestUnmarshalPaths (0.00s)
=== RUN   TestUnmarshalBadPaths
--- PASS: TestUnmarshalBadPaths (0.00s)
=== RUN   TestUnmarshalWithoutNameType
--- PASS: TestUnmarshalWithoutNameType (0.00s)
=== RUN   TestUnmarshalAttr
--- PASS: TestUnmarshalAttr (0.00s)
=== RUN   TestUnmarshalNS
--- PASS: TestUnmarshalNS (0.00s)
=== RUN   TestRoundTrip
--- PASS: TestRoundTrip (0.00s)
=== RUN   TestMarshalNS
--- PASS: TestMarshalNS (0.00s)
=== RUN   TestUnmarshalNSAttr
--- PASS: TestUnmarshalNSAttr (0.00s)
=== RUN   TestMarshalNSAttr
--- PASS: TestMarshalNSAttr (0.00s)
=== RUN   TestUnmarshaler
--- PASS: TestUnmarshaler (0.00s)
=== RUN   TestUnmarshalIntoInterface
--- PASS: TestUnmarshalIntoInterface (0.00s)
=== RUN   TestRawToken
--- PASS: TestRawToken (0.00s)
=== RUN   TestNonStrictRawToken
--- PASS: TestNonStrictRawToken (0.00s)
=== RUN   TestRawTokenAltEncoding
--- PASS: TestRawTokenAltEncoding (0.00s)
=== RUN   TestRawTokenAltEncodingNoConverter
--- PASS: TestRawTokenAltEncodingNoConverter (0.00s)
=== RUN   TestNestedDirectives
--- PASS: TestNestedDirectives (0.00s)
=== RUN   TestToken
--- PASS: TestToken (0.00s)
=== RUN   TestSyntax
--- PASS: TestSyntax (0.00s)
=== RUN   TestAllScalars
--- PASS: TestAllScalars (0.00s)
=== RUN   TestIssue569
--- PASS: TestIssue569 (0.00s)
=== RUN   TestUnquotedAttrs
--- PASS: TestUnquotedAttrs (0.00s)
=== RUN   TestValuelessAttrs
--- PASS: TestValuelessAttrs (0.00s)
=== RUN   TestCopyTokenCharData
--- PASS: TestCopyTokenCharData (0.00s)
=== RUN   TestCopyTokenStartElement
--- PASS: TestCopyTokenStartElement (0.00s)
=== RUN   TestSyntaxErrorLineNum
--- PASS: TestSyntaxErrorLineNum (0.00s)
=== RUN   TestTrailingRawToken
--- PASS: TestTrailingRawToken (0.00s)
=== RUN   TestTrailingToken
--- PASS: TestTrailingToken (0.00s)
=== RUN   TestEntityInsideCDATA
--- PASS: TestEntityInsideCDATA (0.00s)
=== RUN   TestDisallowedCharacters
--- PASS: TestDisallowedCharacters (0.00s)
=== RUN   TestProcInstEncoding
--- PASS: TestProcInstEncoding (0.00s)
=== RUN   TestDirectivesWithComments
--- PASS: TestDirectivesWithComments (0.00s)
=== RUN   TestEscapeTextIOErrors
--- PASS: TestEscapeTextIOErrors (0.00s)
=== RUN   TestEscapeTextInvalidChar
--- PASS: TestEscapeTextInvalidChar (0.00s)
=== RUN   TestIssue5880
--- PASS: TestIssue5880 (0.00s)
=== RUN   ExampleMarshalIndent
--- PASS: ExampleMarshalIndent (0.00s)
=== RUN   ExampleEncoder
--- PASS: ExampleEncoder (0.00s)
=== RUN   ExampleUnmarshal
--- PASS: ExampleUnmarshal (0.00s)
PASS
ok      golang.org/x/net/webdav/internal/xml    0.003s
=== RUN   TestDialConfigTLSWithDialer
2024/12/06 20:11:15 Test TLS WebSocket server listening on 127.0.0.1:37335
--- PASS: TestDialConfigTLSWithDialer (0.00s)
=== RUN   TestDialConfigTLSWithTimeouts
=== PAUSE TestDialConfigTLSWithTimeouts
=== RUN   TestSecWebSocketAccept
--- PASS: TestSecWebSocketAccept (0.00s)
=== RUN   TestHybiClientHandshake
--- PASS: TestHybiClientHandshake (0.00s)
=== RUN   TestHybiClientHandshakeWithHeader
--- PASS: TestHybiClientHandshakeWithHeader (0.00s)
=== RUN   TestHybiServerHandshake
--- PASS: TestHybiServerHandshake (0.00s)
=== RUN   TestHybiServerHandshakeNoSubProtocol
--- PASS: TestHybiServerHandshakeNoSubProtocol (0.00s)
=== RUN   TestHybiServerHandshakeHybiBadVersion
--- PASS: TestHybiServerHandshakeHybiBadVersion (0.00s)
=== RUN   TestHybiShortTextFrame
--- PASS: TestHybiShortTextFrame (0.00s)
=== RUN   TestHybiShortMaskedTextFrame
--- PASS: TestHybiShortMaskedTextFrame (0.00s)
=== RUN   TestHybiShortBinaryFrame
--- PASS: TestHybiShortBinaryFrame (0.00s)
=== RUN   TestHybiControlFrame
--- PASS: TestHybiControlFrame (0.00s)
=== RUN   TestHybiLongFrame
--- PASS: TestHybiLongFrame (0.00s)
=== RUN   TestHybiClientRead
--- PASS: TestHybiClientRead (0.00s)
=== RUN   TestHybiShortRead
--- PASS: TestHybiShortRead (0.00s)
=== RUN   TestHybiServerRead
--- PASS: TestHybiServerRead (0.00s)
=== RUN   TestHybiServerReadWithoutMasking
--- PASS: TestHybiServerReadWithoutMasking (0.00s)
=== RUN   TestHybiClientReadWithMasking
--- PASS: TestHybiClientReadWithMasking (0.00s)
=== RUN   TestHybiServerFirefoxHandshake
--- PASS: TestHybiServerFirefoxHandshake (0.00s)
=== RUN   TestEcho
2024/12/06 20:11:15 Test WebSocket server listening on 127.0.0.1:39619
--- PASS: TestEcho (0.00s)
=== RUN   TestAddr
--- PASS: TestAddr (0.00s)
=== RUN   TestCount
--- PASS: TestCount (0.00s)
=== RUN   TestWithQuery
--- PASS: TestWithQuery (0.00s)
=== RUN   TestWithProtocol
--- PASS: TestWithProtocol (0.00s)
=== RUN   TestWithTwoProtocol
--- PASS: TestWithTwoProtocol (0.00s)
=== RUN   TestWithBadProtocol
--- PASS: TestWithBadProtocol (0.00s)
=== RUN   TestHTTP
--- PASS: TestHTTP (0.00s)
=== RUN   TestTrailingSpaces
--- PASS: TestTrailingSpaces (0.00s)
=== RUN   TestDialConfigBadVersion
--- PASS: TestDialConfigBadVersion (0.00s)
=== RUN   TestDialConfigWithDialer
--- PASS: TestDialConfigWithDialer (0.00s)
=== RUN   TestSmallBuffer
--- PASS: TestSmallBuffer (0.00s)
=== RUN   TestParseAuthority
--- PASS: TestParseAuthority (0.00s)
=== RUN   TestClose
--- PASS: TestClose (0.00s)
=== RUN   TestOrigin
--- PASS: TestOrigin (0.00s)
=== RUN   TestCtrlAndData
--- PASS: TestCtrlAndData (0.00s)
=== RUN   TestCodec_ReceiveLimited
    websocket_test.go:629: payload #0 (size 1024, exceeds limit: false)
    websocket_test.go:629: payload #1 (size 2048, exceeds limit: false)
    websocket_test.go:629: payload #2 (size 4096, exceeds limit: true)
    websocket_test.go:629: payload #3 (size 2048, exceeds limit: false)
--- PASS: TestCodec_ReceiveLimited (0.00s)
=== CONT  TestDialConfigTLSWithTimeouts
2024/12/06 20:11:15 Test TLS WebSocket server listening on 127.0.0.1:42211
--- PASS: TestDialConfigTLSWithTimeouts (0.00s)
PASS
ok      golang.org/x/net/websocket      0.012s
=== RUN   TestValidToken
--- PASS: TestValidToken (0.00s)
=== RUN   TestSeparatorReplacement
--- PASS: TestSeparatorReplacement (0.00s)
=== RUN   TestInvalidToken
--- PASS: TestInvalidToken (0.00s)
=== RUN   TestValidateBadData
--- PASS: TestValidateBadData (0.00s)
PASS
ok      golang.org/x/net/xsrftoken      0.001s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 -short 
golang.org/x/net/bpf golang.org/x/net/context golang.org/x/net/context/ctxhttp 
golang.org/x/net/dict golang.org/x/net/dns/dnsmessage golang.org/x/net/html 
golang.org/x/net/html/atom golang.org/x/net/html/charset golang.org/x/net/http/httpguts 
golang.org/x/net/http/httpproxy golang.org/x/net/http2 golang.org/x/net/http2/h2c 
golang.org/x/net/http2/hpack golang.org/x/net/icmp golang.org/x/net/idna 
golang.org/x/net/internal/iana golang.org/x/net/internal/socket 
golang.org/x/net/internal/socks golang.org/x/net/internal/sockstest 
golang.org/x/net/internal/timeseries golang.org/x/net/ipv4 golang.org/x/net/ipv6 
golang.org/x/net/nettest golang.org/x/net/netutil golang.org/x/net/proxy 
golang.org/x/net/publicsuffix golang.org/x/net/quic golang.org/x/net/quic/qlog 
golang.org/x/net/trace golang.org/x/net/webdav golang.org/x/net/webdav/internal/xml 
golang.org/x/net/websocket golang.org/x/net/xsrftoken returned exit code 1
make[1]: *** [debian/rules:22: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202412/

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

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-golang-x-net
Source-Version: 1:0.27.0-2
Done: Jochen Sprickerhof <jspri...@debian.org>

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

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated 
golang-golang-x-net 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: Wed, 21 May 2025 14:16:51 +0200
Source: golang-golang-x-net
Architecture: source
Version: 1:0.27.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1089192 1091168 1103586
Changes:
 golang-golang-x-net (1:0.27.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Ananthu C V ]
   * Skip more publicsuffix tests (Closes: #1089192)
 .
   [ Jochen Sprickerhof ]
   * Add patch for CVE-2025-22872 (Closes: #1103586)
   * Add patch for CVE-2024-45338 (Closes: #1091168)
Checksums-Sha1:
 d83e5cb1fa0e4e1d67c4488d81bb603969675ff4 2569 golang-golang-x-net_0.27.0-2.dsc
 72006f1451e3a3c842e08b7042208e5b5018bf00 18820 
golang-golang-x-net_0.27.0-2.debian.tar.xz
Checksums-Sha256:
 33325f03e12e4fc4ee31d9efe1395700469033886f8800613a8da7d8652ec185 2569 
golang-golang-x-net_0.27.0-2.dsc
 5be2ffeb69555c142eebf0a38e3f6aa43d74b2dee3259d124851083a5c43b2d2 18820 
golang-golang-x-net_0.27.0-2.debian.tar.xz
Files:
 89dabb850bbd78e7c81bf214cc57f73b 2569 golang optional 
golang-golang-x-net_0.27.0-2.dsc
 9e6a656c1f4f4b20c8740e3043b028bd 18820 golang optional 
golang-golang-x-net_0.27.0-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmgtxqYACgkQW//cwljm
lDOKUA/+Ptz5D+bVMCMAzO4a8oGma6e4BuriJuBdaXN8lSztuJZOOmC79pWfnVQM
7ENAvFjzGKAqkAZ9h9tq66/Lz6HIAvAZqhmbXRCwJGbF/FzrCGH3RdamX9lJTLny
BVN7yTs+DR1GLQpk5nmdsqdBiJYexfVPGBnJ4Z+Hdl5H5E26WAZ+9/zt1V24M7jj
GdVO0jq/iZ1Qn4DkoEvdBHb7FJL7P53+AR4eP/GALd6dp4Cqmjdv+anT8JTl8f5f
fnfv+4Hqf7EjHS7SpU3P3wh3VxwYBXmylHKLFSfgoue24nWKC+7smeUXRSlezvS3
JDcKXzcw5YMqGPgMetapdNwU+/TsLzjUgTSQkN8R81m9k/xL8ZYgulU0SD075O4C
mTP0VfYlJh58y991qkcb/gJn9xo5tWZjXIQvrn+7EyUUB1QksiZOjQgqLdDR3Or9
N57tKlb5G06FBL2HvbGICXxmiuoz8KJQcDVqPtaB7cMCuwpGJ9vvWGP1skJQKEhI
rmlaAqV5mC5uwDx9asFBc9XkREJpfs9Hg7SemgSYwVw8FgI8s//XGTlwQo6fzjhQ
V/Gz/R5D3dekyBLYNMy1V/VgXhPJ2/yi3y+I9ZkqYvhYsUQgWEVYxFkpehUmhhPz
0cmL7DMi1YmxV1qJkF4IUv7Y7WULoXGg2wuPEY1CWfAB8SGmfQE=
=Ahy3
-----END PGP SIGNATURE-----

Attachment: pgpt5cz12Y7AC.pgp
Description: PGP signature


--- End Message ---

Reply via email to