mlevkov commented on PR #3803:
URL: https://github.com/apache/iggy/pull/3803#issuecomment-5229235129
The red on this PR after the rebase is a Maven Central rate limit, not the
diff. Flagging it so it does not read as a real failure.
`BDD • bdd-java` failed while Gradle resolved its own plugin classpath:
```
> Could not resolve org.jetbrains.kotlin:kotlin-stdlib:2.3.21.
> Could not GET
'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/
kotlin-gradle-plugin-api/2.3.21/kotlin-gradle-plugin-api-2.3.21.pom'.
Received status code 429 from server: Too Many Requests
BUILD FAILED in 26s
```
It never reached a step; the failure is in `:java:buildSrc` configuration.
The five other BDD jobs are `CANCELLED` by fail-fast rather than failed on
their own, and `finalize_pr` fails downstream of those. Everything else on the
run is green: 91 passing, 1 skipped.
This PR touches `.claude/skills/connectors-overview/SKILL.md` and adds two
additive `pub fn`s plus a doc comment to `iggy_common::utils::serde_secret`. No
Java, no wire format, no server behaviour. The same rebase onto `01a64b2e0`
produced fully green runs on my other four PRs, which went through the same BDD
matrix minutes earlier.
I cannot re-run it myself (`Must have admin rights to Repository`). A re-run
should clear it. If you would rather not spend the click, say so and I will
force-push an identical tree to re-trigger, though that would change the SHA I
quoted above.
Local gate on the rebased branch is unchanged and green: fmt, sort, clippy
`-D warnings`, `cargo test -p iggy_common` 271 passing, license-headers, typos,
taplo, all exit 0.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]