linux-arm64-aws at 096edfc9cee6fa79c1004d3b0f061f1105070c37 :: Running /workdir/go/src/make.bash with args ["/workdir/go/src/make.bash"] and env ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "HOSTNAME=buildlet-linux-arm64-aws-rnaf319b1" "GO_BUILDER_ENV=host-linux-arm64-aws" "GO_BUILD_KEY_PATH=/buildkey/gobuildkey" "GO_BUILD_KEY_DELETE_AFTER_READ=true" "DEBIAN_FRONTEND=noninteractive" "GOROOT_BOOTSTRAP=/workdir/go1.4" "HOME=/root" "USER=root" "GO_STAGE0_NET_DELAY=200ms" "GO_STAGE0_DL_DELAY=300ms" "WORKDIR=/workdir" "GO_BUILDER_NAME=linux-arm64-aws" "GOROOT_BOOTSTRAP=/usr/local/go-bootstrap" "GOBIN=" "TMPDIR=/workdir/tmp" "GOCACHE=/workdir/gocache" "GOROOT_BOOTSTRAP=/usr/local/go-bootstrap"] in dir /workdir/go/src Building Go cmd/dist using /usr/local/go-bootstrap. (devel +f14067f3c1 Tue Oct 30 17:45:19 2018 +0000 linux/arm64) Building Go toolchain1 using /usr/local/go-bootstrap. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/arm64. --- Installed Go for linux/arm64 in /workdir/go Installed commands in /workdir/go/bin ##### Testing packages. ok archive/tar 0.015s ok archive/zip 0.228s ok bufio 0.047s ok bytes 1.907s ok compress/bzip2 0.078s ok compress/flate 0.524s ok compress/gzip 0.045s ok compress/lzw 0.069s ok compress/zlib 0.437s ok container/heap 0.014s ok container/list 0.022s ok container/ring 0.012s ok context 0.008s ok crypto 0.003s ok crypto/aes 0.027s ok crypto/cipher 0.005s ok crypto/des 0.004s ok crypto/dsa 0.013s ok crypto/ecdsa 0.012s ok crypto/ed25519 0.101s ok crypto/ed25519/internal/edwards25519 6.748s ok crypto/ed25519/internal/edwards25519/field 2.842s ok crypto/elliptic 0.114s ok crypto/elliptic/internal/fiat 0.026s ok crypto/hmac 0.010s ok crypto/internal/subtle 0.001s ok crypto/md5 0.024s ok crypto/rand 0.008s ok crypto/rc4 0.033s ok crypto/rsa 0.078s ok crypto/sha1 0.005s ok crypto/sha256 0.010s ok crypto/sha512 0.012s ok crypto/subtle 0.003s ok crypto/tls 0.362s ok crypto/x509 0.528s ok database/sql 0.584s ok database/sql/driver 0.007s ok debug/dwarf 0.015s ok debug/elf 0.014s ok debug/gosym 0.016s ok debug/macho 0.007s ok debug/pe 0.011s ok debug/plan9obj 0.001s ok embed/internal/embedtest 0.014s ok encoding/ascii85 0.022s ok encoding/asn1 0.002s ok encoding/base32 0.020s ok encoding/base64 0.008s ok encoding/binary 0.002s ok encoding/csv 0.017s ok encoding/gob 0.011s ok encoding/hex 0.007s ok encoding/json 0.099s ok encoding/pem 0.015s ok encoding/xml 0.024s ok errors 0.016s ok expvar 0.002s ok flag 0.098s ok fmt 0.073s ok go/ast 0.008s ok go/build 0.887s ok go/build/constraint 0.002s ok go/constant 0.005s ok go/doc 0.050s ok go/format 0.016s ok go/importer 0.044s ok go/internal/gccgoimporter 0.006s ok go/internal/gcimporter 3.784s ok go/internal/srcimporter 4.774s ok go/parser 0.029s ok go/printer 0.173s ok go/scanner 0.012s ok go/token 0.012s ok go/types 4.244s ok hash 0.016s ok hash/adler32 0.017s ok hash/crc32 0.009s ok hash/crc64 0.021s ok hash/fnv 0.027s ok hash/maphash 0.063s ok html 0.010s ok html/template 0.114s ok image 0.086s ok image/color 0.021s ok image/draw 0.070s ok image/gif 0.270s ok image/jpeg 0.152s ok image/png 0.021s ok index/suffixarray 0.180s ok internal/abi 0.015s ok internal/cpu 0.003s ok internal/execabs 0.019s ok internal/fmtsort 0.002s ok internal/itoa 0.009s ok internal/poll 0.124s ok internal/profile 0.005s ok internal/reflectlite 0.032s ok internal/singleflight 0.019s ok internal/trace 0.041s ok internal/unsafeheader 0.014s ok internal/xcoff 0.004s ok io 0.041s ok io/fs 0.017s ok io/ioutil 0.006s ok log 0.006s ok log/syslog 1.217s ok math 0.003s ok math/big 1.579s ok math/bits 0.003s ok math/cmplx 0.003s ok math/rand 0.226s ok mime 0.004s ok mime/multipart 0.105s ok mime/quotedprintable 0.005s ok net 9.152s ok net/http 6.406s ok net/http/cgi 0.416s ok net/http/cookiejar 0.008s ok net/http/fcgi 0.105s ok net/http/httptest 0.018s ok net/http/httptrace 0.002s ok net/http/httputil 0.533s ok net/http/internal 0.007s ok net/http/internal/ascii 0.001s ok net/http/pprof 5.062s ok net/internal/socktest 0.021s ok net/mail 0.010s ok net/rpc 0.019s ok net/rpc/jsonrpc 0.011s ok net/smtp 0.010s ok net/textproto 0.025s ok net/url 0.008s ok os 0.617s ok os/exec 0.919s ok os/signal 1.883s ok os/user 0.046s ok path 0.009s ok path/filepath 0.010s ok reflect 0.122s ok regexp 0.099s ok regexp/syntax 0.291s ok runtime 26.167s ok runtime/cgo 0.007s ok runtime/debug 0.031s ok runtime/internal/atomic 0.050s ok runtime/internal/math 0.002s ok runtime/internal/sys 0.028s ok runtime/metrics 0.001s ok runtime/pprof 4.603s ok runtime/trace 0.514s ok sort 0.055s ok strconv 0.344s ok strings 1.311s ok sync 0.345s ok sync/atomic 0.401s ok syscall 0.036s ok testing 0.836s ok testing/fstest 0.023s ok testing/iotest 0.007s ok testing/quick 0.047s ok text/scanner 0.025s ok text/tabwriter 0.028s ok text/template 0.019s ok text/template/parse 0.019s ok time 1.721s ok unicode 0.002s ok unicode/utf16 0.021s ok unicode/utf8 0.005s ok cmd/addr2line 0.871s ok cmd/api 5.721s ok cmd/asm/internal/asm 0.968s ok cmd/asm/internal/lex 0.002s ok cmd/compile/internal/dwarfgen 0.154s ok cmd/compile/internal/importer 2.518s ok cmd/compile/internal/ir 0.001s ok cmd/compile/internal/logopt 0.051s ok cmd/compile/internal/noder 5.606s ok cmd/compile/internal/ssa 0.288s ok cmd/compile/internal/syntax 0.016s ok cmd/compile/internal/test 10.751s ok cmd/compile/internal/typecheck 0.423s ok cmd/compile/internal/types 0.002s ok cmd/compile/internal/types2 0.665s ok cmd/cover 1.614s ok cmd/doc 0.115s ok cmd/fix 1.088s ok cmd/go 25.820s ok cmd/go/internal/auth 0.024s ok cmd/go/internal/cache 0.030s ok cmd/go/internal/fsys 0.018s ok cmd/go/internal/generate 0.009s ok cmd/go/internal/get 0.017s ok cmd/go/internal/imports 0.017s ok cmd/go/internal/load 0.024s ok cmd/go/internal/lockedfile 0.167s ok cmd/go/internal/lockedfile/internal/filelock 0.027s ok cmd/go/internal/modconv 0.007s ok cmd/go/internal/modfetch 0.003s ok cmd/go/internal/modfetch/codehost 0.003s ok cmd/go/internal/modfetch/zip_sum_test 0.022s ok cmd/go/internal/modload 0.023s ok cmd/go/internal/mvs 0.021s ok cmd/go/internal/par 0.015s ok cmd/go/internal/search 0.032s ok cmd/go/internal/test 0.030s ok cmd/go/internal/vcs 0.023s ok cmd/go/internal/web 0.003s ok cmd/go/internal/work 0.009s ok cmd/gofmt 0.017s ok cmd/internal/archive 0.584s ok cmd/internal/buildid 0.104s ok cmd/internal/dwarf 0.003s ok cmd/internal/edit 0.015s ok cmd/internal/goobj 0.014s ok cmd/internal/moddeps 1.224s ok cmd/internal/obj 0.032s ok cmd/internal/obj/arm64 0.130s ok cmd/internal/obj/ppc64 0.070s ok cmd/internal/obj/riscv 0.012s ok cmd/internal/obj/s390x 0.005s ok cmd/internal/obj/x86 2.899s ok cmd/internal/objabi 0.014s ok cmd/internal/pkgpath 0.043s ok cmd/internal/src 0.010s ok cmd/internal/str 0.008s ok cmd/internal/sys 0.010s ok cmd/internal/test2json 0.065s ok cmd/link 8.706s ok cmd/link/internal/benchmark 0.036s ok cmd/link/internal/ld 2.002s ok cmd/link/internal/loader 0.036s ok cmd/nm 1.763s ok cmd/objdump 2.002s ok cmd/pack 1.347s ok cmd/pprof 2.177s ok cmd/trace 0.249s ok cmd/vet 5.984s ##### os/user with tag osusergo ok os/user 0.001s ##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick ok runtime 22.341s ##### cmd/go terminal test skipping terminal test; stdout/stderr not terminals ##### moved GOROOT ok fmt 0.053s ##### Testing without libgcc. ok net 0.006s ok os/user 0.002s ##### internal linking of -buildmode=pie ok reflect 0.126s ok os/user 0.003s ##### sync -cpu=10 ok sync 0.248s ##### Testing race detector ok runtime/race 8.700s ok flag 0.064s ok net 0.130s ok os 0.188s ok os/exec 0.071s ok encoding/gob 0.070s ok flag 0.077s ok os/exec 0.070s ##### ../misc/cgo/stdio PASS ##### ../misc/cgo/life PASS ##### ../misc/cgo/test PASS ok misc/cgo/test 4.069s PASS ok misc/cgo/test 4.115s PASS ok misc/cgo/testtls 0.002s PASS ok misc/cgo/testtls 0.002s PASS ok misc/cgo/testtls 0.002s PASS ok misc/cgo/nocgo 0.003s PASS ok misc/cgo/nocgo 0.014s PASS ok misc/cgo/nocgo 0.003s PASS ok misc/cgo/test 3.985s PASS ok misc/cgo/test 4.174s PASS ok misc/cgo/test 3.737s PASS ok misc/cgo/testtls 0.012s PASS ok misc/cgo/nocgo 0.004s ##### ../misc/cgo/testgodefs PASS ##### ../misc/cgo/testso ok misc/cgo/testso 0.552s ##### ../misc/cgo/testsovar ok misc/cgo/testsovar 0.585s ##### ../misc/cgo/testcshared PASS ##### ../misc/cgo/testshared ok misc/cgo/testshared 32.274s ##### ../misc/cgo/testsanitizers PASS ##### ../misc/cgo/errors PASS ##### ../misc/cgo/testsigfwd ok testsigfwd ##### ../test/bench/go1 ##### ../test ##### ../misc/reboot Building Go cmd/dist using /workdir/go. (devel 096edfc9cee6fa79c1004d3b0f061f1105070c37 linux/arm64) Building Go toolchain1 using /workdir/go. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/arm64. --- Installed Go for linux/arm64 in /workdir/tmp/reboot-goroot3492716432 Installed commands in /workdir/tmp/reboot-goroot3492716432/bin The binaries expect /workdir/tmp/reboot-goroot3492716432 to be copied or moved to /workdir/go PASS All tests passed.