Skip to content

Beta for 1.29.0 #52903

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

Merged
merged 1 commit into from
Jul 31, 2018
Merged

Beta for 1.29.0 #52903

merged 1 commit into from
Jul 31, 2018

Conversation

Mark-Simulacrum
Copy link
Member

No description provided.

@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive
Copy link
Contributor

⚠️ 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!
  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 31, 2018
@rust-highfive
Copy link
Contributor

The job x86_64-gnu-llvm-5.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.
################################################################          89.7%
######################################################################## 100.0%
[00:02:11] extracting /checkout/obj/build/cache/2018-07-31/cargo-0.29.0-x86_64-unknown-linux-gnu.tar.gz
[00:02:11]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:35] error: the lock file needs to be updated but --locked was passed to prevent this
[00:02:35] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:02:35] Makefile:81: recipe for target 'prepare' failed
[00:02:35] make: *** [prepare] Error 1
[00:02:36] Command failed. Attempt 2/5:
[00:02:36]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:36]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:36] error: the lock file needs to be updated but --locked was passed to prevent this
[00:02:36] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:02:36] Makefile:81: recipe for target 'prepare' failed
[00:02:36] make: *** [prepare] Error 1
[00:02:38] Command failed. Attempt 3/5:
[00:02:38]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:38]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:39] error: the lock file needs to be updated but --locked was passed to prevent this
[00:02:39] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:02:39] Makefile:81: recipe for target 'prepare' failed
[00:02:39] make: *** [prepare] Error 1
[00:02:42] Command failed. Attempt 4/5:
[00:02:42]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:42]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:42] error: the lock file needs to be updated but --locked was passed to prevent this
[00:02:42] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:02:42] Makefile:81: recipe for target 'prepare' failed
[00:02:42] make: *** [prepare] Error 1
[00:02:46] Command failed. Attempt 5/5:
[00:02:46]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:46]     Updating registry `https://github.com/rust-lang/crates.io-index`
[00:02:47] error: the lock file needs to be updated but --locked was passed to prevent this
[00:02:47] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:02:47] make: *** [prepare] Error 1
[00:02:47] Makefile:81: recipe for target 'prepare' failed
[00:02:47] The command has failed after 5 attempts.
travis_time:end:023eadc0:start=1533040076140033062,finish=1533040247507961314,duration=171367928252
---
travis_time:end:15939c9e:start=1533040247799740887,finish=1533040247808225017,duration=8484130
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:14a9a4a3
$ 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 -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:06de5736
travis_time:start:06de5736
$ 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:13387233
$ 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)

@Mark-Simulacrum
Copy link
Member Author

@bors r+ p=100

@bors
Copy link
Collaborator

bors commented Jul 31, 2018

📌 Commit 1fca482 has been approved by Mark-Simulacrum

@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 Jul 31, 2018
@bors
Copy link
Collaborator

bors commented Jul 31, 2018

⌛ Testing commit 1fca482 with merge f6e90ca...

bors added a commit that referenced this pull request Jul 31, 2018
@bors
Copy link
Collaborator

bors commented Jul 31, 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 Jul 31, 2018
@rust-highfive
Copy link
Contributor

The job x86_64-gnu-tools 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.
[01:26:24] [RUSTC-TIMING] racer test:false 75.276
[01:26:28]    Compiling rls-vfs v0.4.6
[01:26:35] [RUSTC-TIMING] rls_vfs test:false 7.145
[01:27:06] [RUSTC-TIMING] rustfmt_nightly test:false 110.114
[01:27:09] error[E0050]: method `exec` has 4 parameters but the declaration in trait `cargo::core::compiler::Executor::exec` has 5
[01:27:09]    --> tools/rls/src/build/cargo.rs:333:75
[01:27:09]     |
[01:27:09] 333 |     fn exec(&self, mut cargo_cmd: ProcessBuilder, id: &PackageId, target: &Target) -> CargoResult<()> {
[01:27:09]     |                                                                           ^^^^^^^ expected 5 parameters, found 4
[01:27:09]     |
[01:27:09]     = note: `exec` from trait: `fn(&Self, cargo::util::process_builder::ProcessBuilder, &cargo::core::package_id::PackageId, &cargo::core::manifest::Target, cargo::core::compiler::build_config::CompileMode) -> std::result::Result<(), failure::error::Error>`
[01:27:09] error: aborting due to previous error
[01:27:09] 
[01:27:09] For more information about this error, try `rustc --explain E0050`.
[01:27:09] [RUSTC-TIMING] rls test:false 2.470
---
travis_time:end:24b9333a:start=1533056991244739226,finish=1533056991252044284,duration=7305058
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:041cb956
$ 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 -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:397d0890
travis_time:start:397d0890
$ 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:12d635e0
$ 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)

@Mark-Simulacrum
Copy link
Member Author

@bors r+

Reverted the cargo update

@bors
Copy link
Collaborator

bors commented Jul 31, 2018

📌 Commit fc47eb3 has been approved by Mark-Simulacrum

@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 Jul 31, 2018
@bors
Copy link
Collaborator

bors commented Jul 31, 2018

⌛ Testing commit fc47eb3 with merge a3bef3d...

bors added a commit that referenced this pull request Jul 31, 2018
@bors
Copy link
Collaborator

bors commented Jul 31, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing a3bef3d to beta...

@bors bors merged commit fc47eb3 into rust-lang:beta Jul 31, 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