Closed
Description
For couple of weeks, I can't update to newer nightly Rust, because it's missing rustfmt component and Rustup (for a good reason) refuses to update to nightly versions without all installed components these days:
~$ rustup update
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-09, rust version 1.53.0-nightly (2e495d2e8 2021-04-08)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-08-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-08, rust version 1.53.0-nightly (361bfce30 2021-04-07)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-07-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-07, rust version 1.53.0-nightly (c051c5ddd 2021-04-06)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-06-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-06, rust version 1.53.0-nightly (d32238532 2021-04-05)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-05-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-05, rust version 1.53.0-nightly (c755ee4ce 2021-04-04)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-04-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-04, rust version 1.53.0-nightly (0b417ab5c 2021-04-03)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-03-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-03, rust version 1.53.0-nightly (138fd56cf 2021-04-02)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-02-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-02, rust version 1.53.0-nightly (d474075a8 2021-04-01)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-04-01-x86_64-unknown-linux-gnu'
info: latest update on 2021-04-01, rust version 1.53.0-nightly (4fdac23f3 2021-03-31)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-03-31-x86_64-unknown-linux-gnu'
info: latest update on 2021-03-31, rust version 1.53.0-nightly (74874a690 2021-03-30)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-03-30-x86_64-unknown-linux-gnu'
info: latest update on 2021-03-30, rust version 1.53.0-nightly (48691ea6e 2021-03-29)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-03-29-x86_64-unknown-linux-gnu'
info: latest update on 2021-03-29, rust version 1.53.0-nightly (4a20eb6a9 2021-03-28)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-03-28-x86_64-unknown-linux-gnu'
info: latest update on 2021-03-28, rust version 1.53.0-nightly (9b0edb7fd 2021-03-27)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-03-27-x86_64-unknown-linux-gnu'
info: latest update on 2021-03-27, rust version 1.53.0-nightly (5e65467ef 2021-03-26)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-03-26-x86_64-unknown-linux-gnu'
info: latest update on 2021-03-26, rust version 1.53.0-nightly (52e3dffa5 2021-03-25)
info: skipping nightly which is missing installed component 'rustfmt'
info: syncing channel updates for 'nightly-2021-03-25-x86_64-unknown-linux-gnu'
info: checking for self-updates
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.51.0 (2fd73fabe 2021-03-23)
nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.53.0-nightly (07e0e2ec2 2021-03-24)
info: cleaning up downloads & tmp directories
Of course, I could temporarily remove rustfmt from nightly toolchain, but it seems to be an indicator of some deeper issue so decided to report here first.
Metadata
Metadata
Assignees
Labels
No labels