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

progress bar overly precise #1743

Closed
rbtcollins opened this issue Apr 8, 2019 · 1 comment
Closed

progress bar overly precise #1743

rbtcollins opened this issue Apr 8, 2019 · 1 comment
Labels

Comments

@rbtcollins
Copy link
Contributor

Problem

The progress bar during installation can be overly precise like so:
3.1 MiB / 10.4 MiB ( 30 %) 46.4 KiB/s ETA: 2.6780612989403734 min 40.68367793642241 s
I would expect instead to see something like:
3.1 MiB / 10.4 MiB ( 30 %) 46.4 KiB/s ETA: 2min 40s

Steps

  1. Install nightly on Windows (See Optimize disk access during install #904 )

Possible Solution(s)

Notes

Output of rustup --version: rustup 1.17.0 (069c88ed6 2019-03-05)
Output of rustup show: ```
rustup show
Default host: x86_64-pc-windows-msvc

installed toolchains

stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc

active toolchain

stable-x86_64-pc-windows-msvc (default)
rustc 1.33.0 (2aa4c46cf 2019-02-28)

@rbtcollins rbtcollins added the bug label Apr 8, 2019
@kinnison
Copy link
Contributor

kinnison commented Apr 9, 2019

This is a duplicate of #1696 and #1731 and was fixed in #1699 - the fix will be in rustup 1.18.0

@kinnison kinnison closed this as completed Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants