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: TestStmtLines failures #59393

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

cmd/compile/internal/test: TestStmtLines failures #59393

gopherbot opened this issue Apr 3, 2023 · 3 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 == "TestStmtLines"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestStmtLines (168.02s)
    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/TestStmtLines2847358691/001/test.exe cmd/go
    stmtlines_test.go:82: go build: exit status 2
        SIGQUIT: quit (ASCII FS)
        PC=0xfffffc7fef1ff33a m=0 sigcode=0

        rax    0x5b
        rbx    0xfffffc7fef302a40
        rcx    0x3
        rdx    0xfffffc7fffdff338
        rdi    0x0
        rsi    0x37dc
        rbp    0xfffffc7fffdff2e8
        rsp    0xfffffc7fffdff2b0
        r8     0x0
        r9     0x2d00000
        r10    0x3
        r11    0xc00067c480
        r12    0x37dc
        r13    0x0
        r14    0xc00024e280
        r15    0xfffffc7fffdff338
        rip    0xfffffc7fef1ff33a
        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 3, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestStmtLines"
2023-03-15 00:12 illumos-amd64 go@9ae97f8b cmd/compile/internal/test.TestStmtLines (log)
--- FAIL: TestStmtLines (168.02s)
    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/TestStmtLines2847358691/001/test.exe cmd/go
    stmtlines_test.go:82: go build: exit status 2
        SIGQUIT: quit (ASCII FS)
        PC=0xfffffc7fef1ff33a m=0 sigcode=0

        rax    0x5b
        rbx    0xfffffc7fef302a40
        rcx    0x3
        rdx    0xfffffc7fffdff338
        rdi    0x0
        rsi    0x37dc
        rbp    0xfffffc7fffdff2e8
        rsp    0xfffffc7fffdff2b0
        r8     0x0
        r9     0x2d00000
        r10    0x3
        r11    0xc00067c480
        r12    0x37dc
        r13    0x0
        r14    0xc00024e280
        r15    0xfffffc7fffdff338
        rip    0xfffffc7fef1ff33a
        rflags 0x247
        cs     0x53
        fs     0x0
        gs     0x0

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestStmtLines"
2023-03-14 08:10 illumos-amd64 go@cedfcba3 cmd/compile/internal/test.TestStmtLines (log)
--- FAIL: TestStmtLines (172.25s)
    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/TestStmtLines1982184918/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    0xfffffc7feed76000
        rdx    0x0
        rdi    0x0
        rsi    0x0
        rbp    0xfffffc7fffdff358
        rsp    0xfffffc7fffdff2f0
        r8     0x0
        r9     0xfffffc7feed6dcc0
        r10    0xfffffc7feed76000
        r11    0xfffffc7fffdff408
        r12    0xe93c50
        r13    0xfffffc7feed6dc80
        r14    0xe5dc60
        r15    0x0
        rip    0xfffffc7fef1f7f47
        rflags 0x247
        cs     0x53
        fs     0x0
        gs     0x0

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