You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
I'm getting this when running on NixOS (Linux distro) in a VirtualBox VM, if that helps any.
The text was updated successfully, but these errors were encountered: