-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Spurious 30 minutes timeout on Travis CI #56112
Comments
Another instance:
|
These errors become more serious recently (probably just being masked by worse errors before).
|
I'm wondering if we could add the "print building - timestamp" script at the top-level. We do it for make (e.g., curl/gcc/openssl builds) but it seems like it at least would let us figure out if this is literally the builder "stopping" or if we're hanging in rustc... |
…alexcrichton Added a connection timeout and speed threshold when downloading the Docker cache This is an attempt to fix one possible cause of #56112. Similar to #52846, this changed the download docker-cache command to fail if it cannot connect or falls below 10 bytes/s after 30 seconds, so it could be retried sooner.
Adding |
Indeed this issue seems moot. :) |
Symptom: The build just stops in the middle without any reason, and then got killed due to 30-minutes timeout.
Previous instances:
The text was updated successfully, but these errors were encountered: