#!watchflakes
default <- repo == "tools" && 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/link
runtime: VirtualAlloc of 352256 bytes failed with errno=1455
fatal error: out of memory
runtime stack:
runtime.throw({0x7ff7d13d4a8e?, 0x4007b04000?})
c:/go/src/runtime/panic.go:1047 +0x40 fp=0xd5951ff6c0 sp=0xd5951ff690 pc=0x7ff7d1196330
runtime.sysUsedOS(0x4007afa000, 0x56000)
...
fatal error: out of memory
runtime stack:
runtime.throw({0x7ff75bb6fb4f?, 0x401ada8000?})
c:/go/src/runtime/panic.go:1047 +0x40 fp=0x237bbff8a0 sp=0x237bbff870 pc=0x7ff75b2b9530
runtime.sysUsedOS(0x401ada0000, 0x14000)
c:/go/src/runtime/mem_windows.go:83 +0x178 fp=0x237bbff900 sp=0x237bbff8a0 pc=0x7ff75b297278
runtime.sysUsed(0x7ff75c26bda0?, 0x178810a3880?, 0x4014618300?)
c:/go/src/runtime/mem.go:77 +0x54 fp=0x237bbff920 sp=0x237bbff900 pc=0x7ff75b296df4
runtime.(*mheap).allocSpan(0x7ff75c26bda0, 0xa, 0x0, 0x90?)
...
c:/go/src/cmd/compile/internal/ssagen/pgen.go:185 +0x30 fp=0x401480bf60 sp=0x401480be90 pc=0x7ff75b8c1dd0
cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
c:/go/src/cmd/compile/internal/gc/compile.go:171 +0x3c fp=0x401480bfa0 sp=0x401480bf60 pc=0x7ff75ba6c6dc
cmd/compile/internal/gc.compileFunctions.func3.1()
c:/go/src/cmd/compile/internal/gc/compile.go:153 +0x38 fp=0x401480bfd0 sp=0x401480bfa0 pc=0x7ff75ba6ca78
runtime.goexit()
c:/go/src/runtime/asm_arm64.s:1172 +0x4 fp=0x401480bfd0 sp=0x401480bfd0 pc=0x7ff75b2ebc94
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
Comment From: gopherbot
Found new dashboard test flakes for:
#!watchflakes
default <- repo == "tools" && pkg == "" && test == "make.bat"
2024-06-04 14:43 x_tools-gotip-windows-arm64 tools@20880830 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/link runtime: VirtualAlloc of 352256 bytes failed with errno=1455 fatal error: out of memory runtime stack: runtime.throw({0x7ff7d13d4a8e?, 0x4007b04000?}) c:/go/src/runtime/panic.go:1047 +0x40 fp=0xd5951ff6c0 sp=0xd5951ff690 pc=0x7ff7d1196330 runtime.sysUsedOS(0x4007afa000, 0x56000) ... fatal error: out of memory runtime stack: runtime.throw({0x7ff75bb6fb4f?, 0x401ada8000?}) c:/go/src/runtime/panic.go:1047 +0x40 fp=0x237bbff8a0 sp=0x237bbff870 pc=0x7ff75b2b9530 runtime.sysUsedOS(0x401ada0000, 0x14000) c:/go/src/runtime/mem_windows.go:83 +0x178 fp=0x237bbff900 sp=0x237bbff8a0 pc=0x7ff75b297278 runtime.sysUsed(0x7ff75c26bda0?, 0x178810a3880?, 0x4014618300?) c:/go/src/runtime/mem.go:77 +0x54 fp=0x237bbff920 sp=0x237bbff900 pc=0x7ff75b296df4 runtime.(*mheap).allocSpan(0x7ff75c26bda0, 0xa, 0x0, 0x90?) ... c:/go/src/cmd/compile/internal/ssagen/pgen.go:185 +0x30 fp=0x401480bf60 sp=0x401480be90 pc=0x7ff75b8c1dd0 cmd/compile/internal/gc.compileFunctions.func5.1(0x0?) c:/go/src/cmd/compile/internal/gc/compile.go:171 +0x3c fp=0x401480bfa0 sp=0x401480bf60 pc=0x7ff75ba6c6dc cmd/compile/internal/gc.compileFunctions.func3.1() c:/go/src/cmd/compile/internal/gc/compile.go:153 +0x38 fp=0x401480bfd0 sp=0x401480bfa0 pc=0x7ff75ba6ca78 runtime.goexit() c:/go/src/runtime/asm_arm64.s:1172 +0x4 fp=0x401480bfd0 sp=0x401480bfd0 pc=0x7ff75b2ebc94 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 1Comment From: cherrymui
Dup of #67894.