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/pack: tests fails on ppc64le, but only when run under the dashboard builder #9622

Closed
davecheney opened this issue Jan 17, 2015 · 2 comments
Milestone

Comments

@davecheney
Copy link
Contributor

The newly christened linux-pcc64le-canonical builder is failing to pass the cmd/pack tests

--- FAIL: TestLargeDefs (2.36s)
    pack_test.go:313: [go tool 9g large.go]: exit status 1
        go tool 9g: signal: segmentation fault (core dumped)
FAIL
FAIL    cmd/pack    2.896s

However this test does pass if ./all.bash is invoked directly from the CLI. It only fails when the build is invoked from the dashboard builder.

/cc @aclements

@davecheney davecheney added this to the Go1.5 milestone Jan 17, 2015
@minux
Copy link
Member

minux commented Jan 17, 2015

check ulimits for daemons.

@davecheney
Copy link
Contributor Author

Indeed it was ulimits.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
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

4 participants