Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd travis_wait to override the 10 minute timeout. #2296
Conversation
|
@bors-servo p=1 |
|
I added an 'unset -f cd' to deal with travis-ci/travis-ci#8703 |
|
@bors-servo r+ |
|
|
Add travis_wait to override the 10 minute timeout. We seem to be hitting this on every PR right now. Let's see if this might fix it. See documentation: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2296) <!-- Reviewable:end -->
|
@bors-servo p=100 r+ |
|
|
Add travis_wait to override the 10 minute timeout. We seem to be hitting this on every PR right now. Let's see if this might fix it. See documentation: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2296) <!-- Reviewable:end -->
|
|
|
@bors-servo retry @kvark @jrmuizel This job failed with exit code 137 - which I think typically means killed by OOM. I'm not sure what the best way forward is - maybe running with |
|
I pushed a change here to restrict cargo building to one build job at a time. Let's see if that helps with the OOM issue. @bors-servo p=1 r=glennw,jrmuizel |
|
|
Add travis_wait to override the 10 minute timeout. We seem to be hitting this on every PR right now. Let's see if this might fix it. See documentation: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2296) <!-- Reviewable:end -->
|
|
|
This doesn't seem to help. |
|
@bors-servo p=1 r=glennw,jrmuizel |
|
|
|
|
I think we have two issues - sometimes 10min timeout related, sometimes OOM related. Updated this patch to just cover the timeout - this may still be helpful to reduce the failure rate. @bors-servo r=glennw,jrmuizel p=100 |
|
|
|
Oops, I just overrode this by trying something else out. |
|
@jrmuizel Want to add back the |
|
Done. |
|
@bors-servo p=100 r+ |
|
|
Add travis_wait to override the 10 minute timeout. We seem to be hitting this on every PR right now. Let's see if this might fix it. See documentation: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2296) <!-- Reviewable:end -->
|
|
|
Looks like this has now failed due to exceeding the 4MB log limit |
jrmuizel commentedJan 12, 2018
•
edited by larsbergstrom
We seem to be hitting this on every PR right now. Let's see if
this might fix it.
See documentation:
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
This change is