-
Notifications
You must be signed in to change notification settings - Fork 13k
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
appveyor: Wrap handle.exe download in a retry #41996
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit e5ec073 has been approved by |
@bors p=20 We keep hitting this... |
⌛ Testing commit e5ec073 with merge 8f01693... |
💔 Test failed - status-appveyor |
I guess we failed to retry? After 3 hours of retrying? This seems suspicious.. https://ci.appveyor.com/project/rust-lang/rust/build/1.0.3252/job/s26dwj5huwd7x8fs @bors retry
|
Time to mirror it. It may just being the network hanging. |
⌛ Testing commit e5ec073 with merge 372c218... |
💔 Test failed - status-appveyor |
@bors retry |
@Mark-Simulacrum I'd rather recommend to calm down and fix this to use a mirror. I have no idea who has access to S3, but I guess it's not only granted to Alex. You should also be able modify the commit in that case. |
⌛ Testing commit e5ec073 with merge bfeb076... |
💔 Test failed - status-travis |
Travis:
I thought it was fixed in #41978? And |
@kennytm no the bootstrap won't use that Cargo until the next beta happens. |
…ulacrum appveyor: Wrap handle.exe download in a retry Should help deal with spurious download failures.
⌛ Testing commit e5ec073 with merge 4565e1d... |
Even with this change, AppVeyor still ran into an issue downloading handle.exe: https://ci.appveyor.com/project/rust-lang/rust/build/1.0.3261/job/hgnbayocfa0rvkis |
Should help deal with spurious download failures.
@bors: r=Mark-Simulacrum I've updated to a mirror |
📌 Commit 7644508 has been approved by |
⌛ Testing commit 7644508 with merge 0cbc437... |
💔 Test failed - status-travis |
that's gotta be unrelated, but what exactly is the error there? @bors retry |
appveyor: Wrap handle.exe download in a retry Should help deal with spurious download failures.
Yeah, I guess... rustc hung? It's odd. |
From the previous successful build:
Not sure how this jumped from 4 minutes to >30 in one run... |
💔 Test failed - status-travis |
@bors: retry
|
appveyor: Wrap handle.exe download in a retry Should help deal with spurious download failures.
☀️ Test successful - status-appveyor, status-travis |
Should help deal with spurious download failures.