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

x/tools: Windows build OOM crash #70556

Open
gopherbot opened this issue Nov 25, 2024 · 2 comments
Open

x/tools: Windows build OOM crash #70556

gopherbot opened this issue Nov 25, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Nov 25, 2024

#!watchflakes
default <- pkg == "golang.org/x/tools/go/callgraph/vta" && test == "" && goos == "windows"

Issue created automatically to collect these failures.

Example (log):

PASS
ok  	golang.org/x/tools/go/callgraph/vta	14.936s

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 25, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/go/callgraph/vta" && test == ""
2024-11-22 23:40 x_tools-gotip-windows-arm64 tools@51e54e89 go@c1a0ee37 x/tools/go/callgraph/vta [ABORT] (log)
PASS
ok  	golang.org/x/tools/go/callgraph/vta	14.936s

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Nov 25, 2024
@gopherbot gopherbot added this to the Unreleased milestone Nov 25, 2024
@adonovan adonovan changed the title x/tools/go/callgraph/vta: unrecognized failures x/tools: Windows build OOM crash Nov 25, 2024
@adonovan
Copy link
Member

The Windows build ran out of memory and go test crashed (see #70558), but the real problem is likely that our tests (VTA, SSA, etc) use too much memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: No status
Development

No branches or pull requests

2 participants