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

Closed
gopherbot opened this issue Apr 3, 2023 · 2 comments
Closed

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

gopherbot opened this issue Apr 3, 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/compile/internal/test" && test == "TestCode"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCode (52.05s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go test -c -gcflags=-d=ssa/check/on -o /var/tmp/workdir-host-illumos-amd64-jclulow/tmp/TestCode1599781149/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 (ASCII FS)
        PC=0xfffffc7fef1f7f47 m=0 sigcode=0

        rax    0x5b
        rbx    0xfffffc7fef302a40
        rcx    0xfffffc7feed7b000
        rdx    0x0
...
panic: test timed out after 3m0s
running tests:
	TestPGOIntendedInlining (6s)
	TestPGOIntendedInliningShiftedLines (5s)
	TestReproducibleBuilds (5s)

goroutine 247 [running]:
panic({0x809a40?, 0xc00052aba0?})
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/panic.go:1016 +0x3ac fp=0xc000064f10 sp=0xc000064e60 pc=0x435c2c
testing.(*M).startAlarm.func1()
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/testing/testing.go:2260 +0x3b4 fp=0xc000064fe0 sp=0xc000064f10 pc=0x50dfb4
runtime.goexit()
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/asm_amd64.s:1619 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x469a21
created by time.goFunc
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/time/sleep.go:176 +0x2d

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 Apr 3, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestCode"
2023-03-15 00:12 illumos-amd64 go@9ae97f8b cmd/compile/internal/test.TestCode (log)
--- FAIL: TestCode (52.05s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go test -c -gcflags=-d=ssa/check/on -o /var/tmp/workdir-host-illumos-amd64-jclulow/tmp/TestCode1599781149/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 (ASCII FS)
        PC=0xfffffc7fef1f7f47 m=0 sigcode=0

        rax    0x5b
        rbx    0xfffffc7fef302a40
        rcx    0xfffffc7feed7b000
        rdx    0x0
...
panic: test timed out after 3m0s
running tests:
	TestPGOIntendedInlining (6s)
	TestPGOIntendedInliningShiftedLines (5s)
	TestReproducibleBuilds (5s)

goroutine 247 [running]:
panic({0x809a40?, 0xc00052aba0?})
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/panic.go:1016 +0x3ac fp=0xc000064f10 sp=0xc000064e60 pc=0x435c2c
testing.(*M).startAlarm.func1()
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/testing/testing.go:2260 +0x3b4 fp=0xc000064fe0 sp=0xc000064f10 pc=0x50dfb4
runtime.goexit()
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/asm_amd64.s:1619 +0x1 fp=0xc000064fe8 sp=0xc000064fe0 pc=0x469a21
created by time.goFunc
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/time/sleep.go:176 +0x2d

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Apr 3, 2023

Duplicate of #59379

@bcmills bcmills marked this as a duplicate of #59379 Apr 3, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2023
@golang golang locked and limited conversation to collaborators Apr 2, 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