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

CI: use travis_wait to avoid build timeouts #4223

Closed
wants to merge 1 commit into from

Conversation

mwtoews
Copy link
Member

@mwtoews mwtoews commented Aug 14, 2024

Commands that take longer than 10 minutes on TravisCI raise a timeout error:

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received

The suggested solution is to prefix the long-running command with travis_wait or travis_wait n, where n is the number of minutes, with a default of 20 mins.

Another question is if Travis CI builds are recently taking longer than 10 minutes? These errors started around 2 weeks ago.

@mwtoews
Copy link
Member Author

mwtoews commented Aug 14, 2024

Hum, this PR is probably not going to fix it, as the error still happens.

Is the issue related to changes with s390x? Update: a possible TravisCI issue described here.

@mwtoews mwtoews closed this Aug 14, 2024
@rouault
Copy link
Member

rouault commented Aug 14, 2024

yes I already reaches Travis CI support on July 31st for the same issue on GDAL, and still waiting for a fix

@mwtoews mwtoews deleted the travis-wait branch August 14, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants