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

build: all.bash fails building 1.8 with atom processor #19484

Closed
vit1251 opened this issue Mar 9, 2017 · 10 comments
Closed

build: all.bash fails building 1.8 with atom processor #19484

vit1251 opened this issue Mar 9, 2017 · 10 comments

Comments

@vit1251
Copy link

vit1251 commented Mar 9, 2017

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

1.8

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

model name : Intel(R) Atom(TM) CPU E3815 @ 1.46GHz
stepping : 3
microcode : 0x324
cpu MHz : 1466.300

What did you do?

./all.bash

What did you expect to see?

ok

What did you see instead?

`
ok cmd/cover 3.444s
ok cmd/doc 0.075s
ok cmd/fix 0.039s
panic: test timed out after 3m0s

goroutine 758 [running]:
testing.startAlarm.func1()
/opt/go/src/testing/testing.go:1023 +0xf9
created by time.goFunc
/opt/go/src/time/sleep.go:170 +0x44

goroutine 1 [chan receive, 1 minutes]:
testing.tRunner.func1(0xc42012e680)
/opt/go/src/testing/testing.go:633 +0x17b
testing.tRunner(0xc42012e680, 0xc4200d3c40)
/opt/go/src/testing/testing.go:659 +0xa0
testing.runTests(0xc420131180, 0xb709e0, 0xd2, 0xd2, 0xc420121b60)
/opt/go/src/testing/testing.go:888 +0x2c1
testing.(*M).Run(0xc420049f20, 0x4)
/opt/go/src/testing/testing.go:822 +0xfc
cmd/go_test.TestMain(0xc4200d3f20)
/opt/go/src/cmd/go/go_test.go:119 +0x14a
main.main()
cmd/go/_test/_testmain.go:460 +0xf7

goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
/opt/go/src/runtime/asm_amd64.s:2197 +0x1

goroutine 5 [syscall, 2 minutes]:
os/signal.signal_recv(0x0)
/opt/go/src/runtime/sigqueue.go:116 +0x104
os/signal.loop()
/opt/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/opt/go/src/os/signal/signal_unix.go:28 +0x41

goroutine 695 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005af70)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc4201868c0)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005af70)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005af70, 0xc4203ce090)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 28 [chan receive, 1 minutes]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc420199930)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420186a00)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestProgramNameInCrashMessages(0xc420199930)
/opt/go/src/cmd/go/go_test.go:637 +0x6c
testing.tRunner(0xc420199930, 0x958318)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 53 [chan receive, 1 minutes]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc4201f9110)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc42021e500)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoInstallRebuildsStalePackagesInOtherGOPATH(0xc4201f9110)
/opt/go/src/cmd/go/go_test.go:829 +0x7d
testing.tRunner(0xc4201f9110, 0x958050)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 54 [chan receive, 1 minutes]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc4201f91e0)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc42021e640)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoInstallDetectsRemovedFiles(0xc4201f91e0)
/opt/go/src/cmd/go/go_test.go:859 +0x6c
testing.tRunner(0xc4201f91e0, 0x958038)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 66 [chan receive, 1 minutes]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc420338340)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc42021f040)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestGoInstallDetectsRemovedFilesInPackageMain(0xc420338340)
/opt/go/src/cmd/go/go_test.go:928 +0x6c
testing.tRunner(0xc420338340, 0x958030)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 155 [chan receive, 1 minutes]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42041bd40)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc42007cdc0)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestNonCanonicalImportPaths(0xc42041bd40)
/opt/go/src/cmd/go/go_test.go:1317 +0x6c
testing.tRunner(0xc42041bd40, 0x9582e0)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 171 [syscall]:
syscall.Syscall6(0xf7, 0x1, 0x13b9, 0xc42042fa80, 0x1000004, 0x0, 0x0, 0x7fbe5ca26000, 0x0, 0xc420416540)
/opt/go/src/syscall/asm_linux_amd64.s:44 +0x5
os.(*Process).blockUntilWaitable(0xc4203f68a0, 0xc4203f42c0, 0xc420416580, 0x3)
/opt/go/src/os/wait_waitid.go:28 +0xa5
os.(*Process).wait(0xc4203f68a0, 0xc42041ce40, 0xc420141660, 0xc4203f67b0)
/opt/go/src/os/exec_unix.go:22 +0x4d
os.(*Process).Wait(0xc4203f68a0, 0x0, 0x0, 0x958d48)
/opt/go/src/os/exec.go:115 +0x2b
os/exec.(*Cmd).Wait(0xc4203f42c0, 0x0, 0x0)
/opt/go/src/os/exec/exec.go:435 +0x62
os/exec.(*Cmd).Run(0xc4203f42c0, 0x8, 0xc420416440)
/opt/go/src/os/exec/exec.go:280 +0x5c
cmd/go_test.(*testgoData).doRun(0xc420186280, 0xc420416440, 0x2, 0x2, 0x0, 0x0)
/opt/go/src/cmd/go/go_test.go:273 +0x42b
cmd/go_test.(*testgoData).run(0xc420186280, 0xc420416440, 0x2, 0x2)
/opt/go/src/cmd/go/go_test.go:288 +0x5c
cmd/go_test.TestPackageMainTestImportsArchiveNotBinary(0xc42005b520)
/opt/go/src/cmd/go/go_test.go:1387 +0x384
testing.tRunner(0xc42005b520, 0x958300)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 205 [chan send]:
testing.tRunner.func1(0xc42012f380)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012f380, 0x958108)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 206 [chan send]:
testing.tRunner.func1(0xc42012f450)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012f450, 0x958070)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 207 [chan send]:
testing.tRunner.func1(0xc42012f520)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012f520, 0x958080)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 208 [chan send]:
testing.tRunner.func1(0xc42012f5f0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012f5f0, 0x958060)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 212 [chan send]:
testing.tRunner.func1(0xc42012f930)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012f930, 0x958398)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 213 [chan send]:
testing.tRunner.func1(0xc42012fa00)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012fa00, 0x957f18)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 214 [chan send]:
testing.tRunner.func1(0xc42012fad0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012fad0, 0x9582d0)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 215 [chan send]:
testing.tRunner.func1(0xc42012fba0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012fba0, 0x9582b8)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 216 [chan send]:
testing.tRunner.func1(0xc42012fc70)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012fc70, 0x9582c0)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 217 [chan send]:
testing.tRunner.func1(0xc42012fd40)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42012fd40, 0x957ef0)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 223 [chan send]:
testing.tRunner.func1(0xc420198340)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc420198340, 0x958220)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 237 [chan send]:
testing.tRunner.func1(0xc4201996c0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4201996c0, 0x9580c0)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 236 [chan send]:
testing.tRunner.func1(0xc4201995f0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4201995f0, 0x9580b0)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 238 [chan send]:
testing.tRunner.func1(0xc420199790)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc420199790, 0x9580b8)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 263 [chan send]:
testing.tRunner.func1(0xc420339d40)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc420339d40, 0x958180)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 264 [chan send]:
testing.tRunner.func1(0xc420339e10)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc420339e10, 0x957e78)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 309 [chan send]:
testing.tRunner.func1(0xc4201f4000)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4201f4000, 0x957ea0)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 311 [chan send]:
testing.tRunner.func1(0xc4201f41a0)
/opt/go/src/testing/testing.go:652 +0x204
runtime.Goexit()
/opt/go/src/runtime/panic.go:366 +0x153
testing.(*common).SkipNow(0xc4201f41a0)
/opt/go/src/testing/testing.go:555 +0x39
testing.(*common).Skipf(0xc4201f41a0, 0x93e42c, 0x2a, 0xc4203d5f68, 0x3, 0x3)
/opt/go/src/testing/testing.go:542 +0x83
cmd/go_test.TestCgoPkgConfig(0xc4201f41a0)
/opt/go/src/cmd/go/go_test.go:2340 +0x2e0
testing.tRunner(0xc4201f41a0, 0x957e98)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 310 [chan send]:
testing.tRunner.func1(0xc4201f40d0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4201f40d0, 0x957e90)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 358 [chan send]:
testing.tRunner.func1(0xc4201f5ee0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4201f5ee0, 0x957f88)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 321 [chan send]:
testing.tRunner.func1(0xc4201f51e0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4201f51e0, 0x957e60)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 316 [chan receive]:
testing.tRunner.func1(0xc4201f4d00)
/opt/go/src/testing/testing.go:633 +0x17b
testing.tRunner(0xc4201f4d00, 0x958230)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 368 [chan send]:
testing.tRunner.func1(0xc4204f48f0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4204f48f0, 0x958150)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 369 [chan send]:
testing.tRunner.func1(0xc4204f49c0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4204f49c0, 0x958148)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 378 [chan send]:
testing.tRunner.func1(0xc4204f5110)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4204f5110, 0x958048)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 384 [chan send]:
testing.tRunner.func1(0xc4204f5450)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc4204f5450, 0x9580f8)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 426 [chan send]:
testing.tRunner.func1(0xc42027a000)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027a000, 0x958310)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 427 [chan send]:
testing.tRunner.func1(0xc42027a0d0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027a0d0, 0x957e80)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 433 [chan send]:
testing.tRunner.func1(0xc42027a410)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027a410, 0x957e50)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 434 [chan send, 1 minutes]:
testing.tRunner.func1(0xc42027a4e0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027a4e0, 0x957e20)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 435 [chan send, 1 minutes]:
testing.tRunner.func1(0xc42027a5b0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027a5b0, 0x957f20)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 437 [chan send, 1 minutes]:
testing.tRunner.func1(0xc42027a750)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027a750, 0x957f78)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 441 [chan send, 1 minutes]:
testing.tRunner.func1(0xc42027a9c0)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027a9c0, 0x958278)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 475 [chan send, 1 minutes]:
testing.tRunner.func1(0xc42027b860)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027b860, 0x958228)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 476 [chan send, 1 minutes]:
testing.tRunner.func1(0xc42027b930)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027b930, 0x958218)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 477 [chan send, 1 minutes]:
testing.tRunner.func1(0xc42027ba00)
/opt/go/src/testing/testing.go:652 +0x204
testing.tRunner(0xc42027ba00, 0x957ea8)
/opt/go/src/testing/testing.go:659 +0xa0
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 546 [chan receive, 1 minutes]:
testing.runTests.func1.1(0xc42012e680)
/opt/go/src/testing/testing.go:887 +0x47
created by testing.runTests.func1
/opt/go/src/testing/testing.go:887 +0xaf

goroutine 694 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005aea0)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420186780)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005aea0)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005aea0, 0xc4203ce030)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 696 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005b040)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420186b40)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005b040)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005b040, 0xc4203ce0f0)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 697 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005b110)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420186c80)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005b110)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005b110, 0xc4203ce150)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 698 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005b380)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420186dc0)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005b380)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005b380, 0xc4203ce1b0)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 699 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005b6c0)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420186f00)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005b6c0)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005b6c0, 0xc4203ce210)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 700 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005b790)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420187040)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005b790)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005b790, 0xc4203ce270)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 701 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005b860)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420187180)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005b860)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005b860, 0xc4203ce2d0)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 702 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005b930)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc4201872c0)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005b930)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005b930, 0xc4203ce330)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 703 [chan receive]:
testing.(*testContext).waitParallel(0xc420121c20)
/opt/go/src/testing/testing.go:741 +0xab
testing.(*T).Parallel(0xc42005ba00)
/opt/go/src/testing/testing.go:590 +0x178
cmd/go_test.(*testgoData).parallel(0xc420187400)
/opt/go/src/cmd/go/go_test.go:188 +0xdb
cmd/go_test.TestListTemplateContextFunction.func1(0xc42005ba00)
/opt/go/src/cmd/go/go_test.go:2429 +0x5b
testing.tRunner(0xc42005ba00, 0xc4203ce390)
/opt/go/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
/opt/go/src/testing/testing.go:697 +0x2ca

goroutine 757 [syscall]:
syscall.Syscall(0x0, 0x6, 0xc420235e00, 0x200, 0x0, 0x200, 0x0)
/opt/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.read(0x6, 0xc420235e00, 0x200, 0x200, 0x0, 0x0, 0x0)
/opt/go/src/syscall/zsyscall_linux_amd64.go:783 +0x55
syscall.Read(0x6, 0xc420235e00, 0x200, 0x200, 0x0, 0x0, 0x0)
/opt/go/src/syscall/syscall_unix.go:162 +0x49
os.(*File).read(0xc42000e670, 0xc420235e00, 0x200, 0x200, 0xc4200d0ea0, 0x416f8f, 0xc4200d0e60)
/opt/go/src/os/file_unix.go:165 +0x4f
os.(*File).Read(0xc42000e670, 0xc420235e00, 0x200, 0x200, 0x43478e, 0xc4204feea0, 0xc4200d0e60)
/opt/go/src/os/file.go:101 +0x76
bytes.(*Buffer).ReadFrom(0xc420186348, 0xb37da0, 0xc42000e670, 0x7fbe5c9ce098, 0xc420186348, 0xc4200d0f01)
/opt/go/src/bytes/buffer.go:179 +0x160
io.copyBuffer(0xb36d20, 0xc420186348, 0xb37da0, 0xc42000e670, 0x0, 0x0, 0x0, 0xc42038ad78, 0x0, 0x0)
/opt/go/src/io/io.go:384 +0x2cb
io.Copy(0xb36d20, 0xc420186348, 0xb37da0, 0xc42000e670, 0x887b20, 0xc42038ad20, 0xc4200d0fb0)
/opt/go/src/io/io.go:360 +0x68
os/exec.(*Cmd).writerDescriptor.func1(0x887b20, 0xc42038ad20)
/opt/go/src/os/exec/exec.go:254 +0x4d
os/exec.(*Cmd).Start.func1(0xc4203f42c0, 0xc420416580)
/opt/go/src/os/exec/exec.go:371 +0x27
created by os/exec.(*Cmd).Start
/opt/go/src/os/exec/exec.go:372 +0x4e4

goroutine 756 [syscall]:
syscall.Syscall(0x0, 0x4, 0xc420432c00, 0x600, 0x0, 0x5ea, 0x0)
/opt/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.read(0x4, 0xc420432c00, 0x600, 0x600, 0x0, 0x0, 0x0)
/opt/go/src/syscall/zsyscall_linux_amd64.go:783 +0x55
syscall.Read(0x4, 0xc420432c00, 0x600, 0x600, 0x0, 0x0, 0x0)
/opt/go/src/syscall/syscall_unix.go:162 +0x49
os.(*File).read(0xc42000e658, 0xc420432c00, 0x600, 0x600, 0xc4201cfea0, 0x416f8f, 0xc4201cfe60)
/opt/go/src/os/file_unix.go:165 +0x4f
os.(*File).Read(0xc42000e658, 0xc420432c00, 0x600, 0x600, 0x43478e, 0xc4204ff040, 0xc4201cfe60)
/opt/go/src/os/file.go:101 +0x76
bytes.(*Buffer).ReadFrom(0xc4201862e0, 0xb37da0, 0xc42000e658, 0x7fbe5c9ce098, 0xc4201862e0, 0xc4201cff01)
/opt/go/src/bytes/buffer.go:179 +0x160
io.copyBuffer(0xb36d20, 0xc4201862e0, 0xb37da0, 0xc42000e658, 0x0, 0x0, 0x0, 0xc42038ad78, 0x0, 0x0)
/opt/go/src/io/io.go:384 +0x2cb
io.Copy(0xb36d20, 0xc4201862e0, 0xb37da0, 0xc42000e658, 0x887b20, 0xc42038ad20, 0xc4201cffb0)
/opt/go/src/io/io.go:360 +0x68
os/exec.(*Cmd).writerDescriptor.func1(0x887b20, 0xc42038ad20)
/opt/go/src/os/exec/exec.go:254 +0x4d
os/exec.(*Cmd).Start.func1(0xc4203f42c0, 0xc420416500)
/opt/go/src/os/exec/exec.go:371 +0x27
created by os/exec.(*Cmd).Start
/opt/go/src/os/exec/exec.go:372 +0x4e4
FAIL cmd/go 190.220s

`

@josharian josharian changed the title Compile error in 1.8 build: all.bash fails building 1.8 Mar 9, 2017
@josharian
Copy link
Contributor

josharian commented Mar 9, 2017

That's just a test timeout. You can feel free to ignore it if you want; you should still have a working toolchain.

We might need to find a way to increase the timeouts for atom. The exact details of what the go command sees here might be helpful. Please run go bug. That will open a new issue.
Copy/paste the exact "system details" text into a comment on this issue. You can then close the new issue's tab, no need to submit it. Thanks.

@josharian josharian changed the title build: all.bash fails building 1.8 build: all.bash fails building 1.8 with atom processor Mar 9, 2017
@ianlancetaylor
Copy link
Contributor

Note that you can increase the timeouts yourself by setting the environment variable GO_TEST_TIMEOUT_SCALE. The default value is 1, set larger values to scale the timeout.

@vit1251
Copy link
Author

vit1251 commented Mar 10, 2017

Revert to version 1.7.5.

@vit1251
Copy link
Author

vit1251 commented Mar 10, 2017

@josharian document on address https://golang.org/doc/install/source is very separate. Novaday have a ISO standarts with step-by-stap describe in chapter about how to delivery and using new system.

For example compare instruction with CLANG and you feel defferent and well structed base on page https://clang.llvm.org/get_started.html

I think installation instruction require improvement and clarify.

@josharian
Copy link
Contributor

Concrete suggestions for improvements of the docs (or even simply concrete places where the docs fall short) are always welcome. Please file a new issue with them so that this one can stay focused on the test timeout.

As for the test timeout, did you try increasing the timeout, as @ianlancetaylor suggested? Will you send over what go bug reports as the system details, so that we can try to fix it going forward?

@vit1251
Copy link
Author

vit1251 commented Mar 10, 2017

@josephholsten Now I switch back on 1.7.5. When I doing go bug this is well or I should switch to 1.8 again? Could you have reference to go bug describe in docs for more clarifay what I should doing?

@josharian
Copy link
Contributor

go bug was introduced in go 1.8. You could paste the output of go env, which is not quite as thorough, but probably good enough.

@bradfitz
Copy link
Contributor

Closing, as I don't see anything to do here. Feel free to correct me if I missed something.

@vit1251
Copy link
Author

vit1251 commented Mar 21, 2017

@bradfitz I show that me in role user golang (not in role developer golang) recv error and revert on previous version. I have no time to investigate problem and research internal problem with multiplier of test timeout.

I suggest change documentation: add step-by-step instruction and reaction on error in this instruction for example in case version 1.7 is "go env"and later is "go bug". Also may be link on GitHUB issue tracker may be a good idea to get support.

You close bug but right now I totally misunderstand problem resolved for Atom? Common good idea show name and human readable problem instead two screen of traceback. Most people have no time to research compiler internals and just use it as tool like python, ruby and other. Now it look like golang compiler tool on Atom have bad quality by tests without tuning some environment variable (additional settings). Talking another words golang on Atom does not work properly form out-of-box.

@josharian
Copy link
Contributor

@vit1251 we want to help improve things for you and for future users. As part of that, we need some information from you, which we asked for above. Providing that information is the first step.

@golang golang locked and limited conversation to collaborators Mar 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants