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

cmd/compile/internal/ssa: build/test failures on openbsd/arm (limited memory) #31941

Closed
4a6f656c opened this issue May 9, 2019 · 3 comments
Closed

Comments

@4a6f656c
Copy link
Contributor

4a6f656c commented May 9, 2019

The openbsd/arm builder has limited memory and the platform has a limited data size - builds are now frequently failing either during the build of cmd/compile/internal/ssa or during the build of the tests for the same package:

Building Go toolchain1 using /home/gopher/src/go-bootstrap.                                                                                                                                                                      
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.                                                                                                                                                                     
# cmd/compile/internal/ssa
fatal error: runtime: out of memory

See also builder logs:

https://build.golang.org/log/62e7db1dc3e13bbbf7aa0f0efa0e42c3021c6229

https://build.golang.org/log/f3a479db1e71e96d1921f97fcb2cf2eb7e13bb01

@josharian
Copy link
Contributor

Possible dup of #27739

@4a6f656c
Copy link
Contributor Author

It is likely a dup, however worth noting that Go built fine on the same builder around Go 1.12 and the issue has gradually gotten worse (first the odd test time build failure, now regular build time failures) - in other words it has regressed between Go 1.12 and current.

@josharian
Copy link
Contributor

I'm going to transfer that observation into #27739, where there is active work ongoing, and close this one as a dup.

@golang golang locked and limited conversation to collaborators May 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants