Skip to content

timeout reading rustc version #1312

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

Closed
lovasoa opened this issue Dec 15, 2017 · 0 comments
Closed

timeout reading rustc version #1312

lovasoa opened this issue Dec 15, 2017 · 0 comments

Comments

@lovasoa
Copy link
Contributor

lovasoa commented Dec 15, 2017

On my low-end windows computer, rustup fails to print current rust version after installation with the message "timeout reading rustc version".

Indeed, there is a 3-second timeout for running rustc --version in rustup, but the command takes 7 seconds to complete on my computer ( 👏 windows).

> Measure-Command {start-process rustc -argumentlist "--version" -wait}


Days              : 0
Hours             : 0
Minutes           : 0
Seconds           : 7
Milliseconds      : 173
Ticks             : 71732685
TotalDays         : 8,30239409722222E-05
TotalHours        : 0,00199257458333333
TotalMinutes      : 0,119554475
TotalSeconds      : 7,1732685
TotalMilliseconds : 7173,2685
lovasoa added a commit to lovasoa/rustup.rs that referenced this issue Dec 15, 2017
bors added a commit that referenced this issue Jan 8, 2018
increase the timeout for running `rustc --version`

Fixes #1312
bors added a commit that referenced this issue Jan 9, 2018
increase the timeout for running `rustc --version`

Fixes #1312
bors added a commit that referenced this issue Jan 9, 2018
increase the timeout for running `rustc --version`

Fixes #1312
bors added a commit that referenced this issue Jan 10, 2018
increase the timeout for running `rustc --version`

Fixes #1312
mattico pushed a commit to mattico/rustup.rs that referenced this issue Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant