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

runtime: TestCgoExecSignalMask failures #57659

Closed
gopherbot opened this issue Jan 6, 2023 · 5 comments
Closed

runtime: TestCgoExecSignalMask failures #57659

gopherbot opened this issue Jan 6, 2023 · 5 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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 == "runtime" && test == "TestCgoExecSignalMask"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoExecSignalMask (0.18s)
    exec.go:146: test timed out while running command: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoExecSignalMask
    crash_test.go:58: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoExecSignalMask: exit status 2
    crash_cgo_test.go:140: expected "OK\n", got SIGQUIT: quit
        PC=0x20018aefc m=8 sigcode=0

        r0      0x1
        r1      0xef4
        r2      0x4000217dbc
        r3      0x10020
...
        r24     0xffffd2779000
        r25     0xfffffb85b000
        r26     0x4000217e48
        r27     0x1
        r28     0x4000082b60
        r29     0x4000217d48
        lr      0x20018aee0
        sp      0x4000217d50
        pc      0x20018aefc
        fault   0x24f2

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 Jan 6, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExecSignalMask"
2022-12-16 03:40 netbsd-arm64-bsiegert go@24ac659a runtime.TestCgoExecSignalMask (log)
--- FAIL: TestCgoExecSignalMask (0.18s)
    exec.go:146: test timed out while running command: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoExecSignalMask
    crash_test.go:58: /var/gobuilder/buildlet/tmp/go-build2870843524/testprogcgo.exe CgoExecSignalMask: exit status 2
    crash_cgo_test.go:140: expected "OK\n", got SIGQUIT: quit
        PC=0x20018aefc m=8 sigcode=0

        r0      0x1
        r1      0xef4
        r2      0x4000217dbc
        r3      0x10020
...
        r24     0xffffd2779000
        r25     0xfffffb85b000
        r26     0x4000217e48
        r27     0x1
        r28     0x4000082b60
        r29     0x4000217d48
        lr      0x20018aee0
        sp      0x4000217d50
        pc      0x20018aefc
        fault   0x24f2
2022-12-16 17:12 openbsd-amd64-71 go@f4b42f5c runtime.TestCgoExecSignalMask (log)
--- FAIL: TestCgoExecSignalMask (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build3915581810/testprogcgo.exe CgoExecSignalMask failed to start: context deadline exceeded

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jan 6, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExecSignalMask"
2022-12-06 19:52 openbsd-386-71 go@03bf6f49 runtime.TestCgoExecSignalMask (log)
--- FAIL: TestCgoExecSignalMask (0.00s)
    crash_test.go:58: /tmp/workdir/tmp/go-build719402250/testprogcgo.exe CgoExecSignalMask failed to start: context deadline exceeded

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 6, 2023

Duplicate of #57601

@bcmills bcmills marked this as a duplicate of #57601 Jan 6, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2023
@gopherbot gopherbot reopened this Jan 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExecSignalMask"
2022-11-21 17:16 openbsd-amd64-71 go@998949c0 runtime.TestCgoExecSignalMask (log)
--- FAIL: TestCgoExecSignalMask (0.69s)
    exec.go:146: test timed out while running command: /tmp/workdir/tmp/go-build1527382388/testprogcgo.exe CgoExecSignalMask
    crash_test.go:58: /tmp/workdir/tmp/go-build1527382388/testprogcgo.exe CgoExecSignalMask: exit status 2
    crash_cgo_test.go:140: expected "OK\n", got SIGQUIT: quit
        PC=0x2b09265da m=21 sigcode=0

        rax    0x58
        rbx    0x2e5fd3840
        rcx    0x2b09265da
        rdx    0x0
        rdi    0xc00042a338
        rsi    0x3
        rbp    0x2e5fd3790
        rsp    0x2e5fd3788
        r8     0xc00042a338
        r9     0x20
        r10    0x0
        r11    0x206
        r12    0x3664e0
        r13    0x218488710
        r14    0xc000406680
        r15    0x38e9e0
        rip    0x2b09265da
        rflags 0x206
        cs     0x2b
        fs     0x0
        gs     0x0

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Jan 17, 2023

#57585

@bcmills bcmills closed this as completed Jan 17, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
@golang golang locked and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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