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/test: TestCode failures #65827

Open
gopherbot opened this issue Feb 20, 2024 · 1 comment
Open

cmd/compile/internal/test: TestCode failures #65827

gopherbot opened this issue Feb 20, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCode (160.82s)
    exec.go:193: test timed out while running command: /tmp/workdir/go/bin/go test -c -gcflags=-d=ssa/check/on -o /tmp/workdir/tmp/TestCode1841283356/001/code.test testdata/addressed_test.go testdata/append_test.go testdata/arithBoundary_test.go testdata/arithConst_test.go testdata/arith_test.go testdata/array_test.go testdata/assert_test.go testdata/break_test.go testdata/chan_test.go testdata/closure_test.go testdata/cmpConst_test.go testdata/cmp_test.go testdata/compound_test.go testdata/copy_test.go testdata/ctl_test.go testdata/deferNoReturn_test.go testdata/divbyzero_test.go testdata/dupLoad_test.go testdata/fp_test.go testdata/loadstore_test.go testdata/map_test.go testdata/namedReturn_test.go testdata/phi_test.go testdata/regalloc_test.go testdata/short_test.go testdata/slice_test.go testdata/sqrtConst_test.go testdata/string_test.go testdata/unsafe_test.go testdata/zero_test.go
    ssa_test.go:161: Build failed: exit status 2
        SIGQUIT: quit
        PC=0x2f0bf5a2a m=12 sigcode=0

        goroutine 0 gp=0xc000557880 m=12 mp=0xc000201808 [idle]:
        runtime.thrsleep(0xc000201e08, 0x3, 0x0, 0x0, 0xc000201e08)
        	runtime/sys_openbsd1.go:17 +0x2e fp=0x249545e80 sp=0x249545e60 pc=0x45c1ae
        runtime.semasleep(0x249545f10?)
...
        r11    0x202
        r12    0xe
        r13    0x1
        r14    0xc000557880
        r15    0x1
        rip    0x2f0bf5a2a
        rflags 0x202
        cs     0x2b
        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 20, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/compile/internal/test" && test == "TestCode"
2024-02-20 21:02 openbsd-amd64-72 go@de65aa41 cmd/compile/internal/test.TestCode (log)
--- FAIL: TestCode (160.82s)
    exec.go:193: test timed out while running command: /tmp/workdir/go/bin/go test -c -gcflags=-d=ssa/check/on -o /tmp/workdir/tmp/TestCode1841283356/001/code.test testdata/addressed_test.go testdata/append_test.go testdata/arithBoundary_test.go testdata/arithConst_test.go testdata/arith_test.go testdata/array_test.go testdata/assert_test.go testdata/break_test.go testdata/chan_test.go testdata/closure_test.go testdata/cmpConst_test.go testdata/cmp_test.go testdata/compound_test.go testdata/copy_test.go testdata/ctl_test.go testdata/deferNoReturn_test.go testdata/divbyzero_test.go testdata/dupLoad_test.go testdata/fp_test.go testdata/loadstore_test.go testdata/map_test.go testdata/namedReturn_test.go testdata/phi_test.go testdata/regalloc_test.go testdata/short_test.go testdata/slice_test.go testdata/sqrtConst_test.go testdata/string_test.go testdata/unsafe_test.go testdata/zero_test.go
    ssa_test.go:161: Build failed: exit status 2
        SIGQUIT: quit
        PC=0x2f0bf5a2a m=12 sigcode=0

        goroutine 0 gp=0xc000557880 m=12 mp=0xc000201808 [idle]:
        runtime.thrsleep(0xc000201e08, 0x3, 0x0, 0x0, 0xc000201e08)
        	runtime/sys_openbsd1.go:17 +0x2e fp=0x249545e80 sp=0x249545e60 pc=0x45c1ae
        runtime.semasleep(0x249545f10?)
...
        r11    0x202
        r12    0xe
        r13    0x1
        r14    0xc000557880
        r15    0x1
        rip    0x2f0bf5a2a
        rflags 0x202
        cs     0x2b
        fs     0x0
        gs     0x0

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

1 participant