nielspardon commented on PR #12700: URL: https://github.com/apache/gluten/pull/12700#issuecomment-5194348701
The three failing checks all failed at dependency-download / tool-install steps — not in the actual build, test, or format logic. This run hit a bad network window for the hosted runners: - **`format-check` (Cpp Code Format Check):** `apt` failed during *Install tools* with `E: Failed to fetch .../linux-libc-dev_5.15.0-187.197_amd64.deb 404 Not Found`. The clang-format check step never ran. (The Scala Code Format Check passed.) - **`CH CMake Format Check`:** failed at the *Install tools* step (apt/pip download). - **`spark-test-spark35 (3)`:** `curl (7) Couldn't connect to server` while downloading Maven 3.9.16 from Maven Central, before any test ran. Everything else is green — both native backends build (Velox + ClickHouse), the full JVM producer, all join-bearing Spark groups, and the entire TPC-H/DS matrix. Could a committer kindly re-run these three failed jobs? Thanks! 🤖 Generated with AI Generated-by: Claude Code (Claude Opus 4.8) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
