-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Compiler panic while compiling libs when /tmp is full #20438
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
Seems like this error be handled properly and not just unwrapped. |
This appears to be fixed already as of rustc 1.0.0-dev (89c4e37 2015-01-17 10:58:43 +0000) |
@Kingdread can you confirm what @XMPPwocky sees? |
@steveklabnik The error seems to persist, even with
|
Triage: I'm not aware of any changes here, and I don't have |
I think this one can be closed, I've just tried it out with latest nightly
|
Yay! |
Running
cargo build
on a project with external dependencies, it tries to compile them but fails withThe underlying issue is pretty clear (no space left on /tmp), but the error message may sound confusing.
Traceback:
Rust version:
The text was updated successfully, but these errors were encountered: