linux-amd64-race at 91f20a3f7bd339f23da2992809ff0f201d8f0e20 :: 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-jessie-rnc4cf9e0" "DEBIAN_FRONTEND=noninteractive" "HOME=/root" "WORKDIR=/workdir" "GOROOT_BOOTSTRAP=/go1.4" "GO_BUILDER_NAME=linux-amd64-race" "GOBIN="] in dir /workdir/go/src Building Go cmd/dist using /go1.4. Building Go toolchain1 using /go1.4. 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/amd64. --- Installed Go for linux/amd64 in /workdir/go Installed commands in /workdir/go/bin :: Running /workdir/go/bin/go with args ["/workdir/go/bin/go" "install" "-race" "std"] and env ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "HOSTNAME=buildlet-linux-jessie-rnc4cf9e0" "DEBIAN_FRONTEND=noninteractive" "HOME=/root" "WORKDIR=/workdir" "GOROOT_BOOTSTRAP=/go1.4" "GO_BUILDER_NAME=linux-amd64-race" "GOBIN="] in dir /workdir/go/bin ##### Testing packages. ok archive/tar 1.197s ok archive/zip 4.638s ok bufio 1.807s ok bytes 8.039s ok compress/bzip2 2.168s ok compress/flate 11.497s ok compress/gzip 1.653s ok compress/lzw 2.122s ok compress/zlib 10.373s ok container/heap 1.084s ok container/list 1.047s ok container/ring 1.147s ok context 2.050s ok crypto 1.054s ok crypto/aes 1.104s ok crypto/cipher 1.093s ok crypto/des 1.093s ok crypto/dsa 1.047s ok crypto/ecdsa 2.068s ok crypto/elliptic 1.628s ok crypto/hmac 1.048s ok crypto/internal/subtle 1.027s ok crypto/md5 1.037s ok crypto/rand 1.405s ok crypto/rc4 1.964s ok crypto/rsa 1.538s ok crypto/sha1 1.074s ok crypto/sha256 1.037s ok crypto/sha512 1.046s ok crypto/subtle 1.075s ok crypto/tls 2.433s ok crypto/x509 3.537s ok database/sql 1.897s ok database/sql/driver 1.049s ok debug/dwarf 1.075s ok debug/elf 1.166s ok debug/gosym 1.499s ok debug/macho 1.036s ok debug/pe 1.114s ok debug/plan9obj 1.037s ok encoding/ascii85 1.045s ok encoding/asn1 1.040s ok encoding/base32 1.122s ok encoding/base64 1.052s ok encoding/binary 1.038s ok encoding/csv 1.057s ok encoding/gob 1.222s ok encoding/hex 1.074s ok encoding/json 4.550s ok encoding/pem 1.138s ok encoding/xml 1.181s ok errors 1.048s ok expvar 1.070s ok flag 1.033s ok fmt 2.378s ok go/ast 1.064s ok go/build 1.679s ok go/constant 1.038s ok go/doc 1.284s ok go/format 1.113s ok go/importer 1.338s ok go/internal/gccgoimporter 1.070s ok go/internal/gcimporter 17.279s ok go/internal/srcimporter 6.395s ok go/parser 1.273s ok go/printer 3.770s ok go/scanner 1.042s ok go/token 1.178s ok go/types 8.757s ok hash 1.047s ok hash/adler32 1.126s ok hash/crc32 1.138s ok hash/crc64 1.056s ok hash/fnv 1.049s ok html 1.046s ok html/template 1.220s ok image 2.043s ok image/color 1.086s ok image/draw 1.628s ok image/gif 3.424s ok image/jpeg 3.380s ok image/png 1.454s ok index/suffixarray 1.110s ok internal/cpu 1.035s ok internal/poll 1.456s ok internal/singleflight 1.050s ok internal/trace 7.484s ok io 1.102s ok io/ioutil 1.050s ok log 1.053s ok log/syslog 2.299s ok math 1.050s ok math/bits 1.044s ok math/big 6.956s ok math/cmplx 1.050s ok math/rand 6.592s ok mime 1.064s ok mime/multipart 5.311s ok mime/quotedprintable 1.665s ok net 26.617s ok net/http 9.074s ok net/http/cgi 6.381s ok net/http/cookiejar 1.129s ok net/http/fcgi 1.067s ok net/http/httptest 1.150s ok net/http/httptrace 1.087s ok net/http/httputil 1.219s ok net/http/internal 1.054s ok net/http/pprof 3.099s ok net/internal/socktest 1.051s ok net/mail 1.048s ok net/smtp 1.069s ok net/textproto 1.049s ok net/url 1.051s ok net/rpc 1.129s ok net/rpc/jsonrpc 1.089s ok os 9.834s ok os/exec 24.172s ================== WARNING: DATA RACE Read at 0x00c0000ba443 by goroutine 43: testing.(*common).logDepth() /workdir/go/src/testing/testing.go:612 +0x94 testing.(*common).log() /workdir/go/src/testing/testing.go:602 +0x55 testing.(*common).Logf() /workdir/go/src/testing/testing.go:634 +0x86 os/signal_test.TestTerminalSignal.func1() /workdir/go/src/os/signal/signal_cgo_test.go:140 +0x378 Previous write at 0x00c0000ba443 by goroutine 40: testing.tRunner.func1() /workdir/go/src/testing/testing.go:841 +0x337 testing.tRunner() /workdir/go/src/testing/testing.go:854 +0x17e Goroutine 43 (running) created at: os/signal_test.TestTerminalSignal() /workdir/go/src/os/signal/signal_cgo_test.go:116 +0x86f testing.tRunner() /workdir/go/src/testing/testing.go:850 +0x162 Goroutine 40 (running) created at: testing.(*T).Run() /workdir/go/src/testing/testing.go:901 +0x64e testing.runTests.func1() /workdir/go/src/testing/testing.go:1142 +0xa8 testing.tRunner() /workdir/go/src/testing/testing.go:850 +0x162 testing.runTests() /workdir/go/src/testing/testing.go:1140 +0x4ee testing.(*M).Run() /workdir/go/src/testing/testing.go:1057 +0x2ef main.main() _testmain.go:64 +0x221 ================== FAIL FAIL os/signal 18.658s 2018/10/12 04:46:27 Failed: exit status 1 Error: tests failed: dist test failed: go_test:os/signal: exit status 1