cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
213 stars 9 forks source link

Failed to HEAD warehouse-clerk-tmp.vercel.app #246

Closed NobodyXu closed 4 months ago

NobodyXu commented 5 months ago
 WARN Failed to send quickinstall report for package kani-verifier-0.47.0-aarch64-apple-darwin: Failed to download from remote: could not HEAD https://warehouse-clerk-tmp.vercel.app/api/crate/kani-verifier-0.47.0-aarch64-apple-darwin.tar.gz: HTTP status server error (500 Internal Server Error) for url (https://warehouse-clerk-tmp.vercel.app/api/crate/kani-verifier-0.47.0-aarch64-apple-darwin.tar.gz)

cc @alsuren seems like warehouse is down or something?

Has been seeing this for a while on my computer.

alsuren commented 4 months ago

Hi. Sorry for the delay. This showed up in the talk from the release-plz maintainer. As a work-around, I added a try/catch around my calls to redis so you shouldn't see this anymore.

We still report to both redis and influxdb (via fly.io). I should really finish the transition to influxdb at some point.