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/compile/internal/ssa: TestStmtLines failures #66020

Open
gopherbot opened this issue Feb 29, 2024 · 2 comments
Open

cmd/compile/internal/ssa: TestStmtLines failures #66020

gopherbot opened this issue Feb 29, 2024 · 2 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "cmd/compile/internal/ssa" && test == "TestStmtLines"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestStmtLines (29.29s)
    exec.go:193: test timed out while running command: /tmp/buildlet/go/bin/go build -ldflags=-w=0 -o /tmp/buildlet/tmp/TestStmtLines3956147870/001/test.exe cmd/go
    stmtlines_test.go:83: go build: exit status 2
        SIGQUIT: quit
        PC=0x7ff80eb591fe m=0 sigcode=0

        goroutine 0 gp=0x84f6900 m=0 mp=0x84f8600 [idle]:
        runtime.pthread_cond_wait(0x84f8c48, 0x84f8c08)
        	runtime/sys_darwin.go:507 +0x2e fp=0x7ff7b9555360 sp=0x7ff7b9555338 pc=0x7a06fee
        runtime.semasleep(0xffffffffffffffff)
...
        r11    0x246
        r12    0x16
        r13    0x0
        r14    0x5d0100005e00
        r15    0x3100
        rip    0x7ff80eb591fe
        rflags 0x247
        cs     0x7
        fs     0x0
        gs     0x0

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 Feb 29, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/ssa" && test == "TestStmtLines"
2024-02-28 20:19 darwin-amd64-13 go@b426e979 cmd/compile/internal/ssa.TestStmtLines (log)
--- FAIL: TestStmtLines (29.29s)
    exec.go:193: test timed out while running command: /tmp/buildlet/go/bin/go build -ldflags=-w=0 -o /tmp/buildlet/tmp/TestStmtLines3956147870/001/test.exe cmd/go
    stmtlines_test.go:83: go build: exit status 2
        SIGQUIT: quit
        PC=0x7ff80eb591fe m=0 sigcode=0

        goroutine 0 gp=0x84f6900 m=0 mp=0x84f8600 [idle]:
        runtime.pthread_cond_wait(0x84f8c48, 0x84f8c08)
        	runtime/sys_darwin.go:507 +0x2e fp=0x7ff7b9555360 sp=0x7ff7b9555338 pc=0x7a06fee
        runtime.semasleep(0xffffffffffffffff)
...
        r11    0x246
        r12    0x16
        r13    0x0
        r14    0x5d0100005e00
        r15    0x3100
        rip    0x7ff80eb591fe
        rflags 0x247
        cs     0x7
        fs     0x0
        gs     0x0

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Feb 29, 2024
@mknyszek mknyszek added this to the Backlog milestone Mar 6, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/ssa" && test == "TestStmtLines"
2024-03-29 16:41 darwin-amd64-13 go@27c7a3dc cmd/compile/internal/ssa.TestStmtLines (log)
--- FAIL: TestStmtLines (21.77s)
    exec.go:193: test timed out while running command: /tmp/buildlet/go/bin/go build -ldflags=-w=0 -o /tmp/buildlet/tmp/TestStmtLines1721750775/001/test.exe cmd/go
    stmtlines_test.go:83: go build: signal: killed

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

3 participants