-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Travis-CI build failures #2832
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
Labels
Comments
I see this error:
But I can't find any unit tests failing or other clear issues even with |
Looks like memory as you considered. |
benjchristensen
added a commit
that referenced
this issue
Mar 18, 2015
Attempt at fixing build failures #2832
The error log just details the test runner got sigkill (137). In #2834, I've added various leak detection and forced GCs and could get the PR built. |
Looks like increasing memory fixed it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lately, both the main and PR builds fail with error 137, which is an indication the process was killed by SIGKILL and likely due to resource exhaustion (disk or memory?). I thought reverting one of my test changes will fix it (#2831) but strangely, only the PR's build succeeded, the main did not.
The text was updated successfully, but these errors were encountered: