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

cmd/go: TestGoTestDashCDashOControlsBinaryLocation failures #58934

Closed
gopherbot opened this issue Mar 8, 2023 · 2 comments
Closed

cmd/go: TestGoTestDashCDashOControlsBinaryLocation failures #58934

gopherbot opened this issue Mar 8, 2023 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "cmd/go" && test == "TestGoTestDashCDashOControlsBinaryLocation"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestGoTestDashCDashOControlsBinaryLocation (3.27s)
    go_test.go:1470: running testgo [test -c -o /tmp/buildlet/tmp/cmd-go-test-2811279691/gotest123242790/myerrors.test errors]
    exec.go:146: test timed out while running command: /tmp/buildlet/tmp/cmd-go-test-2811279691/tmpdir910072097/testbin/go test -c -o /tmp/buildlet/tmp/cmd-go-test-2811279691/gotest123242790/myerrors.test errors
    go_test.go:1470: standard error:
    go_test.go:1470: SIGQUIT: quit
        PC=0x10830b0 m=0 sigcode=0

        goroutine 3 [running]:
        runtime/internal/atomic.(*UnsafePointer).StoreNoWB(...)
        	/tmp/buildlet/go/src/runtime/internal/atomic/types.go:479
...
        r13    0x20f4900
        r14    0xc000006b60
        r15    0x0
        rip    0x10830b0
        rflags 0x10246
        cs     0x2b
        fs     0x0
        gs     0x0

    go_test.go:1470: go [test -c -o /tmp/buildlet/tmp/cmd-go-test-2811279691/gotest123242790/myerrors.test errors] failed unexpectedly in /tmp/buildlet/go/src/cmd/go: exit status 2

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 8, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/go" && test == "TestGoTestDashCDashOControlsBinaryLocation"
2023-03-01 18:01 darwin-amd64-race go@230765a1 cmd/go.TestGoTestDashCDashOControlsBinaryLocation (log)
--- FAIL: TestGoTestDashCDashOControlsBinaryLocation (3.27s)
    go_test.go:1470: running testgo [test -c -o /tmp/buildlet/tmp/cmd-go-test-2811279691/gotest123242790/myerrors.test errors]
    exec.go:146: test timed out while running command: /tmp/buildlet/tmp/cmd-go-test-2811279691/tmpdir910072097/testbin/go test -c -o /tmp/buildlet/tmp/cmd-go-test-2811279691/gotest123242790/myerrors.test errors
    go_test.go:1470: standard error:
    go_test.go:1470: SIGQUIT: quit
        PC=0x10830b0 m=0 sigcode=0

        goroutine 3 [running]:
        runtime/internal/atomic.(*UnsafePointer).StoreNoWB(...)
        	/tmp/buildlet/go/src/runtime/internal/atomic/types.go:479
...
        r13    0x20f4900
        r14    0xc000006b60
        r15    0x0
        rip    0x10830b0
        rflags 0x10246
        cs     0x2b
        fs     0x0
        gs     0x0

    go_test.go:1470: go [test -c -o /tmp/buildlet/tmp/cmd-go-test-2811279691/gotest123242790/myerrors.test errors] failed unexpectedly in /tmp/buildlet/go/src/cmd/go: exit status 2

watchflakes

@cherrymui
Copy link
Member

Dup of #58929

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2023
@golang golang locked and limited conversation to collaborators Mar 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants