As a (non-urgent) FYI, clojars deployments have been deploying for me with:
Could not transfer metadata xxxxx:xxxxxxxx/maven-metadata.xml from/to clojars (<https://clojars.org/repo>): Read timed out
Failed to deploy metadata: Could not transfer metadata xxxxx:xxxxxxxx/maven-metadata.xml from/to clojars (<https://clojars.org/repo>): Read timed out
This is the second day in a row. Can be worked around by retryingUsually when that happens the deploy actually succeeds. I did some work earlier today to do less during a deploy to prevent this from happening. It should be even less tomorrow evening which I hope will help out with this issue.
You're right - all my deploys had actually succeed! (but the responsible CI build had failed) Hadn't realised this. Thanks for all the info!