-
Notifications
You must be signed in to change notification settings - Fork 566
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
Mac Travis build output truncated, hiding build failure details #4223
Comments
Wow, master has a compile failure from that PR #4421! So probably the problem is log buffering by Travis and not printing everything out?!? Possibly the tee in our script but why would it be non-deterministic?
|
This seems to be happening again. For PR #4292 the Mac build output just ends mid-build, even after re-run: https://travis-ci.com/github/DynamoRIO/dynamorio/jobs/332667228 Looking closely there is a build failure:
|
Found some relevant Travis issues: travis-ci/travis-ci#8973 and travis-ci/travis-ci#6018, with some possible workarounds. I tried using Adding |
Sleep for 10 seconds after script run/failure on MacOS to allow some time for Travis to capture the complete log. It was used as a workaround also at travis-ci/travis-ci#6018. Fixes: #4223
This just showed up on PR #4221 3 times in a row (every build there including a restart I tried):
https://travis-ci.com/github/DynamoRIO/dynamorio/jobs/304776211
It looks like something external is killing the build process.
Xref #4126 where the same thing was happening but there it was after 10
minutes: here it's only 1 minute in.
The text was updated successfully, but these errors were encountered: