-
Notifications
You must be signed in to change notification settings - Fork 2.6k
cargo update hangs in cargo::core::resolver::activate_deps_loop #4108
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
Comments
Affects both cargo 1.18 and cargo nightly 0.20.0-nightly (9fcdbb4 2017-05-22) |
Looks like the problem is that |
The activation/backtracking chain seems to go something like this:
and for each of the packages in the chain, cargo tries a few possibilities (and the chain is probably longer) |
I hit this while running "cargo update" on the master branch of https://github.com/paritytech/parity .
Trace: cargo-update.txt
Produced with
RUST_LOG=cargo::core::resolver=trace cargo generate-lockfile
Cargo.lock.txt
Cargo.toml.txt
The text was updated successfully, but these errors were encountered: