Your message dated Sun, 13 Dec 2020 17:48:41 +0000
with message-id <e1kovu9-000825...@fasolo.debian.org>
and subject line Bug#976940: fixed in golang-refraction-networking-utls 
0.0~git20201210.2179f28-1
has caused the Debian Bug report #976940,
regarding golang-refraction-networking-utls: FTBFS on ppc64el (arch:all-only 
src pkg): dh_auto_test: error: cd obj-powerpc64le-linux-gnu && go test -vet=off 
-v -p 160 github.com/refraction-networking/utls 
github.com/refraction-networking/utls/cpu 
github.com/refraction-networking/utls/testenv returned exit code 1
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.)


-- 
976940: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976940
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-refraction-networking-utls
Version: 0.0~git20201112.f7e7360-1
Severity: serious
Justification: FTBFS on ppc64el
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201209 ftbfs-bullseye ftbfs-ppc64el

Hi,

During a rebuild of all packages in sid, your package failed to build
on ppc64el. At the same time, it did not fail on amd64.

I'm marking this bug as severity:serious since your package has only
Architecture:all binary packages, and should thus, in theory, build
everywhere. Failure to build on ppc64el might indicate a serious issue
in this package or in another package.

But feel free to downgrade or close if you believe that this is only a
build-time issue. (I would personnally prefer a severity:minor bug just to
track that the package can only be built on specific architectures.)

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package golang-refraction-networking-utls
> dpkg-buildpackage: info: source version 0.0~git20201112.f7e7360-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Roger Shimizu <r...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture ppc64el
>  debian/rules clean
> dh clean --buildsystem=golang --with=golang
>    dh_auto_clean -O--buildsystem=golang
>    dh_autoreconf_clean -O--buildsystem=golang
>    dh_clean -O--buildsystem=golang
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building golang-refraction-networking-utls using existing 
> ./golang-refraction-networking-utls_0.0~git20201112.f7e7360.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building golang-refraction-networking-utls in 
> golang-refraction-networking-utls_0.0~git20201112.f7e7360-1.debian.tar.xz
> dpkg-source: info: building golang-refraction-networking-utls in 
> golang-refraction-networking-utls_0.0~git20201112.f7e7360-1.dsc
>  debian/rules binary
> dh binary --buildsystem=golang --with=golang
>    dh_update_autotools_config -O--buildsystem=golang
>    dh_autoreconf -O--buildsystem=golang
>    dh_auto_configure -O--buildsystem=golang
>    dh_auto_build -O--buildsystem=golang
>       cd obj-powerpc64le-linux-gnu && go install -trimpath -v -p 160 
> github.com/refraction-networking/utls 
> github.com/refraction-networking/utls/cpu 
> github.com/refraction-networking/utls/testenv
> golang.org/x/crypto/cryptobyte/asn1
> golang.org/x/crypto/internal/subtle
> github.com/refraction-networking/utls/cpu
> internal/nettrace
> crypto/internal/subtle
> unicode/utf16
> math/bits
> container/list
> runtime/internal/sys
> internal/unsafeheader
> unicode
> internal/cpu
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> unicode/utf8
> internal/race
> sync/atomic
> runtime/internal/atomic
> runtime/cgo
> runtime/internal/math
> math
> internal/bytealg
> internal/testlog
> runtime
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> internal/oserror
> io
> vendor/golang.org/x/net/dns/dnsmessage
> strconv
> syscall
> crypto/internal/randutil
> hash
> bytes
> strings
> crypto/hmac
> golang.org/x/crypto/hkdf
> crypto
> crypto/rc4
> reflect
> bufio
> internal/syscall/execenv
> internal/syscall/unix
> time
> context
> internal/poll
> internal/fmtsort
> encoding/binary
> os
> encoding/base64
> crypto/ed25519/internal/edwards25519
> crypto/sha256
> crypto/sha1
> crypto/sha512
> golang.org/x/crypto/poly1305
> crypto/cipher
> crypto/md5
> golang.org/x/crypto/sha3
> encoding/pem
> crypto/des
> golang.org/x/crypto/chacha20
> crypto/aes
> path/filepath
> runtime/debug
> fmt
> net
> golang.org/x/crypto/chacha20poly1305
> io/ioutil
> os/exec
> encoding/hex
> runtime/trace
> net/url
> golang.org/x/crypto/curve25519
> flag
> math/big
> testing
> github.com/refraction-networking/utls/testenv
> crypto/dsa
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> vendor/golang.org/x/crypto/cryptobyte
> crypto/x509/pkix
> golang.org/x/crypto/cryptobyte
> crypto/ecdsa
> crypto/x509
> github.com/refraction-networking/utls
>    dh_auto_test -O--buildsystem=golang
>       cd obj-powerpc64le-linux-gnu && go test -vet=off -v -p 160 
> github.com/refraction-networking/utls 
> github.com/refraction-networking/utls/cpu 
> github.com/refraction-networking/utls/testenv
> === RUN   TestSignatureSelection
> --- PASS: TestSignatureSelection (0.00s)
> === RUN   TestRoundUp
> --- PASS: TestRoundUp (0.00s)
> === RUN   TestRemovePadding
> --- PASS: TestRemovePadding (0.00s)
> === RUN   TestCertificateSelection
> --- PASS: TestCertificateSelection (0.00s)
> === RUN   TestDynamicRecordSizingWithStreamCipher
> --- PASS: TestDynamicRecordSizingWithStreamCipher (0.01s)
> === RUN   TestDynamicRecordSizingWithCBC
> --- PASS: TestDynamicRecordSizingWithCBC (0.01s)
> === RUN   TestDynamicRecordSizingWithAEAD
> --- PASS: TestDynamicRecordSizingWithAEAD (0.01s)
> === RUN   TestDynamicRecordSizingWithTLSv13
> --- PASS: TestDynamicRecordSizingWithTLSv13 (0.01s)
> === RUN   TestHairpinInClose
> --- PASS: TestHairpinInClose (0.00s)
> === RUN   TestHandshakeClientRSARC4
> === RUN   TestHandshakeClientRSARC4/TLSv10
> === PAUSE TestHandshakeClientRSARC4/TLSv10
> === RUN   TestHandshakeClientRSARC4/TLSv11
> === PAUSE TestHandshakeClientRSARC4/TLSv11
> === RUN   TestHandshakeClientRSARC4/TLSv12
> === PAUSE TestHandshakeClientRSARC4/TLSv12
> === CONT  TestHandshakeClientRSARC4/TLSv10
> === CONT  TestHandshakeClientRSARC4/TLSv12
> === CONT  TestHandshakeClientRSARC4/TLSv11
> --- PASS: TestHandshakeClientRSARC4 (0.00s)
>     --- PASS: TestHandshakeClientRSARC4/TLSv12 (0.00s)
>     --- PASS: TestHandshakeClientRSARC4/TLSv10 (0.00s)
>     --- PASS: TestHandshakeClientRSARC4/TLSv11 (0.00s)
> === RUN   TestHandshakeClientRSAAES128GCM
> === RUN   TestHandshakeClientRSAAES128GCM/TLSv12
> === PAUSE TestHandshakeClientRSAAES128GCM/TLSv12
> === CONT  TestHandshakeClientRSAAES128GCM/TLSv12
> --- PASS: TestHandshakeClientRSAAES128GCM (0.00s)
>     --- PASS: TestHandshakeClientRSAAES128GCM/TLSv12 (0.00s)
> === RUN   TestHandshakeClientRSAAES256GCM
> === RUN   TestHandshakeClientRSAAES256GCM/TLSv12
> === PAUSE TestHandshakeClientRSAAES256GCM/TLSv12
> === CONT  TestHandshakeClientRSAAES256GCM/TLSv12
> --- PASS: TestHandshakeClientRSAAES256GCM (0.00s)
>     --- PASS: TestHandshakeClientRSAAES256GCM/TLSv12 (0.00s)
> === RUN   TestHandshakeClientECDHERSAAES
> === RUN   TestHandshakeClientECDHERSAAES/TLSv10
> === PAUSE TestHandshakeClientECDHERSAAES/TLSv10
> === RUN   TestHandshakeClientECDHERSAAES/TLSv11
> === PAUSE TestHandshakeClientECDHERSAAES/TLSv11
> === RUN   TestHandshakeClientECDHERSAAES/TLSv12
> === PAUSE TestHandshakeClientECDHERSAAES/TLSv12
> === CONT  TestHandshakeClientECDHERSAAES/TLSv10
> === CONT  TestHandshakeClientECDHERSAAES/TLSv12
> === CONT  TestHandshakeClientECDHERSAAES/TLSv11
> --- PASS: TestHandshakeClientECDHERSAAES (0.00s)
>     --- PASS: TestHandshakeClientECDHERSAAES/TLSv11 (0.00s)
>     --- PASS: TestHandshakeClientECDHERSAAES/TLSv12 (0.00s)
>     --- PASS: TestHandshakeClientECDHERSAAES/TLSv10 (0.00s)
> === RUN   TestHandshakeClientECDHEECDSAAES
> === RUN   TestHandshakeClientECDHEECDSAAES/TLSv10
> === PAUSE TestHandshakeClientECDHEECDSAAES/TLSv10
> === RUN   TestHandshakeClientECDHEECDSAAES/TLSv11
> === PAUSE TestHandshakeClientECDHEECDSAAES/TLSv11
> === RUN   TestHandshakeClientECDHEECDSAAES/TLSv12
> === PAUSE TestHandshakeClientECDHEECDSAAES/TLSv12
> === CONT  TestHandshakeClientECDHEECDSAAES/TLSv10
> === CONT  TestHandshakeClientECDHEECDSAAES/TLSv12
> === CONT  TestHandshakeClientECDHEECDSAAES/TLSv11
> --- PASS: TestHandshakeClientECDHEECDSAAES (0.00s)
>     --- PASS: TestHandshakeClientECDHEECDSAAES/TLSv12 (0.04s)
>     --- PASS: TestHandshakeClientECDHEECDSAAES/TLSv10 (0.04s)
>     --- PASS: TestHandshakeClientECDHEECDSAAES/TLSv11 (0.05s)
> === RUN   TestHandshakeClientECDHEECDSAAESGCM
> === RUN   TestHandshakeClientECDHEECDSAAESGCM/TLSv12
> === PAUSE TestHandshakeClientECDHEECDSAAESGCM/TLSv12
> === CONT  TestHandshakeClientECDHEECDSAAESGCM/TLSv12
> --- PASS: TestHandshakeClientECDHEECDSAAESGCM (0.00s)
>     --- PASS: TestHandshakeClientECDHEECDSAAESGCM/TLSv12 (0.03s)
> === RUN   TestHandshakeClientAES256GCMSHA384
> === RUN   TestHandshakeClientAES256GCMSHA384/TLSv12
> === PAUSE TestHandshakeClientAES256GCMSHA384/TLSv12
> === CONT  TestHandshakeClientAES256GCMSHA384/TLSv12
> --- PASS: TestHandshakeClientAES256GCMSHA384 (0.00s)
>     --- PASS: TestHandshakeClientAES256GCMSHA384/TLSv12 (0.04s)
> === RUN   TestHandshakeClientAES128CBCSHA256
> === RUN   TestHandshakeClientAES128CBCSHA256/TLSv12
> === PAUSE TestHandshakeClientAES128CBCSHA256/TLSv12
> === CONT  TestHandshakeClientAES128CBCSHA256/TLSv12
> --- PASS: TestHandshakeClientAES128CBCSHA256 (0.00s)
>     --- PASS: TestHandshakeClientAES128CBCSHA256/TLSv12 (0.00s)
> === RUN   TestHandshakeClientECDHERSAAES128CBCSHA256
> === RUN   TestHandshakeClientECDHERSAAES128CBCSHA256/TLSv12
> === PAUSE TestHandshakeClientECDHERSAAES128CBCSHA256/TLSv12
> === CONT  TestHandshakeClientECDHERSAAES128CBCSHA256/TLSv12
> --- PASS: TestHandshakeClientECDHERSAAES128CBCSHA256 (0.00s)
>     --- PASS: TestHandshakeClientECDHERSAAES128CBCSHA256/TLSv12 (0.00s)
> === RUN   TestHandshakeClientECDHEECDSAAES128CBCSHA256
> === RUN   TestHandshakeClientECDHEECDSAAES128CBCSHA256/TLSv12
> === PAUSE TestHandshakeClientECDHEECDSAAES128CBCSHA256/TLSv12
> === CONT  TestHandshakeClientECDHEECDSAAES128CBCSHA256/TLSv12
> --- PASS: TestHandshakeClientECDHEECDSAAES128CBCSHA256 (0.00s)
>     --- PASS: TestHandshakeClientECDHEECDSAAES128CBCSHA256/TLSv12 (0.04s)
> === RUN   TestHandshakeClientX25519
> === RUN   TestHandshakeClientX25519/TLSv12
> === PAUSE TestHandshakeClientX25519/TLSv12
> === RUN   TestHandshakeClientX25519/TLSv13
> === PAUSE TestHandshakeClientX25519/TLSv13
> === CONT  TestHandshakeClientX25519/TLSv12
> === CONT  TestHandshakeClientX25519/TLSv13
> --- PASS: TestHandshakeClientX25519 (0.00s)
>     --- PASS: TestHandshakeClientX25519/TLSv13 (0.00s)
>     --- PASS: TestHandshakeClientX25519/TLSv12 (0.00s)
> === RUN   TestHandshakeClientP256
> === RUN   TestHandshakeClientP256/TLSv12
> === PAUSE TestHandshakeClientP256/TLSv12
> === RUN   TestHandshakeClientP256/TLSv13
> === PAUSE TestHandshakeClientP256/TLSv13
> === CONT  TestHandshakeClientP256/TLSv12
> === CONT  TestHandshakeClientP256/TLSv13
> --- PASS: TestHandshakeClientP256 (0.00s)
>     --- PASS: TestHandshakeClientP256/TLSv13 (0.00s)
>     --- PASS: TestHandshakeClientP256/TLSv12 (0.00s)
> === RUN   TestHandshakeClientHelloRetryRequest
> === RUN   TestHandshakeClientHelloRetryRequest/TLSv13
> === PAUSE TestHandshakeClientHelloRetryRequest/TLSv13
> === CONT  TestHandshakeClientHelloRetryRequest/TLSv13
> --- PASS: TestHandshakeClientHelloRetryRequest (0.00s)
>     --- PASS: TestHandshakeClientHelloRetryRequest/TLSv13 (0.00s)
> === RUN   TestHandshakeClientECDHERSAChaCha20
> === RUN   TestHandshakeClientECDHERSAChaCha20/TLSv12
> === PAUSE TestHandshakeClientECDHERSAChaCha20/TLSv12
> === CONT  TestHandshakeClientECDHERSAChaCha20/TLSv12
> --- PASS: TestHandshakeClientECDHERSAChaCha20 (0.00s)
>     --- PASS: TestHandshakeClientECDHERSAChaCha20/TLSv12 (0.00s)
> === RUN   TestHandshakeClientECDHEECDSAChaCha20
> === RUN   TestHandshakeClientECDHEECDSAChaCha20/TLSv12
> === PAUSE TestHandshakeClientECDHEECDSAChaCha20/TLSv12
> === CONT  TestHandshakeClientECDHEECDSAChaCha20/TLSv12
> --- PASS: TestHandshakeClientECDHEECDSAChaCha20 (0.00s)
>     --- PASS: TestHandshakeClientECDHEECDSAChaCha20/TLSv12 (0.03s)
> === RUN   TestHandshakeClientAES128SHA256
> === RUN   TestHandshakeClientAES128SHA256/TLSv13
> === PAUSE TestHandshakeClientAES128SHA256/TLSv13
> === CONT  TestHandshakeClientAES128SHA256/TLSv13
> --- PASS: TestHandshakeClientAES128SHA256 (0.00s)
>     --- PASS: TestHandshakeClientAES128SHA256/TLSv13 (0.00s)
> === RUN   TestHandshakeClientAES256SHA384
> === RUN   TestHandshakeClientAES256SHA384/TLSv13
> === PAUSE TestHandshakeClientAES256SHA384/TLSv13
> === CONT  TestHandshakeClientAES256SHA384/TLSv13
> --- PASS: TestHandshakeClientAES256SHA384 (0.00s)
>     --- PASS: TestHandshakeClientAES256SHA384/TLSv13 (0.00s)
> === RUN   TestHandshakeClientCHACHA20SHA256
> === RUN   TestHandshakeClientCHACHA20SHA256/TLSv13
> === PAUSE TestHandshakeClientCHACHA20SHA256/TLSv13
> === CONT  TestHandshakeClientCHACHA20SHA256/TLSv13
> --- PASS: TestHandshakeClientCHACHA20SHA256 (0.00s)
>     --- PASS: TestHandshakeClientCHACHA20SHA256/TLSv13 (0.00s)
> === RUN   TestHandshakeClientECDSATLS13
> === RUN   TestHandshakeClientECDSATLS13/TLSv13
> === PAUSE TestHandshakeClientECDSATLS13/TLSv13
> === CONT  TestHandshakeClientECDSATLS13/TLSv13
> --- PASS: TestHandshakeClientECDSATLS13 (0.00s)
>     --- PASS: TestHandshakeClientECDSATLS13/TLSv13 (0.04s)
> === RUN   TestHandshakeClientCertRSA
> === RUN   TestHandshakeClientCertRSA/TLSv10
> === PAUSE TestHandshakeClientCertRSA/TLSv10
> === RUN   TestHandshakeClientCertRSA/TLSv12
> === PAUSE TestHandshakeClientCertRSA/TLSv12
> === RUN   TestHandshakeClientCertRSA/TLSv10#01
> === PAUSE TestHandshakeClientCertRSA/TLSv10#01
> === RUN   TestHandshakeClientCertRSA/TLSv12#01
> === PAUSE TestHandshakeClientCertRSA/TLSv12#01
> === RUN   TestHandshakeClientCertRSA/TLSv13
> === PAUSE TestHandshakeClientCertRSA/TLSv13
> === RUN   TestHandshakeClientCertRSA/TLSv12#02
> === PAUSE TestHandshakeClientCertRSA/TLSv12#02
> === CONT  TestHandshakeClientCertRSA/TLSv10
> === CONT  TestHandshakeClientCertRSA/TLSv12#01
> === CONT  TestHandshakeClientCertRSA/TLSv10#01
> === CONT  TestHandshakeClientCertRSA/TLSv12#02
> === CONT  TestHandshakeClientCertRSA/TLSv13
> === CONT  TestHandshakeClientCertRSA/TLSv12
> --- PASS: TestHandshakeClientCertRSA (0.00s)
>     --- PASS: TestHandshakeClientCertRSA/TLSv10 (0.01s)
>     --- PASS: TestHandshakeClientCertRSA/TLSv12#02 (0.01s)
>     --- PASS: TestHandshakeClientCertRSA/TLSv12 (0.01s)
>     --- PASS: TestHandshakeClientCertRSA/TLSv10#01 (0.04s)
>     --- PASS: TestHandshakeClientCertRSA/TLSv12#01 (0.05s)
>     --- PASS: TestHandshakeClientCertRSA/TLSv13 (0.05s)
> === RUN   TestHandshakeClientCertECDSA
> === RUN   TestHandshakeClientCertECDSA/TLSv10
> === PAUSE TestHandshakeClientCertECDSA/TLSv10
> === RUN   TestHandshakeClientCertECDSA/TLSv12
> === PAUSE TestHandshakeClientCertECDSA/TLSv12
> === RUN   TestHandshakeClientCertECDSA/TLSv13
> === PAUSE TestHandshakeClientCertECDSA/TLSv13
> === RUN   TestHandshakeClientCertECDSA/TLSv10#01
> === PAUSE TestHandshakeClientCertECDSA/TLSv10#01
> === RUN   TestHandshakeClientCertECDSA/TLSv12#01
> === PAUSE TestHandshakeClientCertECDSA/TLSv12#01
> === CONT  TestHandshakeClientCertECDSA/TLSv10
> === CONT  TestHandshakeClientCertECDSA/TLSv10#01
> === CONT  TestHandshakeClientCertECDSA/TLSv12#01
> === CONT  TestHandshakeClientCertECDSA/TLSv13
> === CONT  TestHandshakeClientCertECDSA/TLSv12
> --- PASS: TestHandshakeClientCertECDSA (0.02s)
>     --- PASS: TestHandshakeClientCertECDSA/TLSv10 (0.03s)
>     --- PASS: TestHandshakeClientCertECDSA/TLSv13 (0.03s)
>     --- PASS: TestHandshakeClientCertECDSA/TLSv12 (0.03s)
>     --- PASS: TestHandshakeClientCertECDSA/TLSv12#01 (0.07s)
>     --- PASS: TestHandshakeClientCertECDSA/TLSv10#01 (0.07s)
> === RUN   TestHandshakeClientCertRSAPSS
> === RUN   TestHandshakeClientCertRSAPSS/TLSv12
> === PAUSE TestHandshakeClientCertRSAPSS/TLSv12
> === RUN   TestHandshakeClientCertRSAPSS/TLSv13
> === PAUSE TestHandshakeClientCertRSAPSS/TLSv13
> === CONT  TestHandshakeClientCertRSAPSS/TLSv12
> === CONT  TestHandshakeClientCertRSAPSS/TLSv13
> --- PASS: TestHandshakeClientCertRSAPSS (0.00s)
>     --- PASS: TestHandshakeClientCertRSAPSS/TLSv12 (0.00s)
>     --- PASS: TestHandshakeClientCertRSAPSS/TLSv13 (0.00s)
> === RUN   TestHandshakeClientCertRSAPKCS1v15
> === RUN   TestHandshakeClientCertRSAPKCS1v15/TLSv12
> === PAUSE TestHandshakeClientCertRSAPKCS1v15/TLSv12
> === CONT  TestHandshakeClientCertRSAPKCS1v15/TLSv12
> --- PASS: TestHandshakeClientCertRSAPKCS1v15 (0.00s)
>     --- PASS: TestHandshakeClientCertRSAPKCS1v15/TLSv12 (0.00s)
> === RUN   TestClientKeyUpdate
> === RUN   TestClientKeyUpdate/TLSv13
> === PAUSE TestClientKeyUpdate/TLSv13
> === CONT  TestClientKeyUpdate/TLSv13
> --- PASS: TestClientKeyUpdate (0.00s)
>     --- PASS: TestClientKeyUpdate/TLSv13 (0.00s)
> === RUN   TestResumption
> === RUN   TestResumption/TLSv12
> === RUN   TestResumption/TLSv13
> --- PASS: TestResumption (0.09s)
>     --- PASS: TestResumption/TLSv12 (0.04s)
>     --- PASS: TestResumption/TLSv13 (0.05s)
> === RUN   TestLRUClientSessionCache
> --- PASS: TestLRUClientSessionCache (0.00s)
> === RUN   TestKeyLogTLS12
> --- PASS: TestKeyLogTLS12 (0.00s)
> === RUN   TestKeyLogTLS13
> --- PASS: TestKeyLogTLS13 (0.00s)
> === RUN   TestHandshakeClientALPNMatch
> === RUN   TestHandshakeClientALPNMatch/TLSv12
> === PAUSE TestHandshakeClientALPNMatch/TLSv12
> === RUN   TestHandshakeClientALPNMatch/TLSv13
> === PAUSE TestHandshakeClientALPNMatch/TLSv13
> === CONT  TestHandshakeClientALPNMatch/TLSv12
> === CONT  TestHandshakeClientALPNMatch/TLSv13
> --- PASS: TestHandshakeClientALPNMatch (0.00s)
>     --- PASS: TestHandshakeClientALPNMatch/TLSv13 (0.00s)
>     --- PASS: TestHandshakeClientALPNMatch/TLSv12 (0.00s)
> === RUN   TestHandshakClientSCTs
> === RUN   TestHandshakClientSCTs/TLSv12
> === PAUSE TestHandshakClientSCTs/TLSv12
> === CONT  TestHandshakClientSCTs/TLSv12
> --- PASS: TestHandshakClientSCTs (0.00s)
>     --- PASS: TestHandshakClientSCTs/TLSv12 (0.00s)
> === RUN   TestRenegotiationRejected
> === RUN   TestRenegotiationRejected/TLSv12
> === PAUSE TestRenegotiationRejected/TLSv12
> === CONT  TestRenegotiationRejected/TLSv12
> --- PASS: TestRenegotiationRejected (0.00s)
>     --- PASS: TestRenegotiationRejected/TLSv12 (0.00s)
> === RUN   TestRenegotiateOnce
> === RUN   TestRenegotiateOnce/TLSv12
> === PAUSE TestRenegotiateOnce/TLSv12
> === CONT  TestRenegotiateOnce/TLSv12
> --- PASS: TestRenegotiateOnce (0.00s)
>     --- PASS: TestRenegotiateOnce/TLSv12 (0.00s)
> === RUN   TestRenegotiateTwice
> === RUN   TestRenegotiateTwice/TLSv12
> === PAUSE TestRenegotiateTwice/TLSv12
> === CONT  TestRenegotiateTwice/TLSv12
> --- PASS: TestRenegotiateTwice (0.00s)
>     --- PASS: TestRenegotiateTwice/TLSv12 (0.01s)
> === RUN   TestRenegotiateTwiceRejected
> === RUN   TestRenegotiateTwiceRejected/TLSv12
> === PAUSE TestRenegotiateTwiceRejected/TLSv12
> === CONT  TestRenegotiateTwiceRejected/TLSv12
> --- PASS: TestRenegotiateTwiceRejected (0.00s)
>     --- PASS: TestRenegotiateTwiceRejected/TLSv12 (0.01s)
> === RUN   TestHandshakeClientExportKeyingMaterial
> === RUN   TestHandshakeClientExportKeyingMaterial/TLSv10
> === PAUSE TestHandshakeClientExportKeyingMaterial/TLSv10
> === RUN   TestHandshakeClientExportKeyingMaterial/TLSv12
> === PAUSE TestHandshakeClientExportKeyingMaterial/TLSv12
> === RUN   TestHandshakeClientExportKeyingMaterial/TLSv13
> === PAUSE TestHandshakeClientExportKeyingMaterial/TLSv13
> === CONT  TestHandshakeClientExportKeyingMaterial/TLSv10
> === CONT  TestHandshakeClientExportKeyingMaterial/TLSv13
> === CONT  TestHandshakeClientExportKeyingMaterial/TLSv12
> --- PASS: TestHandshakeClientExportKeyingMaterial (0.00s)
>     --- PASS: TestHandshakeClientExportKeyingMaterial/TLSv13 (0.00s)
>     --- PASS: TestHandshakeClientExportKeyingMaterial/TLSv12 (0.00s)
>     --- PASS: TestHandshakeClientExportKeyingMaterial/TLSv10 (0.00s)
> === RUN   TestHostnameInSNI
> --- PASS: TestHostnameInSNI (0.00s)
> === RUN   TestServerSelectingUnconfiguredCipherSuite
> --- PASS: TestServerSelectingUnconfiguredCipherSuite (0.00s)
> === RUN   TestVerifyPeerCertificate
> === RUN   TestVerifyPeerCertificate/TLSv12
> === RUN   TestVerifyPeerCertificate/TLSv13
> --- PASS: TestVerifyPeerCertificate (0.05s)
>     --- PASS: TestVerifyPeerCertificate/TLSv12 (0.02s)
>     --- PASS: TestVerifyPeerCertificate/TLSv13 (0.03s)
> === RUN   TestFailedWrite
> --- PASS: TestFailedWrite (0.00s)
> === RUN   TestBuffering
> === RUN   TestBuffering/TLSv12
> === RUN   TestBuffering/TLSv13
> --- PASS: TestBuffering (0.01s)
>     --- PASS: TestBuffering/TLSv12 (0.00s)
>     --- PASS: TestBuffering/TLSv13 (0.01s)
> === RUN   TestAlertFlushing
> --- PASS: TestAlertFlushing (0.00s)
> === RUN   TestHandshakeRace
> === PAUSE TestHandshakeRace
> === RUN   TestGetClientCertificate
> === RUN   TestGetClientCertificate/TLSv12
> === RUN   TestGetClientCertificate/TLSv13
> --- PASS: TestGetClientCertificate (0.04s)
>     --- PASS: TestGetClientCertificate/TLSv12 (0.02s)
>     --- PASS: TestGetClientCertificate/TLSv13 (0.02s)
> === RUN   TestRSAPSSKeyError
> --- PASS: TestRSAPSSKeyError (0.00s)
> === RUN   TestCloseClientConnectionOnIdleServer
> --- PASS: TestCloseClientConnectionOnIdleServer (0.00s)
> === RUN   TestMarshalUnmarshal
> --- PASS: TestMarshalUnmarshal (0.12s)
> === RUN   TestFuzz
> --- PASS: TestFuzz (0.01s)
> === RUN   TestRejectEmptySCTList
> --- PASS: TestRejectEmptySCTList (0.00s)
> === RUN   TestRejectEmptySCT
> --- PASS: TestRejectEmptySCT (0.00s)
> === RUN   TestSimpleError
> --- PASS: TestSimpleError (0.00s)
> === RUN   TestRejectBadProtocolVersion
> --- PASS: TestRejectBadProtocolVersion (0.00s)
> === RUN   TestNoSuiteOverlap
> --- PASS: TestNoSuiteOverlap (0.00s)
> === RUN   TestNoCompressionOverlap
> --- PASS: TestNoCompressionOverlap (0.00s)
> === RUN   TestNoRC4ByDefault
> --- PASS: TestNoRC4ByDefault (0.00s)
> === RUN   TestRejectSNIWithTrailingDot
> --- PASS: TestRejectSNIWithTrailingDot (0.00s)
> === RUN   TestDontSelectECDSAWithRSAKey
> --- PASS: TestDontSelectECDSAWithRSAKey (0.00s)
> === RUN   TestDontSelectRSAWithECDSAKey
> --- PASS: TestDontSelectRSAWithECDSAKey (0.00s)
> === RUN   TestRenegotiationExtension
> --- PASS: TestRenegotiationExtension (0.00s)
> === RUN   TestTLS12OnlyCipherSuites
> --- PASS: TestTLS12OnlyCipherSuites (0.00s)
> === RUN   TestAlertForwarding
> --- PASS: TestAlertForwarding (0.00s)
> === RUN   TestClose
> --- PASS: TestClose (0.00s)
> === RUN   TestVersion
> --- PASS: TestVersion (0.00s)
> === RUN   TestCipherSuitePreference
> --- PASS: TestCipherSuitePreference (0.01s)
> === RUN   TestSCTHandshake
> === RUN   TestSCTHandshake/TLSv12
> === RUN   TestSCTHandshake/TLSv13
> --- PASS: TestSCTHandshake (0.01s)
>     --- PASS: TestSCTHandshake/TLSv12 (0.00s)
>     --- PASS: TestSCTHandshake/TLSv13 (0.00s)
> === RUN   TestCrossVersionResume
> === RUN   TestCrossVersionResume/TLSv12
> === RUN   TestCrossVersionResume/TLSv13
> --- PASS: TestCrossVersionResume (0.02s)
>     --- PASS: TestCrossVersionResume/TLSv12 (0.01s)
>     --- PASS: TestCrossVersionResume/TLSv13 (0.01s)
> === RUN   TestHandshakeServerRSARC4
> === RUN   TestHandshakeServerRSARC4/SSLv3
> === PAUSE TestHandshakeServerRSARC4/SSLv3
> === RUN   TestHandshakeServerRSARC4/TLSv10
> === PAUSE TestHandshakeServerRSARC4/TLSv10
> === RUN   TestHandshakeServerRSARC4/TLSv11
> === PAUSE TestHandshakeServerRSARC4/TLSv11
> === RUN   TestHandshakeServerRSARC4/TLSv12
> === PAUSE TestHandshakeServerRSARC4/TLSv12
> === CONT  TestHandshakeServerRSARC4/SSLv3
> === CONT  TestHandshakeServerRSARC4/TLSv11
> === CONT  TestHandshakeServerRSARC4/TLSv12
> === CONT  TestHandshakeServerRSARC4/TLSv10
> --- PASS: TestHandshakeServerRSARC4 (0.00s)
>     --- PASS: TestHandshakeServerRSARC4/TLSv10 (0.00s)
>     --- PASS: TestHandshakeServerRSARC4/SSLv3 (0.00s)
>     --- PASS: TestHandshakeServerRSARC4/TLSv12 (0.00s)
>     --- PASS: TestHandshakeServerRSARC4/TLSv11 (0.00s)
> === RUN   TestHandshakeServerRSA3DES
> === RUN   TestHandshakeServerRSA3DES/SSLv3
> === PAUSE TestHandshakeServerRSA3DES/SSLv3
> === RUN   TestHandshakeServerRSA3DES/TLSv10
> === PAUSE TestHandshakeServerRSA3DES/TLSv10
> === RUN   TestHandshakeServerRSA3DES/TLSv12
> === PAUSE TestHandshakeServerRSA3DES/TLSv12
> === CONT  TestHandshakeServerRSA3DES/SSLv3
> === CONT  TestHandshakeServerRSA3DES/TLSv12
> === CONT  TestHandshakeServerRSA3DES/TLSv10
> --- PASS: TestHandshakeServerRSA3DES (0.00s)
>     --- PASS: TestHandshakeServerRSA3DES/SSLv3 (0.00s)
>     --- PASS: TestHandshakeServerRSA3DES/TLSv12 (0.00s)
>     --- PASS: TestHandshakeServerRSA3DES/TLSv10 (0.00s)
> === RUN   TestHandshakeServerRSAAES
> === RUN   TestHandshakeServerRSAAES/SSLv3
> === PAUSE TestHandshakeServerRSAAES/SSLv3
> === RUN   TestHandshakeServerRSAAES/TLSv10
> === PAUSE TestHandshakeServerRSAAES/TLSv10
> === RUN   TestHandshakeServerRSAAES/TLSv12
> === PAUSE TestHandshakeServerRSAAES/TLSv12
> === CONT  TestHandshakeServerRSAAES/SSLv3
> === CONT  TestHandshakeServerRSAAES/TLSv12
> === CONT  TestHandshakeServerRSAAES/TLSv10
> --- PASS: TestHandshakeServerRSAAES (0.00s)
>     --- PASS: TestHandshakeServerRSAAES/SSLv3 (0.00s)
>     --- PASS: TestHandshakeServerRSAAES/TLSv12 (0.00s)
>     --- PASS: TestHandshakeServerRSAAES/TLSv10 (0.00s)
> === RUN   TestHandshakeServerAESGCM
> === RUN   TestHandshakeServerAESGCM/TLSv12
> === PAUSE TestHandshakeServerAESGCM/TLSv12
> === CONT  TestHandshakeServerAESGCM/TLSv12
> --- PASS: TestHandshakeServerAESGCM (0.00s)
>     --- PASS: TestHandshakeServerAESGCM/TLSv12 (0.00s)
> === RUN   TestHandshakeServerAES256GCMSHA384
> === RUN   TestHandshakeServerAES256GCMSHA384/TLSv12
> === PAUSE TestHandshakeServerAES256GCMSHA384/TLSv12
> === CONT  TestHandshakeServerAES256GCMSHA384/TLSv12
> --- PASS: TestHandshakeServerAES256GCMSHA384 (0.00s)
>     --- PASS: TestHandshakeServerAES256GCMSHA384/TLSv12 (0.00s)
> === RUN   TestHandshakeServerAES128SHA256
> === RUN   TestHandshakeServerAES128SHA256/TLSv13
> === PAUSE TestHandshakeServerAES128SHA256/TLSv13
> === CONT  TestHandshakeServerAES128SHA256/TLSv13
> --- PASS: TestHandshakeServerAES128SHA256 (0.00s)
>     --- PASS: TestHandshakeServerAES128SHA256/TLSv13 (0.00s)
> === RUN   TestHandshakeServerAES256SHA384
> === RUN   TestHandshakeServerAES256SHA384/TLSv13
> === PAUSE TestHandshakeServerAES256SHA384/TLSv13
> === CONT  TestHandshakeServerAES256SHA384/TLSv13
> --- PASS: TestHandshakeServerAES256SHA384 (0.00s)
>     --- PASS: TestHandshakeServerAES256SHA384/TLSv13 (0.00s)
> === RUN   TestHandshakeServerCHACHA20SHA256
> === RUN   TestHandshakeServerCHACHA20SHA256/TLSv13
> === PAUSE TestHandshakeServerCHACHA20SHA256/TLSv13
> === CONT  TestHandshakeServerCHACHA20SHA256/TLSv13
> --- PASS: TestHandshakeServerCHACHA20SHA256 (0.00s)
>     --- PASS: TestHandshakeServerCHACHA20SHA256/TLSv13 (0.00s)
> === RUN   TestHandshakeServerECDHEECDSAAES
> === RUN   TestHandshakeServerECDHEECDSAAES/TLSv10
> === PAUSE TestHandshakeServerECDHEECDSAAES/TLSv10
> === RUN   TestHandshakeServerECDHEECDSAAES/TLSv12
> === PAUSE TestHandshakeServerECDHEECDSAAES/TLSv12
> === RUN   TestHandshakeServerECDHEECDSAAES/TLSv13
> === PAUSE TestHandshakeServerECDHEECDSAAES/TLSv13
> === CONT  TestHandshakeServerECDHEECDSAAES/TLSv10
> === CONT  TestHandshakeServerECDHEECDSAAES/TLSv13
> === CONT  TestHandshakeServerECDHEECDSAAES/TLSv12
> --- PASS: TestHandshakeServerECDHEECDSAAES (0.00s)
>     --- PASS: TestHandshakeServerECDHEECDSAAES/TLSv13 (0.02s)
>     --- PASS: TestHandshakeServerECDHEECDSAAES/TLSv10 (0.02s)
>     --- PASS: TestHandshakeServerECDHEECDSAAES/TLSv12 (0.02s)
> === RUN   TestHandshakeServerX25519
> === RUN   TestHandshakeServerX25519/TLSv12
> === PAUSE TestHandshakeServerX25519/TLSv12
> === RUN   TestHandshakeServerX25519/TLSv13
> === PAUSE TestHandshakeServerX25519/TLSv13
> === CONT  TestHandshakeServerX25519/TLSv12
> === CONT  TestHandshakeServerX25519/TLSv13
> --- PASS: TestHandshakeServerX25519 (0.00s)
>     --- PASS: TestHandshakeServerX25519/TLSv12 (0.00s)
>     --- PASS: TestHandshakeServerX25519/TLSv13 (0.00s)
> === RUN   TestHandshakeServerP256
> === RUN   TestHandshakeServerP256/TLSv12
> === PAUSE TestHandshakeServerP256/TLSv12
> === RUN   TestHandshakeServerP256/TLSv13
> === PAUSE TestHandshakeServerP256/TLSv13
> === CONT  TestHandshakeServerP256/TLSv12
> === CONT  TestHandshakeServerP256/TLSv13
> --- PASS: TestHandshakeServerP256 (0.00s)
>     --- PASS: TestHandshakeServerP256/TLSv13 (0.00s)
>     --- PASS: TestHandshakeServerP256/TLSv12 (0.00s)
> === RUN   TestHandshakeServerHelloRetryRequest
> === RUN   TestHandshakeServerHelloRetryRequest/TLSv13
> === PAUSE TestHandshakeServerHelloRetryRequest/TLSv13
> === CONT  TestHandshakeServerHelloRetryRequest/TLSv13
> --- PASS: TestHandshakeServerHelloRetryRequest (0.00s)
>     --- PASS: TestHandshakeServerHelloRetryRequest/TLSv13 (0.00s)
> === RUN   TestHandshakeServerALPN
> === RUN   TestHandshakeServerALPN/TLSv12
> === PAUSE TestHandshakeServerALPN/TLSv12
> === RUN   TestHandshakeServerALPN/TLSv13
> === PAUSE TestHandshakeServerALPN/TLSv13
> === CONT  TestHandshakeServerALPN/TLSv12
> === CONT  TestHandshakeServerALPN/TLSv13
> --- PASS: TestHandshakeServerALPN (0.00s)
>     --- PASS: TestHandshakeServerALPN/TLSv13 (0.00s)
>     --- PASS: TestHandshakeServerALPN/TLSv12 (0.00s)
> === RUN   TestHandshakeServerALPNNoMatch
> === RUN   TestHandshakeServerALPNNoMatch/TLSv12
> === PAUSE TestHandshakeServerALPNNoMatch/TLSv12
> === RUN   TestHandshakeServerALPNNoMatch/TLSv13
> === PAUSE TestHandshakeServerALPNNoMatch/TLSv13
> === CONT  TestHandshakeServerALPNNoMatch/TLSv12
> === CONT  TestHandshakeServerALPNNoMatch/TLSv13
> --- PASS: TestHandshakeServerALPNNoMatch (0.00s)
>     --- PASS: TestHandshakeServerALPNNoMatch/TLSv12 (0.00s)
>     --- PASS: TestHandshakeServerALPNNoMatch/TLSv13 (0.00s)
> === RUN   TestHandshakeServerSNI
> === RUN   TestHandshakeServerSNI/TLSv12
> === PAUSE TestHandshakeServerSNI/TLSv12
> === CONT  TestHandshakeServerSNI/TLSv12
> --- PASS: TestHandshakeServerSNI (0.00s)
>     --- PASS: TestHandshakeServerSNI/TLSv12 (0.00s)
> === RUN   TestHandshakeServerSNIGetCertificate
> === RUN   TestHandshakeServerSNIGetCertificate/TLSv12
> === PAUSE TestHandshakeServerSNIGetCertificate/TLSv12
> === CONT  TestHandshakeServerSNIGetCertificate/TLSv12
> --- PASS: TestHandshakeServerSNIGetCertificate (0.00s)
>     --- PASS: TestHandshakeServerSNIGetCertificate/TLSv12 (0.00s)
> === RUN   TestHandshakeServerSNIGetCertificateNotFound
> === RUN   TestHandshakeServerSNIGetCertificateNotFound/TLSv12
> === PAUSE TestHandshakeServerSNIGetCertificateNotFound/TLSv12
> === CONT  TestHandshakeServerSNIGetCertificateNotFound/TLSv12
> --- PASS: TestHandshakeServerSNIGetCertificateNotFound (0.00s)
>     --- PASS: TestHandshakeServerSNIGetCertificateNotFound/TLSv12 (0.00s)
> === RUN   TestHandshakeServerSNIGetCertificateError
> --- PASS: TestHandshakeServerSNIGetCertificateError (0.00s)
> === RUN   TestHandshakeServerEmptyCertificates
> --- PASS: TestHandshakeServerEmptyCertificates (0.00s)
> === RUN   TestCipherSuiteCertPreferenceECDSA
> === RUN   TestCipherSuiteCertPreferenceECDSA/TLSv12
> === PAUSE TestCipherSuiteCertPreferenceECDSA/TLSv12
> === RUN   TestCipherSuiteCertPreferenceECDSA/TLSv12#01
> === PAUSE TestCipherSuiteCertPreferenceECDSA/TLSv12#01
> === CONT  TestCipherSuiteCertPreferenceECDSA/TLSv12
> === CONT  TestCipherSuiteCertPreferenceECDSA/TLSv12#01
> --- PASS: TestCipherSuiteCertPreferenceECDSA (0.00s)
>     --- PASS: TestCipherSuiteCertPreferenceECDSA/TLSv12 (0.00s)
>     --- PASS: TestCipherSuiteCertPreferenceECDSA/TLSv12#01 (0.02s)
> === RUN   TestServerResumption
> === RUN   TestServerResumption/TLSv12
> === RUN   TestServerResumption/TLSv12#01
> === PAUSE TestServerResumption/TLSv12#01
> === RUN   TestServerResumption/TLSv13
> === RUN   TestServerResumption/TLSv13#01
> === PAUSE TestServerResumption/TLSv13#01
> === RUN   TestServerResumption/TLSv13#02
> === PAUSE TestServerResumption/TLSv13#02
> === CONT  TestServerResumption/TLSv12#01
> === CONT  TestServerResumption/TLSv13#02
> === CONT  TestServerResumption/TLSv13#01
> --- PASS: TestServerResumption (0.01s)
>     --- PASS: TestServerResumption/TLSv12 (0.00s)
>     --- PASS: TestServerResumption/TLSv13 (0.00s)
>     --- PASS: TestServerResumption/TLSv12#01 (0.00s)
>     --- PASS: TestServerResumption/TLSv13#02 (0.00s)
>     --- PASS: TestServerResumption/TLSv13#01 (0.00s)
> === RUN   TestServerResumptionDisabled
> === RUN   TestServerResumptionDisabled/TLSv12
> === RUN   TestServerResumptionDisabled/TLSv12#01
> === PAUSE TestServerResumptionDisabled/TLSv12#01
> === RUN   TestServerResumptionDisabled/TLSv13
> === RUN   TestServerResumptionDisabled/TLSv13#01
> === PAUSE TestServerResumptionDisabled/TLSv13#01
> === CONT  TestServerResumptionDisabled/TLSv12#01
> === CONT  TestServerResumptionDisabled/TLSv13#01
> --- PASS: TestServerResumptionDisabled (0.01s)
>     --- PASS: TestServerResumptionDisabled/TLSv12 (0.00s)
>     --- PASS: TestServerResumptionDisabled/TLSv13 (0.01s)
>     --- PASS: TestServerResumptionDisabled/TLSv12#01 (0.00s)
>     --- PASS: TestServerResumptionDisabled/TLSv13#01 (0.00s)
> === RUN   TestFallbackSCSV
> === RUN   TestFallbackSCSV/TLSv11
> === PAUSE TestFallbackSCSV/TLSv11
> === CONT  TestFallbackSCSV/TLSv11
> --- PASS: TestFallbackSCSV (0.00s)
>     --- PASS: TestFallbackSCSV/TLSv11 (0.00s)
> === RUN   TestHandshakeServerExportKeyingMaterial
> === RUN   TestHandshakeServerExportKeyingMaterial/TLSv10
> === PAUSE TestHandshakeServerExportKeyingMaterial/TLSv10
> === RUN   TestHandshakeServerExportKeyingMaterial/TLSv12
> === PAUSE TestHandshakeServerExportKeyingMaterial/TLSv12
> === RUN   TestHandshakeServerExportKeyingMaterial/TLSv13
> === PAUSE TestHandshakeServerExportKeyingMaterial/TLSv13
> === CONT  TestHandshakeServerExportKeyingMaterial/TLSv10
> === CONT  TestHandshakeServerExportKeyingMaterial/TLSv13
> === CONT  TestHandshakeServerExportKeyingMaterial/TLSv12
> --- PASS: TestHandshakeServerExportKeyingMaterial (0.00s)
>     --- PASS: TestHandshakeServerExportKeyingMaterial/TLSv13 (0.00s)
>     --- PASS: TestHandshakeServerExportKeyingMaterial/TLSv10 (0.00s)
>     --- PASS: TestHandshakeServerExportKeyingMaterial/TLSv12 (0.00s)
> === RUN   TestHandshakeServerRSAPKCS1v15
> === RUN   TestHandshakeServerRSAPKCS1v15/TLSv12
> === PAUSE TestHandshakeServerRSAPKCS1v15/TLSv12
> === CONT  TestHandshakeServerRSAPKCS1v15/TLSv12
> --- PASS: TestHandshakeServerRSAPKCS1v15 (0.00s)
>     --- PASS: TestHandshakeServerRSAPKCS1v15/TLSv12 (0.00s)
> === RUN   TestHandshakeServerRSAPSS
> === RUN   TestHandshakeServerRSAPSS/TLSv12
> === PAUSE TestHandshakeServerRSAPSS/TLSv12
> === RUN   TestHandshakeServerRSAPSS/TLSv13
> === PAUSE TestHandshakeServerRSAPSS/TLSv13
> === CONT  TestHandshakeServerRSAPSS/TLSv12
> === CONT  TestHandshakeServerRSAPSS/TLSv13
> --- PASS: TestHandshakeServerRSAPSS (0.00s)
>     --- PASS: TestHandshakeServerRSAPSS/TLSv13 (0.00s)
>     --- PASS: TestHandshakeServerRSAPSS/TLSv12 (0.00s)
> === RUN   TestClientAuth
> === PAUSE TestClientAuth
> === RUN   TestSNIGivenOnFailure
> --- PASS: TestSNIGivenOnFailure (0.00s)
> === RUN   TestGetConfigForClient
> --- PASS: TestGetConfigForClient (0.01s)
> === RUN   TestCloseServerConnectionOnIdleClient
> --- PASS: TestCloseServerConnectionOnIdleClient (0.00s)
> === RUN   TestCloneHash
> --- PASS: TestCloneHash (0.00s)
> === RUN   TestKeyTooSmallForRSAPSS
> --- PASS: TestKeyTooSmallForRSAPSS (0.00s)
> === RUN   TestDeriveSecret
> === RUN   TestDeriveSecret/derive_secret_for_handshake_"tls13_derived"
> === RUN   TestDeriveSecret/derive_secret_"tls13_c_e_traffic"
> --- PASS: TestDeriveSecret (0.00s)
>     --- PASS: TestDeriveSecret/derive_secret_for_handshake_"tls13_derived" 
> (0.00s)
>     --- PASS: TestDeriveSecret/derive_secret_"tls13_c_e_traffic" (0.00s)
> === RUN   TestTrafficKey
> --- PASS: TestTrafficKey (0.00s)
> === RUN   TestExtract
> === RUN   TestExtract/extract_secret_"early"
> === RUN   TestExtract/extract_secret_"master"
> === RUN   TestExtract/extract_secret_"handshake"
> --- PASS: TestExtract (0.00s)
>     --- PASS: TestExtract/extract_secret_"early" (0.00s)
>     --- PASS: TestExtract/extract_secret_"master" (0.00s)
>     --- PASS: TestExtract/extract_secret_"handshake" (0.00s)
> === RUN   TestSplitPreMasterSecret
> --- PASS: TestSplitPreMasterSecret (0.00s)
> === RUN   TestKeysFromPreMasterSecret
> --- PASS: TestKeysFromPreMasterSecret (0.00s)
> === RUN   TestX509KeyPair
> === PAUSE TestX509KeyPair
> === RUN   TestX509KeyPairErrors
> --- PASS: TestX509KeyPairErrors (0.00s)
> === RUN   TestX509MixedKeyPair
> --- PASS: TestX509MixedKeyPair (0.02s)
> === RUN   TestDialTimeout
> --- PASS: TestDialTimeout (0.01s)
> === RUN   TestConnReadNonzeroAndEOF
> --- PASS: TestConnReadNonzeroAndEOF (0.01s)
> === RUN   TestTLSUniqueMatches
> --- PASS: TestTLSUniqueMatches (0.01s)
> === RUN   TestVerifyHostname
>     tls_test.go:340: 
> --- SKIP: TestVerifyHostname (0.00s)
> === RUN   TestConnCloseBreakingWrite
> --- PASS: TestConnCloseBreakingWrite (0.01s)
> === RUN   TestConnCloseWrite
> --- PASS: TestConnCloseWrite (0.00s)
> === RUN   TestWarningAlertFlood
> --- PASS: TestWarningAlertFlood (0.00s)
> === RUN   TestCloneFuncFields
> --- PASS: TestCloneFuncFields (0.00s)
> === RUN   TestCloneNonFuncFields
> --- PASS: TestCloneNonFuncFields (0.00s)
> === RUN   TestConnectionStateMarshal
> --- PASS: TestConnectionStateMarshal (0.00s)
> === RUN   TestConnectionState
> === RUN   TestConnectionState/TLSv12
> === RUN   TestConnectionState/TLSv13
> --- PASS: TestConnectionState (0.01s)
>     --- PASS: TestConnectionState/TLSv12 (0.01s)
>     --- PASS: TestConnectionState/TLSv13 (0.01s)
> === RUN   TestEscapeRoute
> --- PASS: TestEscapeRoute (0.00s)
> === RUN   TestTLS13Switch
> --- PASS: TestTLS13Switch (0.03s)
> === RUN   TestBuildNameToCertificate_doesntModifyCertificates
> --- PASS: TestBuildNameToCertificate_doesntModifyCertificates (0.00s)
> === RUN   TestUTLSMarshalNoOp
> --- PASS: TestUTLSMarshalNoOp (0.00s)
> === RUN   TestUTLSHandshakeClientParrotGolang
> --- PASS: TestUTLSHandshakeClientParrotGolang (0.34s)
> === RUN   TestUTLSHandshakeClientParrotChrome_70
> --- PASS: TestUTLSHandshakeClientParrotChrome_70 (0.20s)
> === RUN   TestUTLSHandshakeClientParrotChrome_58
> --- PASS: TestUTLSHandshakeClientParrotChrome_58 (0.13s)
> === RUN   TestUTLSHandshakeClientParrotFirefox_63
> --- PASS: TestUTLSHandshakeClientParrotFirefox_63 (0.42s)
> === RUN   TestUTLSHandshakeClientParrotFirefox_55
> --- PASS: TestUTLSHandshakeClientParrotFirefox_55 (0.35s)
> === RUN   TestUTLSHandshakeClientParrotChrome_58_setclienthello
> --- PASS: TestUTLSHandshakeClientParrotChrome_58_setclienthello (0.02s)
> === RUN   TestUTLSHelloRetryRequest
> --- PASS: TestUTLSHelloRetryRequest (0.02s)
> === RUN   TestUTLSRemoveSNIExtension
> --- PASS: TestUTLSRemoveSNIExtension (0.02s)
> === RUN   TestUTLSMakeConnWithCompleteHandshake
> --- PASS: TestUTLSMakeConnWithCompleteHandshake (0.00s)
> === CONT  TestHandshakeRace
> === CONT  TestX509KeyPair
> === CONT  TestClientAuth
> === RUN   TestClientAuth/TLSv12
> === PAUSE TestClientAuth/TLSv12
> === RUN   TestClientAuth/TLSv13
> === PAUSE TestClientAuth/TLSv13
> === RUN   TestClientAuth/TLSv12#01
> === PAUSE TestClientAuth/TLSv12#01
> === RUN   TestClientAuth/TLSv13#01
> === PAUSE TestClientAuth/TLSv13#01
> === RUN   TestClientAuth/TLSv12#02
> === PAUSE TestClientAuth/TLSv12#02
> === RUN   TestClientAuth/TLSv13#02
> === PAUSE TestClientAuth/TLSv13#02
> === RUN   TestClientAuth/TLSv12#03
> === PAUSE TestClientAuth/TLSv12#03
> === CONT  TestClientAuth/TLSv12
> === CONT  TestClientAuth/TLSv12#02
> === CONT  TestClientAuth/TLSv13#01
> === CONT  TestClientAuth/TLSv12#03
> === CONT  TestClientAuth/TLSv13#02
> === CONT  TestClientAuth/TLSv12#01
> === CONT  TestClientAuth/TLSv13
> --- PASS: TestX509KeyPair (0.06s)
> --- PASS: TestClientAuth (0.00s)
>     --- PASS: TestClientAuth/TLSv12 (0.01s)
>     --- PASS: TestClientAuth/TLSv12#03 (0.01s)
>     --- PASS: TestClientAuth/TLSv13 (0.01s)
>     --- PASS: TestClientAuth/TLSv12#01 (0.01s)
>     --- PASS: TestClientAuth/TLSv13#01 (0.01s)
>     --- PASS: TestClientAuth/TLSv12#02 (0.06s)
>     --- PASS: TestClientAuth/TLSv13#02 (0.06s)
> --- PASS: TestHandshakeRace (0.16s)
> PASS
> ok    github.com/refraction-networking/utls   2.821s
> === RUN   TestAMD64minimalFeatures
> --- PASS: TestAMD64minimalFeatures (0.00s)
> === RUN   TestAVX2hasAVX
> --- PASS: TestAVX2hasAVX (0.00s)
> === RUN   TestPPC64minimalFeatures
>     cpu_test.go:32: IsPOWER8 expected true, got false
> --- FAIL: TestPPC64minimalFeatures (0.00s)
> FAIL
> FAIL  github.com/refraction-networking/utls/cpu       0.004s
> ?     github.com/refraction-networking/utls/testenv   [no test files]
> FAIL
> dh_auto_test: error: cd obj-powerpc64le-linux-gnu && go test -vet=off -v -p 
> 160 github.com/refraction-networking/utls 
> github.com/refraction-networking/utls/cpu 
> github.com/refraction-networking/utls/testenv returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/12/09/golang-refraction-networking-utls_0.0~git20201112.f7e7360-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 me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on a Power8 cluster part of the
Grid'5000 testbed. Hardware specs: 
https://www.grid5000.fr/w/Grenoble:Hardware#drac

--- End Message ---
--- Begin Message ---
Source: golang-refraction-networking-utls
Source-Version: 0.0~git20201210.2179f28-1
Done: Roger Shimizu <r...@debian.org>

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

Debian distribution maintenance software
pp.
Roger Shimizu <r...@debian.org> (supplier of updated 
golang-refraction-networking-utls 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: Mon, 14 Dec 2020 02:17:22 +0900
Source: golang-refraction-networking-utls
Architecture: source
Version: 0.0~git20201210.2179f28-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Roger Shimizu <r...@debian.org>
Closes: 976940
Changes:
 golang-refraction-networking-utls (0.0~git20201210.2179f28-1) unstable; 
urgency=medium
 .
   * New upstream release upstream/0.0_git20201210.2179f28
     - Implement FingerprintClientHello to generate ClientHelloSpec from
       ClientHello raw bytes.
   * debian/rules:
     - Workaround test fails on ppc64el (Closes: #976940).
Checksums-Sha1:
 0c09b0924237d418ba085199658dde935aab57dd 2514 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1.dsc
 d6f75495c697b70b867e1aea9595e7f787d22196 401336 
golang-refraction-networking-utls_0.0~git20201210.2179f28.orig.tar.xz
 2a1199906b875fbd92eefd32eb11e7068ed33d6c 3656 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1.debian.tar.xz
 3d176ffcfd0f7e03eb6c19cbf9acfeadd4267c23 6045 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1_source.buildinfo
Checksums-Sha256:
 41a5b828a0fc812d2fd7571564bc4606ff6eb1e18e1fb95c1d897c62cfb41803 2514 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1.dsc
 6d793e497abcfb2dc00e27d8d9e27936be2a16fa277904a37567a7c661da5042 401336 
golang-refraction-networking-utls_0.0~git20201210.2179f28.orig.tar.xz
 66220c346a9d621ff4d0866f9d09458199e991038987a9e37397351fed3ffed8 3656 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1.debian.tar.xz
 e00b2c81d1ece8f50ed16738a6e1810134e23c1b8a4d2d3df38203584ffbcbc7 6045 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1_source.buildinfo
Files:
 d05898972305341fb38c6bb78153d3cb 2514 devel optional 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1.dsc
 b755d991e727c4e177c4594807ebe6f4 401336 devel optional 
golang-refraction-networking-utls_0.0~git20201210.2179f28.orig.tar.xz
 3145b4af630df445592de54a6c9bf09e 3656 devel optional 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1.debian.tar.xz
 dec3e17d9f8657d9ea22de5c5f71e0ff 6045 devel optional 
golang-refraction-networking-utls_0.0~git20201210.2179f28-1_source.buildinfo

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

iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAl/WUZgQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qCPkD/4g605+48o482H6Ahac8x0FGhLmMnJezkyd
nS7Hn7nidoGVTsNQ+BxLTQoZ0wnCl6CIfiYdWXMgg88KrGDIc0JcS089nMKbXihK
DYGOj0Sijj5Y5F8AF4acvP4IOW0xWvSn0RYO2stjFZwt85Fc3hoO9VeVArg6XFYU
9LyHDJXq/jHmDsUr4EsOw+3FLVqrfWBQnPQwNZe5gHudhK6ekMUXcy/qHMY2hQlb
wTIm6FgW11WlOXQp6CCIyqy0Jl+LtEO7e9Zes9lJ7UL8VigdoW4Ko//4IcqFrW5M
FQnuj4N8TsNjDabIqKPXUNQ8QRgR1+axb8wazBiepfPiwIBFGynnPTHkdbIvZWZv
ITtWEqJOl9P2AfzwiKqlpbDDn06JB6zUq1wEnF9Dl6eotIvYXBHsQa0mmkbiq2OG
KcDJ6ToW8xZK+n+rFwGCe+CIaVNk1BAH0DTAxNB9JdL15LFGtnX8fUdxyl4PGqZh
Q9GnFb0cSHwpE0raj9XitTMDGIWFdOfmOFLIUADVkPlP3PcnuJMkKH/T9HB4iIA5
OS2jquqqjqptPbavekPOOg6zKymrEU3BBU5foKu1ka+TK2dF7miKVyLsMdZ8iLd1
PfxEEOIWCIw3z9Nqy34WX+VT09rEuEo6FmulfafRnKdtoqYhZiKVlD0Yy0Icj/Du
eN15XqoIAw==
=648b
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to