Lutz Weischer created OOZIE-3617:
------------------------------------
Summary: build failed on AArch64, Fedora 33
Key: OOZIE-3617
URL: https://issues.apache.org/jira/browse/OOZIE-3617
Project: Oozie
Issue Type: Bug
Reporter: Lutz Weischer
[jw@cn05 oozie]$ mvn install -DskipTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Oozie Main [pom]
[INFO] Apache Oozie Fluent Job [pom]
[INFO] Apache Oozie Fluent Job API [jar]
[INFO] Apache Oozie Client [jar]
[INFO] Apache Oozie Share Lib Oozie [jar]
[INFO] Apache Oozie Share Lib HCatalog [jar]
[INFO] Apache Oozie Share Lib Distcp [jar]
[INFO] Apache Oozie Core [jar]
[INFO] Apache Oozie Share Lib Streaming [jar]
[INFO] Apache Oozie Share Lib Pig [jar]
[INFO] Apache Oozie Share Lib Git [jar]
[INFO] Apache Oozie Share Lib Hive [jar]
[INFO] Apache Oozie Share Lib Hive 2 [jar]
[INFO] Apache Oozie Share Lib Sqoop [jar]
[INFO] Apache Oozie Examples [jar]
[INFO] Apache Oozie Share Lib Spark [jar]
[INFO] Apache Oozie Share Lib [pom]
[INFO] Apache Oozie Docs [war]
[INFO] Apache Oozie WebApp [war]
[INFO] Apache Oozie Tools [jar]
[INFO] Apache Oozie MiniOozie [jar]
[INFO] Apache Oozie Fluent Job Client [jar]
[INFO] Apache Oozie Server [jar]
[INFO] Apache Oozie Distro [jar]
[INFO] Apache Oozie ZooKeeper Security Tests [jar]
[INFO]
[INFO] --------------------< org.apache.oozie:oozie-main >---------------------
[INFO] Building Apache Oozie Main 5.3.0-SNAPSHOT [1/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @
oozie-main ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ oozie-main ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ oozie-main ---
[INFO]
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @
oozie-main ---
[INFO] No site descriptor found: nothing to attach.
[INFO]
[INFO] >>> spotbugs-maven-plugin:3.1.11:check (findbug) > :spotbugs @
oozie-main >>>
[INFO]
[INFO] --- spotbugs-maven-plugin:3.1.11:spotbugs (spotbugs) @ oozie-main ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1
(file:/home/jw/.m2/repository/org/codehaus/groovy/groovy/2.5.5/groovy-2.5.5-indy.jar)
to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.vmplugin.v7.Java7$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]
[INFO] <<< spotbugs-maven-plugin:3.1.11:check (findbug) < :spotbugs @
oozie-main <<<
[INFO]
[INFO]
[INFO] --- spotbugs-maven-plugin:3.1.11:check (findbug) @ oozie-main ---
[INFO]
[INFO] --- xml-maven-plugin:1.0.1:transform (default) @ oozie-main ---
[WARNING] No files found for transformation by stylesheet fancy-hist.xsl
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ oozie-main ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oozie-main ---
[INFO] Installing /home/jw/apache/oozie/pom.xml to
/home/jw/.m2/repository/org/apache/oozie/oozie-main/5.3.0-SNAPSHOT/oozie-main-5.3.0-SNAPSHOT.pom
[INFO]
[INFO] -----------------< org.apache.oozie:oozie-fluent-job >------------------
[INFO] Building Apache Oozie Fluent Job 5.3.0-SNAPSHOT [2/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ oozie-fluent-job ---
[INFO]
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @
oozie-fluent-job ---
[INFO] No site descriptor found: nothing to attach.
[INFO]
[INFO] >>> spotbugs-maven-plugin:3.1.11:check (findbug) > :spotbugs @
oozie-fluent-job >>>
[INFO]
[INFO] --- spotbugs-maven-plugin:3.1.11:spotbugs (spotbugs) @ oozie-fluent-job
---
[INFO]
[INFO] <<< spotbugs-maven-plugin:3.1.11:check (findbug) < :spotbugs @
oozie-fluent-job <<<
[INFO]
[INFO]
[INFO] --- spotbugs-maven-plugin:3.1.11:check (findbug) @ oozie-fluent-job ---
[INFO]
[INFO] --- xml-maven-plugin:1.0.1:transform (default) @ oozie-fluent-job ---
[WARNING] No files found for transformation by stylesheet fancy-hist.xsl
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ oozie-fluent-job ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
oozie-fluent-job ---
[INFO] Installing /home/jw/apache/oozie/fluent-job/pom.xml to
/home/jw/.m2/repository/org/apache/oozie/oozie-fluent-job/5.3.0-SNAPSHOT/oozie-fluent-job-5.3.0-SNAPSHOT.pom
[INFO]
[INFO] ---------------< org.apache.oozie:oozie-fluent-job-api >----------------
[INFO] Building Apache Oozie Fluent Job API 5.3.0-SNAPSHOT [3/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Oozie Main 5.3.0-SNAPSHOT:
[INFO]
[INFO] Apache Oozie Main .................................. SUCCESS [ 9.613 s]
[INFO] Apache Oozie Fluent Job ............................ SUCCESS [ 0.337 s]
[INFO] Apache Oozie Fluent Job API ........................ FAILURE [ 0.486 s]
[INFO] Apache Oozie Client ................................ SKIPPED
[INFO] Apache Oozie Share Lib Oozie ....................... SKIPPED
[INFO] Apache Oozie Share Lib HCatalog .................... SKIPPED
[INFO] Apache Oozie Share Lib Distcp ...................... SKIPPED
[INFO] Apache Oozie Core .................................. SKIPPED
[INFO] Apache Oozie Share Lib Streaming ................... SKIPPED
[INFO] Apache Oozie Share Lib Pig ......................... SKIPPED
[INFO] Apache Oozie Share Lib Git ......................... SKIPPED
[INFO] Apache Oozie Share Lib Hive ........................ SKIPPED
[INFO] Apache Oozie Share Lib Hive 2 ...................... SKIPPED
[INFO] Apache Oozie Share Lib Sqoop ....................... SKIPPED
[INFO] Apache Oozie Examples .............................. SKIPPED
[INFO] Apache Oozie Share Lib Spark ....................... SKIPPED
[INFO] Apache Oozie Share Lib ............................. SKIPPED
[INFO] Apache Oozie Docs .................................. SKIPPED
[INFO] Apache Oozie WebApp ................................ SKIPPED
[INFO] Apache Oozie Tools ................................. SKIPPED
[INFO] Apache Oozie MiniOozie ............................. SKIPPED
[INFO] Apache Oozie Fluent Job Client ..................... SKIPPED
[INFO] Apache Oozie Server ................................ SKIPPED
[INFO] Apache Oozie Distro ................................ SKIPPED
[INFO] Apache Oozie ZooKeeper Security Tests .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.649 s
[INFO] Finished at: 2021-03-17T09:49:09+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oozie-fluent-job-api: Could not
resolve dependencies for project
org.apache.oozie:oozie-fluent-job-api:jar:5.3.0-SNAPSHOT: Could not find
artifact jdk.tools:jdk.tools:jar:1.6 at specified path
/usr/lib/jvm/java-11-openjdk-11.0.10.0.9-0.fc33.aarch64/../lib/tools.jar ->
[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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :oozie-fluent-job-api
[jw@cn05 oozie]$
--
This message was sent by Atlassian Jira
(v8.3.4#803005)