kiszk commented on PR #13544: URL: https://github.com/apache/arrow/pull/13544#issuecomment-1186463194
When I prepare the required binaries at my end, the build process on s390x goes forward. But, I got the following error while the build on x86_64 [did not fail](https://github.com/apache/arrow/runs/7323538307?check_suite_focus=true#step:4:1403). I am investigating why this error occurs. ``` % mvn -B -DskipTests -Drat.skip=true -Dcheckstyle.skip -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn install -rf :flight-sql ... WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: s390_64 [INFO] os.detected.bitness: 64 [INFO] os.detected.version: 5.4 [INFO] os.detected.version.major: 5 [INFO] os.detected.version.minor: 4 [INFO] os.detected.release: ubuntu [INFO] os.detected.release.version: 20.04 [INFO] os.detected.release.like.ubuntu: true [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-s390_64 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Arrow Flight SQL [jar] [INFO] Arrow Flight Integration Tests [jar] [INFO] Arrow AVRO Adapter [jar] [INFO] Arrow Algorithms [jar] [INFO] Arrow Performance Benchmarks [jar] [INFO] [INFO] --------------------< org.apache.arrow:flight-sql >--------------------- [INFO] Building Arrow Flight SQL 9.0.0-SNAPSHOT [1/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-checks) @ flight-sql --- [INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (validate) @ flight-sql --- [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (for-jars) @ flight-sql --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ flight-sql --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ flight-sql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ishizaki/Arrow/arrow-java-clean/java/flight/flight-sql/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ flight-sql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ flight-sql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/ishizaki/Arrow/arrow-java-clean/java/flight/flight-sql/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ flight-sql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ flight-sql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ flight-sql --- [INFO] Building jar: /home/ishizaki/Arrow/arrow-java-clean/java/flight/flight-sql/target/flight-sql-9.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ flight-sql --- [INFO] [INFO] --- maven-jar-plugin:3.0.0:test-jar (default) @ flight-sql --- [INFO] Building jar: /home/ishizaki/Arrow/arrow-java-clean/java/flight/flight-sql/target/flight-sql-9.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (avoid_bad_dependencies) @ flight-sql --- [INFO] [INFO] --- maven-dependency-plugin:3.0.1:analyze-only (analyze) @ flight-sql --- [WARNING] Used undeclared dependencies found: [WARNING] io.grpc:grpc-stub:jar:1.47.0:compile [WARNING] io.grpc:grpc-api:jar:1.47.0:compile [WARNING] io.grpc:grpc-protobuf:jar:1.47.0:compile [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Arrow Flight SQL 9.0.0-SNAPSHOT: [INFO] [INFO] Arrow Flight SQL ................................... FAILURE [ 2.677 s] [INFO] Arrow Flight Integration Tests ..................... SKIPPED [INFO] Arrow AVRO Adapter ................................. SKIPPED [INFO] Arrow Algorithms ................................... SKIPPED [INFO] Arrow Performance Benchmarks ....................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.894 s [INFO] Finished at: 2022-07-17T09:46:40Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.0.1:analyze-only (analyze) on project flight-sql: Dependency problems found -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException % mvn --version Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 11.0.13, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-s390x Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "5.4.0-110-generic", arch: "s390x", family: "unix" ``` -- 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]
