-
Notifications
You must be signed in to change notification settings - Fork 894
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
1.55.0 clippy checksum failure #2855
Comments
Oh and was reading #524 but these failures are in containers that have a completely empty |
Looks like this might be a CDN configuration issue. If you download the file with a browser and then with curl/wget, you get different SHA sums:
The files are the same size. Hexdumping and diffing shows:
(looks like some ASCII in the xz file metadata?) My guess is that this can be solved with a CDN refresh. |
Ahh interesting, I didn't try downloading via the browser, just curl to confirm that I got the same "incorrect" hash locally. |
Oh, and the headers look like they're getting different things. Wget:
|
It's requesting a compressed response ( Right checksum (what the browser does in curl terms):
Wrong checksum (what normal curl does):
|
@pietroalbini @Mark-Simulacrum I think this is an infra issue? |
rustup, our way to installing Rust, is currently broken, breaking all CI jobs. Avoid installing Rust until the issue is fixed. Software builds should continue, but skip the Rust parts. rust-lang/rustup#2855 Signed-off-by: Philipp Wagner <phw@lowrisc.org>
rustup, our way to installing Rust, is currently broken, breaking all CI jobs. Avoid installing Rust until the issue is fixed. Software builds should continue, but skip the Rust parts. rust-lang/rustup#2855 Signed-off-by: Philipp Wagner <phw@lowrisc.org>
rustup, our way to installing Rust, is currently broken, breaking all CI jobs. Avoid installing Rust until the issue is fixed. Software builds should continue, but skip the Rust parts. rust-lang/rustup#2855 Signed-off-by: Philipp Wagner <phw@lowrisc.org>
Just a small addition: For me while trying to install rustup from scratch with stable toolchain is
It works on nightly |
Hey all, I'm running a full CDN invalidation so things should get back to normal soon. If this happens again please ping me and @Mark-Simulacrum, and provide the contents of the |
Things are working now apparently. Just ran |
@pietroalbini In case it helps after the fact: These were the headers we got this (UK) morning. Bad: POP in all cases |
Yes, the CDN invalidation seems to have worked and can now install clippy again, thanks for the quick turnaround! |
Problem
Trying to install clippy 1.55.0 results in this..
Steps
rustup-toolchain.toml
file withPossible Solution(s)
This only started happening within the past few hours for something that has worked fine for the past 20 days, so feels like the tarball at the location has actually been changed for some reason but the corresponding metadata checksum was not?
Notes
Output of
rustup --version
:Output of
rustup show
:The text was updated successfully, but these errors were encountered: