Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: test timed out after 3m0s during building #23287

Closed
choleraehyq opened this issue Dec 30, 2017 · 6 comments
Closed

cmd/go: test timed out after 3m0s during building #23287

choleraehyq opened this issue Dec 30, 2017 · 6 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@choleraehyq
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

I'm using 1.9.2 to build current master(acce8268b6).

Does this issue reproduce with the latest release?

Yes.

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/cholerae/gopath"
GORACE=""
GOROOT="/home/cholerae/gopath/go"
GOTOOLDIR="/home/cholerae/gopath/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build645448798=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"

What did you do?

GOROOT_BOOTSTRAP=~/gopath/go1.9.2 ./all.bash

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

All tests pass.

What did you see instead?

Building Go cmd/dist using /home/cholerae/gopath/go1.9.2.
Building Go toolchain1 using /home/cholerae/gopath/go1.9.2.
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.

##### Testing packages.
ok  	archive/tar	0.122s
ok  	archive/zip	5.329s
ok  	bufio	0.266s
ok  	bytes	2.229s
ok  	compress/bzip2	0.199s
ok  	compress/flate	2.611s
ok  	compress/gzip	0.028s
ok  	compress/lzw	0.040s
ok  	compress/zlib	0.134s
ok  	container/heap	0.053s
ok  	container/list	0.013s
ok  	container/ring	0.031s
ok  	context	1.050s
ok  	crypto	0.066s
ok  	crypto/aes	0.096s
ok  	crypto/cipher	0.062s
ok  	crypto/des	0.015s
ok  	crypto/dsa	0.014s
ok  	crypto/ecdsa	0.674s
ok  	crypto/elliptic	0.085s
ok  	crypto/hmac	0.014s
ok  	crypto/md5	0.028s
ok  	crypto/rand	0.109s
ok  	crypto/rc4	0.315s
ok  	crypto/rsa	0.160s
ok  	crypto/sha1	0.058s
ok  	crypto/sha256	0.030s
ok  	crypto/sha512	0.005s
ok  	crypto/subtle	0.039s
ok  	crypto/tls	2.575s
ok  	crypto/x509	3.234s
ok  	database/sql	0.668s
ok  	database/sql/driver	0.052s
ok  	debug/dwarf	0.095s
ok  	debug/elf	0.071s
ok  	debug/gosym	0.610s
ok  	debug/macho	0.003s
ok  	debug/pe	0.064s
ok  	debug/plan9obj	0.024s
ok  	encoding/ascii85	0.066s
ok  	encoding/asn1	0.021s
ok  	encoding/base32	0.061s
ok  	encoding/base64	0.031s
ok  	encoding/binary	0.031s
ok  	encoding/csv	0.018s
ok  	encoding/gob	0.102s
ok  	encoding/hex	0.004s
ok  	encoding/json	1.660s
ok  	encoding/pem	0.065s
ok  	encoding/xml	0.059s
ok  	errors	0.043s
ok  	expvar	0.006s
ok  	flag	0.056s
ok  	fmt	0.307s
ok  	go/ast	0.021s
ok  	go/build	0.234s
ok  	go/constant	0.018s
ok  	go/doc	0.170s
ok  	go/format	0.026s
ok  	go/importer	0.153s
ok  	go/internal/gccgoimporter	0.028s
ok  	go/internal/gcimporter	0.759s
ok  	go/internal/srcimporter	1.967s
ok  	go/parser	0.128s
ok  	go/printer	1.000s
ok  	go/scanner	0.014s
ok  	go/token	0.060s
ok  	go/types	2.532s
ok  	hash	0.058s
ok  	hash/adler32	0.020s
ok  	hash/crc32	0.021s
ok  	hash/crc64	0.004s
ok  	hash/fnv	0.073s
ok  	html	0.040s
ok  	html/template	0.099s
ok  	image	0.331s
ok  	image/color	0.098s
ok  	image/draw	0.098s
ok  	image/gif	1.396s
ok  	image/jpeg	0.487s
ok  	image/png	0.127s
ok  	index/suffixarray	0.060s
ok  	internal/cpu	0.006s
ok  	internal/poll	0.047s
ok  	internal/singleflight	0.041s
ok  	internal/trace	4.019s
ok  	io	0.062s
ok  	io/ioutil	0.065s
ok  	log	0.021s
ok  	log/syslog	1.309s
ok  	math	0.049s
ok  	math/big	7.653s
ok  	math/bits	0.019s
ok  	math/cmplx	0.055s
ok  	math/rand	0.804s
ok  	mime	0.054s
ok  	mime/multipart	1.379s
ok  	mime/quotedprintable	0.332s
ok  	net	2.427s
ok  	net/http	5.163s
ok  	net/http/cgi	1.960s
ok  	net/http/cookiejar	0.054s
ok  	net/http/fcgi	0.064s
ok  	net/http/httptest	0.076s
ok  	net/http/httptrace	0.046s
ok  	net/http/httputil	0.140s
ok  	net/http/internal	0.012s
ok  	net/internal/socktest	0.010s
ok  	net/mail	0.010s
ok  	net/rpc	0.074s
ok  	net/rpc/jsonrpc	0.064s
ok  	net/smtp	0.056s
ok  	net/textproto	0.071s
ok  	net/url	0.042s
ok  	os	0.918s
ok  	os/exec	1.105s
ok  	os/signal	5.474s
ok  	os/user	0.005s
ok  	path	0.013s
ok  	path/filepath	0.046s
ok  	reflect	0.592s
ok  	regexp	0.474s
ok  	regexp/syntax	1.858s
ok  	runtime	104.670s
ok  	runtime/debug	0.069s
ok  	runtime/internal/atomic	0.143s
ok  	runtime/internal/sys	0.039s
ok  	runtime/pprof	5.060s
ok  	runtime/pprof/internal/profile	0.034s
ok  	runtime/trace	8.853s
ok  	sort	0.149s
ok  	strconv	1.723s
ok  	strings	0.614s
ok  	sync	0.741s
ok  	sync/atomic	0.344s
ok  	syscall	0.142s
ok  	testing	1.420s
ok  	testing/quick	0.331s
ok  	text/scanner	0.052s
ok  	text/tabwriter	0.010s
ok  	text/template	1.048s
ok  	text/template/parse	0.021s
ok  	time	3.258s
ok  	unicode	0.024s
ok  	unicode/utf16	0.049s
ok  	unicode/utf8	0.026s
ok  	vendor/golang_org/x/crypto/chacha20poly1305	0.128s
ok  	vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20	0.006s
ok  	vendor/golang_org/x/crypto/cryptobyte	0.050s
ok  	vendor/golang_org/x/crypto/curve25519	0.096s
ok  	vendor/golang_org/x/crypto/poly1305	0.005s
ok  	vendor/golang_org/x/net/http2/hpack	0.032s
ok  	vendor/golang_org/x/net/idna	0.065s
ok  	vendor/golang_org/x/net/lex/httplex	0.045s
ok  	vendor/golang_org/x/net/nettest	1.593s
ok  	vendor/golang_org/x/net/proxy	0.052s
ok  	vendor/golang_org/x/text/transform	0.020s
ok  	vendor/golang_org/x/text/unicode/norm	0.088s
ok  	cmd/addr2line	6.011s
ok  	cmd/api	0.038s
ok  	cmd/asm/internal/asm	1.138s
ok  	cmd/asm/internal/lex	0.028s
ok  	cmd/compile	28.832s
ok  	cmd/compile/internal/gc	95.153s
ok  	cmd/compile/internal/ssa	0.590s
ok  	cmd/compile/internal/syntax	0.095s
ok  	cmd/compile/internal/test	0.013s [no tests to run]
ok  	cmd/compile/internal/types	0.026s
ok  	cmd/cover	3.232s
ok  	cmd/doc	0.147s
ok  	cmd/fix	0.100s
panic: test timed out after 3m0s

goroutine 988 [running]:
testing.(*M).startAlarm.func1()
	/home/cholerae/test/go/src/testing/testing.go:1240 +0xe8
created by time.goFunc
	/home/cholerae/test/go/src/time/sleep.go:172 +0x44

goroutine 1 [chan receive]:
testing.tRunner.func1(0xc42021c000)
	/home/cholerae/test/go/src/testing/testing.go:753 +0x111
testing.tRunner(0xc42021c000, 0xc420177b48)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
testing.runTests(0xc42019c9e0, 0xbc0fa0, 0xfd, 0xfd, 0xc420177be8)
	/home/cholerae/test/go/src/testing/testing.go:1061 +0x2bb
testing.(*M).Run(0xc4201a4580, 0x0)
	/home/cholerae/test/go/src/testing/testing.go:978 +0x168
cmd/go_test.TestMain(0xc4201a4580)
	/home/cholerae/test/go/src/cmd/go/go_test.go:186 +0x19e
main.main()
	_testmain.go:546 +0x151

goroutine 5 [syscall, 2 minutes]:
os/signal.signal_recv(0x0)
	/home/cholerae/test/go/src/runtime/sigqueue.go:139 +0xa6
os/signal.loop()
	/home/cholerae/test/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.0
	/home/cholerae/test/go/src/os/signal/signal_unix.go:28 +0x41

goroutine 47 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42028e4b0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420248a00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoInstallDetectsRemovedFilesInPackageMain(0xc42028e4b0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1078 +0x6c
testing.tRunner(0xc42028e4b0, 0x95ab80)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 88 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42036c000)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc42036e000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestNonCanonicalImportPaths(0xc42036c000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1495 +0x6c
testing.tRunner(0xc42036c000, 0x95aec8)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 25 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021c1e0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420220140)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestFileLineInErrorMessages(0xc42021c1e0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:777 +0x6c
testing.tRunner(0xc42021c1e0, 0x95aa38)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 26 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021c2d0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420220280)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestProgramNameInCrashMessages(0xc42021c2d0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:791 +0x6c
testing.tRunner(0xc42021c2d0, 0x95af00)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 13 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc420422000)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bfa40)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoInstallRebuildsStalePackagesInOtherGOPATH(0xc420422000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:979 +0x7d
testing.tRunner(0xc420422000, 0x95aba0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 294 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc420423950)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bea00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestSymlinkWarning(0xc420423950)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2279 +0x6c
testing.tRunner(0xc420423950, 0x95af68)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 14 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4204220f0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bfb80)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoInstallDetectsRemovedFiles(0xc4204220f0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1009 +0x6c
testing.tRunner(0xc4204220f0, 0x95ab88)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 386 [chan receive]:
testing.tRunner.func1(0xc42021c4b0)
	/home/cholerae/test/go/src/testing/testing.go:753 +0x111
testing.tRunner(0xc42021c4b0, 0x95adf0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 376 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c04b0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4204b8780)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCgoPkgConfig(0xc4202c04b0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2735 +0x8c
testing.tRunner(0xc4202c04b0, 0x95a980)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 269 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4204230e0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420221cc0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoTestDashCDashOControlsBinaryLocation(0xc4204230e0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2091 +0x6c
testing.tRunner(0xc4204230e0, 0x95ac08)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 311 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42028e3c0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420314140)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCoverageSyncAtomicImport(0xc42028e3c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2456 +0x6c
testing.tRunner(0xc42028e3c0, 0x95a9c0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 184 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4204224b0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420220dc0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestPackageMainTestImportsArchiveNotBinary(0xc4204224b0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1579 +0x7d
testing.tRunner(0xc4204224b0, 0x95aed8)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 250 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d4a0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420249cc0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCoveragePattern(0xc42021d4a0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2474 +0x72
testing.tRunner(0xc42021d4a0, 0x95a9b0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 533 [chan send]:
testing.tRunner.func1(0xc42036d3b0)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42036d3b0, 0x95aa60)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 700 [chan send]:
testing.tRunner.func1(0xc42021da40)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42021da40, 0x95acf8)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 270 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4204231d0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420221e00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoTestDashOWritesBinary(0xc4204231d0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2100 +0x6c
testing.tRunner(0xc4204231d0, 0x95ac18)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 251 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d590)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420249e00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCoverageErrorLine(0xc42021d590)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2488 +0x7d
testing.tRunner(0xc42021d590, 0x95a998)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 292 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc420423770)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200be780)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestInstallWithTags(0xc420423770)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2206 +0x6c
testing.tRunner(0xc420423770, 0x95ad30)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 233 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021c870)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420248c80)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoListHasAConsistentOrder(0xc42021c870)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1790 +0x6c
testing.tRunner(0xc42021c870, 0x95abc8)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 232 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021c780)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420248b40)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoTestWithPackageListedMultipleTimes(0xc42021c780)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1780 +0x6c
testing.tRunner(0xc42021c780, 0x95ac90)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 271 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4204232c0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200be000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoTestDashIDashOWritesBinary(0xc4204232c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2109 +0x6c
testing.tRunner(0xc4204232c0, 0x95ac10)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 234 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021c960)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420248dc0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoListStdDoesNotIncludeCommands(0xc42021c960)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1802 +0x6c
testing.tRunner(0xc42021c960, 0x95abd8)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 235 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021ca50)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420248f00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoListCmdOnlyShowsCommands(0xc42021ca50)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1810 +0x6f
testing.tRunner(0xc42021ca50, 0x95abb0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 239 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021cc30)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420249180)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoListDeps(0xc42021cc30)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1837 +0x6c
testing.tRunner(0xc42021cc30, 0x95abc0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 241 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021ce10)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420249400)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGOROOTSearchFailureReporting(0xc42021ce10)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1862 +0x72
testing.tRunner(0xc42021ce10, 0x95aa48)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 240 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021cd20)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4202492c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestUnsuccessfulGoInstallShouldMentionMissingPackage(0xc42021cd20)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1852 +0x6c
testing.tRunner(0xc42021cd20, 0x95afc8)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 242 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021cf00)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420249540)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestMultipleGOPATHEntriesReportedSeparately(0xc42021cf00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1872 +0x7d
testing.tRunner(0xc42021cf00, 0x95aea8)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 243 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021cff0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420249680)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestMentionGOPATHInFirstGOPATHEntry(0xc42021cff0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1885 +0x80
testing.tRunner(0xc42021cff0, 0x95ae88)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 244 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d0e0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4202497c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestMentionGOPATHNotOnSecondEntry(0xc42021d0e0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1898 +0x80
testing.tRunner(0xc42021d0e0, 0x95ae90)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 245 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d1d0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420249900)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestDefaultGOPATH(0xc42021d1d0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:1921 +0x6c
testing.tRunner(0xc42021d1d0, 0x95a9f0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 202 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42036c3c0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc42036e500)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestLdflagsArgumentsWithSpacesIssue3941(0xc42036c3c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2028 +0x6c
testing.tRunner(0xc42036c3c0, 0x95ade0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 253 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d770)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4204b8140)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCoverageFunc(0xc42021d770)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2528 +0x7d
testing.tRunner(0xc42021d770, 0x95a9a0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 252 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d680)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4204b8000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestTestBuildFailureOutput(0xc42021d680)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2517 +0x6c
testing.tRunner(0xc42021d680, 0x95af90)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 293 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc420423860)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200be8c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCaseCollisions(0xc420423860)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2233 +0x7d
testing.tRunner(0xc420423860, 0x95a950)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 406 [chan send]:
testing.tRunner.func1(0xc420422690)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc420422690, 0x95acf0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 607 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c10e0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4202212c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCacheCoverage(0xc4202c10e0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4969 +0xb8
testing.tRunner(0xc4202c10e0, 0x95a940)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 372 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c0000)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4204b83c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCgoAsmError(0xc4202c0000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2662 +0x51
testing.tRunner(0xc4202c0000, 0x95a958)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 375 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c03c0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4204b8640)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCgoHandlesWlORIGIN(0xc4202c03c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2719 +0x7b
testing.tRunner(0xc4202c03c0, 0x95a978)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 509 [chan send]:
testing.tRunner.func1(0xc42036ce10)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
runtime.Goexit()
	/home/cholerae/test/go/src/runtime/panic.go:377 +0x117
testing.(*common).SkipNow(0xc42036ce10)
	/home/cholerae/test/go/src/testing/testing.go:623 +0x39
testing.(*common).Skip(0xc42036ce10, 0xc4204b0f68, 0x1, 0x1)
	/home/cholerae/test/go/src/testing/testing.go:603 +0x6f
cmd/go_test.TestCgoConsistentResults(0xc42036ce10)
	/home/cholerae/test/go/src/cmd/go/go_test.go:3853 +0x51b
testing.tRunner(0xc42036ce10, 0x95a960)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 416 [chan send]:
testing.tRunner.func1(0xc420422c30)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc420422c30, 0x95ab98)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 531 [chan send]:
testing.tRunner.func1(0xc42036d1d0)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42036d1d0, 0x95a8f0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 391 [chan send]:
testing.tRunner.func1(0xc42021cb40)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42021cb40, 0x95a910)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 374 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c01e0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4204b8500)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCgoShowsFullPathNames(0xc4202c01e0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2702 +0x7b
testing.tRunner(0xc4202c01e0, 0x95a988)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 987 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26c2d0, 0x72, 0xc42043ace8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42008e748, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc42008e748, 0xc4204da201, 0x200, 0x200)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42008e730, 0xc4204da200, 0x200, 0x200, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42019e1b0, 0xc4204da200, 0x200, 0x200, 0xc4204da200, 0x0, 0x0)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42019e1b0, 0xc4204da200, 0x200, 0x200, 0xc42043ae58, 0x494e5c, 0xc42043ae60)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc4200bf248, 0x99bca0, 0xc42019e1b0, 0x7f88de270ff0, 0xc4200bf248, 0xc42043ae01)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc4200bf248, 0x99bca0, 0xc42019e1b0, 0x0, 0x0, 0x0, 0xc420392730, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc4200bf248, 0x99bca0, 0xc42019e1b0, 0x404d15, 0xc420c65320, 0xc42043afb0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420c65320, 0xc42043afb0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc420164000, 0xc42000c0e0)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d

goroutine 984 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26caf0, 0x72, 0xc4204374e8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420392bf8, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc420392bf8, 0xc4202da601, 0x600, 0x600)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420392be0, 0xc4202da600, 0x600, 0x600, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42000e458, 0xc4202da600, 0x600, 0x600, 0x200000003, 0xc420255e00, 0x40ee9d)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42000e458, 0xc4202da600, 0x600, 0x600, 0xc420437658, 0x494e5c, 0xc420437660)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc420221aa0, 0x99bca0, 0xc42000e458, 0x7f88de270ff0, 0xc420221aa0, 0xc420437601)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc420221aa0, 0x99bca0, 0xc42000e458, 0x0, 0x0, 0x0, 0xc42019bd60, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc420221aa0, 0x99bca0, 0xc42000e458, 0x404d15, 0xc420c64b40, 0xc4204377b0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420c64b40, 0xc4204377b0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc4201651e0, 0xc42011dc80)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d

goroutine 430 [chan send]:
testing.tRunner.func1(0xc42021dc20)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42021dc20, 0x95aad0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 532 [chan send]:
testing.tRunner.func1(0xc42036d2c0)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42036d2c0, 0x95a8b0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 407 [chan send]:
testing.tRunner.func1(0xc420422780)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc420422780, 0x95ace8)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 443 [chan send]:
testing.tRunner.func1(0xc4202c0c30)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4202c0c30, 0x95a990)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 449 [chan send]:
testing.tRunner.func1(0xc4202c0e10)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4202c0e10, 0x95aa20)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 508 [chan send]:
testing.tRunner.func1(0xc42036cd20)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42036cd20, 0x95aef0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 384 [chan send]:
testing.tRunner.func1(0xc42036c0f0)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42036c0f0, 0x95ac80)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 604 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c0780)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420220f00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGOTMPDIR(0xc4202c0780)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4891 +0x6c
testing.tRunner(0xc4202c0780, 0x95aa50)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 441 [chan send]:
testing.tRunner.func1(0xc4202c0a50)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4202c0a50, 0x95ade8)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 535 [chan send]:
testing.tRunner.func1(0xc42036d590)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc42036d590, 0x95aac0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 474 [chan send]:
testing.tRunner.func1(0xc420422e10)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc420422e10, 0x95ae48)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 642 [chan send]:
testing.tRunner.func1(0xc4202c13b0)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4202c13b0, 0x95adb0)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 609 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c12c0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420221540)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestIssue22531(0xc4202c12c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4999 +0xc6
testing.tRunner(0xc4202c12c0, 0x95ada0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 608 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c11d0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420221400)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestIssue22588(0xc4202c11d0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4982 +0x6c
testing.tRunner(0xc4202c11d0, 0x95ada8)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 606 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c0960)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420221180)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestCacheOutput(0xc4202c0960)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4943 +0xc9
testing.tRunner(0xc4202c0960, 0x95a948)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 522 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d3b0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420248780)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestGoTestRaceCoverModeFailures(0xc42021d3b0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4581 +0x54
testing.tRunner(0xc42021d3b0, 0x95ac78)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 442 [chan send]:
testing.tRunner.func1(0xc4202c0b40)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4202c0b40, 0x95add8)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 776 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d950)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bf040)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021d950)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42021d950, 0xc4203ce570)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 518 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021c3c0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420248000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestNeedVersion(0xc42021c3c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4515 +0x6c
testing.tRunner(0xc42021c3c0, 0x95aeb0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 578 [chan send]:
testing.tRunner.func1(0xc4202c0f00)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4202c0f00, 0x95aa00)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 605 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc4202c0870)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc420221040)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestBuildCache(0xc4202c0870)
	/home/cholerae/test/go/src/cmd/go/go_test.go:4908 +0xc6
testing.tRunner(0xc4202c0870, 0x95a900)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 985 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26c540, 0x72, 0xc42043b4e8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420392c98, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc420392c98, 0xc4204dac01, 0x200, 0x200)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420392c80, 0xc4204dac00, 0x200, 0x200, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42000e470, 0xc4204dac00, 0x200, 0x200, 0x200000003, 0xc420b52f00, 0x40ee9d)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42000e470, 0xc4204dac00, 0x200, 0x200, 0xc42043b658, 0x494e5c, 0xc42043b660)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc420221b08, 0x99bca0, 0xc42000e470, 0x7f88de270ff0, 0xc420221b08, 0xc42043b601)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc420221b08, 0x99bca0, 0xc42000e470, 0x0, 0x0, 0x0, 0xc42037a3c0, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc420221b08, 0x99bca0, 0xc42000e470, 0x404d15, 0xc420206060, 0xc42043b7b0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420206060, 0xc42043b7b0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc4201651e0, 0xc42011dcc0)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d

goroutine 643 [syscall]:
syscall.Syscall6(0xf7, 0x1, 0x2576, 0xc4203d2b30, 0x1000004, 0x0, 0x0, 0x0, 0xc420182400, 0x0)
	/home/cholerae/test/go/src/syscall/asm_linux_amd64.s:44 +0x5
os.(*Process).blockUntilWaitable(0xc42046ce10, 0x0, 0x0, 0x5)
	/home/cholerae/test/go/src/os/wait_waitid.go:31 +0x98
os.(*Process).wait(0xc42046ce10, 0xc420392460, 0xc420164e98, 0xc420164e98)
	/home/cholerae/test/go/src/os/exec_unix.go:22 +0x3c
os.(*Process).Wait(0xc42046ce10, 0x95b898, 0x95b8a0, 0x95b890)
	/home/cholerae/test/go/src/os/exec.go:117 +0x2b
os/exec.(*Cmd).Wait(0xc420164dc0, 0x0, 0x0)
	/home/cholerae/test/go/src/os/exec/exec.go:456 +0x5c
os/exec.(*Cmd).Run(0xc420164dc0, 0x8, 0xc4204a0b40)
	/home/cholerae/test/go/src/os/exec/exec.go:300 +0x5c
cmd/go_test.(*testgoData).doRun(0xc420221900, 0xc4204a0b40, 0x4, 0x4, 0x0, 0x1a)
	/home/cholerae/test/go/src/cmd/go/go_test.go:370 +0x3dd
cmd/go_test.(*testgoData).run(0xc420221900, 0xc4204a0b40, 0x4, 0x4)
	/home/cholerae/test/go/src/cmd/go/go_test.go:386 +0x72
cmd/go_test.TestTestCache(0xc4202c14a0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:5062 +0x1b2
testing.tRunner(0xc4202c14a0, 0x95afa0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 644 [syscall]:
syscall.Syscall6(0xf7, 0x1, 0x2630, 0xc4203c57b8, 0x1000004, 0x0, 0x0, 0x0, 0xbc5aa0, 0x0)
	/home/cholerae/test/go/src/syscall/asm_linux_amd64.s:44 +0x5
os.(*Process).blockUntilWaitable(0xc42046d8c0, 0x0, 0x0, 0x3)
	/home/cholerae/test/go/src/os/wait_waitid.go:31 +0x98
os.(*Process).wait(0xc42046d8c0, 0xc4201d6b70, 0xc4201652b8, 0xc4201652b8)
	/home/cholerae/test/go/src/os/exec_unix.go:22 +0x3c
os.(*Process).Wait(0xc42046d8c0, 0x95b898, 0x95b8a0, 0x95b890)
	/home/cholerae/test/go/src/os/exec.go:117 +0x2b
os/exec.(*Cmd).Wait(0xc4201651e0, 0x0, 0x0)
	/home/cholerae/test/go/src/os/exec/exec.go:456 +0x5c
os/exec.(*Cmd).Run(0xc4201651e0, 0x8, 0xc42011dc20)
	/home/cholerae/test/go/src/os/exec/exec.go:300 +0x5c
cmd/go_test.(*testgoData).doRun(0xc420221a40, 0xc42011dc20, 0x2, 0x2, 0x0, 0x0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:370 +0x3dd
cmd/go_test.(*testgoData).run(0xc420221a40, 0xc42011dc20, 0x2, 0x2)
	/home/cholerae/test/go/src/cmd/go/go_test.go:386 +0x72
cmd/go_test.TestTestCacheInputs(0xc4202c1590)
	/home/cholerae/test/go/src/cmd/go/go_test.go:5180 +0xa31
testing.tRunner(0xc4202c1590, 0x95af98)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 645 [syscall]:
syscall.Syscall6(0xf7, 0x1, 0x2626, 0xc420283b78, 0x1000004, 0x0, 0x0, 0x0, 0xc420182800, 0x0)
	/home/cholerae/test/go/src/syscall/asm_linux_amd64.s:44 +0x5
os.(*Process).blockUntilWaitable(0xc42046d590, 0x0, 0x0, 0x3)
	/home/cholerae/test/go/src/os/wait_waitid.go:31 +0x98
os.(*Process).wait(0xc42046d590, 0xc4201d6ab0, 0xc420165158, 0xc420165158)
	/home/cholerae/test/go/src/os/exec_unix.go:22 +0x3c
os.(*Process).Wait(0xc42046d590, 0x95b898, 0x95b8a0, 0x95b890)
	/home/cholerae/test/go/src/os/exec.go:117 +0x2b
os/exec.(*Cmd).Wait(0xc420165080, 0x0, 0x0)
	/home/cholerae/test/go/src/os/exec/exec.go:456 +0x5c
os/exec.(*Cmd).Run(0xc420165080, 0x8, 0xc42011daa0)
	/home/cholerae/test/go/src/os/exec/exec.go:300 +0x5c
cmd/go_test.(*testgoData).doRun(0xc420221b80, 0xc42011daa0, 0x2, 0x2, 0xc4202a6f60, 0x14)
	/home/cholerae/test/go/src/cmd/go/go_test.go:370 +0x3dd
cmd/go_test.(*testgoData).runFail(0xc420221b80, 0xc42011daa0, 0x2, 0x2)
	/home/cholerae/test/go/src/cmd/go/go_test.go:395 +0x66
cmd/go_test.TestTestVet(0xc4202c1680)
	/home/cholerae/test/go/src/cmd/go/go_test.go:5268 +0x3b2
testing.tRunner(0xc4202c1680, 0x95afc0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 646 [chan send]:
testing.tRunner.func1(0xc4202c1770)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4202c1770, 0x95ad00)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 660 [chan send]:
testing.tRunner.func1(0xc4204221e0)
	/home/cholerae/test/go/src/testing/testing.go:772 +0x177
testing.tRunner(0xc4204221e0, 0x95ac40)
	/home/cholerae/test/go/src/testing/testing.go:783 +0xe6
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 775 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d860)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bef00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021d860)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42021d860, 0xc4203ce510)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 788 [chan receive]:
testing.runTests.func1.1(0xc42021c000)
	/home/cholerae/test/go/src/testing/testing.go:1068 +0x3b
created by testing.runTests.func1
	/home/cholerae/test/go/src/testing/testing.go:1068 +0xa2

goroutine 774 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021d2c0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bedc0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021d2c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42021d2c0, 0xc4203ce4b0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 773 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021c690)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200beb40)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021c690)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42021c690, 0xc4203ce450)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 978 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26c880, 0x72, 0xc420b414e8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420392518, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc420392518, 0xc4204dae01, 0x200, 0x200)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420392500, 0xc4204dae00, 0x200, 0x200, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42000e370, 0xc4204dae00, 0x200, 0x200, 0xc4204dae00, 0x0, 0x0)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42000e370, 0xc4204dae00, 0x200, 0x200, 0xc420b41658, 0x494e5c, 0xc420b41660)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc420221960, 0x99bca0, 0xc42000e370, 0x7f88de270ff0, 0xc420221960, 0xc420b41601)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc420221960, 0x99bca0, 0xc42000e370, 0x0, 0x0, 0x0, 0xc42019ba40, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc420221960, 0x99bca0, 0xc42000e370, 0x404d15, 0xc420c64a20, 0xc420b417b0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420c64a20, 0xc420b417b0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc420164dc0, 0xc42011d6a0)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d

goroutine 777 [syscall]:
syscall.Syscall6(0xf7, 0x1, 0x2640, 0xc4204dfb20, 0x1000004, 0x0, 0x0, 0x0, 0xc420046800, 0x0)
	/home/cholerae/test/go/src/syscall/asm_linux_amd64.s:44 +0x5
os.(*Process).blockUntilWaitable(0xc420348300, 0x0, 0x0, 0x4)
	/home/cholerae/test/go/src/os/wait_waitid.go:31 +0x98
os.(*Process).wait(0xc420348300, 0xc42001ea00, 0xc4201640d8, 0xc4201640d8)
	/home/cholerae/test/go/src/os/exec_unix.go:22 +0x3c
os.(*Process).Wait(0xc420348300, 0x95b898, 0x95b8a0, 0x95b890)
	/home/cholerae/test/go/src/os/exec.go:117 +0x2b
os/exec.(*Cmd).Wait(0xc420164000, 0x0, 0x0)
	/home/cholerae/test/go/src/os/exec/exec.go:456 +0x5c
os/exec.(*Cmd).Run(0xc420164000, 0x8, 0xc42049c4b0)
	/home/cholerae/test/go/src/os/exec/exec.go:300 +0x5c
cmd/go_test.(*testgoData).doRun(0xc4200bf180, 0xc42049c4b0, 0x3, 0x3, 0x0, 0x0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:370 +0x3dd
cmd/go_test.(*testgoData).run(0xc4200bf180, 0xc42049c4b0, 0x3, 0x3)
	/home/cholerae/test/go/src/cmd/go/go_test.go:386 +0x72
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021db30)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2882 +0x171
testing.tRunner(0xc42021db30, 0xc4203ce5d0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 778 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021dd10)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bf2c0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021dd10)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42021dd10, 0xc4203ce630)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 779 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021de00)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bf400)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021de00)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42021de00, 0xc4203ce6c0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 780 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42021def0)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bf540)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42021def0)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42021def0, 0xc4203ce720)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 781 [chan receive]:
testing.(*testContext).waitParallel(0xc4201af3e0)
	/home/cholerae/test/go/src/testing/testing.go:868 +0x98
testing.(*T).Parallel(0xc42028e000)
	/home/cholerae/test/go/src/testing/testing.go:698 +0x1fb
cmd/go_test.(*testgoData).parallel(0xc4200bf680)
	/home/cholerae/test/go/src/cmd/go/go_test.go:267 +0x351
cmd/go_test.TestListTemplateContextFunction.func1(0xc42028e000)
	/home/cholerae/test/go/src/cmd/go/go_test.go:2879 +0x5b
testing.tRunner(0xc42028e000, 0xc4203ce7e0)
	/home/cholerae/test/go/src/testing/testing.go:777 +0xc4
created by testing.(*T).Run
	/home/cholerae/test/go/src/testing/testing.go:824 +0x2ca

goroutine 983 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26cd60, 0x72, 0xc420293ce8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420392b08, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc420392b08, 0xc420421801, 0x600, 0x600)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420392af0, 0xc420421800, 0x600, 0x600, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42000e438, 0xc420421800, 0x600, 0x600, 0x200000003, 0xc420d15500, 0x40ee9d)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42000e438, 0xc420421800, 0x600, 0x600, 0xc420293e58, 0x494e5c, 0xc420293e60)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc420221c48, 0x99bca0, 0xc42000e438, 0x7f88de270ff0, 0xc420221c48, 0xc420293e01)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc420221c48, 0x99bca0, 0xc42000e438, 0x0, 0x0, 0x0, 0xc420392230, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc420221c48, 0x99bca0, 0xc42000e438, 0x404d15, 0xc420c64ea0, 0xc420293fb0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420c64ea0, 0xc420293fb0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc420165080, 0xc42011db40)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d

goroutine 986 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26c950, 0x72, 0xc420295ce8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc42008e6a8, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc42008e6a8, 0xc4204da001, 0x200, 0x200)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc42008e690, 0xc4204da000, 0x200, 0x200, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42019e198, 0xc4204da000, 0x200, 0x200, 0xc4204da000, 0x0, 0x0)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42019e198, 0xc4204da000, 0x200, 0x200, 0xc420295e58, 0x494e5c, 0xc420295e60)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc4200bf1e0, 0x99bca0, 0xc42019e198, 0x7f88de270ff0, 0xc4200bf1e0, 0xc420295e01)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc4200bf1e0, 0x99bca0, 0xc42019e198, 0x0, 0x0, 0x0, 0xc420392690, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc4200bf1e0, 0x99bca0, 0xc42019e198, 0x404d15, 0xc420c65320, 0xc420295fb0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420c65320, 0xc420295fb0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc420164000, 0xc42000c0a0)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d

goroutine 979 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26c610, 0x72, 0xc4202954e8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc4203925b8, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc4203925b8, 0xc4203e9901, 0x41f, 0x41f)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc4203925a0, 0xc4203e99e1, 0x41f, 0x41f, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42000e388, 0xc4203e99e1, 0x41f, 0x41f, 0xdc4, 0x0, 0x0)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42000e388, 0xc4203e99e1, 0x41f, 0x41f, 0xdc4, 0x0, 0x0)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc4202219c8, 0x99bca0, 0xc42000e388, 0x7f88de270ff0, 0xc4202219c8, 0xc420295601)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc4202219c8, 0x99bca0, 0xc42000e388, 0x0, 0x0, 0x0, 0xc42019b9a0, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc4202219c8, 0x99bca0, 0xc42000e388, 0x404d15, 0xc420c64a20, 0xc4202957b0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420c64a20, 0xc4202957b0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc420164dc0, 0xc42011d6e0)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d

goroutine 982 [IO wait]:
internal/poll.runtime_pollWait(0x7f88de26ce30, 0x72, 0xc420b40ce8)
	/home/cholerae/test/go/src/runtime/netpoll.go:173 +0x57
internal/poll.(*pollDesc).wait(0xc420392a68, 0x72, 0xffffffffffffff01, 0x99c7a0, 0xb835b8)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:85 +0x9b
internal/poll.(*pollDesc).waitRead(0xc420392a68, 0xc420148c01, 0x600, 0x600)
	/home/cholerae/test/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d
internal/poll.(*FD).Read(0xc420392a50, 0xc420148c00, 0x600, 0x600, 0x0, 0x0, 0x0)
	/home/cholerae/test/go/src/internal/poll/fd_unix.go:157 +0x17d
os.(*File).read(0xc42000e420, 0xc420148c00, 0x600, 0x600, 0x200000003, 0xc4203cca80, 0x40ee9d)
	/home/cholerae/test/go/src/os/file_unix.go:226 +0x4e
os.(*File).Read(0xc42000e420, 0xc420148c00, 0x600, 0x600, 0xc420b40e58, 0x494e5c, 0xc420b40e60)
	/home/cholerae/test/go/src/os/file.go:107 +0x6a
bytes.(*Buffer).ReadFrom(0xc420221be0, 0x99bca0, 0xc42000e420, 0x7f88de270ff0, 0xc420221be0, 0xc420b40e01)
	/home/cholerae/test/go/src/bytes/buffer.go:205 +0xa0
io.copyBuffer(0x99b3e0, 0xc420221be0, 0x99bca0, 0xc42000e420, 0x0, 0x0, 0x0, 0xc4203922d0, 0x0, 0x0)
	/home/cholerae/test/go/src/io/io.go:386 +0x31a
io.Copy(0x99b3e0, 0xc420221be0, 0x99bca0, 0xc42000e420, 0x404d15, 0xc420c64ea0, 0xc420b40fb0)
	/home/cholerae/test/go/src/io/io.go:362 +0x5a
os/exec.(*Cmd).writerDescriptor.func1(0xc420c64ea0, 0xc420b40fb0)
	/home/cholerae/test/go/src/os/exec/exec.go:275 +0x44
os/exec.(*Cmd).Start.func1(0xc420165080, 0xc42011db00)
	/home/cholerae/test/go/src/os/exec/exec.go:391 +0x27
created by os/exec.(*Cmd).Start
	/home/cholerae/test/go/src/os/exec/exec.go:390 +0x58d
FAIL	cmd/go	191.564s
ok  	cmd/go/internal/cache	0.410s
ok  	cmd/go/internal/generate	0.030s
ok  	cmd/go/internal/get	0.027s
ok  	cmd/go/internal/load	0.040s
ok  	cmd/go/internal/work	0.029s
ok  	cmd/gofmt	0.213s
ok  	cmd/internal/buildid	1.336s
ok  	cmd/internal/dwarf	0.025s
ok  	cmd/internal/edit	0.046s
ok  	cmd/internal/goobj	2.893s
ok  	cmd/internal/obj	0.006s
ok  	cmd/internal/obj/arm64	0.084s
ok  	cmd/internal/obj/x86	1.366s
ok  	cmd/internal/objabi	0.005s
ok  	cmd/internal/src	0.019s
ok  	cmd/internal/test2json	0.472s
ok  	cmd/link	4.530s
ok  	cmd/link/internal/ld	110.016s
ok  	cmd/nm	9.283s
ok  	cmd/objdump	8.614s
ok  	cmd/pack	7.937s
ok  	cmd/trace	0.092s
ok  	cmd/vendor/github.com/google/pprof/internal/binutils	0.138s
ok  	cmd/vendor/github.com/google/pprof/internal/driver	12.545s
ok  	cmd/vendor/github.com/google/pprof/internal/elfexec	0.031s
ok  	cmd/vendor/github.com/google/pprof/internal/graph	0.024s
ok  	cmd/vendor/github.com/google/pprof/internal/measurement	0.019s
ok  	cmd/vendor/github.com/google/pprof/internal/report	0.959s
ok  	cmd/vendor/github.com/google/pprof/internal/symbolizer	0.055s
ok  	cmd/vendor/github.com/google/pprof/internal/symbolz	0.033s
ok  	cmd/vendor/github.com/google/pprof/profile	0.261s
ok  	cmd/vendor/github.com/ianlancetaylor/demangle	0.101s
ok  	cmd/vendor/golang.org/x/arch/arm/armasm	0.048s
ok  	cmd/vendor/golang.org/x/arch/arm64/arm64asm	0.413s
ok  	cmd/vendor/golang.org/x/arch/ppc64/ppc64asm	0.055s
ok  	cmd/vendor/golang.org/x/arch/x86/x86asm	0.366s
ok  	cmd/vet	7.130s
ok  	cmd/vet/internal/cfg	0.022s
2017/12/30 22:17:17 Failed: exit status 1
@bradfitz bradfitz added release-blocker NeedsFix The path to resolution is known, but the work has not been done. labels Dec 30, 2017
@bradfitz bradfitz added this to the Go1.10 milestone Dec 30, 2017
@bradfitz
Copy link
Contributor

Hmm, I guess 9d5f8ea (https://go-review.googlesource.com/84235) didn't help here. Not sure why. It helped the builders IIRC.

The root problem is that the default test timeout is 3 minutes but cmd/go's has gotten enough new tests (and they're slow) that we're now regularly running over the 3 minute deadline often.

@bradfitz
Copy link
Contributor

/cc @ianlancetaylor @rsc

@AlexRouSg
Copy link
Contributor

@bradfitz

Wouldn't that change only affect building with master? Like the OP is using 1.9.2 to build so wouldn't it use the 1.9.2 version of test to run the tests?

@bradfitz
Copy link
Contributor

@AlexRouSg, no. Go bootstraps with 1.9.2 (or whatever) but then it uses itself to compile & test itself.

@rsc
Copy link
Contributor

rsc commented Jan 4, 2018

I'll cut the tests down. They've definitely gotten too long.

@gopherbot
Copy link

Change https://golang.org/cl/86252 mentions this issue: cmd/go: skip long tests in -short mode

@golang golang locked and limited conversation to collaborators Jan 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

5 participants