Skip to content

update cargo #54335

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

Closed
wants to merge 1 commit into from
Closed

Conversation

steveklabnik
Copy link
Member

Beta backport of #54334

This pulls in rust-lang/cargo#6052, which is needed for the edition preview.
@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 Sep 18, 2018
@steveklabnik
Copy link
Member Author

@alexcrichton says this is incorrect; sending in a new PR to the other branch

@steveklabnik steveklabnik deleted the update-cargo-beta branch September 18, 2018 21:52
@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.
[00:03:19] extracting /checkout/obj/build/cache/2018-09-13/cargo-0.30.0-x86_64-unknown-linux-gnu.tar.gz
[00:03:19] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:19] 
[00:03:19] Caused by:
[00:03:19]   patch for `cargo` in `https://github.com/rust-lang/cargo` did not resolve to any crates. If this is unexpected, you may wish to consult: https://github.com/rust-lang/cargo/issues/4678
[00:03:19] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:03:19] make: *** [prepare] Error 1
[00:03:19] Makefile:81: recipe for target 'prepare' failed
[00:03:20] Command failed. Attempt 2/5:
[00:03:20] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:20] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:20] 
[00:03:20] Caused by:
[00:03:20]   patch for `cargo` in `https://github.com/rust-lang/cargo` did not resolve to any crates. If this is unexpected, you may wish to consult: https://github.com/rust-lang/cargo/issues/4678
[00:03:20] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:03:20] make: *** [prepare] Error 1
[00:03:20] Makefile:81: recipe for target 'prepare' failed
[00:03:22] Command failed. Attempt 3/5:
[00:03:22] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:22] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:22] 
[00:03:22] Caused by:
[00:03:22]   patch for `cargo` in `https://github.com/rust-lang/cargo` did not resolve to any crates. If this is unexpected, you may wish to consult: https://github.com/rust-lang/cargo/issues/4678
[00:03:22] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:03:22] Makefile:81: recipe for target 'prepare' failed
[00:03:22] make: *** [prepare] Error 1
[00:03:25] Command failed. Attempt 4/5:
[00:03:25] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:25] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:25] 
[00:03:25] Caused by:
[00:03:25]   patch for `cargo` in `https://github.com/rust-lang/cargo` did not resolve to any crates. If this is unexpected, you may wish to consult: https://github.com/rust-lang/cargo/issues/4678
[00:03:25] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:03:25] Makefile:81: recipe for target 'prepare' failed
[00:03:25] make: *** [prepare] Error 1
[00:03:29] Command failed. Attempt 5/5:
[00:03:29] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:29] error: failed to resolve patches for `https://github.com/rust-lang/cargo`
[00:03:29] 
[00:03:29] Caused by:
[00:03:29]   patch for `cargo` in `https://github.com/rust-lang/cargo` did not resolve to any crates. If this is unexpected, you may wish to consult: https://github.com/rust-lang/cargo/issues/4678
[00:03:29] failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
[00:03:29] Makefile:81: recipe for target 'prepare' failed
[00:03:29] make: *** [prepare] Error 1
[00:03:29] The command has failed after 5 attempts.
travis_time:end:1bef0cdc:start=1537307366723867817,finish=1537307576427682068,duration=209703814251
---
travis_time:end:24cbe56e:start=1537307576827715140,finish=1537307576833393414,duration=5678274
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:342d5ad8
$ 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:0437e14c
travis_time:start:0437e14c
$ 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:07946230
$ 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants