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

make.bat: unrecognized failures #69660

Closed
gopherbot opened this issue Sep 27, 2024 · 2 comments
Closed

make.bat: unrecognized failures #69660

gopherbot opened this issue Sep 27, 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 <- pkg == "make.bat" && test == ""

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.22.6 windows/arm64)
Building Go toolchain1 using C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for windows/arm64.
# cmd/cover
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

...
fatal error: runtime: cannot allocate memory

runtime stack:
runtime.throw({0x7ff6f3d41b72?, 0xfffffffffffff800?})
	runtime/panic.go:1069 +0x38 fp=0x450edff820 sp=0x450edff7f0 pc=0x7ff6f3aaf068
runtime.persistentalloc1(0x1018, 0x7ff6f3f85700?, 0x7ff6f3fc89d8)
	runtime/malloc.go:1609 +0x284 fp=0x450edff870 sp=0x450edff820 pc=0x7ff6f3a4cff4
runtime.persistentalloc.func1()
	runtime/malloc.go:1562 +0x30 fp=0x450edff8a0 sp=0x450edff870 pc=0x7ff6f3a4cd50
runtime.systemstack(0x86)
...
	cmd/compile/internal/ssagen/pgen.go:304 +0x70 fp=0x400d5dff60 sp=0x400d5dfe80 pc=0x7ff7f0e82820
cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
	cmd/compile/internal/gc/compile.go:189 +0x40 fp=0x400d5dffa0 sp=0x400d5dff60 pc=0x7ff7f1047250
cmd/compile/internal/gc.compileFunctions.func3.1()
	cmd/compile/internal/gc/compile.go:171 +0x3c fp=0x400d5dffd0 sp=0x400d5dffa0 pc=0x7ff7f10475bc
runtime.goexit({})
	runtime/asm_arm64.s:1223 +0x4 fp=0x400d5dffd0 sp=0x400d5dffd0 pc=0x7ff7f0847794
created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 63
	cmd/compile/internal/gc/compile.go:170 +0x1e0
go tool dist: FAILED: C:\Users\swarming\.swarming\w\ir\x\w\goroot\pkg\tool\windows_arm64\go_bootstrap install 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 Sep 27, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "make.bat" && test == ""
2024-09-11 02:29 x_text-gotip-windows-arm64 text@38a95c2d go@7c72dc77 make.bat (log)
Building Go cmd/dist using C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap. (go1.22.6 windows/arm64)
Building Go toolchain1 using C:\Users\swarming\.swarming\w\ir\cache\tools\go_bootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for windows/arm64.
# cmd/cover
runtime: VirtualAlloc of 8192 bytes failed with errno=1455
fatal error: out of memory

...
fatal error: runtime: cannot allocate memory

runtime stack:
runtime.throw({0x7ff6f3d41b72?, 0xfffffffffffff800?})
	runtime/panic.go:1069 +0x38 fp=0x450edff820 sp=0x450edff7f0 pc=0x7ff6f3aaf068
runtime.persistentalloc1(0x1018, 0x7ff6f3f85700?, 0x7ff6f3fc89d8)
	runtime/malloc.go:1609 +0x284 fp=0x450edff870 sp=0x450edff820 pc=0x7ff6f3a4cff4
runtime.persistentalloc.func1()
	runtime/malloc.go:1562 +0x30 fp=0x450edff8a0 sp=0x450edff870 pc=0x7ff6f3a4cd50
runtime.systemstack(0x86)
...
	cmd/compile/internal/ssagen/pgen.go:304 +0x70 fp=0x400d5dff60 sp=0x400d5dfe80 pc=0x7ff7f0e82820
cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
	cmd/compile/internal/gc/compile.go:189 +0x40 fp=0x400d5dffa0 sp=0x400d5dff60 pc=0x7ff7f1047250
cmd/compile/internal/gc.compileFunctions.func3.1()
	cmd/compile/internal/gc/compile.go:171 +0x3c fp=0x400d5dffd0 sp=0x400d5dffa0 pc=0x7ff7f10475bc
runtime.goexit({})
	runtime/asm_arm64.s:1223 +0x4 fp=0x400d5dffd0 sp=0x400d5dffd0 pc=0x7ff7f0847794
created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 63
	cmd/compile/internal/gc/compile.go:170 +0x1e0
go tool dist: FAILED: C:\Users\swarming\.swarming\w\ir\x\w\goroot\pkg\tool\windows_arm64\go_bootstrap install cmd: exit status 1

watchflakes

@dmitshur
Copy link
Contributor

Merged into #69664.

@dmitshur dmitshur closed this as not planned Won't fix, can't repro, duplicate, stale Sep 28, 2024
@dmitshur dmitshur removed this from Test Flakes Sep 28, 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