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
When running the installer on https://rustup.rs/, and entering 1 for default options, rustup panics while downloading stuff.
thread 'main' panicked at /cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs:777:10:
called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }
Steps
Run curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Choose 1) Proceed with standard installation (default - just press enter)
Can you try this with RUSTUP_IO_THREADS=1? It appears to fail when spawning a new thread. What kind of environment are you running in, is it particularly constrained?
RUSTUP_IO_THREADS=1 worked!
The environment is a multi-user server with a lot going on at once, but I wouldn't describe it as particularly constrained.
If it's feasable you might want to handle the errors, but I'm happy there's a solution on the web now at least.
Verification
Problem
When running the installer on https://rustup.rs/, and entering
1
for default options, rustup panics while downloading stuff.Steps
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1) Proceed with standard installation (default - just press enter)
Possible Solution(s)
No response
Notes
No response
Rustup version
[ Rustup does not succesfully install. ]
Installed toolchains
[ Rustup does not succesfully install. ]
OS version
Debian 10 (buster), x86_64
The text was updated successfully, but these errors were encountered: