#!watchflakes
default <- repo == "benchmarks" && pkg == "" && test == "make.bat"

Issue created automatically to collect these failures.

Example (log):

Building Go cmd/dist using C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap. (go1.20.6 windows/arm64)
Building Go toolchain1 using C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap.
# bootstrap/cmd/compile/internal/ssa
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

runtime stack:
runtime.throw({0x7ff759d6fb4f?, 0x401b4d7000?})
    c:/go/src/runtime/panic.go:1047 +0x40 fp=0x28239ffca0 sp=0x28239ffc70 pc=0x7ff7594b9530
runtime.sysUsedOS(0x401b4d6000, 0x2000)
...
    c:/go/src/runtime/chan.go:259 +0x43c fp=0x401b261f70 sp=0x401b261ee0 pc=0x7ff7594855ec
runtime.chansend1(0x0?, 0x4000429f40?)
    c:/go/src/runtime/chan.go:145 +0x18 fp=0x401b261fa0 sp=0x401b261f70 pc=0x7ff759485198
cmd/compile/internal/gc.compileFunctions.func3.1()
    c:/go/src/cmd/compile/internal/gc/compile.go:154 +0x48 fp=0x401b261fd0 sp=0x401b261fa0 pc=0x7ff759c6ca88
runtime.goexit()
    c:/go/src/runtime/asm_arm64.s:1172 +0x4 fp=0x401b261fd0 sp=0x401b261fd0 pc=0x7ff7594ebc94
created by cmd/compile/internal/gc.compileFunctions.func3
    c:/go/src/cmd/compile/internal/gc/compile.go:152 +0x1dc
go tool dist: FAILED: C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap\bin\go install -tags=math_big_pure_go compiler_bootstrap purego bootstrap/cmd/...: exit status 1

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "benchmarks" && pkg == "" && test == "make.bat"
2024-05-21 19:16 x_benchmarks-gotip-windows-arm64 benchmarks@34853f5d go@535f81e7 make.bat (log) Building Go cmd/dist using C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap. (go1.20.6 windows/arm64) Building Go toolchain1 using C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap. # bootstrap/cmd/compile/internal/ssa runtime: VirtualAlloc of 8192 bytes failed with errno=1455 fatal error: out of memory runtime stack: runtime.throw({0x7ff759d6fb4f?, 0x401b4d7000?}) c:/go/src/runtime/panic.go:1047 +0x40 fp=0x28239ffca0 sp=0x28239ffc70 pc=0x7ff7594b9530 runtime.sysUsedOS(0x401b4d6000, 0x2000) ... c:/go/src/runtime/chan.go:259 +0x43c fp=0x401b261f70 sp=0x401b261ee0 pc=0x7ff7594855ec runtime.chansend1(0x0?, 0x4000429f40?) c:/go/src/runtime/chan.go:145 +0x18 fp=0x401b261fa0 sp=0x401b261f70 pc=0x7ff759485198 cmd/compile/internal/gc.compileFunctions.func3.1() c:/go/src/cmd/compile/internal/gc/compile.go:154 +0x48 fp=0x401b261fd0 sp=0x401b261fa0 pc=0x7ff759c6ca88 runtime.goexit() c:/go/src/runtime/asm_arm64.s:1172 +0x4 fp=0x401b261fd0 sp=0x401b261fd0 pc=0x7ff7594ebc94 created by cmd/compile/internal/gc.compileFunctions.func3 c:/go/src/cmd/compile/internal/gc/compile.go:152 +0x1dc go tool dist: FAILED: C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap\bin\go install -tags=math_big_pure_go compiler_bootstrap purego bootstrap/cmd/...: exit status 1

watchflakes

Comment From: cherrymui

Dup of #67894