FAQ
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

--

---
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Search Discussions

  • Tracey Brendan at Apr 7, 2014 at 11:00 pm
    I killed my local repository, and rebuilt, which seems to have fixed the
    issue. Sorry for the noise.
    On Monday, April 7, 2014 3:31:11 PM UTC-7, [email protected] wrote:

    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
    --

    ---
    You received this message because you are subscribed to the Google Groups "golang-dev" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
    For more options, visit https://groups.google.com/d/optout.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupgolang-dev @
categoriesgo
postedApr 7, '14 at 10:31p
activeApr 7, '14 at 11:00p
posts2
users1
websitegolang.org

1 user in discussion

Tracey Brendan: 2 posts

People

Translate

site design / logo © 2023 Grokbase