Zouxxyy commented on PR #10900: URL: https://github.com/apache/incubator-gluten/pull/10900#issuecomment-3413699274
The failed CK CI should be unrelated, it seems that CK's iceberg compilation is not performed in jdk11+, while iceberg 1.8 need jdk11+. CC @jinchengchenghh ``` [2025-10-17T01:12:29.610Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci-arm/ut-stage-5/gluten-iceberg/src/main/java/org/apache/gluten/substrait/rel/IcebergLocalFilesNode.java:[22,25] error: cannot access DeleteFile [2025-10-17T01:12:29.610Z] bad class file: /root/.m2/repository/org/apache/iceberg/iceberg-spark-runtime-3.5_2.13/1.8.0/iceberg-spark-runtime-3.5_2.13-1.8.0.jar(org/apache/iceberg/DeleteFile.class) [2025-10-17T01:12:29.610Z] class file has wrong version 55.0, should be 52.0 [2025-10-17T01:12:29.610Z] Please remove or make sure it appears in the correct subdirectory of the classpath. [2025-10-17T01:12:29.610Z] [INFO] 1 error [2025-10-17T01:12:29.610Z] [INFO] ------------------------------------------------------------- [2025-10-17T01:12:29.610Z] [INFO] ------------------------------------------------------------------------ [2025-10-17T01:12:29.610Z] [INFO] Reactor Summary for Gluten Parent Pom 1.6.0-SNAPSHOT: [2025-10-17T01:12:29.610Z] [INFO] [2025-10-17T01:12:29.610Z] [INFO] Gluten Parent Pom .................................. SUCCESS [ 20.933 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten Ras ......................................... SUCCESS [ 18.400 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten Ras Common .................................. SUCCESS [01:05 min] [2025-10-17T01:12:29.610Z] [INFO] Gluten Core ........................................ SUCCESS [ 38.461 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten Shims ....................................... SUCCESS [ 0.348 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten Shims Common ................................ SUCCESS [ 8.182 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten Shims for Spark 3.5 ......................... SUCCESS [ 13.639 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten UI .......................................... SUCCESS [ 5.587 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten Substrait ................................... SUCCESS [01:13 min] [2025-10-17T01:12:29.610Z] [INFO] Gluten Celeborn .................................... SUCCESS [ 5.869 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten Iceberg ..................................... FAILURE [ 8.210 s] [2025-10-17T01:12:29.610Z] [INFO] Gluten DeltaLake ................................... SKIPPED [2025-10-17T01:12:29.610Z] [INFO] Gluten Package ..................................... SKIPPED [2025-10-17T01:12:29.610Z] [INFO] Gluten Ras Planner ................................. SKIPPED [2025-10-17T01:12:29.610Z] [INFO] Gluten Kafka ....................................... SKIPPED [2025-10-17T01:12:29.610Z] [INFO] Gluten Backends ClickHouse ......................... SKIPPED [2025-10-17T01:12:29.610Z] [INFO] Gluten Unit Test Parent ............................ SKIPPED [2025-10-17T01:12:29.610Z] [INFO] Gluten Unit Test Common ............................ SKIPPED [2025-10-17T01:12:29.610Z] [INFO] Gluten Unit Test ................................... SKIPPED [2025-10-17T01:12:29.611Z] [INFO] Gluten Unit Test Spark35 ........................... SKIPPED [2025-10-17T01:12:29.611Z] [INFO] ------------------------------------------------------------------------ [2025-10-17T01:12:29.611Z] [INFO] BUILD FAILURE [2025-10-17T01:12:29.611Z] [INFO] ------------------------------------------------------------------------ [2025-10-17T01:12:29.611Z] [INFO] Total time: 04:19 min [2025-10-17T01:12:29.611Z] [INFO] Finished at: 2025-10-17T01:12:29Z [2025-10-17T01:12:29.611Z] [INFO] ------------------------------------------------------------------------ [2025-10-17T01:12:29.611Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project gluten-iceberg: Compilation failure [2025-10-17T01:12:29.611Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci-arm/ut-stage-5/gluten-iceberg/src/main/java/org/apache/gluten/substrait/rel/IcebergLocalFilesNode.java:[22,25] error: cannot access DeleteFile [2025-10-17T01:12:29.611Z] [ERROR] bad class file: /root/.m2/repository/org/apache/iceberg/iceberg-spark-runtime-3.5_2.13/1.8.0/iceberg-spark-runtime-3.5_2.13-1.8.0.jar(org/apache/iceberg/DeleteFile.class) [2025-10-17T01:12:29.611Z] [ERROR] class file has wrong version 55.0, should be 52.0 [2025-10-17T01:12:29.611Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. ``` -- 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]
