-
Notifications
You must be signed in to change notification settings - Fork 603
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
Crate "wright" has two 0.2.2 versions #1201
Labels
C-bug 🐞
Category: unintended, undesired behavior
Comments
The commit times are indeed very close (52 seconds). |
The same thing happened with stitch 0.1.0 on April 4th: {
"name": "stitch",
"vers": "0.1.0",
[ ... snip ... ]
"cksum": "2a8e0e631405ef2ae838a7255e700798f25dc5372317b533bdaf142f57292703",
"features": {},
"yanked": false,
"links": null
} {
"name": "stitch",
"vers": "0.1.0",
[ ... snip ... ]
"cksum": "137caee31d931fd98d8357209e5c9ee3a1a694f709a8c2261cc6bdee44e613e4",
"features": {},
"yanked": false,
"links": null
} Also, the following crates have double entries but at least they are identical:
|
AFAICT This has been fixed by our recent index normalization run. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
download-all-crates
from https://github.com/est31/cargo-local-serve (CC @est31) produces (among others) this line of output:[70804/71928] Checksum mismatch for wright v0.2.2. Deleting. expected: '8261a34961de4a333d2c8e15309c32d35df864709799112002edcffc1316369f' was: '14f813076f3bd61b143e7094808057970f40366ee27b1252b758b407fbc661d2'
It turns out the index contains two separate entries for wright v0.2.2, with different checksums:
The tarball we can download matches the second one:
% curl -sL https://crates.io/api/v1/crates/wright/0.2.2/download | sha256sum 14f813076f3bd61b143e7094808057970f40366ee27b1252b758b407fbc661d2 -
The text was updated successfully, but these errors were encountered: