-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Download the GCC artifacts from the HTTP server instead of FTP server. #49246
Conversation
@bors try |
⌛ Trying commit e09cc126e6a4b1b5e91acfea7d671cd5dd96d06d with merge 5bce415d9ccd9aab78277972eedc2c694b238d70... |
💔 Test failed - status-travis |
dafuq? 🤪
|
e09cc12
to
e029d12
Compare
@bors try (Changed to HTTP.) |
⌛ Trying commit e029d12fe5d4aaf9d85f91773da20fbe43b036f6 with merge 64538e54307e2a8be1c44298206266c92dcbb2b2... |
@bors p=35 |
💔 Test failed - status-travis |
e029d12
to
952f20e
Compare
@bors try |
⌛ Trying commit 952f20ef3fd82f08d60419d815935b147376dbc5 with merge 6dfd529d132bfb05dbc44270b557ba475c63a0dc... |
💔 Test failed - status-travis |
I'll take that as a success, since I've commented out all Rust build code anyway. The failure is due to having nothing to deploy. |
952f20e
to
2576b77
Compare
r? @Manishearth or @alexcrichton |
The former seems much more stable, in case the cache becomes invalidated.
2576b77
to
56a19a9
Compare
@bors: r+ |
…richton Download the GCC artifacts from the HTTP server instead of FTP server. Try to bring back the `dist-i686-linux` and `dist-x86_64-linux alt` builders which has mysteriously lost their cache 14 hours ago and stuck forever unable to download `mpfr-2.4.2.tar.bz2` since it keeps getting ``` ==> PASV ... couldn't connect to 209.132.180.131 port 10058: Connection timed out ```
(Gotta go now, if the |
💔 Test failed - status-appveyor |
98ba339
to
91d1416
Compare
📌 Commit 91d1416 has been approved by |
⌛ Testing commit 91d141632a00c134fb58a87d5a0db6b8b7a7c294 with merge af9b165a5e27930a52f1fd60ba917c456ddda5ba... |
💔 Test failed - status-travis |
Unfortunately we don't have sufficient time to rebuild the cache *and* distribute everything in `dist-x86_64-linux alt`, the debug assertions are really slow. We will re-enable them after the PR has been successfully merged, thus successfully updating the cache (freeing up 40 minutes), giving us enough time to build these tools.
91d1416
to
9f792e1
Compare
📌 Commit 9f792e1 has been approved by |
…richton Download the GCC artifacts from the HTTP server instead of FTP server. Try to bring back the `dist-i686-linux` and `dist-x86_64-linux alt` builders which has mysteriously lost their cache 14 hours ago and stuck forever unable to download `mpfr-2.4.2.tar.bz2` since it keeps getting ``` ==> PASV ... couldn't connect to 209.132.180.131 port 10058: Connection timed out ```
☀️ Test successful - status-appveyor, status-travis |
Try to bring back the
dist-i686-linux
anddist-x86_64-linux alt
builders which has mysteriously lost their cache 14 hours ago and stuck forever unable to downloadmpfr-2.4.2.tar.bz2
since it keeps getting