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

Cargo burns 100% processor forever while updating registry #2447

Closed
TyOverby opened this issue Mar 8, 2016 · 3 comments
Closed

Cargo burns 100% processor forever while updating registry #2447

TyOverby opened this issue Mar 8, 2016 · 3 comments

Comments

@TyOverby
Copy link

TyOverby commented Mar 8, 2016

I've only been able to reproduce this bug on a single Cargo.toml file.

Simply make a new directory, put this file in it, and run cargo update

Cargo.toml

[package]
name = "trident"
version = "0.1.0"
authors = ["Ty Overby <[email protected]>"]

[[bin]]
name = "gui"
path = "./src/gui.rs"


[dependencies]
lux = "0.0.4"

Commenting out the dependency on Lux fixes it. As does replacing the Lux dependency a newer version (0.1.0).

@srinivasreddy
Copy link
Contributor

can you please paste Cargo.lock file as well?

@alexcrichton
Copy link
Member

I believe this is a dupe of #2090 which has a number of linked reports at the end for counts of this.

@TyOverby
Copy link
Author

TyOverby commented Mar 8, 2016

@alexcrichton Yep, looks like it's a dup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants