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: build failures with signal: killed #60151

Open
bcmills opened this issue May 12, 2023 · 2 comments
Open

cmd/compile: build failures with signal: killed #60151

bcmills opened this issue May 12, 2023 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) 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. ToolSpeed
Milestone

Comments

@bcmills
Copy link
Member

bcmills commented May 12, 2023

#!watchflakes
post <- repo == "go" && section == "Testing packages." && test == "" && log ~ `compile(?.exe): signal: killed`

(Filed from #57995 (comment).)

@bcmills bcmills added ToolSpeed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels May 12, 2023
@mknyszek
Copy link
Contributor

This seems related to #60148, it just happens to be the compiler that OOMs. I'll leave this in our queue for now, but CC @pmur.

@mknyszek mknyszek added this to the Backlog milestone May 17, 2023
@mknyszek mknyszek added the Builders x/build issues (builders, bots, dashboards) label May 17, 2023
@pmur
Copy link
Contributor

pmur commented May 17, 2023

The spur of power10/ppc64 failures in early may is almost certainly an OOM for the reason I noted in #60148.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) 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. ToolSpeed
Projects
Status: Todo
Development

No branches or pull requests

3 participants