Skip to content

feat(dist): refine suggestions regarding manifest checksum mismatches - #3923

Merged
rami3l merged 5 commits into
rust-lang:masterfrom
rami3l:fix/manifest-checksum-failed
Jul 8, 2024
Merged

feat(dist): refine suggestions regarding manifest checksum mismatches#3923
rami3l merged 5 commits into
rust-lang:masterfrom
rami3l:fix/manifest-checksum-failed

Conversation

@rami3l

@rami3lrami3l commented Jul 7, 2024

Copy link
Copy Markdown
Member

Closes#3885.

I've made the following update to the error messages nonetheless:

Before

 info: syncing channel updates for 'nightly-aarch64-apple-darwin' info: update not yet available, sorry! try again later error: toolchain 'nightly-aarch64-apple-darwin' is not installable

After

 info: syncing channel updates for 'nightly-aarch64-apple-darwin' warn: checksum failed for <SNIP>, expected: 'aaaaaaaaaa0f87d2df5e0cff356df307b6649a7b0b4effdf4b6dbd15070206de', calculated: '907f97b96e0f87d2df5e0cff356df307b6649a7b0b4effdf4b6dbd15070206de' info: if you are on the official release server, this is most likely due to an update happening right now, please try again later info: if you are on a third-party release server, this might indicate a problem with the server's configuration error: toolchain 'nightly-aarch64-apple-darwin' is not installable

#3885 (comment)

@rami3l
rami3l requested a review from djcJuly 7, 2024 04:41
Comment threadsrc/dist/notifications.rs
@rami3l
rami3lforce-pushed the fix/manifest-checksum-failed branch 2 times, most recently from 92dda7c to 000f1f3CompareJuly 7, 2024 04:51
@rami3lrami3l changed the title feat(dist)!: refine suggestions regarding manifest checksum mismatchesfeat(dist): refine suggestions regarding manifest checksum mismatchesJul 7, 2024
@rami3l
rami3lforce-pushed the fix/manifest-checksum-failed branch from 000f1f3 to d365542CompareJuly 7, 2024 11:02
Comment threadsrc/dist/notifications.rs
Comment threadsrc/dist/mod.rs Outdated
@rami3l
rami3lforce-pushed the fix/manifest-checksum-failed branch from d365542 to 7690fc3CompareJuly 8, 2024 12:10
@rami3l
rami3l requested a review from djcJuly 8, 2024 12:15
@rami3l
rami3lforce-pushed the fix/manifest-checksum-failed branch 2 times, most recently from c0fefc3 to b66256cCompareJuly 8, 2024 12:39
@djcdjc mentioned this pull request Jul 8, 2024
@rami3l
rami3lforce-pushed the fix/manifest-checksum-failed branch from b66256c to 00ea895CompareJuly 8, 2024 14:57
djc
djc approved these changes Jul 8, 2024

@djcdjc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment threadsrc/dist/mod.rs
@rami3l
rami3lforce-pushed the fix/manifest-checksum-failed branch from 00ea895 to c60bc64CompareJuly 8, 2024 15:11
@rami3l
rami3l enabled auto-merge July 8, 2024 15:15
@rami3l
rami3l added this pull request to the merge queue Jul 8, 2024
Merged via the queue into rust-lang:master with commit 1997b58Jul 8, 2024
@rami3l
rami3l deleted the fix/manifest-checksum-failed branch July 8, 2024 15:44
@rami3lrami3l mentioned this pull request Oct 6, 2024
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing error message toolchain "stable-x86_64-unknown-linux-gnu" is not installable

2 participants

@rami3l@djc