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

Resource temporarily unavailable not so temporarily stopping compilation #48256

Closed
Havvy opened this issue Feb 16, 2018 · 3 comments
Closed

Resource temporarily unavailable not so temporarily stopping compilation #48256

Havvy opened this issue Feb 16, 2018 · 3 comments
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@Havvy
Copy link
Contributor

Havvy commented Feb 16, 2018

Trying to compile mdbook with Rust 1.22.1 while downloading a game, I get this error at some random crate every time. Checking the master source, I don't think it would change if I used 1.24.0. Since the error is from a temporarily unavailable resource, it should just be retried?

thread '<unnamed>' panicked at 'failed to acquire jobserver token: Resource temporarily unavailable (os error 11)', src/librustc_trans/back/write.rs:1619:28

error: failed to acquire jobserver token: Resource temporarily unavailable (os error 11)

I'm getting this when running on NixOS (Linux distro) in a VirtualBox VM, if that helps any.

@Havvy
Copy link
Contributor Author

Havvy commented Feb 16, 2018

Where panic is produced:

let msg = &format!("failed to acquire jobserver token: {}", e);

What actually creates the Err, I'm not sure.

@Havvy
Copy link
Contributor Author

Havvy commented Feb 17, 2018

I'm getting this consistently now (but on different crates) if anybody wants to give me advice for providing more information.

@retep998 retep998 added the I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ label Feb 17, 2018
@Havvy
Copy link
Contributor Author

Havvy commented Feb 18, 2018

Dupe of #46981

@Havvy Havvy closed this as completed Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

2 participants