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

clippy, rustfmt missing from master toolchain #113713

Closed
matthiaskrgr opened this issue Jul 15, 2023 · 8 comments
Closed

clippy, rustfmt missing from master toolchain #113713

matthiaskrgr opened this issue Jul 15, 2023 · 8 comments
Labels
C-bug Category: This is a bug. P-critical Critical priority T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

$ rustup-toolchain-install-master -f -c rustc-dev llvm-tools rust-src clippy rustfmt

fetching master commit hash...
detecting the channel of the `bef6ff618f17398775e9d8cd23a6f47d983869dc` toolchain...
downloading <https://ci-artifacts.rust-lang.org/rustc-builds/bef6ff618f17398775e9d8cd23a6f47d983869dc/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz>...
75.13 MB / 75.13 MB [===================================================================================================================================================================================] 100.00 % 6.67 MB/s
downloading <https://ci-artifacts.rust-lang.org/rustc-builds/bef6ff618f17398775e9d8cd23a6f47d983869dc/rustc-dev-nightly-x86_64-unknown-linux-gnu.tar.xz>...
101.82 MB / 101.82 MB [=================================================================================================================================================================================] 100.00 % 6.37 MB/s
downloading <https://ci-artifacts.rust-lang.org/rustc-builds/bef6ff618f17398775e9d8cd23a6f47d983869dc/llvm-tools-nightly-x86_64-unknown-linux-gnu.tar.xz>...
42.90 MB / 42.90 MB [===================================================================================================================================================================================] 100.00 % 5.91 MB/s
downloading <https://ci-artifacts.rust-lang.org/rustc-builds/bef6ff618f17398775e9d8cd23a6f47d983869dc/rust-src-nightly.tar.xz>...
2.55 MB / 2.55 MB [=====================================================================================================================================================================================] 100.00 % 2.36 MB/s
downloading <https://ci-artifacts.rust-lang.org/rustc-builds/bef6ff618f17398775e9d8cd23a6f47d983869dc/clippy-nightly-x86_64-unknown-linux-gnu.tar.xz>...
error: missing component `clippy` on toolchain `bef6ff618f17398775e9d8cd23a6f47d983869dc` on channel `nightly` for target `x86_64-unknown-linux-gnu`
@matthiaskrgr matthiaskrgr added the C-bug Category: This is a bug. label Jul 15, 2023
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jul 15, 2023
@matthiaskrgr
Copy link
Member Author

Weird, so this error started happening somewhere in the last ~24 hours I guess, but when I install the "master" toolchain of a few days ago (where we shipped a nightly that did include clippy), RTIM also can't find the clippy component... 🤔

@matthiaskrgr
Copy link
Member Author

rustfmt is also affected

wget https://ci-artifacts.rust-lang.org/rustc-builds/bef6ff618f17398775e9d8cd23a6f47d983869dc/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz

wget https://ci-artifacts.rust-lang.org/rustc-builds/bef6ff618f17398775e9d8cd23a6f47d983869dc/clippy-nightly-x86_64-unknown-linux-gnu.tar.xz

=> 404

@matthiaskrgr matthiaskrgr changed the title clippy missing from master toollchain clippy, rustfmt missing from master toolchain Jul 15, 2023
@albertlarsan68 albertlarsan68 added the T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. label Jul 15, 2023
@RalfJung
Copy link
Member

RalfJung commented Jul 15, 2023

Weird, so this error started happening somewhere in the last ~24 hours I guess, but when I install the "master" toolchain of a few days ago (where we shipped a nightly that did include clippy), RTIM also can't find the clippy component...

In 7d60819 it can find clippy. Which commit did you try?

@RalfJung
Copy link
Member

Cc @rust-lang/infra (since this seems fairly critical)

@Kobzol
Copy link
Contributor

Kobzol commented Jul 15, 2023

A try build was merged into master, and basically no artifacts were uploaded from that merge commit (https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Cannot.20get.20rust-dev-nightly.20from.20ci-artifacts.2Erust-lang.2Eorg).

@Noratrieb
Copy link
Member

Approving a PR while a try build is running has some very unintended consequences.

@matthiaskrgr
Copy link
Member Author

A try build was merged into master,

well its only the 5th time or so that that has happened >.<

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. P-critical Critical priority T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

7 participants