golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.29k stars 17.7k forks source link

x/tools: Windows build OOM crash #70556

Open gopherbot opened 1 day ago

gopherbot commented 1 day ago
#!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 commented 1 day ago

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

adonovan commented 1 day ago

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