FailedConsole Output

Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/bookkeeper-unstable/workspace
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/dataoneorg/bookkeeper # timeout=10
Fetching upstream changes from https://github.com/dataoneorg/bookkeeper
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/dataoneorg/bookkeeper +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 92dfad5c0486ec03cb1e7cd113491b188506e3bc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 92dfad5c0486ec03cb1e7cd113491b188506e3bc
Commit message: "Remove the org.dataone.bookkeeper.api package and tests:"
 > git rev-list --no-walk 6ebd48dcc8941e4555b8ed3d4340c0fefa7be2cd # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 38873
[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.3.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 38873
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/bookkeeper-unstable/workspace/pom.xml clean deploy -Durl=file:///var/www/maven
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< org.dataone:bookkeeper >-----------------------
[INFO] Building bookkeeper 0.1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from Jibx Maven Repository: http://jibx.sourceforge.net/maven/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype.org: https://repository.sonatype.org/content/shadows/centralm1/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from dataone.org: http://maven.dataone.org/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from dataone.org: http://maven.dataone.org/com/googlecode/foresite-toolkit/foresite/1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 8.4 kB/s)
[INFO] Downloading from dataone.org: http://maven.dataone.org/net/minidev/json-smart/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml (849 B at 12 kB/s)
[INFO] Downloading from dataone.org: http://maven.dataone.org/org/dataone/bookkeeper-api/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from dataone.org: http://maven.dataone.org/org/dataone/bookkeeper-api/1.0-SNAPSHOT/bookkeeper-api-1.0-SNAPSHOT.pom
[WARNING] The POM for org.dataone:bookkeeper-api:jar:1.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from dataone.org: http://maven.dataone.org/org/dataone/bookkeeper-api/1.0-SNAPSHOT/bookkeeper-api-1.0-SNAPSHOT.jar
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.317 s
[INFO] Finished at: 2020-10-30T01:33:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project bookkeeper: Could not resolve dependencies for project org.dataone:bookkeeper:jar:0.1.0-SNAPSHOT: Could not find artifact org.dataone:bookkeeper-api:jar:1.0-SNAPSHOT in dataone.org (http://maven.dataone.org/) -> [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
[JENKINS] Archiving /var/lib/jenkins/jobs/bookkeeper-unstable/workspace/pom.xml to org.dataone/bookkeeper/0.1.0-SNAPSHOT/bookkeeper-0.1.0-SNAPSHOT.pom
channel stopped
Notifying upstream projects of job completion
Finished: FAILURE