sbt / sbt-ci-release

sbt plugin to automate Sonatype releases from GitHub Actions
Apache License 2.0
286 stars 76 forks source link

Potential issue in release code #223

Closed ekrich closed 2 years ago

ekrich commented 2 years ago

Everything seems like it got released to central but I have never seen this error before so I thought I would report it. The warning just continues for a long time. After 25 min I canceled the workflow.

2022-01-04 17:53:02.970Z  info [SonatypeClient] The promote stage is in progress. Waiting for 15.00 sec.  - (SonatypeClient.scala:170)
2022-01-04 17:53:21.212Z  info [SonatypeClient] repositoryReleased: id:org***-1062, target:releases  - (SonatypeClient.scala:378)
2022-01-04 17:53:21.213Z  info [SonatypeClient] Activity name:drop, started:2022-01-04T17:53:16.070Z  - (SonatypeClient.scala:389)
2022-01-04 17:53:21.213Z  info [SonatypeClient] The promote stage is in progress. Waiting for 15.00 sec.  - (SonatypeClient.scala:170)
2022-01-04 17:53:36.407Z  warn [SonatypeClient] [7/243] Execution failed: [404: Not Found] Request failed: {"errors":[{"id":"*","msg":"No activity for repository: org***-1062"}]}. Retrying in 15.00 sec.  - (SonatypeClient.scala:172)
2022-01-04 17:53:51.529Z  warn [SonatypeClient] [8/243] Execution failed: [404: Not Found] Request failed: {"errors":[{"id":"*","msg":"No activity for repository: org***-1062"}]}. Retrying in 15.00 sec.  - (SonatypeClient.scala:172)
mkurz commented 2 years ago

The exact same thing happened today for me as well. The release worked however.

eed3si9n commented 2 years ago

sbt-ci-release uses sbt-sonatype, and there's an issue reported https://github.com/xerial/sbt-sonatype/issues/276 so I suggest we move the discussion there instead.