Skip to content

build: make.bat failures #67895

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

Closed
gopherbot opened this issue Jun 7, 2024 · 2 comments
Closed

build: make.bat failures #67895

gopherbot opened this issue Jun 7, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!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

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jun 7, 2024
@gopherbot
Copy link
Contributor Author

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

@cherrymui
Copy link
Member

Dup of #67894

@cherrymui cherrymui closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2024
@cherrymui cherrymui removed this from Test Flakes Jun 7, 2024
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.
Projects
None yet
Development

No branches or pull requests

2 participants