typelevel / cats-effect

The pure asynchronous runtime for Scala
https://typelevel.org/cats-effect/
Apache License 2.0
2.03k stars 520 forks source link

The 3.5.6 release job is... struggling #4174

Closed durban closed 17 hours ago

durban commented 18 hours ago

Here: https://github.com/typelevel/cats-effect/actions/runs/11918948936/job/33218736662

It's doing things like this:

2024-11-19 21:28:05.708Z  warn [HttpClient] 
[525/1000] Request to /service/local/staging/profile_repositories is failed: [503: Service Unavailable] Request failed: <html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
</body>
</html>
. Retry the request in 13.919 sec.  - (HttpClient.scala:180)

I guess it's possible it'll get better... unfortunately I have no idea how to help it :-(

Edit: more specifically, it is the "Publish Artifacts" job is the one doing this.

durban commented 18 hours ago

So, it seems Maven Central publishing is down currently: https://status.maven.org/incidents/pkj60t5h2khp

durban commented 17 hours ago

Huh, it finally succeeded :-)