Lutz Weischer created OODT-1036: ----------------------------------- Summary: build failed on AArch64, Fedora 33 Key: OODT-1036 URL: https://issues.apache.org/jira/browse/OODT-1036 Project: OODT Issue Type: Bug Reporter: Lutz Weischer
[jw@cn05 oodt]$ mvn install -DskipTests ... [INFO] --- maven-assembly-plugin:2.6:single (default) @ cas-resource --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building tar: /home/jw/apache/oodt/resource/target/cas-resource-1.10-SNAPSHOT-dist.tar.gz [INFO] Building zip: /home/jw/apache/oodt/resource/target/cas-resource-1.10-SNAPSHOT-dist.zip [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cas-resource --- [INFO] Installing /home/jw/apache/oodt/resource/target/cas-resource-1.10-SNAPSHOT.jar to /home/jw/.m2/repository/org/apache/oodt/cas-resource/1.10-SNAPSHOT/cas-resource-1.10-SNAPSHOT.jar [INFO] Installing /home/jw/apache/oodt/resource/pom.xml to /home/jw/.m2/repository/org/apache/oodt/cas-resource/1.10-SNAPSHOT/cas-resource-1.10-SNAPSHOT.pom [INFO] Installing /home/jw/apache/oodt/resource/target/cas-resource-1.10-SNAPSHOT-dist.tar.gz to /home/jw/.m2/repository/org/apache/oodt/cas-resource/1.10-SNAPSHOT/cas-resource-1.10-SNAPSHOT-dist.tar.gz [INFO] Installing /home/jw/apache/oodt/resource/target/cas-resource-1.10-SNAPSHOT-dist.zip to /home/jw/.m2/repository/org/apache/oodt/cas-resource/1.10-SNAPSHOT/cas-resource-1.10-SNAPSHOT-dist.zip [INFO] [INFO] --------------------< org.apache.oodt:cas-workflow >-------------------- [INFO] Building Catalog and Archive Workflow Management Component 1.10-SNAPSHOT [9/27] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ cas-workflow --- [INFO] [INFO] --- avro-maven-plugin:1.8.2:schema (schemas) @ cas-workflow --- [INFO] Importing File: /home/jw/apache/oodt/workflow/src/main/avro/types/AvroWorkflowCondition.avsc [INFO] Importing File: /home/jw/apache/oodt/workflow/src/main/avro/types/AvroWorkflowTask.avsc [INFO] Importing File: /home/jw/apache/oodt/workflow/src/main/avro/types/AvroWorkflow.avsc [INFO] Importing File: /home/jw/apache/oodt/workflow/src/main/avro/types/AvroWorkflowInstance.avsc [INFO] Importing File: /home/jw/apache/oodt/workflow/src/main/avro/types/AvroWorkflowInstancePage.avsc [INFO] [INFO] --- avro-maven-plugin:1.8.2:idl-protocol (protocol) @ cas-workflow --- [INFO] Importing Directory: /home/jw/apache/oodt/workflow/src/main/avro/types [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ cas-workflow --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ cas-workflow --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 27 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ cas-workflow --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 151 source files to /home/jw/apache/oodt/workflow/target/classes [INFO] /home/jw/apache/oodt/workflow/src/main/java/org/apache/oodt/cas/workflow/examples/ResmgrJobCondition.java: Some input files use or override a deprecated API. [INFO] /home/jw/apache/oodt/workflow/src/main/java/org/apache/oodt/cas/workflow/examples/ResmgrJobCondition.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jw/apache/oodt/workflow/src/main/java/org/apache/oodt/cas/workflow/structs/WorkflowTask.java: Some input files use unchecked or unsafe operations. [INFO] /home/jw/apache/oodt/workflow/src/main/java/org/apache/oodt/cas/workflow/structs/WorkflowTask.java: Recompile with -Xlint:unchecked for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/jw/apache/oodt/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/runner/AsynchronousLocalEngineRunner.java:[114,13] cannot find symbol symbol: method destroy() [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache OODT 1.10-SNAPSHOT: [INFO] [INFO] OODT Core .......................................... SUCCESS [ 6.290 s] [INFO] Common Utilities ................................... SUCCESS [ 14.864 s] [INFO] CAS Command Line Interface ......................... SUCCESS [ 14.411 s] [INFO] OODT - Configuration Management .................... SUCCESS [ 13.700 s] [INFO] Process Control System Input Data Package .......... SUCCESS [ 8.088 s] [INFO] Catalog and Archive Service Generic Multi-valued Metadata Container SUCCESS [ 11.297 s] [INFO] Catalog and Archive File Management Component ...... SUCCESS [01:31 min] [INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 28.155 s] [INFO] Catalog and Archive Workflow Management Component .. FAILURE [ 4.298 s] [INFO] Catalog and Archive Crawling Framework ............. SKIPPED [INFO] OODT CAS Curator Single Sign On Security Package ... SKIPPED [INFO] CAS Curation Web Services .......................... SKIPPED [INFO] Process Control System Core Package ................ SKIPPED [INFO] OODT Wicket Web Components ......................... SKIPPED [INFO] CAS Curation Interface ............................. SKIPPED [INFO] CAS PGE Adaptor Framework .......................... SKIPPED [INFO] CAS Installer Maven Mojo ........................... SKIPPED [INFO] OODT :: Archetypes :: OpsUI ........................ SKIPPED [INFO] OODT :: Archetypes :: RADiX ........................ SKIPPED [INFO] OODT :: Archetypes ................................. SKIPPED [INFO] CAS File Manager Browser Web App ................... SKIPPED [INFO] CAS Workflow Manager Monitor Web App ............... SKIPPED [INFO] CAS Product Server Web Application ................. SKIPPED [INFO] CAS Workflow REST Services ......................... SKIPPED [INFO] Process Control System Operator Interface Webapp ... SKIPPED [INFO] OODT Process Control System JAX-RS service layer ... SKIPPED [INFO] Apache OODT ........................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:14 min [INFO] Finished at: 2021-03-17T09:19:53+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project cas-workflow: Compilation failure [ERROR] /home/jw/apache/oodt/workflow/src/main/java/org/apache/oodt/cas/workflow/engine/runner/AsynchronousLocalEngineRunner.java:[114,13] cannot find symbol [ERROR] symbol: method destroy() [ERROR] [ERROR] -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :cas-workflow [jw@cn05 oodt]$ -- This message was sent by Atlassian Jira (v8.3.4#803005)