Samer-Melhem-FOO commented on PR #6189: URL: https://github.com/apache/fineract/pull/6189#issuecomment-5092283672
The only failing check here is `run-e2e-tests / E2E Tests (Shard 4 of 20)`. Looking at the log, it fails at the `jibDockerBuild` step before any tests run, with: ``` I/O error for image [registry-1.docker.io/azul/zulu-openjdk-alpine]: java.net.SocketException Network is unreachable ``` This looks like a transient Docker Hub registry connectivity issue on the runner, unrelated to this PR's change (a single header-label fix in `ClientEntityWorkbookPopulator`). All other 19/20 E2E shards, all 15/15 DB-matrix shards (MariaDB/MySQL/PostgreSQL), and every other check (checkstyle, spotless, spotbugs, etc.) passed. Could a maintainer re-run the failed job? I don't have the permissions to trigger a re-run myself. Thanks! -- 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]
