Skip to content

Download the GCC artifacts from the HTTP server instead of FTP server. - #49246

Merged
bors merged 3 commits into
rust-lang:masterfrom
kennytm:download-gcc-stuff-from-https
Mar 22, 2018
Merged

Download the GCC artifacts from the HTTP server instead of FTP server.#49246
bors merged 3 commits into
rust-lang:masterfrom
kennytm:download-gcc-stuff-from-https

Conversation

@kennytm

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

@bors try

@bors

bors commented Mar 21, 2018

Copy link
Copy Markdown
Collaborator

⌛ Trying commit e09cc126e6a4b1b5e91acfea7d671cd5dd96d06d with merge 5bce415d9ccd9aab78277972eedc2c694b238d70...

@bors

bors commented Mar 21, 2018

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@borsbors 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
Copy Markdown
MemberAuthor

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
kennytmforce-pushed the download-gcc-stuff-from-https branch from e09cc12 to e029d12CompareMarch 21, 2018 19:12
@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors try

(Changed to HTTP.)

@bors

bors commented Mar 21, 2018

Copy link
Copy Markdown
Collaborator

⌛ Trying commit e029d12fe5d4aaf9d85f91773da20fbe43b036f6 with merge 64538e54307e2a8be1c44298206266c92dcbb2b2...

@Manishearth

Copy link
Copy Markdown
Member

@bors p=35

@bors

bors commented Mar 21, 2018

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@kennytm
kennytmforce-pushed the download-gcc-stuff-from-https branch from e029d12 to 952f20eCompareMarch 21, 2018 20:08
@kennytmkennytm 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
Copy Markdown
MemberAuthor

@bors try

@bors

bors commented Mar 21, 2018

Copy link
Copy Markdown
Collaborator

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

@kennytmkennytm mentioned this pull request Mar 21, 2018
@bors

bors commented Mar 21, 2018

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@kennytm

kennytm commented Mar 21, 2018

Copy link
Copy Markdown
MemberAuthor

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
kennytmforce-pushed the download-gcc-stuff-from-https branch from 952f20e to 2576b77CompareMarch 21, 2018 21:13
@kennytm

Copy link
Copy Markdown
MemberAuthor

r? @Manishearth or @alexcrichton

@kennytmkennytm 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
@kennytmkennytm 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
kennytmforce-pushed the download-gcc-stuff-from-https branch from 2576b77 to 56a19a9CompareMarch 21, 2018 21:28
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@borsbors 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

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

⌛ 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
Copy Markdown
MemberAuthor

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

@bors

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-appveyor

@borsbors 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
kennytmforce-pushed the download-gcc-stuff-from-https branch from 98ba339 to 91d1416CompareMarch 22, 2018 01:26
@bors

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 91d1416 has been approved by alexcrichton

@borsbors 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

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 91d141632a00c134fb58a87d5a0db6b8b7a7c294 with merge af9b165a5e27930a52f1fd60ba917c456ddda5ba...

@bors

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@borsbors 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
kennytmforce-pushed the download-gcc-stuff-from-https branch from 91d1416 to 9f792e1CompareMarch 22, 2018 01:46
@bors

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 9f792e1 has been approved by alexcrichton

@borsbors 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

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

⌛ 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

bors commented Mar 22, 2018

Copy link
Copy Markdown
Collaborator

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

@bors
bors merged commit 9f792e1 into rust-lang:masterMar 22, 2018
@kennytm
kennytm deleted the download-gcc-stuff-from-https branch March 22, 2018 16:01
@alexcrichtonalexcrichton mentioned this pull request Mar 22, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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

@kennytm@bors@Manishearth@alexcrichton