Skip to content

Console Output

Started by user Dmitry Kornilov
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-java-8wf4n is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

Running on default-java-8wf4n in /home/jenkins/workspace/GitHub_only_release
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] tool
[Pipeline] sh
+ java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
[Pipeline] sh
+ mvn -version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix"
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
using credential f5848e71-9994-45e3-8214-137ce91ddbcf
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/workspace/GitHub_only_release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 662158249985cf416b951418b88199f7696398d0 (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 662158249985cf416b951418b88199f7696398d0
Commit message: "remove staging repository from Travis build"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 662158249985cf416b951418b88199f7696398d0
 > git rev-list --no-walk 662158249985cf416b951418b88199f7696398d0 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare environment)
[Pipeline] dir
Running in /home/jenkins/workspace/GitHub_only_release
[Pipeline] {
[Pipeline] sh
+ grep '<version>' pom.xml
+ grep SNAPSHOT
[Pipeline] sh
+ mvn -q -o '-Dexec.executable=echo' '-Dexec.args=${project.version}' --non-recursive exec:exec -Pstaging
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.glassfish.jersey:project:2.30-SNAPSHOT: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.eclipse.ee4j:project:pom:1.0.5 has not been downloaded from it before. and 'parent.relativePath' points at wrong local POM @ line 23, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.glassfish.jersey:project:2.30-SNAPSHOT (/home/jenkins/workspace/GitHub_only_release/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.glassfish.jersey:project:2.30-SNAPSHOT: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.eclipse.ee4j:project:pom:1.0.5 has not been downloaded from it before. and 'parent.relativePath' points at wrong local POM @ line 23, column 13 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE