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

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

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

gopherbot opened this issue Apr 2, 2023 · 3 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 == "cmd/compile/internal/ssa" && test == "TestStmtLines"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestStmtLines (162.27s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go build -ldflags=-w=0 -o /var/tmp/workdir-host-illumos-amd64-jclulow/tmp/TestStmtLines3909261522/001/test.exe cmd/go
    stmtlines_test.go:82: go build: exit status 2
        SIGQUIT: quit (ASCII FS)
        PC=0xfffffc7fef1f7f47 m=0 sigcode=0

        rax    0x5b
        rbx    0xfffffc7fef302a40
        rcx    0xfffffc7feed7c000
        rdx    0x0
        rdi    0x0
        rsi    0x0
        rbp    0xfffffc7fffdff218
        rsp    0xfffffc7fffdff1b0
        r8     0x0
        r9     0xfffffc7feed73cc0
        r10    0xfffffc7feed7c000
        r11    0xe63260
        r12    0xe97c70
        r13    0xfffffc7feed73c80
        r14    0xe61c80
        r15    0x0
        rip    0xfffffc7fef1f7f47
        rflags 0x247
        cs     0x53
        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 Apr 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/ssa" && test == "TestStmtLines"
2023-03-16 18:46 illumos-amd64 go@23e8f43c cmd/compile/internal/ssa.TestStmtLines (log)
--- FAIL: TestStmtLines (162.27s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go build -ldflags=-w=0 -o /var/tmp/workdir-host-illumos-amd64-jclulow/tmp/TestStmtLines3909261522/001/test.exe cmd/go
    stmtlines_test.go:82: go build: exit status 2
        SIGQUIT: quit (ASCII FS)
        PC=0xfffffc7fef1f7f47 m=0 sigcode=0

        rax    0x5b
        rbx    0xfffffc7fef302a40
        rcx    0xfffffc7feed7c000
        rdx    0x0
        rdi    0x0
        rsi    0x0
        rbp    0xfffffc7fffdff218
        rsp    0xfffffc7fffdff1b0
        r8     0x0
        r9     0xfffffc7feed73cc0
        r10    0xfffffc7feed7c000
        r11    0xe63260
        r12    0xe97c70
        r13    0xfffffc7feed73c80
        r14    0xe61c80
        r15    0x0
        rip    0xfffffc7fef1f7f47
        rflags 0x247
        cs     0x53
        fs     0x0
        gs     0x0

watchflakes

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

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/ssa" && test == "TestStmtLines"
2023-03-14 09:07 illumos-amd64 go@a54fe8a2 cmd/compile/internal/ssa.TestStmtLines (log)
--- FAIL: TestStmtLines (169.46s)
    exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go build -ldflags=-w=0 -o /var/tmp/workdir-host-illumos-amd64-jclulow/tmp/TestStmtLines3348133811/001/test.exe cmd/go
    stmtlines_test.go:82: go build: exit status 2
        SIGQUIT: quit (ASCII FS)
        PC=0xfffffc7fef1f7f47 m=0 sigcode=0

        rax    0x5b
        rbx    0xfffffc7fef302a40
        rcx    0xfffffc7feed70000
        rdx    0x0
        rdi    0x0
        rsi    0x0
        rbp    0xfffffc7fffdff218
        rsp    0xfffffc7fffdff1b0
        r8     0x0
        r9     0xfffffc7feed67cc0
        r10    0xfffffc7feed70000
        r11    0xfffffc7fffdff408
        r12    0xe93c50
        r13    0xfffffc7feed67c80
        r14    0xe5dc60
        r15    0x0
        rip    0xfffffc7fef1f7f47
        rflags 0x247
        cs     0x53
        fs     0x0
        gs     0x0
2023-03-14 13:17 illumos-amd64 go@035db07d cmd/compile/internal/ssa.TestStmtLines (log)
panic: test timed out after 3m0s
running tests:
	TestStmtLines (3m0s)

runtime.syscall_wait4(0x5c34, 0xc00060e09c, 0x0, 0xc000072000)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/runtime/syscall_solaris.go:296 +0x85 fp=0xc000951a10 sp=0xc0009519b8 pc=0x466965
syscall.Wait4(0xc000094060?, 0xc000951d40?, 0x0?, 0x0?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/syscall/syscall_solaris.go:275 +0x26 fp=0xc000951a58 sp=0xc000951a10 pc=0x475de6
os.(*Process).wait(0xc0004c4030)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec_unix.go:43 +0x77 fp=0xc000951ab0 sp=0xc000951a58 pc=0x4a3577
os.(*Process).Wait(...)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec.go:132
os/exec.(*Cmd).Wait(0xc000000000)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:890 +0x45 fp=0xc000951b18 sp=0xc000951ab0 pc=0x53b585
os/exec.(*Cmd).Run(0xc000951d40?)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:590 +0x2d fp=0xc000951b38 sp=0xc000951b18 pc=0x53a16d
os/exec.(*Cmd).CombinedOutput(0xc000000000)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/os/exec/exec.go:1005 +0x94 fp=0xc000951b60 sp=0xc000951b38 pc=0x53be54
cmd/compile/internal/ssa_test.TestStmtLines(0xc000143520)
	/var/tmp/workdir-host-illumos-amd64-jclulow/go/src/cmd/compile/internal/ssa/stmtlines_test.go:80 +0x14c fp=0xc000951f70 sp=0xc000951b60 pc=0xa8754c
testing.tRunner(0xc000143520, 0xb59510)

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