-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Docker build issues on Travis #1148
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
Comments
Sometimes CI times out for a variety of reasons. I don't know if there is something that we can do about this specific error. In the meantime, I've |
I'm pretty sure this is actually just something wrong with Travis, and so I've finally given in and emailed their support email :) |
cc @kennytm |
Upgrade Travis to using Xenial environment One part "lets use the latest things", to several parts "might this fix #1148"
Build is improved (at least for #1130), but still slightly off. https://travis-ci.org/rust-lang/libc/jobs/459715534 is the only failure of the last one, and that's a |
Upgrade Travis to using Xenial environment One part "lets use the latest things", to several parts "might this fix #1148"
Retry all curl operations As the docker pulls from #1148 appear mostly fixed, but we're seeing occasional curl timeouts still (e.g. https://travis-ci.org/rust-lang/libc/jobs/459715534, https://travis-ci.org/rust-lang/libc/jobs/459611627), so this should improve things at least a bit.
Seeing this for various builds on #1130 and #1146 and probably some other PRs. Errors vary, but some examples are:
None of them AFAIK have anything to do with the PRs in question, but are making testing/merging much harder.
The text was updated successfully, but these errors were encountered: