#!watchflakes
default <- pkg == "runtime" && test == "TestUsingVDSO"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestUsingVDSO
=== PAUSE TestUsingVDSO
=== CONT TestUsingVDSO
vdso_test.go:56: GO_WANT_HELPER_PROCESS=1 /usr/bin/strace -f -e clock_gettime /home/swarming/.swarming/w/ir/x/t/go-build3432536981/b029/runtime.test -test.run=^TestUsingVDSO$
vdso_test.go:62: /usr/bin/strace: Process 43533 attached
/usr/bin/strace: Process 43534 attached
/usr/bin/strace: Process 43532 attached
/usr/bin/strace: Process 43567 attached
[pid 43533] +++ exited with 0 +++
[pid 43532] +++ exited with 0 +++
...
--- FAIL: TestUsingVDSO (6.08s)
panic: interface conversion: error is *errors.errorString, not *exec.ExitError [recovered, repanicked]
goroutine 228013 gp=0xc00017d340 m=20 mp=0xc0000ad808 [running]:
panic({0x8e7e60?, 0xc001e88090?})
/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/panic.go:802 +0x168 fp=0xc001e9b8f8 sp=0xc001e9b848 pc=0x48ca08
testing.tRunner.func1.2({0x8e7e60, 0xc001e88090})
/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1872 +0x237 fp=0xc001e9b9a8 sp=0xc001e9b8f8 pc=0x53c477
testing.tRunner.func1()
/home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1875 +0x35b fp=0xc001e9bb40 sp=0xc001e9b9a8 pc=0x53be3b
...
runtime.newobject(0x1?)
/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/malloc.go:1747 +0x25 fp=0xc000c2df50 sp=0xc000c2df28 pc=0x41ff25
runtime_test.doRequest(0x0)
/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chanbarrier_test.go:37 +0xa5 fp=0xc000c2df90 sp=0xc000c2df50 pc=0x76a4e5
runtime_test.testChanSendBarrier.func1()
/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chanbarrier_test.go:71 +0x7d fp=0xc000c2dfe0 sp=0xc000c2df90 pc=0x76a8fd
runtime.goexit({})
/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/asm_amd64.s:1693 +0x1 fp=0xc000c2dfe8 sp=0xc000c2dfe0 pc=0x494fe1
created by runtime_test.testChanSendBarrier in goroutine 3059
/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/chanbarrier_test.go:67 +0x92
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime" && test == "TestUsingVDSO"