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

[beta] backport rollup #66011

Merged
merged 4 commits into from Nov 2, 2019
Merged

[beta] backport rollup #66011

merged 4 commits into from Nov 2, 2019

Conversation

Mark-Simulacrum
Copy link
Member

@Mark-Simulacrum Mark-Simulacrum commented Nov 1, 2019

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 1, 2019
@Mark-Simulacrum
Copy link
Member Author

Related PRs have been approved and no merge conflicts were detected during merging, but I'm not prioritizing this or approving myself since it seems like we might have a few backports incoming tomorrow and maybe early this weekend.

@pietroalbini
Copy link
Member

r=me p=10

@Mark-Simulacrum
Copy link
Member Author

@bors r=pietroalbini p=10

The PR I was thinking about was #66018 but it seems like we don't actually need to backport it so I'm going ahead here.

@bors
Copy link
Contributor

bors commented Nov 1, 2019

📌 Commit 559ebaf has been approved by pietroalbini

@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 Nov 1, 2019
@bors
Copy link
Contributor

bors commented Nov 1, 2019

⌛ Testing commit 559ebaf with merge 7077053898a3e148b8c59e29a3b43b6eb66127b6...

@rust-highfive
Copy link
Collaborator

Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2019-11-01T23:42:12.8661757Z  ---> 360c029e77d3
2019-11-01T23:42:12.8662756Z Step 4/18 : RUN bash /scripts/emscripten.sh
2019-11-01T23:42:13.0074841Z  ---> Running in 7a20c5d8dc91
2019-11-01T23:42:13.4764759Z + cd /
2019-11-01T23:42:13.4765272Z + curl -fL https://mozilla-games.s3.amazonaws.com/emscripten/releases/emsdk-portable.tar.gz
2019-11-01T23:42:13.4765499Z + tar -xz
2019-11-01T23:42:13.4799300Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-11-01T23:42:13.4799369Z 
2019-11-01T23:42:13.9464770Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:13.9465997Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:13.9465997Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:13.9537220Z curl: (22) The requested URL returned error: 403 Forbidden
2019-11-01T23:42:13.9555185Z 
2019-11-01T23:42:13.9555872Z gzip: stdin: unexpected end of file
2019-11-01T23:42:13.9556464Z tar: Child returned status 1
2019-11-01T23:42:13.9556794Z tar: Error is not recoverable: exiting now
2019-11-01T23:42:14.3250538Z The command '/bin/sh -c bash /scripts/emscripten.sh' returned a non-zero code: 2
2019-11-01T23:42:15.4348609Z Sending build context to Docker daemon  529.4kB
2019-11-01T23:42:15.4349329Z 
2019-11-01T23:42:15.4556795Z Step 1/18 : FROM ubuntu:16.04
2019-11-01T23:42:15.4563547Z  ---> 5f2bf26e3524
---
2019-11-01T23:42:15.4576481Z  ---> 360c029e77d3
2019-11-01T23:42:15.4576861Z Step 4/18 : RUN bash /scripts/emscripten.sh
2019-11-01T23:42:15.6147324Z  ---> Running in 573e356929ac
2019-11-01T23:42:16.0956883Z + cd /
2019-11-01T23:42:16.0973436Z + curl -fL https://mozilla-games.s3.amazonaws.com/emscripten/releases/emsdk-portable.tar.gz
2019-11-01T23:42:16.0974112Z + tar -xz
2019-11-01T23:42:16.0975331Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-11-01T23:42:16.0975487Z 
2019-11-01T23:42:16.5077996Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:16.5078726Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:16.5078726Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:16.5156592Z curl: (22) The requested URL returned error: 403 Forbidden
2019-11-01T23:42:16.5175011Z 
2019-11-01T23:42:16.5175496Z gzip: stdin: unexpected end of file
2019-11-01T23:42:16.5181913Z tar: Child returned status 1
2019-11-01T23:42:16.5182430Z tar: Error is not recoverable: exiting now
2019-11-01T23:42:16.8433726Z The command '/bin/sh -c bash /scripts/emscripten.sh' returned a non-zero code: 2
2019-11-01T23:42:18.9435770Z Sending build context to Docker daemon  529.4kB
2019-11-01T23:42:18.9436567Z 
2019-11-01T23:42:18.9720137Z Step 1/18 : FROM ubuntu:16.04
2019-11-01T23:42:18.9721733Z  ---> 5f2bf26e3524
---
2019-11-01T23:42:18.9733632Z  ---> 360c029e77d3
2019-11-01T23:42:18.9734010Z Step 4/18 : RUN bash /scripts/emscripten.sh
2019-11-01T23:42:19.1735501Z  ---> Running in 238013d16f8d
2019-11-01T23:42:19.6043880Z + cd /
2019-11-01T23:42:19.6061571Z + tar -xz
2019-11-01T23:42:19.6061963Z + curl -fL https://mozilla-games.s3.amazonaws.com/emscripten/releases/emsdk-portable.tar.gz
2019-11-01T23:42:19.6120945Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-11-01T23:42:19.6121284Z 
2019-11-01T23:42:20.0325373Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:20.0326559Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:20.0326559Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:20.0397078Z curl: (22) The requested URL returned error: 403 Forbidden
2019-11-01T23:42:20.0412009Z 
2019-11-01T23:42:20.0412291Z gzip: stdin: unexpected end of file
2019-11-01T23:42:20.0421106Z tar: Child returned status 1
2019-11-01T23:42:20.0421405Z tar: Error is not recoverable: exiting now
2019-11-01T23:42:20.4354114Z The command '/bin/sh -c bash /scripts/emscripten.sh' returned a non-zero code: 2
2019-11-01T23:42:23.5467078Z Sending build context to Docker daemon  529.4kB
2019-11-01T23:42:23.5467331Z 
2019-11-01T23:42:23.5678510Z Step 1/18 : FROM ubuntu:16.04
2019-11-01T23:42:23.5680501Z  ---> 5f2bf26e3524
---
2019-11-01T23:42:23.5692563Z  ---> 360c029e77d3
2019-11-01T23:42:23.5694558Z Step 4/18 : RUN bash /scripts/emscripten.sh
2019-11-01T23:42:23.7264079Z  ---> Running in 1386ba20e87b
2019-11-01T23:42:24.1576282Z + cd /
2019-11-01T23:42:24.1582281Z + curl -fL https://mozilla-games.s3.amazonaws.com/emscripten/releases/emsdk-portable.tar.gz
2019-11-01T23:42:24.1582523Z + tar -xz
2019-11-01T23:42:24.1642088Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-11-01T23:42:24.1642149Z 
2019-11-01T23:42:24.5702957Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:24.5703474Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:24.5703474Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:24.5776308Z curl: (22) The requested URL returned error: 403 Forbidden
2019-11-01T23:42:24.5792778Z 
2019-11-01T23:42:24.5792886Z gzip: stdin: unexpected end of file
2019-11-01T23:42:24.5793283Z tar: Child returned status 1
2019-11-01T23:42:24.5793368Z tar: Error is not recoverable: exiting now
2019-11-01T23:42:24.9364289Z The command '/bin/sh -c bash /scripts/emscripten.sh' returned a non-zero code: 2
2019-11-01T23:42:29.0626450Z Sending build context to Docker daemon  529.4kB
2019-11-01T23:42:29.0626809Z 
2019-11-01T23:42:29.0877770Z Step 1/18 : FROM ubuntu:16.04
2019-11-01T23:42:29.0887238Z  ---> 5f2bf26e3524
---
2019-11-01T23:42:29.0892551Z  ---> 360c029e77d3
2019-11-01T23:42:29.0892630Z Step 4/18 : RUN bash /scripts/emscripten.sh
2019-11-01T23:42:29.2781668Z  ---> Running in 01c937095830
2019-11-01T23:42:29.7640957Z + cd /
2019-11-01T23:42:29.7649361Z + curl -fL https://mozilla-games.s3.amazonaws.com/emscripten/releases/emsdk-portable.tar.gz
2019-11-01T23:42:29.7649689Z + tar -xz
2019-11-01T23:42:29.7675842Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-11-01T23:42:29.7675919Z 
2019-11-01T23:42:30.1250567Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:30.1996729Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:30.1996729Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:30.1997160Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2019-11-01T23:42:30.2079904Z curl: (22) The requested URL returned error: 403 Forbidden
2019-11-01T23:42:30.2095914Z 
2019-11-01T23:42:30.2096038Z gzip: stdin: unexpected end of file
2019-11-01T23:42:30.2096281Z tar: Child returned status 1
2019-11-01T23:42:30.2096368Z tar: Error is not recoverable: exiting now
2019-11-01T23:42:30.5841472Z The command '/bin/sh -c bash /scripts/emscripten.sh' returned a non-zero code: 2
2019-11-01T23:42:30.5889174Z 
2019-11-01T23:42:30.5889174Z 
2019-11-01T23:42:30.5994794Z ##[error]Bash exited with code '1'.
2019-11-01T23:42:30.6030786Z ##[section]Starting: Upload CPU usage statistics
2019-11-01T23:42:30.6033906Z ==============================================================================
2019-11-01T23:42:30.6033993Z Task         : Bash
2019-11-01T23:42:30.6034073Z Description  : Run a Bash script on macOS, Linux, or Windows

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 @TimNN. (Feature Requests)

@bors
Copy link
Contributor

bors commented Nov 1, 2019

💔 Test failed - checks-azure

@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 Nov 1, 2019
This builder is just a test builder, so the artifacts we produce
should be unaffected. Unfortunately, the mozilla-games S3 bucket appears
to have gone offline or at least is giving us forbidden errors, so the
asmjs builder isn't able to build anymore.
@Mark-Simulacrum
Copy link
Member Author

@bors r=pietroalbini

Just pushed up a commit that per discussion on Discord with @alexcrichton should be fine to land on beta -- it disables the testing for asmjs since the mozilla-games S3 bucket has gone offline. Master is still getting tested, but slightly differently, due to emscripten there being newer, which means we don't have this problem there.

@bors
Copy link
Contributor

bors commented Nov 2, 2019

📌 Commit 710e468 has been approved by pietroalbini

@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 Nov 2, 2019
@bors
Copy link
Contributor

bors commented Nov 2, 2019

⌛ Testing commit 710e468 with merge 32235c7...

bors added a commit that referenced this pull request Nov 2, 2019
[beta] backport rollup

* save-analysis: Account for async desugaring in async fn return types #65936
* resolve: Turn the "non-empty glob must import something" error into a lint #65539
* Updated RELEASES.md for 1.39.0 #64878 (squashed)
@bors
Copy link
Contributor

bors commented Nov 2, 2019

💥 Test timed out

@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 Nov 2, 2019
@Mark-Simulacrum
Copy link
Member Author

@bors retry

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

bors commented Nov 2, 2019

⌛ Testing commit 710e468 with merge 5242afe...

bors added a commit that referenced this pull request Nov 2, 2019
[beta] backport rollup

* save-analysis: Account for async desugaring in async fn return types #65936
* resolve: Turn the "non-empty glob must import something" error into a lint #65539
* Updated RELEASES.md for 1.39.0 #64878 (squashed)
@bors
Copy link
Contributor

bors commented Nov 2, 2019

☀️ Test successful - checks-azure
Approved by: pietroalbini
Pushing 5242afe to beta...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Nov 2, 2019
@bors bors merged commit 710e468 into rust-lang:beta Nov 2, 2019
@Centril Centril added the rollup A PR which is a rollup label Nov 20, 2019
@Mark-Simulacrum Mark-Simulacrum deleted the beta-backport branch March 11, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup 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.

None yet

8 participants