You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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:See also builder logs:
https://build.golang.org/log/62e7db1dc3e13bbbf7aa0f0efa0e42c3021c6229
https://build.golang.org/log/f3a479db1e71e96d1921f97fcb2cf2eb7e13bb01
The text was updated successfully, but these errors were encountered: