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
What version of Go are you using (go version)?
go1.4
What operating system and processor architecture are you using (go env)?
redhat el6/amd64
What did you do?
tried to compile go1.6.2 from source using go1.4 (also compiled from source) using the instructions on https://golang.org/doc/install/source
The package testing errors only occurred when trying to compile for go1.6 and above. Compiling versions go1.5.4 and below is successful and passes package testing.
The text was updated successfully, but these errors were encountered:
The system you were building on does not have enough free memory (either physical, or swap) to complete the build. We don't track the memory usage required to run ./all.bash but it is at least 512mb per core.
I'm going to close this as I think there is no issue here.
go version
)?go1.4
go env
)?redhat el6/amd64
tried to compile go1.6.2 from source using go1.4 (also compiled from source) using the instructions on https://golang.org/doc/install/source
ALL TESTS PASSED
panicking during package testing. Full error linked below.
go1.6.2 package testing panic.txt
The package testing errors only occurred when trying to compile for go1.6 and above. Compiling versions go1.5.4 and below is successful and passes package testing.
The text was updated successfully, but these errors were encountered: