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

build: compiler OOM on android-arm64-corellium builder #57128

Closed
gopherbot opened this issue Dec 6, 2022 · 3 comments
Closed

build: compiler OOM on android-arm64-corellium builder #57128

gopherbot opened this issue Dec 6, 2022 · 3 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

gopherbot commented Dec 6, 2022

#!watchflakes
post <- builder == "android-arm64-corellium" && `compile: signal: killed`

Issue created automatically to collect these failures.

Example (log):

FAIL
go tool dist: Failed: 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 Dec 6, 2022
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- section == "Testing packages." && test == ""
2022-11-28 15:02 android-arm64-corellium go@cc7530da (log)
FAIL
go tool dist: Failed: exit status 1
2022-12-02 16:30 plan9-386-0intro go@d71b1c3d io.test [build] (log)
link 16879: suicide: sys: trap: fault write addr=0x766e652f pc=0x000060ad
2022-12-02 21:15 plan9-386-0intro go@45f5ef4e (log)
fatal error: unexpected signal during runtime execution
[signal sys: trap: fault write code=0x0 addr=0x0 pc=0x6d947]

runtime stack:
runtime.throw({0x9d68d8, 0x2a})
	/tmp/workdir-gnot/go/src/runtime/panic.go:1047 +0x4d fp=0xdfffee38 sp=0xdfffee24 pc=0x3bc4d
runtime.sigpanic()
	/tmp/workdir-gnot/go/src/runtime/os_plan9.go:80 +0x4a2 fp=0xdfffee78 sp=0xdfffee38 pc=0x38162
runtime.rfork()
	/tmp/workdir-gnot/go/src/runtime/sys_plan9_386.s:139 +0x7 fp=0xdfffee7c sp=0xdfffee78 pc=0x6d947
...
goroutine 1 [running]:
runtime.systemstack_switch()
	/tmp/workdir-gnot/go/src/runtime/asm_386.s:337 fp=0x9846fbc sp=0x9846fb8 pc=0x6b9c0
runtime.main()
	/tmp/workdir-gnot/go/src/runtime/proc.go:170 +0x6e fp=0x9846ff0 sp=0x9846fbc pc=0x3e22e
runtime.goexit()
	/tmp/workdir-gnot/go/src/runtime/asm_386.s:1326 +0x1 fp=0x9846ff4 sp=0x9846ff0 pc=0x6cd51
go: error obtaining buildID for go tool compile: exit status: 'compile 11139: 2'

go tool dist: FAILED: go list -f={{if .Stale}}	STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std cmd: exit status: 'go 11134: 1'

watchflakes

@cherrymui cherrymui changed the title Testing packages.: unrecognized failures build: compiler OOM on android-arm64-corellium builder Dec 6, 2022
@bcmills
Copy link
Contributor

bcmills commented Dec 7, 2022

Duplicate of #54819

@bcmills bcmills marked this as a duplicate of #54819 Dec 7, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2022
@bcmills bcmills moved this to Done in Test Flakes Dec 7, 2022
@bcmills
Copy link
Contributor

bcmills commented Dec 7, 2022

I think this indicates a watchflakes bug of some sort. It should not have created a new issue for these failures.

@cherrymui cherrymui removed this from Test Flakes Dec 7, 2022
@golang golang locked and limited conversation to collaborators Dec 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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