Source: golang-v2ray-core
Version: 4.34.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- -timeout 30m
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 -timeout 30m
> v2ray.com/core v2ray.com/core/app v2ray.com/core/app/commander
> v2ray.com/core/app/dispatcher v2ray.com/core/app/dns v2ray.com/core/app/log
> v2ray.com/core/app/log/command v2ray.com/core/app/policy
> v2ray.com/core/app/proxyman v2ray.com/core/app/proxyman/command
> v2ray.com/core/app/proxyman/inbound v2ray.com/core/app/proxyman/outbound
> v2ray.com/core/app/reverse v2ray.com/core/app/router
> v2ray.com/core/app/router/command v2ray.com/core/app/stats
> v2ray.com/core/app/stats/command v2ray.com/core/common
> v2ray.com/core/common/antireplay v2ray.com/core/common/bitmask
> v2ray.com/core/common/buf v2ray.com/core/common/bytespool
> v2ray.com/core/common/cmdarg v2ray.com/core/common/crypto
> v2ray.com/core/common/crypto/internal v2ray.com/core/common/dice
> v2ray.com/core/common/errors v2ray.com/core/common/errors/errorgen
> v2ray.com/core/common/log v2ray.com/core/common/mux v2ray.com/core/common/net
> v2ray.com/core/common/peer v2ray.com/core/common/platform
> v2ray.com/core/common/platform/ctlcmd
> v2ray.com/core/common/platform/filesystem v2ray.com/core/common/protocol
> v2ray.com/core/common/protocol/bittorrent v2ray.com/core/common/protocol/dns
> v2ray.com/core/common/protocol/http v2ray.com/core/common/protocol/tls
> v2ray.com/core/common/protocol/tls/cert v2ray.com/core/common/protocol/udp
> v2ray.com/core/common/retry v2ray.com/core/common/serial
> v2ray.com/core/common/session v2ray.com/core/common/signal
> v2ray.com/core/common/signal/done v2ray.com/core/common/signal/pubsub
> v2ray.com/core/common/signal/semaphore v2ray.com/core/common/strmatcher
> v2ray.com/core/common/task v2ray.com/core/common/uuid v2ray.com/core/features
> v2ray.com/core/features/dns v2ray.com/core/features/dns/localdns
> v2ray.com/core/features/inbound v2ray.com/core/features/outbound
> v2ray.com/core/features/policy v2ray.com/core/features/routing
> v2ray.com/core/features/routing/dns v2ray.com/core/features/routing/session
> v2ray.com/core/features/stats v2ray.com/core/infra/conf
> v2ray.com/core/infra/conf/command v2ray.com/core/infra/conf/json
> v2ray.com/core/infra/conf/serial v2ray.com/core/infra/control
> v2ray.com/core/infra/control/main v2ray.com/core/infra/vprotogen
> v2ray.com/core/main v2ray.com/core/main/confloader
> v2ray.com/core/main/confloader/external v2ray.com/core/main/distro/all
> v2ray.com/core/main/distro/debug v2ray.com/core/main/json
> v2ray.com/core/main/jsonem v2ray.com/core/proxy
> v2ray.com/core/proxy/blackhole v2ray.com/core/proxy/dns
> v2ray.com/core/proxy/dokodemo v2ray.com/core/proxy/freedom
> v2ray.com/core/proxy/http v2ray.com/core/proxy/mtproto
> v2ray.com/core/proxy/shadowsocks v2ray.com/core/proxy/socks
> v2ray.com/core/proxy/trojan v2ray.com/core/proxy/vless
> v2ray.com/core/proxy/vless/encoding v2ray.com/core/proxy/vless/inbound
> v2ray.com/core/proxy/vless/outbound v2ray.com/core/proxy/vmess
> v2ray.com/core/proxy/vmess/aead v2ray.com/core/proxy/vmess/encoding
> v2ray.com/core/proxy/vmess/inbound v2ray.com/core/proxy/vmess/outbound
> v2ray.com/core/testing/mocks v2ray.com/core/testing/scenarios
> v2ray.com/core/testing/servers/http v2ray.com/core/testing/servers/tcp
> v2ray.com/core/testing/servers/udp v2ray.com/core/transport
> v2ray.com/core/transport/internet
> v2ray.com/core/transport/internet/domainsocket
> v2ray.com/core/transport/internet/headers/http
> v2ray.com/core/transport/internet/headers/noop
> v2ray.com/core/transport/internet/headers/srtp
> v2ray.com/core/transport/internet/headers/tls
> v2ray.com/core/transport/internet/headers/utp
> v2ray.com/core/transport/internet/headers/wechat
> v2ray.com/core/transport/internet/headers/wireguard
> v2ray.com/core/transport/internet/http v2ray.com/core/transport/internet/kcp
> v2ray.com/core/transport/internet/quic v2ray.com/core/transport/internet/tcp
> v2ray.com/core/transport/internet/tls v2ray.com/core/transport/internet/udp
> v2ray.com/core/transport/internet/websocket v2ray.com/core/transport/pipe
> panic: qtls.ClientHelloInfo doesn't match
>
> goroutine 1 [running]:
> github.com/marten-seemann/qtls-go1-15.init.0()
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/marten-seemann/qtls-go1-15/unsafe.go:20
> +0x132
> FAIL v2ray.com/core 0.020s
> ? v2ray.com/core/app [no test files]
> ? v2ray.com/core/app/commander [no test files]
> === RUN TestStatsWriter
> --- PASS: TestStatsWriter (0.00s)
> PASS
> ok v2ray.com/core/app/dispatcher 0.019s
> panic: qtls.ClientHelloInfo doesn't match
>
> goroutine 1 [running]:
> github.com/marten-seemann/qtls-go1-15.init.0()
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/marten-seemann/qtls-go1-15/unsafe.go:20
> +0x132
> FAIL v2ray.com/core/app/dns 0.021s
> === RUN TestCustomLogHandler
> --- PASS: TestCustomLogHandler (0.00s)
> PASS
> ok v2ray.com/core/app/log 0.036s
> === RUN TestLoggerRestart
> --- PASS: TestLoggerRestart (0.00s)
> PASS
> ok v2ray.com/core/app/log/command 0.044s
> === RUN TestPolicy
> --- PASS: TestPolicy (0.00s)
> PASS
> ok v2ray.com/core/app/policy 0.025s
> ? v2ray.com/core/app/proxyman [no test files]
> ? v2ray.com/core/app/proxyman/command [no test files]
> ? v2ray.com/core/app/proxyman/inbound [no test files]
> === RUN TestInterfaces
> --- PASS: TestInterfaces (0.00s)
> === RUN TestOutboundWithoutStatCounter
> --- PASS: TestOutboundWithoutStatCounter (0.00s)
> === RUN TestOutboundWithStatCounter
> --- PASS: TestOutboundWithStatCounter (0.00s)
> PASS
> ok v2ray.com/core/app/proxyman/outbound 0.007s
> === RUN TestStaticPickerEmpty
> --- PASS: TestStaticPickerEmpty (0.00s)
> PASS
> ok v2ray.com/core/app/reverse 0.053s
> === RUN TestGeoIPMatcherContainer
> --- PASS: TestGeoIPMatcherContainer (0.00s)
> === RUN TestGeoIPMatcher
> --- PASS: TestGeoIPMatcher (0.00s)
> === RUN TestGeoIPMatcher4CN
> --- PASS: TestGeoIPMatcher4CN (0.18s)
> === RUN TestGeoIPMatcher6US
> --- PASS: TestGeoIPMatcher6US (0.17s)
> === RUN TestRoutingRule
> --- PASS: TestRoutingRule (0.00s)
> === RUN TestChinaSites
> --- PASS: TestChinaSites (0.04s)
> === RUN TestSimpleRouter
> --- PASS: TestSimpleRouter (0.00s)
> === RUN TestSimpleBalancer
> --- PASS: TestSimpleBalancer (0.00s)
> === RUN TestIPOnDemand
> --- PASS: TestIPOnDemand (0.00s)
> === RUN TestIPIfNonMatchDomain
> --- PASS: TestIPIfNonMatchDomain (0.00s)
> === RUN TestIPIfNonMatchIP
> --- PASS: TestIPIfNonMatchIP (0.00s)
> PASS
> ok v2ray.com/core/app/router 0.450s
> === RUN TestServiceSubscribeRoutingStats
> command_test.go:23:
> --- SKIP: TestServiceSubscribeRoutingStats (0.00s)
> === RUN TestSerivceTestRoute
> --- PASS: TestSerivceTestRoute (0.00s)
> PASS
> ok v2ray.com/core/app/router/command 0.023s
> === RUN TestStatsChannel
> channel_test.go:32: expected error: v2ray.com/core/app/stats: Number of
> subscribers has reached limit
> --- PASS: TestStatsChannel (0.00s)
> === RUN TestStatsChannelUnsubcribe
> --- PASS: TestStatsChannelUnsubcribe (0.00s)
> === RUN TestStatsChannelBlocking
> --- PASS: TestStatsChannelBlocking (0.10s)
> === RUN TestStatsChannelNonBlocking
> --- PASS: TestStatsChannelNonBlocking (0.10s)
> === RUN TestStatsChannelConcurrency
> --- PASS: TestStatsChannelConcurrency (0.03s)
> === RUN TestStatsCounter
> --- PASS: TestStatsCounter (0.00s)
> === RUN TestInterface
> --- PASS: TestInterface (0.00s)
> === RUN TestStatsChannelRunnable
> --- PASS: TestStatsChannelRunnable (0.00s)
> PASS
> ok v2ray.com/core/app/stats 0.244s
> === RUN TestGetStats
> --- PASS: TestGetStats (0.00s)
> === RUN TestQueryStats
> --- PASS: TestQueryStats (0.00s)
> PASS
> ok v2ray.com/core/app/stats/command 0.013s
> === RUN TestMust
> --- PASS: TestMust (0.00s)
> === RUN TestObjectCreation
> --- PASS: TestObjectCreation (0.00s)
> PASS
> ok v2ray.com/core/common 0.013s
> ? v2ray.com/core/common/antireplay [no test files]
> === RUN TestBitmaskByte
> --- PASS: TestBitmaskByte (0.00s)
> PASS
> ok v2ray.com/core/common/bitmask 0.020s
> === RUN TestBufferClear
> --- PASS: TestBufferClear (0.00s)
> === RUN TestBufferIsEmpty
> --- PASS: TestBufferIsEmpty (0.00s)
> === RUN TestBufferString
> --- PASS: TestBufferString (0.00s)
> === RUN TestBufferByte
> --- PASS: TestBufferByte (0.00s)
> === RUN TestBufferResize
> --- PASS: TestBufferResize (0.00s)
> === RUN TestBufferSlice
> --- PASS: TestBufferSlice (0.00s)
> === RUN TestBufferReadFullFrom
> --- PASS: TestBufferReadFullFrom (0.00s)
> === RUN TestReadError
> --- PASS: TestReadError (0.00s)
> === RUN TestWriteError
> --- PASS: TestWriteError (0.00s)
> === RUN TestWriterCreation
> Failed accept TCP connection: accept tcp 127.0.0.1:33441: use of closed
> network connection
> --- PASS: TestWriterCreation (0.00s)
> === RUN TestMultiBufferRead
> --- PASS: TestMultiBufferRead (0.00s)
> === RUN TestMultiBufferAppend
> --- PASS: TestMultiBufferAppend (0.00s)
> === RUN TestMultiBufferSliceBySizeLarge
> --- PASS: TestMultiBufferSliceBySizeLarge (0.00s)
> === RUN TestMultiBufferSplitFirst
> --- PASS: TestMultiBufferSplitFirst (0.00s)
> === RUN TestMultiBufferReadAllToByte
> --- PASS: TestMultiBufferReadAllToByte (0.00s)
> === RUN TestMultiBufferCopy
> --- PASS: TestMultiBufferCopy (0.01s)
> === RUN TestSplitFirstBytes
> --- PASS: TestSplitFirstBytes (0.00s)
> === RUN TestCompact
> --- PASS: TestCompact (0.00s)
> === RUN TestBytesReaderWriteTo
> --- PASS: TestBytesReaderWriteTo (0.00s)
> === RUN TestBytesReaderMultiBuffer
> --- PASS: TestBytesReaderMultiBuffer (0.00s)
> === RUN TestReadByte
> --- PASS: TestReadByte (0.00s)
> === RUN TestReadBuffer
> --- PASS: TestReadBuffer (0.00s)
> === RUN TestReadAtMost
> --- PASS: TestReadAtMost (0.00s)
> === RUN TestPacketReader_ReadMultiBuffer
> --- PASS: TestPacketReader_ReadMultiBuffer (0.00s)
> === RUN TestReaderInterface
> --- PASS: TestReaderInterface (0.00s)
> === RUN TestReadvReader
> Failed accept TCP connection: accept tcp 127.0.0.1:39127: use of closed
> network connection
> --- PASS: TestReadvReader (0.02s)
> === RUN TestWriter
> --- PASS: TestWriter (0.02s)
> === RUN TestBytesWriterReadFrom
> --- PASS: TestBytesWriterReadFrom (0.00s)
> === RUN TestDiscardBytes
> --- PASS: TestDiscardBytes (0.00s)
> === RUN TestDiscardBytesMultiBuffer
> --- PASS: TestDiscardBytesMultiBuffer (0.07s)
> === RUN TestWriterInterface
> --- PASS: TestWriterInterface (0.00s)
> PASS
> ok v2ray.com/core/common/buf 0.153s
> ? v2ray.com/core/common/bytespool [no test files]
> ? v2ray.com/core/common/cmdarg [no test files]
> === RUN TestAuthenticationReaderWriter
> --- PASS: TestAuthenticationReaderWriter (0.18s)
> === RUN TestAuthenticationReaderWriterPacket
> --- PASS: TestAuthenticationReaderWriterPacket (0.00s)
> === RUN TestChaCha20Stream
> --- PASS: TestChaCha20Stream (0.00s)
> === RUN TestChaCha20Decoding
> --- PASS: TestChaCha20Decoding (0.00s)
> === RUN TestChunkStreamIO
> --- PASS: TestChunkStreamIO (0.00s)
> PASS
> ok v2ray.com/core/common/crypto 0.187s
> ? v2ray.com/core/common/crypto/internal [no test files]
> testing: warning: no tests to run
> PASS
> ok v2ray.com/core/common/dice 0.009s [no tests to run]
> === RUN TestError
> --- PASS: TestError (0.00s)
> === RUN TestErrorMessage
> --- PASS: TestErrorMessage (0.00s)
> PASS
> ok v2ray.com/core/common/errors 0.007s
> ? v2ray.com/core/common/errors/errorgen [no test files]
> === RUN TestLogRecord
> --- PASS: TestLogRecord (0.00s)
> === RUN TestFileLogger
> --- PASS: TestFileLogger (2.00s)
> PASS
> ok v2ray.com/core/common/log 2.014s
> === RUN TestIncrementalPickerFailure
> --- PASS: TestIncrementalPickerFailure (0.00s)
> === RUN TestClientWorkerEOF
> --- PASS: TestClientWorkerEOF (0.50s)
> === RUN TestClientWorkerClose
> 2021/10/23 07:18:47 [Info] v2ray.com/core/common/mux: dispatching request to
> tcp:www.v2ray.com:80
> 2021/10/23 07:18:47 [Info] v2ray.com/core/common/mux: failed to write first
> payload > EOF
> --- PASS: TestClientWorkerClose (0.50s)
> === RUN TestReaderWriter
> 2021/10/23 07:18:48 [Info] v2ray.com/core/common/mux: dispatching request to
> tcp:www.v2ray.com:80
> 2021/10/23 07:18:48 [Info] v2ray.com/core/common/mux: failed to write first
> payload > EOF
> --- PASS: TestReaderWriter (0.00s)
> === RUN TestSessionManagerAdd
> --- PASS: TestSessionManagerAdd (0.00s)
> === RUN TestSessionManagerClose
> --- PASS: TestSessionManagerClose (0.00s)
> PASS
> ok v2ray.com/core/common/mux 1.006s
> === RUN TestAddressProperty
> --- PASS: TestAddressProperty (0.00s)
> === RUN TestInvalidAddressConvertion
> --- PASS: TestInvalidAddressConvertion (0.00s)
> === RUN TestDestinationProperty
> --- PASS: TestDestinationProperty (0.00s)
> === RUN TestDestinationParse
> --- PASS: TestDestinationParse (0.00s)
> === RUN TestPortRangeContains
> --- PASS: TestPortRangeContains (0.00s)
> PASS
> ok v2ray.com/core/common/net 0.005s
> ? v2ray.com/core/common/peer [no test files]
> === RUN TestNormalizeEnvName
> --- PASS: TestNormalizeEnvName (0.00s)
> === RUN TestEnvFlag
> --- PASS: TestEnvFlag (0.00s)
> === RUN TestGetAssetLocation
> --- PASS: TestGetAssetLocation (0.00s)
> PASS
> ok v2ray.com/core/common/platform 0.003s
> ? v2ray.com/core/common/platform/ctlcmd [no test files]
> ? v2ray.com/core/common/platform/filesystem [no test files]
> === RUN TestAddressReading
> --- PASS: TestAddressReading (0.00s)
> === RUN TestAddressWriting
> --- PASS: TestAddressWriting (0.00s)
> === RUN TestIdEquals
> --- PASS: TestIdEquals (0.00s)
> === RUN TestServerList
> --- PASS: TestServerList (2.00s)
> === RUN TestServerPicker
> --- PASS: TestServerPicker (2.00s)
> === RUN TestAlwaysValidStrategy
> --- PASS: TestAlwaysValidStrategy (0.00s)
> === RUN TestTimeoutValidStrategy
> --- PASS: TestTimeoutValidStrategy (3.00s)
> === RUN TestUserInServerSpec
> --- PASS: TestUserInServerSpec (0.00s)
> === RUN TestPickUser
> --- PASS: TestPickUser (0.00s)
> === RUN TestGenerateRandomInt64InRange
> --- PASS: TestGenerateRandomInt64InRange (0.00s)
> PASS
> ok v2ray.com/core/common/protocol 7.010s
> ? v2ray.com/core/common/protocol/bittorrent [no test files]
> ? v2ray.com/core/common/protocol/dns [no test files]
> === RUN TestParseXForwardedFor
> --- PASS: TestParseXForwardedFor (0.00s)
> === RUN TestHopByHopHeadersRemoving
> --- PASS: TestHopByHopHeadersRemoving (0.00s)
> === RUN TestParseHost
> --- PASS: TestParseHost (0.00s)
> === RUN TestHTTPHeaders
> --- PASS: TestHTTPHeaders (0.00s)
> PASS
> ok v2ray.com/core/common/protocol/http 0.004s
> === RUN TestTLSHeaders
> --- PASS: TestTLSHeaders (0.00s)
> PASS
> ok v2ray.com/core/common/protocol/tls 0.002s
> === RUN TestGenerate
> {
> "certificate": [
> "-----BEGIN CERTIFICATE-----",
> "MIIBrDCCAVOgAwIBAgIQTklqUehnDxXPfpSAfzRw2zAKBggqhkjOPQQDAjAsMRIw",
> "EAYDVQQKEwlWMlJheSBJbmMxFjAUBgNVBAMTDVYyUmF5IFJvb3QgQ0EwHhcNMjEx",
> "MDIzMDYxODQ4WhcNMjExMDIzMTAxODQ4WjAsMRIwEAYDVQQKEwlWMlJheSBJbmMx",
> "FjAUBgNVBAMTDVYyUmF5IFJvb3QgQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNC",
> "AAQPsmAWjkxy2V45jcyb8tlKOrUO9Cd5YNi/JxPdOnpnWdygcx9KLuEONB5Qb4lx",
> "WDhjan4iBsc+CAd5MFn7q5hYo1cwVTAOBgNVHQ8BAf8EBAMCAqQwEwYDVR0lBAww",
> "CgYIKwYBBQUHAwEwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUXeeC5I/ICYgC",
> "+q7b+irkooHYAj0wCgYIKoZIzj0EAwIDRwAwRAIgPG2l4bZkxy0wivv4YSJxzLHY",
> "jsP+eQi2mCf68sjysqwCIHbicpDhCTMcgT2rcPeFePe1KD8p5P2ksRCJS2keoF+S",
> "-----END CERTIFICATE-----"
> ],
> "key": [
> "-----BEGIN RSA PRIVATE KEY-----",
> "MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQggf076eqwmeZ+PXgg",
> "UltC6MMFRCnFGXZaN7Cc9ZaF3HChRANCAAQPsmAWjkxy2V45jcyb8tlKOrUO9Cd5",
> "YNi/JxPdOnpnWdygcx9KLuEONB5Qb4lxWDhjan4iBsc+CAd5MFn7q5hY",
> "-----END RSA PRIVATE KEY-----"
> ]
> }
> --- PASS: TestGenerate (0.00s)
> PASS
> ok v2ray.com/core/common/protocol/tls/cert 0.004s
> ? v2ray.com/core/common/protocol/udp [no test files]
> === RUN TestNoRetry
> --- PASS: TestNoRetry (0.00s)
> === RUN TestRetryOnce
> --- PASS: TestRetryOnce (1.00s)
> === RUN TestRetryMultiple
> --- PASS: TestRetryMultiple (5.00s)
> === RUN TestRetryExhausted
> --- PASS: TestRetryExhausted (2.00s)
> === RUN TestExponentialBackoff
> --- PASS: TestExponentialBackoff (4.51s)
> PASS
> ok v2ray.com/core/common/retry 12.509s
> === RUN TestUint16Serial
> --- PASS: TestUint16Serial (0.00s)
> === RUN TestUint64Serial
> --- PASS: TestUint64Serial (0.00s)
> === RUN TestReadUint16
> --- PASS: TestReadUint16 (0.00s)
> === RUN TestToString
> --- PASS: TestToString (0.00s)
> === RUN TestConcat
> --- PASS: TestConcat (0.00s)
> === RUN TestGetInstance
> --- PASS: TestGetInstance (0.00s)
> === RUN TestConvertingNilMessage
> --- PASS: TestConvertingNilMessage (0.00s)
> PASS
> ok v2ray.com/core/common/serial 0.004s
> ? v2ray.com/core/common/session [no test files]
> === RUN TestNotifierSignal
> --- PASS: TestNotifierSignal (0.00s)
> === RUN TestActivityTimer
> --- PASS: TestActivityTimer (6.00s)
> === RUN TestActivityTimerUpdate
> --- PASS: TestActivityTimerUpdate (5.00s)
> === RUN TestActivityTimerNonBlocking
> --- PASS: TestActivityTimerNonBlocking (1.00s)
> === RUN TestActivityTimerZeroTimeout
> --- PASS: TestActivityTimerZeroTimeout (0.00s)
> PASS
> ok v2ray.com/core/common/signal 12.005s
> ? v2ray.com/core/common/signal/done [no test files]
> === RUN TestPubsub
> --- PASS: TestPubsub (0.00s)
> PASS
> ok v2ray.com/core/common/signal/pubsub 0.002s
> ? v2ray.com/core/common/signal/semaphore [no test files]
> === RUN TestDomainMatcherGroup
> --- PASS: TestDomainMatcherGroup (0.00s)
> === RUN TestEmptyDomainMatcherGroup
> --- PASS: TestEmptyDomainMatcherGroup (0.00s)
> === RUN TestFullMatcherGroup
> --- PASS: TestFullMatcherGroup (0.00s)
> === RUN TestEmptyFullMatcherGroup
> --- PASS: TestEmptyFullMatcherGroup (0.00s)
> === RUN TestMatcher
> --- PASS: TestMatcher (0.00s)
> === RUN TestMatcherGroup
> --- PASS: TestMatcherGroup (0.00s)
> PASS
> ok v2ray.com/core/common/strmatcher 0.002s
> === RUN TestPeriodicTaskStop
> --- PASS: TestPeriodicTaskStop (12.00s)
> === RUN TestExecuteParallel
> --- PASS: TestExecuteParallel (0.20s)
> === RUN TestExecuteParallelContextCancel
> --- PASS: TestExecuteParallelContextCancel (0.00s)
> PASS
> ok v2ray.com/core/common/task 12.205s
> === RUN TestParseBytes
> --- PASS: TestParseBytes (0.00s)
> === RUN TestParseString
> --- PASS: TestParseString (0.00s)
> === RUN TestNewUUID
> --- PASS: TestNewUUID (0.00s)
> === RUN TestRandom
> --- PASS: TestRandom (0.00s)
> === RUN TestEquals
> --- PASS: TestEquals (0.00s)
> PASS
> ok v2ray.com/core/common/uuid 0.003s
> ? v2ray.com/core/features [no test files]
> ? v2ray.com/core/features/dns [no test files]
> ? v2ray.com/core/features/dns/localdns [no test files]
> ? v2ray.com/core/features/inbound [no test files]
> ? v2ray.com/core/features/outbound [no test files]
> ? v2ray.com/core/features/policy [no test files]
> ? v2ray.com/core/features/routing [no test files]
> ? v2ray.com/core/features/routing/dns [no test files]
> ? v2ray.com/core/features/routing/session [no test files]
> ? v2ray.com/core/features/stats [no test files]
> panic: qtls.ClientHelloInfo doesn't match
>
> goroutine 1 [running]:
> github.com/marten-seemann/qtls-go1-15.init.0()
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/marten-seemann/qtls-go1-15/unsafe.go:20
> +0x132
> FAIL v2ray.com/core/infra/conf 0.007s
> ? v2ray.com/core/infra/conf/command [no test files]
> === RUN TestReader
> --- PASS: TestReader (0.00s)
> === RUN TestReader1
> --- PASS: TestReader1 (0.00s)
> PASS
> ok v2ray.com/core/infra/conf/json 0.004s
> panic: qtls.ClientHelloInfo doesn't match
>
> goroutine 1 [running]:
> github.com/marten-seemann/qtls-go1-15.init.0()
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/marten-seemann/qtls-go1-15/unsafe.go:20
> +0x132
> FAIL v2ray.com/core/infra/conf/serial 0.006s
> ? v2ray.com/core/infra/control [no test files]
> ? v2ray.com/core/infra/control/main [no test files]
> ? v2ray.com/core/infra/vprotogen [no test files]
> ? v2ray.com/core/main [no test files]
> ? v2ray.com/core/main/confloader [no test files]
> ? v2ray.com/core/main/confloader/external [no test files]
> ? v2ray.com/core/main/distro/all [no test files]
> ? v2ray.com/core/main/distro/debug [no test files]
> ? v2ray.com/core/main/json [no test files]
> ? v2ray.com/core/main/jsonem [no test files]
> ? v2ray.com/core/proxy [no test files]
> === RUN TestBlackholeHTTPResponse
> --- PASS: TestBlackholeHTTPResponse (1.00s)
> === RUN TestHTTPResponse
> --- PASS: TestHTTPResponse (0.00s)
> PASS
> ok v2ray.com/core/proxy/blackhole 1.004s
> panic: qtls.ClientHelloInfo doesn't match
>
> goroutine 1 [running]:
> github.com/marten-seemann/qtls-go1-15.init.0()
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/marten-seemann/qtls-go1-15/unsafe.go:20
> +0x132
> FAIL v2ray.com/core/proxy/dns 0.006s
> ? v2ray.com/core/proxy/dokodemo [no test files]
> ? v2ray.com/core/proxy/freedom [no test files]
> ? v2ray.com/core/proxy/http [no test files]
> === RUN TestInverse
> --- PASS: TestInverse (0.00s)
> === RUN TestAuthenticationReadWrite
> --- PASS: TestAuthenticationReadWrite (0.00s)
> PASS
> ok v2ray.com/core/proxy/mtproto 0.004s
> === RUN TestAEADCipherUDP
> --- PASS: TestAEADCipherUDP (0.00s)
> === RUN TestUDPEncoding
> --- PASS: TestUDPEncoding (0.00s)
> === RUN TestTCPRequest
> --- PASS: TestTCPRequest (0.00s)
> === RUN TestUDPReaderWriter
> --- PASS: TestUDPReaderWriter (0.00s)
> PASS
> ok v2ray.com/core/proxy/shadowsocks 0.005s
> === RUN TestUDPEncoding
> --- PASS: TestUDPEncoding (0.00s)
> === RUN TestReadUsernamePassword
> --- PASS: TestReadUsernamePassword (0.00s)
> === RUN TestReadUntilNull
> --- PASS: TestReadUntilNull (0.00s)
> PASS
> ok v2ray.com/core/proxy/socks 0.004s
> === RUN TestTCPRequest
> --- PASS: TestTCPRequest (0.00s)
> === RUN TestUDPRequest
> --- PASS: TestUDPRequest (0.00s)
> PASS
> ok v2ray.com/core/proxy/trojan 0.004s
> ? v2ray.com/core/proxy/vless [no test files]
> === RUN TestRequestSerialization
> --- PASS: TestRequestSerialization (0.00s)
> === RUN TestInvalidRequest
> --- PASS: TestInvalidRequest (0.00s)
> === RUN TestMuxRequest
> --- PASS: TestMuxRequest (0.00s)
> PASS
> ok v2ray.com/core/proxy/vless/encoding 0.004s
> ? v2ray.com/core/proxy/vless/inbound [no test files]
> ? v2ray.com/core/proxy/vless/outbound [no test files]
> === RUN TestUserValidator
> --- FAIL: TestUserValidator (0.00s)
> panic: crypto/hmac: hash generation function does not produce unique values
> [recovered]
> panic: crypto/hmac: hash generation function does not produce unique
> values
>
> goroutine 6 [running]:
> testing.tRunner.func1.2({0x5a98c0, 0x620c80})
> /usr/lib/go-1.17/src/testing/testing.go:1209 +0x24e
> testing.tRunner.func1()
> /usr/lib/go-1.17/src/testing/testing.go:1212 +0x218
> panic({0x5a98c0, 0x620c80})
> /usr/lib/go-1.17/src/runtime/panic.go:1038 +0x215
> crypto/hmac.New(0xc0001bdc70, {0xc00001c348, 0x16, 0x18})
> /usr/lib/go-1.17/src/crypto/hmac/hmac.go:143 +0x292
> v2ray.com/core/proxy/vmess/aead.KDF({0xc00017f0b0, 0x10, 0x10},
> {0xc0001bdcc0, 0x1, 0x10})
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:13
> +0x127
> v2ray.com/core/proxy/vmess/aead.KDF16(...)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:22
> v2ray.com/core/proxy/vmess/aead.NewCipherFromKey({0xc00017f0b0, 0x0, 0x0})
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:41
> +0x4a
> v2ray.com/core/proxy/vmess/aead.NewAuthIDDecoder(...)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:53
> v2ray.com/core/proxy/vmess/aead.NewAuthIDDecoderItem(...)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:84
> v2ray.com/core/proxy/vmess/aead.(*AuthIDDecoderHolder).AddUser(0xc000051a60,
> {0xbd, 0x3, 0xd2, 0x3e, 0xb7, 0x53, 0x50, 0x7c, 0xda, ...}, ...)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:90
> +0x50
> v2ray.com/core/proxy/vmess.(*TimedUserValidator).Add(0xc00013a3f0,
> 0xc000077a10)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/validator.go:152
> +0x365
> v2ray.com/core/proxy/vmess_test.TestUserValidator(0xc00010d860)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/validator_test.go:33
> +0x197
> testing.tRunner(0xc00010d860, 0x5f19d8)
> /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102
> created by testing.(*T).Run
> /usr/lib/go-1.17/src/testing/testing.go:1306 +0x35a
> FAIL v2ray.com/core/proxy/vmess 0.007s
> === RUN TestCreateAuthID
> --- FAIL: TestCreateAuthID (0.00s)
> panic: crypto/hmac: hash generation function does not produce unique values
> [recovered]
> panic: crypto/hmac: hash generation function does not produce unique
> values
>
> goroutine 6 [running]:
> testing.tRunner.func1.2({0x668d00, 0x70b7c0})
> /usr/lib/go-1.17/src/testing/testing.go:1209 +0x24e
> testing.tRunner.func1()
> /usr/lib/go-1.17/src/testing/testing.go:1212 +0x218
> panic({0x668d00, 0x70b7c0})
> /usr/lib/go-1.17/src/runtime/panic.go:1038 +0x215
> crypto/hmac.New(0xc00003a698, {0xc00001a520, 0x1a, 0x20})
> /usr/lib/go-1.17/src/crypto/hmac/hmac.go:143 +0x292
> v2ray.com/core/proxy/vmess/aead.KDF({0xc00001a500, 0x19, 0x19},
> {0xc000105f38, 0x1, 0x8457f8})
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:13
> +0x127
> v2ray.com/core/proxy/vmess/aead.KDF16(...)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:22
> v2ray.com/core/proxy/vmess/aead.TestCreateAuthID(0x0)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid_test.go:13
> +0xaa
> testing.tRunner(0xc00010dba0, 0x6cbf48)
> /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102
> created by testing.(*T).Run
> /usr/lib/go-1.17/src/testing/testing.go:1306 +0x35a
> FAIL v2ray.com/core/proxy/vmess/aead 0.012s
> === RUN TestFnvAuth
> --- PASS: TestFnvAuth (0.00s)
> === RUN TestSwitchAccount
> --- PASS: TestSwitchAccount (0.00s)
> === RUN TestRequestSerialization
> --- FAIL: TestRequestSerialization (0.00s)
> panic: crypto/hmac: hash generation function does not produce unique values
> [recovered]
> panic: crypto/hmac: hash generation function does not produce unique
> values
>
> goroutine 8 [running]:
> testing.tRunner.func1.2({0x5f30e0, 0x67ac40})
> /usr/lib/go-1.17/src/testing/testing.go:1209 +0x24e
> testing.tRunner.func1()
> /usr/lib/go-1.17/src/testing/testing.go:1212 +0x218
> panic({0x5f30e0, 0x67ac40})
> /usr/lib/go-1.17/src/runtime/panic.go:1038 +0x215
> crypto/hmac.New(0xc00004b7f0, {0xc00001c360, 0x16, 0x18})
> /usr/lib/go-1.17/src/crypto/hmac/hmac.go:143 +0x292
> v2ray.com/core/proxy/vmess/aead.KDF({0xc000016bc0, 0x10, 0x10},
> {0xc000089840, 0x1, 0x4})
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:13
> +0x127
> v2ray.com/core/proxy/vmess/aead.KDF16(...)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/kdf.go:22
> v2ray.com/core/proxy/vmess/aead.NewCipherFromKey({0xc000016bc0, 0xc00007fc20,
> 0x683950})
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:41
> +0x4a
> v2ray.com/core/proxy/vmess/aead.CreateAuthID({0xc000016bc0, 0x10, 0x10},
> 0xc00004b940)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/authid.go:31
> +0x16d
> v2ray.com/core/proxy/vmess/aead.SealVMessAEADHeader({0x1a, 0x55, 0x69, 0x75,
> 0x76, 0x93, 0x8e, 0xf6, 0xe8, 0x43, ...}, ...)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/aead/encrypt.go:16
> +0xda
> v2ray.com/core/proxy/vmess/encoding.(*ClientSession).EncodeRequestHeader(0xc0000c2b60,
> 0xc00007fbf0, {0x67ce60, 0xc000028440})
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/encoding/client.go:122
> +0x9df
> v2ray.com/core/proxy/vmess/encoding_test.TestRequestSerialization(0xc000126680)
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/v2ray.com/core/proxy/vmess/encoding/encoding_test.go:47
> +0x24d
> testing.tRunner(0xc000126680, 0x643ad0)
> /usr/lib/go-1.17/src/testing/testing.go:1259 +0x102
> created by testing.(*T).Run
> /usr/lib/go-1.17/src/testing/testing.go:1306 +0x35a
> FAIL v2ray.com/core/proxy/vmess/encoding 0.009s
> ? v2ray.com/core/proxy/vmess/inbound [no test files]
> ? v2ray.com/core/proxy/vmess/outbound [no test files]
> ? v2ray.com/core/testing/mocks [no test files]
> panic: qtls.ClientHelloInfo doesn't match
>
> goroutine 1 [running]:
> github.com/marten-seemann/qtls-go1-15.init.0()
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/marten-seemann/qtls-go1-15/unsafe.go:20
> +0x132
> FAIL v2ray.com/core/testing/scenarios 0.011s
> ? v2ray.com/core/testing/servers/http [no test files]
> ? v2ray.com/core/testing/servers/tcp [no test files]
> ? v2ray.com/core/testing/servers/udp [no test files]
> ? v2ray.com/core/transport [no test files]
> === RUN TestDialWithLocalAddr
> Failed accept TCP connection: accept tcp 127.0.0.1:36413: use of closed
> network connection
> --- PASS: TestDialWithLocalAddr (0.00s)
> === RUN TestAllHeadersLoadable
> --- PASS: TestAllHeadersLoadable (0.00s)
> === RUN TestSockOptMark
> sockopt_linux_test.go:15: requires CAP_NET_ADMIN
> --- SKIP: TestSockOptMark (0.00s)
> === RUN TestTCPFastOpen
> Failed accept TCP connection: accept tcp 127.0.0.1:43235: use of closed
> network connection
> --- PASS: TestTCPFastOpen (0.00s)
> === RUN TestRegisterListenerController
> --- PASS: TestRegisterListenerController (0.00s)
> PASS
> ok v2ray.com/core/transport/internet 0.027s
> === RUN TestListen
> --- PASS: TestListen (0.00s)
> === RUN TestListenAbstract
> --- PASS: TestListenAbstract (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/domainsocket 0.010s
> === RUN TestReaderWriter
> --- PASS: TestReaderWriter (0.00s)
> === RUN TestRequestHeader
> --- PASS: TestRequestHeader (0.00s)
> === RUN TestLongRequestHeader
> --- PASS: TestLongRequestHeader (0.00s)
> === RUN TestConnection
> --- PASS: TestConnection (0.00s)
> === RUN TestConnectionInvPath
> --- PASS: TestConnectionInvPath (0.00s)
> === RUN TestConnectionInvReq
> --- PASS: TestConnectionInvReq (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/headers/http 0.011s
> ? v2ray.com/core/transport/internet/headers/noop [no test files]
> === RUN TestSRTPWrite
> --- PASS: TestSRTPWrite (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/headers/srtp 0.011s
> === RUN TestDTLSWrite
> --- PASS: TestDTLSWrite (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/headers/tls 0.008s
> === RUN TestUTPWrite
> --- PASS: TestUTPWrite (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/headers/utp 0.012s
> === RUN TestUTPWrite
> --- PASS: TestUTPWrite (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/headers/wechat 0.031s
> ? v2ray.com/core/transport/internet/headers/wireguard [no test files]
> === RUN TestHTTPConnection
> --- PASS: TestHTTPConnection (1.01s)
> PASS
> ok v2ray.com/core/transport/internet/http 1.026s
> === RUN TestConnectionReadTimeout
> 2021/10/23 07:19:02 [Info] v2ray.com/core/transport/internet/kcp: #1 creating
> connection to
> --- PASS: TestConnectionReadTimeout (1.00s)
> === RUN TestConnectionInterface
> --- PASS: TestConnectionInterface (0.00s)
> === RUN TestSimpleAuthenticator
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #1
> terminating connection to
> --- PASS: TestSimpleAuthenticator (0.00s)
> === RUN TestSimpleAuthenticator2
> --- PASS: TestSimpleAuthenticator2 (0.00s)
> === RUN TestKCPPacketReader
> --- PASS: TestKCPPacketReader (0.00s)
> === RUN TestDialAndListen
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/udp: listening
> UDP on 127.0.0.1:0
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: listening
> on 127.0.0.1:0
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64248
> creating connection to 127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64249
> creating connection to 127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64250
> creating connection to 127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64251
> creating connection to 127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64252
> creating connection to 127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64253
> creating connection to 127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64254
> creating connection to 127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: dialing
> mKCP to udp:127.0.0.1:52694
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64257
> creating connection to 127.0.0.1:47632
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64252
> creating connection to 127.0.0.1:41569
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64251
> creating connection to 127.0.0.1:53097
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64255
> creating connection to 127.0.0.1:32939
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64254
> creating connection to 127.0.0.1:42474
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64249
> creating connection to 127.0.0.1:43175
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64248
> creating connection to 127.0.0.1:46388
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64256
> creating connection to 127.0.0.1:54047
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64253
> creating connection to 127.0.0.1:39267
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/kcp: #64250
> creating connection to 127.0.0.1:36955
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> entering state 1 at 4952
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/kcp: #64256
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> entering state 3 at 4991
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> sending terminating cmd.
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> entering state 4 at 4910
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> sending terminating cmd.
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> entering state 1 at 5078
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/kcp: #64251
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> entering state 1 at 5219
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/kcp: #64257
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:08 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> entering state 1 at 5317
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/kcp: #64250
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:09 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> entering state 1 at 5500
> 2021/10/23 07:19:09 [Info] v2ray.com/core/transport/internet/kcp: #64254
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:09 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> entering state 1 at 5519
> 2021/10/23 07:19:09 [Info] v2ray.com/core/transport/internet/kcp: #64248
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:09 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> entering state 1 at 5642
> 2021/10/23 07:19:09 [Info] v2ray.com/core/transport/internet/kcp: #64253
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:09 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> entering state 1 at 5762
> 2021/10/23 07:19:09 [Info] v2ray.com/core/transport/internet/kcp: #64252
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:09 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> entering state 1 at 5800
> 2021/10/23 07:19:09 [Info] v2ray.com/core/transport/internet/kcp: #64249
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:09 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> entering state 1 at 6027
> 2021/10/23 07:19:09 [Info] v2ray.com/core/transport/internet/kcp: #64255
> closing connection to 127.0.0.1:52694
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> entering state 3 at 10001
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> entering state 3 at 10001
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> entering state 4 at 9923
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> entering state 4 at 9884
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> entering state 3 at 10004
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> entering state 3 at 10001
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> entering state 4 at 9922
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> entering state 3 at 10002
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> entering state 3 at 10004
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> entering state 4 at 9891
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> entering state 4 at 9925
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> entering state 4 at 9922
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> entering state 3 at 10051
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> entering state 4 at 9978
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> entering state 3 at 10064
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> entering state 3 at 10064
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> sending terminating cmd.
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> entering state 4 at 9987
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> entering state 4 at 9987
> 2021/10/23 07:19:13 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> entering state 3 at 10001
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> entering state 5 at 15000
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64256
> entering state 5 at 14919
> 2021/10/23 07:19:18 [Info] v2ray.com/core/transport/internet/kcp: #64256
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:18 [Info] v2ray.com/core/transport/internet/kcp: #64256
> terminating connection to 127.0.0.1:54047
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> sending terminating cmd.
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> entering state 3 at 15001
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> entering state 3 at 15001
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> entering state 3 at 15000
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> entering state 3 at 15002
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> entering state 3 at 15002
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> entering state 3 at 15002
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> entering state 3 at 15001
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> entering state 3 at 15001
> 2021/10/23 07:19:18 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> entering state 3 at 15001
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> entering state 5 at 20001
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64252
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> entering state 5 at 20003
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64248
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> entering state 5 at 20001
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64250
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64252
> entering state 5 at 19924
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64248
> entering state 5 at 19921
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64250
> entering state 5 at 19884
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> entering state 5 at 20001
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64253
> entering state 5 at 20000
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64251
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64251
> entering state 5 at 19923
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64253
> terminating connection to 127.0.0.1:39267
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> entering state 5 at 20003
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64249
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64249
> entering state 5 at 19921
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64249
> terminating connection to 127.0.0.1:43175
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> entering state 5 at 20051
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64257
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64257
> entering state 5 at 19978
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64257
> terminating connection to 127.0.0.1:47632
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> sending terminating cmd.
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> entering state 5 at 20064
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> entering state 5 at 20064
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64254
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64255
> terminating connection to 127.0.0.1:52694
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64255
> entering state 5 at 19987
> 2021/10/23 07:19:23 [Debug] v2ray.com/core/transport/internet/kcp: #64254
> entering state 5 at 19987
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64255
> terminating connection to 127.0.0.1:32939
> 2021/10/23 07:19:23 [Info] v2ray.com/core/transport/internet/kcp: #64254
> terminating connection to 127.0.0.1:42474
> --- PASS: TestDialAndListen (20.55s)
> === RUN TestBadSegment
> --- PASS: TestBadSegment (0.00s)
> === RUN TestDataSegment
> 2021/10/23 07:19:24 [Info] v2ray.com/core/transport/internet/udp: failed to
> read UDP msg > read udp 127.0.0.1:52694: use of closed network connection
> --- PASS: TestDataSegment (0.00s)
> === RUN Test1ByteDataSegment
> --- PASS: Test1ByteDataSegment (0.00s)
> === RUN TestACKSegment
> --- PASS: TestACKSegment (0.00s)
> === RUN TestCmdSegment
> --- PASS: TestCmdSegment (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/kcp 21.568s
> panic: qtls.ClientHelloInfo doesn't match
>
> goroutine 1 [running]:
> github.com/marten-seemann/qtls-go1-15.init.0()
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/marten-seemann/qtls-go1-15/unsafe.go:20
> +0x132
> FAIL v2ray.com/core/transport/internet/quic 0.006s
> === RUN TestGetOriginalDestination
> 2021/10/23 07:19:02 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP
> to tcp:127.0.0.1:33989
> 2021/10/23 07:19:02 [Info] v2ray.com/core/transport/internet/tcp: failed to
> call getsockopt > protocol not available
> --- PASS: TestGetOriginalDestination (0.00s)
> Failed accept TCP connection: accept tcp 127.0.0.1:33989: use of closed
> network connection
> PASS
> ok v2ray.com/core/transport/internet/tcp 0.004s
> === RUN TestCertificateIssuing
> --- PASS: TestCertificateIssuing (0.00s)
> === RUN TestExpiredCertificate
> --- PASS: TestExpiredCertificate (0.00s)
> === RUN TestInsecureCertificates
> --- PASS: TestInsecureCertificates (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/tls 0.015s
> === RUN TestSameDestinationDispatching
> 2021/10/23 07:19:02 [Debug] v2ray.com/core/transport/internet/udp: dispatch
> request to: udp:127.0.0.1:53
> 2021/10/23 07:19:02 [Info] v2ray.com/core/transport/internet/udp:
> establishing new connection for udp:127.0.0.1:53
> 2021/10/23 07:19:02 [Debug] v2ray.com/core/transport/internet/udp: dispatch
> request to: udp:127.0.0.1:53
> 2021/10/23 07:19:02 [Debug] v2ray.com/core/transport/internet/udp: dispatch
> request to: udp:127.0.0.1:53
> 2021/10/23 07:19:02 [Debug] v2ray.com/core/transport/internet/udp: dispatch
> request to: udp:127.0.0.1:53
> 2021/10/23 07:19:02 [Debug] v2ray.com/core/transport/internet/udp: dispatch
> request to: udp:127.0.0.1:53
> 2021/10/23 07:19:02 [Debug] v2ray.com/core/transport/internet/udp: dispatch
> request to: udp:127.0.0.1:53
> --- PASS: TestSameDestinationDispatching (1.00s)
> PASS
> ok v2ray.com/core/transport/internet/udp 1.010s
> === RUN Test_listenWSAndDial
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/websocket:
> listening TCP(for WS) on 127.0.0.1:13146
> 2021/10/23 07:19:03 [Info] v2ray.com/core/transport/internet/websocket:
> creating connection to tcp:localhost:13146
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/websocket:
> creating connection to tcp:localhost:13146
> 2021/10/23 07:19:08 [Warning] v2ray.com/core/transport/internet/websocket:
> failed to serve http for WebSocket > accept tcp 127.0.0.1:13146: use of
> closed network connection
> --- PASS: Test_listenWSAndDial (5.00s)
> === RUN TestDialWithRemoteAddr
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/websocket:
> listening TCP(for WS) on 127.0.0.1:13148
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/websocket:
> creating connection to tcp:localhost:13148
> 2021/10/23 07:19:08 [Warning] v2ray.com/core/transport/internet/websocket:
> failed to serve http for WebSocket > accept tcp 127.0.0.1:13148: use of
> closed network connection
> --- PASS: TestDialWithRemoteAddr (0.00s)
> === RUN Test_listenWSAndDial_TLS
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/websocket:
> listening TCP(for WS) on 127.0.0.1:13143
> 2021/10/23 07:19:08 [Info] v2ray.com/core/transport/internet/websocket:
> creating connection to tcp:localhost:13143
> 2021/10/23 07:19:08 [Warning] v2ray.com/core/transport/internet/websocket:
> failed to serve http for WebSocket > accept tcp 127.0.0.1:13143: use of
> closed network connection
> --- PASS: Test_listenWSAndDial_TLS (0.00s)
> PASS
> ok v2ray.com/core/transport/internet/websocket 5.010s
> === RUN TestPipeReadWrite
> --- PASS: TestPipeReadWrite (0.00s)
> === RUN TestPipeInterrupt
> --- PASS: TestPipeInterrupt (0.00s)
> === RUN TestPipeClose
> --- PASS: TestPipeClose (0.00s)
> === RUN TestPipeLimitZero
> --- PASS: TestPipeLimitZero (2.00s)
> === RUN TestPipeWriteMultiThread
> --- PASS: TestPipeWriteMultiThread (0.10s)
> === RUN TestInterfaces
> --- PASS: TestInterfaces (0.00s)
> PASS
> ok v2ray.com/core/transport/pipe 2.105s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
> -timeout 30m v2ray.com/core v2ray.com/core/app v2ray.com/core/app/commander
> v2ray.com/core/app/dispatcher v2ray.com/core/app/dns v2ray.com/core/app/log
> v2ray.com/core/app/log/command v2ray.com/core/app/policy
> v2ray.com/core/app/proxyman v2ray.com/core/app/proxyman/command
> v2ray.com/core/app/proxyman/inbound v2ray.com/core/app/proxyman/outbound
> v2ray.com/core/app/reverse v2ray.com/core/app/router
> v2ray.com/core/app/router/command v2ray.com/core/app/stats
> v2ray.com/core/app/stats/command v2ray.com/core/common
> v2ray.com/core/common/antireplay v2ray.com/core/common/bitmask
> v2ray.com/core/common/buf v2ray.com/core/common/bytespool
> v2ray.com/core/common/cmdarg v2ray.com/core/common/crypto
> v2ray.com/core/common/crypto/internal v2ray.com/core/common/dice
> v2ray.com/core/common/errors v2ray.com/core/common/errors/errorgen
> v2ray.com/core/common/log v2ray.com/core/common/mux v2ray.com/core/common/net
> v2ray.com/core/common/peer v2ray.com/core/common/platform
> v2ray.com/core/common/platform/ctlcmd
> v2ray.com/core/common/platform/filesystem v2ray.com/core/common/protocol
> v2ray.com/core/common/protocol/bittorrent v2ray.com/core/common/protocol/dns
> v2ray.com/core/common/protocol/http v2ray.com/core/common/protocol/tls
> v2ray.com/core/common/protocol/tls/cert v2ray.com/core/common/protocol/udp
> v2ray.com/core/common/retry v2ray.com/core/common/serial
> v2ray.com/core/common/session v2ray.com/core/common/signal
> v2ray.com/core/common/signal/done v2ray.com/core/common/signal/pubsub
> v2ray.com/core/common/signal/semaphore v2ray.com/core/common/strmatcher
> v2ray.com/core/common/task v2ray.com/core/common/uuid v2ray.com/core/features
> v2ray.com/core/features/dns v2ray.com/core/features/dns/localdns
> v2ray.com/core/features/inbound v2ray.com/core/features/outbound
> v2ray.com/core/features/policy v2ray.com/core/features/routing
> v2ray.com/core/features/routing/dns v2ray.com/core/features/routing/session
> v2ray.com/core/features/stats v2ray.com/core/infra/conf
> v2ray.com/core/infra/conf/command v2ray.com/core/infra/conf/json
> v2ray.com/core/infra/conf/serial v2ray.com/core/infra/control
> v2ray.com/core/infra/control/main v2ray.com/core/infra/vprotogen
> v2ray.com/core/main v2ray.com/core/main/confloader
> v2ray.com/core/main/confloader/external v2ray.com/core/main/distro/all
> v2ray.com/core/main/distro/debug v2ray.com/core/main/json
> v2ray.com/core/main/jsonem v2ray.com/core/proxy
> v2ray.com/core/proxy/blackhole v2ray.com/core/proxy/dns
> v2ray.com/core/proxy/dokodemo v2ray.com/core/proxy/freedom
> v2ray.com/core/proxy/http v2ray.com/core/proxy/mtproto
> v2ray.com/core/proxy/shadowsocks v2ray.com/core/proxy/socks
> v2ray.com/core/proxy/trojan v2ray.com/core/proxy/vless
> v2ray.com/core/proxy/vless/encoding v2ray.com/core/proxy/vless/inbound
> v2ray.com/core/proxy/vless/outbound v2ray.com/core/proxy/vmess
> v2ray.com/core/proxy/vmess/aead v2ray.com/core/proxy/vmess/encoding
> v2ray.com/core/proxy/vmess/inbound v2ray.com/core/proxy/vmess/outbound
> v2ray.com/core/testing/mocks v2ray.com/core/testing/scenarios
> v2ray.com/core/testing/servers/http v2ray.com/core/testing/servers/tcp
> v2ray.com/core/testing/servers/udp v2ray.com/core/transport
> v2ray.com/core/transport/internet
> v2ray.com/core/transport/internet/domainsocket
> v2ray.com/core/transport/internet/headers/http
> v2ray.com/core/transport/internet/headers/noop
> v2ray.com/core/transport/internet/headers/srtp
> v2ray.com/core/transport/internet/headers/tls
> v2ray.com/core/transport/internet/headers/utp
> v2ray.com/core/transport/internet/headers/wechat
> v2ray.com/core/transport/internet/headers/wireguard
> v2ray.com/core/transport/internet/http v2ray.com/core/transport/internet/kcp
> v2ray.com/core/transport/internet/quic v2ray.com/core/transport/internet/tcp
> v2ray.com/core/transport/internet/tls v2ray.com/core/transport/internet/udp
> v2ray.com/core/transport/internet/websocket v2ray.com/core/transport/pipe
> returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/golang-v2ray-core_4.34.0-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.