Uh oh!
There was an error while loading. Please reload this page.
Added a connection timeout and speed threshold when downloading the Docker cache - #58655
Conversation
rust-highfive
commented
Feb 22, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Feb 22, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Feb 22, 2019
@bors: r+ |
bors
commented
Feb 22, 2019
📌 Commit ee07b15 has been approved by |
Centril
commented
Feb 22, 2019
@bors p=2 in-btw rollup filler & we want to have fewer CI failures ;) |
bors
commented
Feb 23, 2019
⌛ Testing commit ee07b15 with merge 2826353d641af34e8b1dafba4854e881a734aa4c... |
bors
commented
Feb 23, 2019
💔 Test failed - status-appveyor |
kennytm
commented
Feb 23, 2019
@bors retry rust-lang/cargo#6613 |
bors
commented
Feb 23, 2019
⌛ Testing commit ee07b15 with merge 77807d6a696f6051042438e1d0a66ea18e1a80ac... |
bors
commented
Feb 23, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Feb 23, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Centril
commented
Feb 23, 2019
@bors retry |
bors
commented
Feb 23, 2019
…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.
bors
commented
Feb 23, 2019
☀️ Test successful - checks-travis, status-appveyor |
bors
commented
Feb 23, 2019
☀️ Test successful - checks-travis, status-appveyor |
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.