-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Blocking waiting for file lock on the git database #2566
Comments
Note: Cleaning up my |
Thanks for the report! Could you gist the output of Cargo as well? Also, is the repo public so I could repro it as well? |
This happened again today. The only output of Cargo is $ cargo build
Blocking waiting for file lock on the git database I got this by building Yoric/foxbox@822a52e using nightly-2016-04-29. After cleaning up the I think I had hit |
Hm in theory interrupting doesn't affect a build as the file locks are associated with the process, not state on the filesystem. I unfortunately couldn't reproduce either :( |
I have the same issue on windows. What can I do? |
@stiv-yakovenko do you have a way to reproduce this issue? I could help debug if that comes up |
Alex, this was caused by another cargo.exe running in background. That cargo.exe was probably launched by intellijIDEA. What if we give more info in this message? |
Oh in that case there's not really a bug there per se, it's working as intended? |
Yes, it is. |
Note that in the case that prompted me to open this bug, after waiting 1h (for something that typically builds in 20secs), I still could not use |
@Yoric do you know what filesystem/OS you're using? |
hfs volume on MacOS X 10.11.5 |
Note that I haven't checked at the time whether a |
Hm ok, this can't be reproduced though? |
Well, as usual, once I remove the directory, I cannot reproduce. |
Closing due to lack of activity. Please reopen with more information if this happens again! |
Since my rust upgrade to nightly-2016-04-10, I cannot use
cargo
at all in one of my git repos. Well,cargo clean
works, but notcargo update
,cargo build
,cargo test
, etc.I imagine that I need to remove a file, but I have no clue which one :/
The text was updated successfully, but these errors were encountered: