Skip to content

Instantly share code, notes, and snippets.

@hartzell
Created January 10, 2017 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hartzell/3e9a4dd6aade17ef35e93e6c75b33804 to your computer and use it in GitHub Desktop.
Save hartzell/3e9a4dd6aade17ef35e93e6c75b33804 to your computer and use it in GitHub Desktop.
export GOMAXPROCS=16; spack install go@1.7.4
ok cmd/doc 0.060s
ok cmd/fix 0.075s
panic: test timed out after 3m0s
goroutine 522 [running]:
panic(0x825ac0, 0xc420201dc0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/runtime/panic.go:500 +0x1a1
testing.startAlarm.func1()
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:918 +0x10b
created by time.goFunc
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/time/sleep.go:154 +0x44
goroutine 1 [chan receive]:
testing.(*T).Run(0xc420270000, 0x8bf666, 0x18, 0x909cc0, 0xc4201e1b01)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:647 +0x316
testing.RunTests.func1(0xc420270000)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:793 +0x6d
testing.tRunner(0xc420270000, 0xc42035bcb8)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
testing.RunTests(0x90a310, 0xacd120, 0xaa, 0xaa, 0x6)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:799 +0x2f5
testing.(*M).Run(0xc42035bee8, 0x6)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:743 +0x85
cmd/go_test.TestMain(0xc42035bee8)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:103 +0xb7
main.main()
cmd/go/_test/_testmain.go:392 +0xc6
goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/runtime/asm_amd64.s:2086 +0x1
goroutine 5 [syscall, 2 minutes]:
os/signal.signal_recv(0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/runtime/sigqueue.go:116 +0x157
os/signal.loop()
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/signal/signal_unix.go:28 +0x41
goroutine 31 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420271440)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420279540)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestFileLineInErrorMessages(0xc420271440)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:607 +0x6c
testing.tRunner(0xc420271440, 0x909b18)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 32 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420271500)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420279680)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestProgramNameInCrashMessages(0xc420271500)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:621 +0x6c
testing.tRunner(0xc420271500, 0x909e50)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 226 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420160180)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420030140)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestGoInstallRebuildsStalePackagesInOtherGOPATH(0xc420160180)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:810 +0x8d
testing.tRunner(0xc420160180, 0x909c30)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 227 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420160240)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420030280)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestGoInstallDetectsRemovedFiles(0xc420160240)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:840 +0x6c
testing.tRunner(0xc420160240, 0x909c18)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 242 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4201de180)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc42029e280)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestGoInstallDetectsRemovedFilesInPackageMain(0xc4201de180)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:908 +0x6c
testing.tRunner(0xc4201de180, 0x909c10)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 277 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc42023c6c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc4201dab40)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestPackageMainTestImportsArchiveNotBinary(0xc42023c6c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:1332 +0x7d
testing.tRunner(0xc42023c6c0, 0x909e38)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 353 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420270780)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420468f00)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestGoTestWithPackageListedMultipleTimes(0xc420270780)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:1504 +0x74
testing.tRunner(0xc420270780, 0x909cc8)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 363 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4201de900)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420031540)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestGoTestDashOWritesBinary(0xc4201de900)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:1689 +0x6c
testing.tRunner(0xc4201de900, 0x909c98)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 401 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420271680)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc4201da140)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestInstallWithTags(0xc420271680)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:1770 +0x7a
testing.tRunner(0xc420271680, 0x909d30)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 395 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4202712c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420279b80)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestLdflagsArgumentsWithSpacesIssue3941(0xc4202712c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:1649 +0x6c
testing.tRunner(0xc4202712c0, 0x909dc0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 451 [chan receive]:
testing.(*T).Parallel(0xc420160540)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc4202783c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestCgoHandlesWlORIGIN(0xc420160540)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:2083 +0x83
testing.tRunner(0xc420160540, 0x909ad0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 362 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc4201de840)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420031400)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestGoTestDashCDashOControlsBinaryLocation(0xc4201de840)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:1680 +0x6c
testing.tRunner(0xc4201de840, 0x909c90)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 450 [chan receive]:
testing.(*T).Parallel(0xc420160480)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420278280)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestCgoShowsFullPathNames(0xc420160480)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:2066 +0x83
testing.tRunner(0xc420160480, 0x909ad8)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 434 [chan receive, 2 minutes]:
testing.(*T).Parallel(0xc420271740)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc4201da280)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestCaseCollisions(0xc420271740)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:1797 +0x7d
testing.tRunner(0xc420271740, 0x909ab8)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 480 [chan receive]:
testing.(*T).Parallel(0xc42023c540)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc420031040)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestBuildDashIInstallsDependencies(0xc42023c540)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:2179 +0x6c
testing.tRunner(0xc42023c540, 0x909aa0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 505 [syscall]:
syscall.Syscall6(0xf7, 0x1, 0x4c3, 0xc42020af00, 0x1000004, 0x0, 0x0, 0x84b380, 0xc420111ac8, 0x434afe)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/syscall/asm_linux_amd64.s:44 +0x5
os.(*Process).blockUntilWaitable(0xc4201f7f50, 0x90a650, 0xc4205c8f20, 0xc420303220)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/wait_waitid.go:28 +0xbc
os.(*Process).wait(0xc4201f7f50, 0x0, 0x4555d0, 0xc420295590)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec_unix.go:22 +0xab
os.(*Process).Wait(0xc4201f7f50, 0xc420111bd0, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/doc.go:49 +0x2b
os/exec.(*Cmd).Wait(0xc4205c8f20, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:434 +0x6d
os/exec.(*Cmd).Run(0xc4205c8f20, 0x8, 0xc42054eec0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:279 +0x48
cmd/go_test.(*testgoData).doRun(0xc420031a40, 0xc42054eec0, 0x4, 0x4, 0x0, 0x57064f)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:257 +0x469
cmd/go_test.(*testgoData).run(0xc420031a40, 0xc42054eec0, 0x4, 0x4)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:272 +0x5c
cmd/go_test.TestGoTestRaceInstallCgo(0xc42023c900)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:2504 +0x25f
testing.tRunner(0xc42023c900, 0x909cc0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 533 [chan receive]:
testing.(*T).Parallel(0xc4201de3c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:552 +0x14f
cmd/go_test.(*testgoData).parallel(0xc42029e640)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:172 +0xf0
cmd/go_test.TestGoGenerateEnv(0xc4201de3c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/cmd/go/go_test.go:2302 +0x7d
testing.tRunner(0xc4201de3c0, 0x909b80)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/testing/testing.go:646 +0x2ec
goroutine 508 [syscall]:
syscall.Syscall(0x0, 0xf, 0xc420582600, 0x600, 0xc42024a5b0, 0xc420302cc0, 0xc4202e4ea0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.read(0xf, 0xc420582600, 0x600, 0x600, 0xc420302d60, 0xc420302d80, 0xc4202e0140)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/syscall/zsyscall_linux_amd64.go:783 +0x55
syscall.Read(0xf, 0xc420582600, 0x600, 0x600, 0xc4202e0180, 0xc420594e00, 0xc420302dc0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/syscall/syscall_unix.go:161 +0x49
os.(*File).read(0xc4200fe350, 0xc420582600, 0x600, 0x600, 0xc420302de0, 0xc42045d0d0, 0xc42020c730)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/file_unix.go:228 +0x4f
os.(*File).Read(0xc4200fe350, 0xc420582600, 0x600, 0x600, 0x0, 0x0, 0xc42011b620)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/file.go:101 +0x59
bytes.(*Buffer).ReadFrom(0xc420031aa0, 0xaa5ca0, 0xc4200fe350, 0xc42011b688, 0xc42024a801, 0xc42024a930)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/bytes/buffer.go:176 +0x155
io.copyBuffer(0xaa4c20, 0xc420031aa0, 0xaa5ca0, 0xc4200fe350, 0x0, 0x0, 0x0, 0xc4202e02c0, 0xc420303220, 0xc42045d290)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/io/io.go:384 +0x323
io.Copy(0xaa4c20, 0xc420031aa0, 0xaa5ca0, 0xc4200fe350, 0xc42024aa80, 0xc4202e5110, 0xc42045d2c0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/io/io.go:360 +0x68
os/exec.(*Cmd).writerDescriptor.func1(0xc4202e5170, 0xc4202e0300)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:253 +0x4d
os/exec.(*Cmd).Start.func1(0xc4205c8f20, 0xc4203031a0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:370 +0x27
created by os/exec.(*Cmd).Start
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:371 +0x4db
goroutine 509 [syscall]:
syscall.Syscall(0x0, 0x11, 0xc420334c00, 0x200, 0x0, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.read(0x11, 0xc420334c00, 0x200, 0x200, 0x0, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/syscall/zsyscall_linux_amd64.go:783 +0x55
syscall.Read(0x11, 0xc420334c00, 0x200, 0x200, 0x0, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/syscall/syscall_unix.go:161 +0x49
os.(*File).read(0xc4200fe368, 0xc420334c00, 0x200, 0x200, 0x0, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/file_unix.go:228 +0x4f
os.(*File).Read(0xc4200fe368, 0xc420334c00, 0x200, 0x200, 0x0, 0x0, 0xc42011be20)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/file.go:101 +0x59
bytes.(*Buffer).ReadFrom(0xc420031b10, 0xaa5ca0, 0xc4200fe368, 0xc42011be88, 0x1, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/bytes/buffer.go:176 +0x155
io.copyBuffer(0xaa4c20, 0xc420031b10, 0xaa5ca0, 0xc4200fe368, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/io/io.go:384 +0x323
io.Copy(0xaa4c20, 0xc420031b10, 0xaa5ca0, 0xc4200fe368, 0x0, 0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/io/io.go:360 +0x68
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:253 +0x4d
os/exec.(*Cmd).Start.func1(0xc4205c8f20, 0xc420303220)
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:370 +0x27
created by os/exec.(*Cmd).Start
/tmp/hartzelg/spack-stage/spack-stage-wUWCi0/go/src/os/exec/exec.go:371 +0x4db
FAIL cmd/go 186.628s
ok cmd/gofmt 0.044s
ok cmd/internal/goobj 0.024s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment