android-386-emu at d43180429552dd09ba98f1af7bd25c245cf8531e building crypto at 16651526fdb40c41f6e4da1ad8138f08f012e842 testing in module mode; GOMOD=/workdir/gopath/src/golang.org/x/crypto/go.mod :: Running /workdir/go/bin/go with args ["/workdir/go/bin/go" "test" "-short" "golang.org/x/crypto/..."] and env ["PATH=/workdir/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/android/sdk/platform-tools:/android/sdk/build-tools/27.0.3:/android/gradle/bin" "HOSTNAME=buildlet-android-amd64-emu-rn936ba4d" "DEBIAN_FRONTEND=noninteractive" "GO_BUILDER_ENV=android-amd64-emu" "ANDROID_HOME=/android/sdk" "CGO_CFLAGS=-I/android/openal-headers" "CC_FOR_android_386=/android/sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android26-clang" "CC_FOR_android_amd64=/android/sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android26-clang" "HOME=/root" "USER=root" "GO_STAGE0_NET_DELAY=100ms" "GO_STAGE0_DL_DELAY=200ms" "WORKDIR=/workdir" "GOROOT_BOOTSTRAP=/workdir/go1.4" "GO_BUILDER_NAME=android-386-emu" "GOROOT_BOOTSTRAP=/go1.4" "GOARCH=386" "GOOS=android" "GOHOSTARCH=amd64" "GOHOSTOS=linux" "CGO_ENABLED=1" "GOROOT=/workdir/go" "GOPATH=/workdir/gopath" "GOPROXY=http://10.240.0.18:30157" "TMPDIR=/workdir/tmp" "GOCACHE=/workdir/gocache"] in dir /workdir/gopath/src/golang.org/x/crypto go: downloading golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 go: downloading golang.org/x/sys v0.0.0-20190412213103-97732733099d go: downloading golang.org/x/text v0.3.0 --- FAIL: TestFetchCertCancel (0.01s) acme_test.go:929: err = 400 : 400 Bad Request; want context canceled FAIL exitcode=1FAIL golang.org/x/crypto/acme 75.539s ok golang.org/x/crypto/acme/autocert 78.123s ? golang.org/x/crypto/acme/autocert/internal/acmetest [no test files] ? golang.org/x/crypto/acme/internal/acmeprobe [no test files] ok golang.org/x/crypto/argon2 68.007s ok golang.org/x/crypto/bcrypt 68.177s ok golang.org/x/crypto/blake2b 8.128s ok golang.org/x/crypto/blake2s 9.826s ok golang.org/x/crypto/blowfish 3.144s ok golang.org/x/crypto/bn256 3.727s ok golang.org/x/crypto/cast5 0.374s ok golang.org/x/crypto/chacha20 1.225s ok golang.org/x/crypto/chacha20poly1305 1.860s ok golang.org/x/crypto/cryptobyte 1.714s ? golang.org/x/crypto/cryptobyte/asn1 [no test files] ok golang.org/x/crypto/curve25519 1.645s ok golang.org/x/crypto/ed25519 1.475s ? golang.org/x/crypto/ed25519/internal/edwards25519 [no test files] ok golang.org/x/crypto/hkdf 1.229s ok golang.org/x/crypto/internal/subtle 0.699s ok golang.org/x/crypto/md4 0.903s ok golang.org/x/crypto/nacl/auth 0.685s ok golang.org/x/crypto/nacl/box 0.559s ok golang.org/x/crypto/nacl/secretbox 0.651s ok golang.org/x/crypto/nacl/sign 0.792s ok golang.org/x/crypto/ocsp 1.083s ok golang.org/x/crypto/openpgp 12.835s ok golang.org/x/crypto/openpgp/armor 0.728s ok golang.org/x/crypto/openpgp/clearsign 12.917s ok golang.org/x/crypto/openpgp/elgamal 13.082s ? golang.org/x/crypto/openpgp/errors [no test files] ok golang.org/x/crypto/openpgp/packet 12.810s ok golang.org/x/crypto/openpgp/s2k 14.874s ok golang.org/x/crypto/otr 15.591s ok golang.org/x/crypto/pbkdf2 14.601s ok golang.org/x/crypto/pkcs12 15.361s ok golang.org/x/crypto/pkcs12/internal/rc2 1.165s ok golang.org/x/crypto/poly1305 1.360s ok golang.org/x/crypto/ripemd160 0.674s ok golang.org/x/crypto/salsa20 0.738s ok golang.org/x/crypto/salsa20/salsa 0.709s ok golang.org/x/crypto/scrypt 1.764s ok golang.org/x/crypto/sha3 2.932s ok golang.org/x/crypto/ssh 15.581s ok golang.org/x/crypto/ssh/agent 1.854s ok golang.org/x/crypto/ssh/knownhosts 1.522s ok golang.org/x/crypto/ssh/terminal 1.307s ok golang.org/x/crypto/ssh/test 14.395s ok golang.org/x/crypto/tea 14.155s ok golang.org/x/crypto/twofish 14.378s ok golang.org/x/crypto/xtea 0.461s ok golang.org/x/crypto/xts 0.416s FAIL