markap14 commented on PR #11215: URL: https://github.com/apache/nifi/pull/11215#issuecomment-4390234424
[claude-opus-4.7] The `Ubuntu Corretto JDK 21 EN` build (workflow `build`) failed during dependency resolution with a transient Maven Central network error: ``` [ERROR] Failed to execute goal on project nifi-couchbase-standard-services: Could not resolve dependencies for project org.apache.nifi:nifi-couchbase-standard-services:jar:2.10.0-SNAPSHOT [ERROR] dependency: com.couchbase.client:core-io:jar:3.11.2 (compile) [ERROR] Could not transfer artifact com.couchbase.client:core-io:jar:3.11.2 from/to central (https://repo.maven.apache.org/maven2): Connection reset ``` This is unrelated to the PR — `nifi-couchbase-standard-services` is not touched by this change, the failure is in the dependency-resolution phase before any compilation or tests run, and `--fail-fast` aborted the rest of that shard. Three other parallel `build` shards (Ubuntu JDK 25 EN, MacOS Zulu JDK 21 JP, Windows Zulu JDK 21 FR) plus the `system-tests` and `integration-tests` workflows are still running and exercise the same modules. If they pass, this single shard can be safely ignored. -- 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]
