rust-lang / crates.io

The Rust package registry
https://crates.io
Apache License 2.0
2.9k stars 592 forks source link

num-traits inconsistently reported as unavailable #8686

Closed chrysn closed 3 months ago

chrysn commented 3 months ago

Current Behavior

The view crates.io currently gives on num-traits is inconsistent:

Caused by: the remote server responded with an error (status 400 Bad Request): no known crate named num-traits



### Expected Behavior

If some version of the crate were yanked (or even all of them), I'd still expect to see that that happened -- and uploading should still be possible, especially (what I can't tell whether it's the case) if there is some (not necessarily latest) version matching my crate's requirements that has not been yanked.

### Steps To Reproduce

_No response_

### Environment

_No response_

### Anything else?

_No response_
chrysn commented 3 months ago

Uploading has gone back to normal after a brief "crates.io is currently in read-only mode for maintenance. Please try again later." message, and the website behaves normally again as well. Thanks for fixing this, and sorry if I created noise in what was already an ongoing maintenance operation.

Turbo87 commented 3 months ago

I assume this was caused by the same issue as https://github.com/rust-lang/crates.io/issues/8685. sorry for the inconvenience 🙈