Skip to content
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

Merged
merged 3 commits into from
Mar 22, 2018

Conversation

kennytm
Copy link
Member

@kennytm kennytm commented Mar 21, 2018

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

@kennytm
Copy link
Member Author

kennytm commented Mar 21, 2018

@bors try

@bors
Copy link
Contributor

bors commented Mar 21, 2018

⌛ Trying commit e09cc126e6a4b1b5e91acfea7d671cd5dd96d06d with merge 5bce415d9ccd9aab78277972eedc2c694b238d70...

@bors
Copy link
Contributor

bors commented Mar 21, 2018

💔 Test failed - status-travis

@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Mar 21, 2018
@kennytm
Copy link
Member Author

kennytm commented Mar 21, 2018

dafuq? 🤪

[00:04:03] --2018-03-21 18:58:50--  https://gcc.gnu.org/pub/gcc/infrastructure/mpfr-2.4.2.tar.bz2
[00:04:03] Resolving gcc.gnu.org... 209.132.180.131
[00:04:04] Connecting to gcc.gnu.org|209.132.180.131|:443... connected.
[00:04:04] ERROR: certificate common name `cygwin.com' doesn't match requested host name `gcc.gnu.org'.
[00:04:04] To connect to gcc.gnu.org insecurely, use `--no-check-certificate'.
[00:04:04] Unable to establish SSL connection.
[00:04:04] The command '/bin/sh -c ./build-gcc.sh' returned a non-zero code: 1

@kennytm kennytm force-pushed the download-gcc-stuff-from-https branch from e09cc12 to e029d12 Compare March 21, 2018 19:12
@kennytm
Copy link
Member Author

kennytm commented Mar 21, 2018

@bors try

(Changed to HTTP.)

@bors
Copy link
Contributor

bors commented Mar 21, 2018

⌛ Trying commit e029d12fe5d4aaf9d85f91773da20fbe43b036f6 with merge 64538e54307e2a8be1c44298206266c92dcbb2b2...

@Manishearth
Copy link
Member

@bors p=35

@bors
Copy link
Contributor

bors commented Mar 21, 2018

💔 Test failed - status-travis

@kennytm kennytm force-pushed the download-gcc-stuff-from-https branch from e029d12 to 952f20e Compare March 21, 2018 20:08
@kennytm kennytm changed the title [WIP] Download the GCC artifacts from the HTTPS server instead of FTP server. [WIP] Download the GCC artifacts from the HTTP server instead of FTP server. Mar 21, 2018
@kennytm
Copy link
Member Author

kennytm commented Mar 21, 2018

@bors try

@bors
Copy link
Contributor

bors commented Mar 21, 2018

⌛ Trying commit 952f20ef3fd82f08d60419d815935b147376dbc5 with merge 6dfd529d132bfb05dbc44270b557ba475c63a0dc...

@bors
Copy link
Contributor

bors commented Mar 21, 2018

💔 Test failed - status-travis

@kennytm
Copy link
Member Author

kennytm commented Mar 21, 2018

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.

@kennytm kennytm force-pushed the download-gcc-stuff-from-https branch from 952f20e to 2576b77 Compare March 21, 2018 21:13
@kennytm
Copy link
Member Author

kennytm commented Mar 21, 2018

r? @Manishearth or @alexcrichton

@kennytm kennytm changed the title [WIP] Download the GCC artifacts from the HTTP server instead of FTP server. Download the GCC artifacts from the HTTP server instead of FTP server. Mar 21, 2018
@kennytm kennytm added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Mar 21, 2018
The former seems much more stable, in case the cache becomes invalidated.
@kennytm kennytm force-pushed the download-gcc-stuff-from-https branch from 2576b77 to 56a19a9 Compare March 21, 2018 21:28
@alexcrichton
Copy link
Member

@bors: r+

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 22, 2018
@bors
Copy link
Contributor

bors commented Mar 22, 2018

⌛ Testing commit 98ba339 with merge 3022f21...

bors added a commit that referenced this pull request Mar 22, 2018
…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
```
@kennytm
Copy link
Member Author

kennytm commented Mar 22, 2018

(Gotta go now, if the dist-x86_64-linux alt builder got 3-hour-timeout again, please exclude src/tools/cargo too.)

@bors
Copy link
Contributor

bors commented Mar 22, 2018

💔 Test failed - status-appveyor

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 22, 2018
@kennytm kennytm force-pushed the download-gcc-stuff-from-https branch from 98ba339 to 91d1416 Compare March 22, 2018 01:26
@bors
Copy link
Contributor

bors commented Mar 22, 2018

📌 Commit 91d1416 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 22, 2018
@bors
Copy link
Contributor

bors commented Mar 22, 2018

⌛ Testing commit 91d141632a00c134fb58a87d5a0db6b8b7a7c294 with merge af9b165a5e27930a52f1fd60ba917c456ddda5ba...

@bors
Copy link
Contributor

bors commented Mar 22, 2018

💔 Test failed - status-travis

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 22, 2018
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.
@kennytm kennytm force-pushed the download-gcc-stuff-from-https branch from 91d1416 to 9f792e1 Compare March 22, 2018 01:46
@bors
Copy link
Contributor

bors commented Mar 22, 2018

📌 Commit 9f792e1 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 22, 2018
@bors
Copy link
Contributor

bors commented Mar 22, 2018

⌛ Testing commit 9f792e1 with merge eb8d08d...

bors added a commit that referenced this pull request Mar 22, 2018
…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
```
@bors
Copy link
Contributor

bors commented Mar 22, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing eb8d08d to master...

@bors bors merged commit 9f792e1 into rust-lang:master Mar 22, 2018
@kennytm kennytm deleted the download-gcc-stuff-from-https branch March 22, 2018 16:01
@alexcrichton alexcrichton mentioned this pull request Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants