serhiy-bzhezytskyy commented on PR #23142: URL: https://github.com/apache/kafka/pull/23142#issuecomment-5277066936
Thanks @dejan2609! `build / JUnit tests Java 17 (new)` failed without running any tests — the job died fetching the Gradle distribution: ``` Attempt 1/1 failed. Reason: Unexpected end of file from server Exception in thread "main" java.net.SocketException: Unexpected end of file from server ... 0 PASSED ✅, 0 FAILED ❌, 0 FLAKY ⚠️ , 0 SKIPPED 🙈, 0 QUARANTINED 😷, and 0 errors. ``` The exit code then comes from `Parse JUnit tests`, which had no results to read. The three sibling jobs on the same run (Java 17 flaky, Java 25 new, Java 25 flaky) passed. The distribution itself is fine — I fetched `gradle-9.7.0-bin.zip` three times just now: 150,308,896 bytes each, sha256 `84fbba45…873ae`, matching the published checksum. Could someone re-run the failed job when convenient? -- 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]
