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

package testing fail for go1.6+ #15726

Closed
kyeapp opened this issue May 18, 2016 · 2 comments
Closed

package testing fail for go1.6+ #15726

kyeapp opened this issue May 18, 2016 · 2 comments

Comments

@kyeapp
Copy link

kyeapp commented May 18, 2016

  1. What version of Go are you using (go version)?
    go1.4
  2. What operating system and processor architecture are you using (go env)?
    redhat el6/amd64
  3. 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
  4. What did you expect to see?
    ALL TESTS PASSED
  5. What did you see instead?
    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.

@davecheney
Copy link
Contributor

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.

@kyeapp
Copy link
Author

kyeapp commented May 18, 2016

Increasing thread count per user solved the issue. Same bug here with solution. #13968

@golang golang locked and limited conversation to collaborators May 18, 2017
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