When I run "hg pull" and then run "./all.bash", I get a timeout failure for
the sync package. Am I the only one who gets this? The build dashboard says
the build is okay. I'm on darwin 10.9.2
Stack trace:
# sync -cpu=10
panic: test timed out after 2m0s
goroutine 399 [running]:
runtime.panic(0xd26c0, 0x210369fe0)
/Users/brendan/gotip/go/src/pkg/runtime/panic.c:266 +0xb6
testing.func·007()
/Users/brendan/gotip/go/src/pkg/testing/testing.go:596 +0xd4
created by time.goFunc
/Users/brendan/gotip/go/src/pkg/time/sleep.go:123 +0x47
goroutine 1 [chan receive]:
testing.RunTests(0x15c818, 0x256620, 0xf, 0xf, 0x1)
/Users/brendan/gotip/go/src/pkg/testing/testing.go:472 +0x8d5
testing.Main(0x15c818, 0x256620, 0xf, 0xf, 0x257e40, ...)
/Users/brendan/gotip/go/src/pkg/testing/testing.go:403 +0x84
main.main()
sync/_test/_testmain.go:135 +0x9c
goroutine 394 [semacquire]:
sync.runtime_Semacquire(0x21035018c)
/Users/brendan/gotip/go/src/pkg/runtime/sema.goc:199 +0x30
sync.(*RWMutex).RLock(0x210350180)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex.go:36 +0x5e
sync_test.reader(0x210350180, 0x5, 0x210302150, 0x21034ea80)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:56 +0x40
created by sync_test.HammerRWMutex
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:97 +0x185
goroutine 395 [semacquire]:
sync.runtime_Semacquire(0x21035018c)
/Users/brendan/gotip/go/src/pkg/runtime/sema.goc:199 +0x30
sync.(*RWMutex).RLock(0x210350180)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex.go:36 +0x5e
sync_test.reader(0x210350180, 0x5, 0x210302150, 0x21034ea80)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:56 +0x40
created by sync_test.HammerRWMutex
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:97 +0x185
goroutine 393 [semacquire]:
sync.runtime_Semacquire(0x210350188)
/Users/brendan/gotip/go/src/pkg/runtime/sema.goc:199 +0x30
sync.(*RWMutex).Lock(0x210350180)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex.go:83 +0xa1
sync_test.writer(0x210350180, 0x5, 0x210302150, 0x21034ea80)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:71 +0x40
created by sync_test.HammerRWMutex
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:95 +0x141
goroutine 358 [chan receive]:
sync_test.HammerRWMutex(0x4, 0xa, 0x5)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:101 +0x1c8
sync_test.TestRWMutex(0x210351120)
/Users/brendan/gotip/go/src/pkg/sync/rwmutex_test.go:116 +0x126
testing.tRunner(0x210351120, 0x256728)
/Users/brendan/gotip/go/src/pkg/testing/testing.go:391 +0x8b
created by testing.RunTests
/Users/brendan/gotip/go/src/pkg/testing/testing.go:471 +0x8b2
FAIL sync 120.016s