FailedConsole Output

Started by user administrator
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/speed-bagit-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/speed-bagit/
 > git init /var/lib/jenkins/jobs/speed-bagit-stable/workspace # timeout=10
Fetching upstream changes from https://github.com/dataoneorg/speed-bagit/
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://github.com/dataoneorg/speed-bagit/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/dataoneorg/speed-bagit/ # 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/1.0.1^{commit} # timeout=10
 > git rev-parse refs/tags/1.0.1^{commit} # timeout=10
Checking out Revision b57aabaf9a371d285ec85f33fa4fd7b9adaeb4b2 (refs/tags/1.0.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b57aabaf9a371d285ec85f33fa4fd7b9adaeb4b2 # timeout=10
Commit message: "Merge pull request #25 from DataONEorg/develop"
First time build. Skipping changelog.
Parsing POMs
Established TCP socket on 41033
[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 41033
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/speed-bagit-stable/workspace/pom.xml clean deploy -Durl=file:///var/www/maven
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.dataone:speedbagit:jar:1.0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 64, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 73, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-clean-plugin is missing. @ line 109, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] -----------------------< org.dataone:speedbagit >-----------------------
[INFO] Building speedbagit 1.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ speedbagit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ speedbagit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ speedbagit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/jobs/speed-bagit-stable/workspace/target/main-target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ speedbagit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/speed-bagit-stable/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ speedbagit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /var/lib/jenkins/jobs/speed-bagit-stable/workspace/target/test-target
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/speed-bagit-stable/workspace/src/test/java/org/dataone/speedbagit/SpeedBagItTest.java:[281,9] cannot find symbol
  symbol:   method assertTrue(boolean)
  location: class org.dataone.speedbagit.SpeedBagItTest
[ERROR] /var/lib/jenkins/jobs/speed-bagit-stable/workspace/src/test/java/org/dataone/speedbagit/SpeedBagItTest.java:[282,9] cannot find symbol
  symbol:   method assertTrue(boolean)
  location: class org.dataone.speedbagit.SpeedBagItTest
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.609 s
[INFO] Finished at: 2022-05-04T22:33:00Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project speedbagit: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/speed-bagit-stable/workspace/src/test/java/org/dataone/speedbagit/SpeedBagItTest.java:[281,9] cannot find symbol
[ERROR] symbol:   method assertTrue(boolean)
[ERROR] location: class org.dataone.speedbagit.SpeedBagItTest
[ERROR] /var/lib/jenkins/jobs/speed-bagit-stable/workspace/src/test/java/org/dataone/speedbagit/SpeedBagItTest.java:[282,9] cannot find symbol
[ERROR] symbol:   method assertTrue(boolean)
[ERROR] location: class org.dataone.speedbagit.SpeedBagItTest
[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.
[JENKINS] Archiving /var/lib/jenkins/jobs/speed-bagit-stable/workspace/pom.xml to org.dataone/speedbagit/1.0.1/speedbagit-1.0.1.pom
[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
channel stopped
Notifying upstream projects of job completion
Finished: FAILURE