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: failures with signal: killed on ppc64le builders #64096

Closed
gopherbot opened this issue Nov 13, 2023 · 6 comments
Closed

cmd/compile: failures with signal: killed on ppc64le builders #64096

gopherbot opened this issue Nov 13, 2023 · 6 comments
Labels
arch-ppc64x compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

gopherbot commented Nov 13, 2023

#!watchflakes
post <- goarch ~ `ppc64.*` && log ~ `compile: signal: killed` && date < "2023-11-14"

Issue created automatically to collect these failures.

Example (log):

cmd/compile/internal/ssa: /workdir/go/pkg/tool/linux_ppc64le/compile: signal: killed
go tool dist: FAILED: /workdir/go/pkg/tool/linux_ppc64le/go_bootstrap install cmd: exit status 1

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 Nov 13, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "go" && section == "Building packages and commands for linux/ppc64le." && test == ""
2023-11-10 21:25 linux-ppc64le-buildlet go@31887586 (log)
cmd/compile/internal/ssa: /workdir/go/pkg/tool/linux_ppc64le/compile: signal: killed
go tool dist: FAILED: /workdir/go/pkg/tool/linux_ppc64le/go_bootstrap install cmd: exit status 1

watchflakes

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 13, 2023
@bcmills bcmills changed the title Building packages and commands for linux/ppc64le.: unrecognized failures cmd/compile: failures with signal: killed on ppc64le builders Nov 13, 2023
@bcmills
Copy link
Contributor

bcmills commented Nov 13, 2023

attn @golang/ppc64

@bcmills
Copy link
Contributor

bcmills commented Nov 13, 2023

@mknyszek, is this a duplicate of #64067?

@laboger
Copy link
Contributor

laboger commented Nov 13, 2023

@pmur had to kill some hanging processes due to the system stack issue.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2023
@bcmills
Copy link
Contributor

bcmills commented Nov 13, 2023

Added a date restriction to the watchflakes pattern and closing as resolved by https://go.dev/cl/541635.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- goarch ~ `ppc64.*` && log ~ `compile: signal: killed` && date < "2023-11-14"
2023-10-11 21:58 linux-ppc64le-buildlet text@6c97a165 go@8da6405e (log)
FAIL
2023-10-11 21:58 linux-ppc64le-power10osu text@6c97a165 go@31887586 (log)
FAIL
2023-10-11 21:58 linux-ppc64le-power10osu text@6c97a165 go@ea14b633 (log)
FAIL
2023-10-11 21:58 linux-ppc64le-power10osu text@6c97a165 go@3b303fa9 (log)
FAIL
2023-11-10 15:51 linux-ppc64le-power9osu go@3b303fa9 (log)
cmd/compile/internal/ssa: /workdir/go/pkg/tool/linux_ppc64le/compile: signal: killed
go tool dist: FAILED: /workdir/go/pkg/tool/linux_ppc64le/go_bootstrap install -a cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-ppc64x compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

3 participants