FailedConsole Output

Started by user administrator
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/dataone-indexer-stable/workspace
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/DataONEorg/dataone-indexer
 > git init /var/lib/jenkins/jobs/dataone-indexer-stable/workspace # timeout=10
Fetching upstream changes from https://github.com/DataONEorg/dataone-indexer
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://github.com/DataONEorg/dataone-indexer +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/DataONEorg/dataone-indexer # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/refs/tags/3.0.2^{commit} # timeout=10
 > git rev-parse refs/tags/3.0.2^{commit} # timeout=10
Checking out Revision 1004701ce7d9eacc33def4b2a9d6b4feb804bb00 (refs/tags/3.0.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1004701ce7d9eacc33def4b2a9d6b4feb804bb00 # timeout=10
Commit message: "Merge pull request #122 from DataONEorg/develop"
First time build. Skipping changelog.
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 33171
[workspace] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/share/maven/conf/logging jenkins.maven3.agent.Maven35Main /usr/share/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-4.5.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 33171
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/pom.xml -P java8 clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.dataone:dataone-index-worker >------------------
[INFO] Building dataone-index-worker 3.0.2
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ dataone-index-worker ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ dataone-index-worker ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/dataone-indexer-stable/workspace && svn --non-interactive info
[INFO] Working directory: /var/lib/jenkins/jobs/dataone-indexer-stable/workspace
[INFO] Storing buildNumber: null at timestamp: 1722270088267
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/dataone-indexer-stable/workspace && svn --non-interactive info
[INFO] Working directory: /var/lib/jenkins/jobs/dataone-indexer-stable/workspace
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO] 
[INFO] --- copy-rename-maven-plugin:1.0:copy (copy-file) @ dataone-index-worker ---
[INFO] Copied /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/main/resources/solr-conf/schema.xml to /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/test/resources/org/dataone/cn/index/resources/solr8home/collection1/conf/schema.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dataone-index-worker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 74 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.1:compile (default-compile) @ dataone-index-worker ---
Compiling 83 source files to /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/target/classes
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  30.941 s
[INFO] Finished at: 2024-07-29T16:21:36Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.1:compile (default-compile) on project dataone-index-worker: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/main/java/org/dataone/cn/indexer/IndexWorker.java:[443,17] error: : expected
[ERROR] 
[ERROR] /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/main/java/org/dataone/cn/indexer/IndexWorker.java:[447,17] error: : expected
[ERROR] 
[ERROR] /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/main/java/org/dataone/cn/indexer/IndexWorker.java:[448,63] error: : expected
[ERROR] 
[ERROR] /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/main/java/org/dataone/cn/indexer/IndexWorker.java:[449,23] error: : expected
[ERROR] 
[ERROR] /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/main/java/org/dataone/cn/indexer/IndexWorker.java:[449,24] error: illegal start of expression
[ERROR] 
[ERROR] /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/src/main/java/org/dataone/cn/indexer/IndexWorker.java:[449,26] error: ';' expected
[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
[JENKINS] Archiving /var/lib/jenkins/jobs/dataone-indexer-stable/workspace/pom.xml to org.dataone/dataone-index-worker/3.0.2/dataone-index-worker-3.0.2.pom
channel stopped
Notifying upstream projects of job completion
Finished: FAILURE