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

Checksum failed #331

Closed
SimonSapin opened this issue Apr 17, 2016 · 10 comments
Closed

Checksum failed #331

SimonSapin opened this issue Apr 17, 2016 · 10 comments

Comments

@SimonSapin
Copy link
Contributor

Today:

$ rustup update
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: syncing channel updates for 'beta-x86_64-unknown-linux-gnu'
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: downloading component 'rustc'
46.97 MiB / 46.97 MiB (100.00%) 2.57 MiB/s ETA: 0s                
error: checksum failed, expected: '5dd12c5ffc527adbf76009306ab04107a90baba4a3da3c179530631b30227a11', calculated: '2cd6aab5b67ef6350ba70bf34746e8170eae6954685d758c7bb24ea0b0cf4edd'
info: checking for self-updates
info: rustup is up to date

       stable-x86_64-unknown-linux-gnu unchanged - rustc 1.8.0 (db2939409 2016-04-11)
         beta-x86_64-unknown-linux-gnu unchanged - rustc 1.9.0-beta.1 (37a2869af 2016-04-12)
  nightly-x86_64-unknown-linux-gnu update failed - rustc 1.10.0-nightly (2174bd97c 2016-04-14)

The root cause is probably somewhere in the build/release infrastructure rather than in this repository, but I don’t know what issue tracker would be more appropriate.

@severen
Copy link
Contributor

severen commented Apr 17, 2016

Getting the same error, only happens when updating the nightly toolchain.

( ⌁ ) D ) P ) cargo ) rustup update nightly                                  (master) 02:51:24 
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: downloading component 'rustc'
46.97 MiB / 46.97 MiB (100.00%) 3.41 MiB/s ETA: 0s                
error: checksum failed, expected: '5dd12c5ffc527adbf76009306ab04107a90baba4a3da3c179530631b30227a11', calculated: '2cd6aab5b67ef6350ba70bf34746e8170eae6954685d758c7bb24ea0b0cf4edd'

( ⌁ ) D ) P ) cargo ) rustup --version                             ~20.0s (master) 02:51:48 ≡ 1
rustup 0.1.6

@EntilZha
Copy link

Same issue here, but with the nightly-x86_64-apple-darwin nightly channel

@alexbool
Copy link

Yep. +1.

alexbool@alexbool-osx ~> rustup -v update nightly
verbose: read metadata version: '12'
verbose: updating existing install for 'nightly-x86_64-apple-darwin'
verbose: toolchain directory: '/Users/alexbool/.multirust/toolchains/nightly-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
verbose: creating temp file: /Users/alexbool/.multirust/tmp/5uenr16zc80l0972_file
verbose: downloading file from: 'https://static.rust-lang.org/dist/channel-rust-nightly.toml.sha256'
verbose: deleted temp file: /Users/alexbool/.multirust/tmp/5uenr16zc80l0972_file
verbose: creating temp file: /Users/alexbool/.multirust/tmp/rejihmrskkyd565t_file.toml
verbose: downloading file from: 'https://static.rust-lang.org/dist/channel-rust-nightly.toml'
verbose: checksum passed
verbose: deleted temp file: /Users/alexbool/.multirust/tmp/rejihmrskkyd565t_file.toml
info: downloading component 'rustc'
verbose: creating temp file: /Users/alexbool/.multirust/tmp/1s7uh9y3r_3b1l4q_file
verbose: downloading file from: 'https://static.rust-lang.org/dist/2016-04-17/rustc-nightly-x86_64-apple-darwin.tar.gz'
41.70 MiB / 41.70 MiB (100.00%) 1.29 MiB/s ETA: 0s                    
verbose: deleted temp file: /Users/alexbool/.multirust/tmp/1s7uh9y3r_3b1l4q_file
error: checksum failed, expected: 'f2b087457f337a2b3bb570a21c587bdd6b848331b106fca4fd7e81a1fc1df038', calculated: '24ecb715067f9fd3eec036a7949a656a0c6c2f2caabde71269a5620d43fac26b'

@mattico
Copy link
Contributor

mattico commented Apr 17, 2016

Also happening on windows, fwiw

@andrewrynhard
Copy link

FWIW I can do rustup default nightly-2016-04-15

but

$ rustup default nightly-2016-04-16
info: syncing channel updates for 'nightly-2016-04-16-x86_64-unknown-linux-gnu'
error: no release found for 'nightly-2016-04-16'

and

$ rustup default nightly-2016-04-17
info: syncing channel updates for 'nightly-2016-04-17-x86_64-unknown-linux-gnu'
info: downloading component 'rustc'
46.97 MiB / 46.97 MiB (100.00%) 11.25 MiB/s ETA: 0s
error: checksum failed, expected: '5dd12c5ffc527adbf76009306ab04107a90baba4a3da3c179530631b30227a11', calculated: '2cd6aab5b67ef6350ba70bf34746e8170eae6954685d758c7bb24ea0b0cf4edd'

@frostRed
Copy link

@andrewrynhard I also encountered the same problem a few minutes ago. But now nightly's checksum is ok.

@severen
Copy link
Contributor

severen commented Apr 18, 2016

It's also working for me again.

@andrewrynhard
Copy link

@frostRed great! Seems to be working now.

@brson
Copy link
Contributor

brson commented Apr 19, 2016

Fallout from this CI disaster. The build server screwed up and published things in the wrong place. Nothing to be done for it in rustup.

Sorry about the trouble.

@brson brson closed this as completed Apr 19, 2016
@brson
Copy link
Contributor

brson commented Apr 19, 2016

Though actually I do want to make this error message nicer.

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

8 participants