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: TestReproducibleBuilds failures #59397

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

cmd/compile/internal/test: TestReproducibleBuilds failures #59397

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 == "TestReproducibleBuilds"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestReproducibleBuilds (0.00s)
    --- FAIL: TestReproducibleBuilds/issue27013.go (2.12s)
        exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go tool compile -p=p -c 2 -o /var/tmp/workdir-host-illumos-amd64-jclulow/tmp/809123350 testdata/reproducible/issue27013.go
        reproduciblebuilds_test.go:44: failed to compile: signal: killed
            SIGQUIT: quit (ASCII FS)
            PC=0xfffffc7fef1f7f47 m=0 sigcode=0

            rax    0x5b
            rbx    0xfffffc7fef302a40
            rcx    0xfffffc7feed79000
            rdx    0x0
            rdi    0x0
            rsi    0x0
            rbp    0xfffffc7fffdff1e8
            rsp    0xfffffc7fffdff180
            r8     0x0
            r9     0xfffffc7feed68cc0
            r10    0xfffffc7feed79000
            r11    0xf5bfe0
            r12    0x14271f0
            r13    0xfffffc7feed68c80
            r14    0x13cf400
            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 3, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestReproducibleBuilds"
2023-03-14 08:10 illumos-amd64 go@cedfcba3 cmd/compile/internal/test.TestReproducibleBuilds (log)
--- FAIL: TestReproducibleBuilds (0.00s)
    --- FAIL: TestReproducibleBuilds/issue27013.go (2.12s)
        exec.go:146: test timed out while running command: /var/tmp/workdir-host-illumos-amd64-jclulow/go/bin/go tool compile -p=p -c 2 -o /var/tmp/workdir-host-illumos-amd64-jclulow/tmp/809123350 testdata/reproducible/issue27013.go
        reproduciblebuilds_test.go:44: failed to compile: signal: killed
            SIGQUIT: quit (ASCII FS)
            PC=0xfffffc7fef1f7f47 m=0 sigcode=0

            rax    0x5b
            rbx    0xfffffc7fef302a40
            rcx    0xfffffc7feed79000
            rdx    0x0
            rdi    0x0
            rsi    0x0
            rbp    0xfffffc7fffdff1e8
            rsp    0xfffffc7fffdff180
            r8     0x0
            r9     0xfffffc7feed68cc0
            r10    0xfffffc7feed79000
            r11    0xf5bfe0
            r12    0x14271f0
            r13    0xfffffc7feed68c80
            r14    0x13cf400
            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