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] Move to static.r-l.o stable release #58896

Merged
merged 2 commits into from
Mar 20, 2019

Conversation

Mark-Simulacrum
Copy link
Member

@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 Mar 3, 2019
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed on Travis (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.
travis_time:end:29e504c2:start=1551629806245673383,finish=1551629879696548710,duration=73450875327
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-6.0
---
[00:02:40] curl: (22) The requested URL returned error: 404 Not Found
[00:02:40] 
[00:02:40] spurious failure, trying again
[00:02:40] curl: (22) The requested URL returned error: 404 Not Found
[00:02:40] failed to run: curl -s -y 30 -Y 10 --connect-timeout 30 --retry 3 -Sf -o /tmp/tmp994C7I.sha256 https://static.rust-lang.org/dist/2019-02-27/rust-std-1.33.0-x86_64-unknown-linux-gnu.tar.gz.sha256
[00:02:40] Makefile:70: recipe for target 'prepare' failed
[00:02:40] make: *** [prepare] Error 1
[00:02:41] Command failed. Attempt 2/5:
[00:02:41] curl: (22) The requested URL returned error: 404 Not Found
---
[00:02:42] curl: (22) The requested URL returned error: 404 Not Found
[00:02:42] 
[00:02:42] spurious failure, trying again
[00:02:42] curl: (22) The requested URL returned error: 404 Not Found
[00:02:42] failed to run: curl -s -y 30 -Y 10 --connect-timeout 30 --retry 3 -Sf -o /tmp/tmpD8OAQe.sha256 https://static.rust-lang.org/dist/2019-02-27/rust-std-1.33.0-x86_64-unknown-linux-gnu.tar.gz.sha256
[00:02:42] make: *** [prepare] Error 1
[00:02:42] Makefile:70: recipe for target 'prepare' failed
[00:02:44] Command failed. Attempt 3/5:
[00:02:44] curl: (22) The requested URL returned error: 404 Not Found
---
[00:02:45] curl: (22) The requested URL returned error: 404 Not Found
[00:02:45] 
[00:02:45] spurious failure, trying again
[00:02:45] curl: (22) The requested URL returned error: 404 Not Found
[00:02:45] failed to run: curl -s -y 30 -Y 10 --connect-timeout 30 --retry 3 -Sf -o /tmp/tmp9M8HSm.sha256 https://static.rust-lang.org/dist/2019-02-27/rust-std-1.33.0-x86_64-unknown-linux-gnu.tar.gz.sha256
[00:02:45] Makefile:70: recipe for target 'prepare' failed
[00:02:45] make: *** [prepare] Error 1
[00:02:48] Command failed. Attempt 4/5:
[00:02:48] curl: (22) The requested URL returned error: 404 Not Found
---
[00:02:49] curl: (22) The requested URL returned error: 404 Not Found
[00:02:49] 
[00:02:49] spurious failure, trying again
[00:02:49] curl: (22) The requested URL returned error: 404 Not Found
[00:02:49] failed to run: curl -s -y 30 -Y 10 --connect-timeout 30 --retry 3 -Sf -o /tmp/tmp85obX9.sha256 https://static.rust-lang.org/dist/2019-02-27/rust-std-1.33.0-x86_64-unknown-linux-gnu.tar.gz.sha256
[00:02:49] Makefile:70: recipe for target 'prepare' failed
[00:02:49] make: *** [prepare] Error 1
[00:02:53] Command failed. Attempt 5/5:
[00:02:53] curl: (22) The requested URL returned error: 404 Not Found
---
[00:02:54] curl: (22) The requested URL returned error: 404 Not Found
[00:02:54] 
[00:02:54] spurious failure, trying again
[00:02:54] curl: (22) The requested URL returned error: 404 Not Found
[00:02:54] failed to run: curl -s -y 30 -Y 10 --connect-timeout 30 --retry 3 -Sf -o /tmp/tmpT3XFQ6.sha256 https://static.rust-lang.org/dist/2019-02-27/rust-std-1.33.0-x86_64-unknown-linux-gnu.tar.gz.sha256
[00:02:54] make: *** [prepare] Error 1
[00:02:54] Makefile:70: recipe for target 'prepare' failed
[00:02:54] The command has failed after 5 attempts.
travis_time:end:280fbba6:start=1551629887968608457,finish=1551630062641375593,duration=174672767136
---
travis_time:end:2ed4d7e0:start=1551630063401369796,finish=1551630063406609370,duration=5239574
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:0024f680
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:1f7b9584
travis_time:start:1f7b9584
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:05432fb0
$ dmesg | grep -i kill

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)

src/stage0.txt Outdated Show resolved Hide resolved
@pietroalbini
Copy link
Member

r=me once the release date is fixed (double-checked locally and the one in the suggestion works).

@pietroalbini
Copy link
Member

It would also be nice to backport the stable release notes (#58790) on this PR to avoid wasting more CI resources.

@Mark-Simulacrum
Copy link
Member Author

Yep, will fix both of those. I thought I had tested this locally so not sure how I managed to not notice that the date was wrong. Odd.

@Mark-Simulacrum
Copy link
Member Author

@bors r=pietroalbini

@bors
Copy link
Contributor

bors commented Mar 3, 2019

📌 Commit 4cdc139 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 Mar 3, 2019
@Mark-Simulacrum Mark-Simulacrum changed the title Move to static.r-l.o stable release [beta] Move to static.r-l.o stable release Mar 4, 2019
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Mar 19, 2019
bors added a commit that referenced this pull request Mar 19, 2019
[beta] Rollup backports

Rolled up:

* [beta] Move to static.r-l.o stable release #58896

Cherry-picked:

* Add release notes for PR #56243 #58959
* resolve: Account for new importable entities #59047
* bootstrap: Default to a sensible llvm-suffix. #59173

r? @ghost
@bors bors merged commit 4cdc139 into rust-lang:beta Mar 20, 2019
@Mark-Simulacrum Mark-Simulacrum deleted the beta-next branch June 8, 2019 13:50
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.

None yet

4 participants