Navigation Menu

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

assertion failed: checkout.is_fresh() #2271

Closed
retep998 opened this issue Jan 11, 2016 · 2 comments
Closed

assertion failed: checkout.is_fresh() #2271

retep998 opened this issue Jan 11, 2016 · 2 comments

Comments

@retep998
Copy link
Member

thread '<main>' panicked at 'assertion failed: checkout.is_fresh()', src/cargo\sources\git\utils.rs:174

A friend of mine ( @diamondo25 ) got this error while trying to build a project after pinning a git dependency to a specific revision with rev = "v0.5.2".

Cargo version is cargo 0.8.0-nightly (08da2f5 2015-12-21) using x86_64-pc-windows-msvc.

Possibly related to #1069

cc @alexcrichton

@alexcrichton
Copy link
Member

Was there perhaps a concurrent cargo running in the background somewhere? It looks like this could get triggered in that case perhaps.

@alexcrichton
Copy link
Member

This looks like it was probably just a case of concurrency, and with #2486 landed that should be fixed, so I'm gonna close.

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

2 participants