Skip to content

Console Output

Started by user starksm64@gmail.com
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on Jenkins in /home/hudson/genie.microprofile/.jenkins/jobs/Test Releases/workspace
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile-jwt-auth.git
 > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/Test Releases/workspace # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-jwt-auth.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile-jwt-auth.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse/microprofile-jwt-auth.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-jwt-auth.git
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/tck-1.0.1^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/tck-1.0.1^{commit} # timeout=10
Checking out Revision c6a57d877611d4a24acdae3eaf6ec03aa6303ca9 (refs/remotes/origin/tck-1.0.1)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f c6a57d877611d4a24acdae3eaf6ec03aa6303ca9
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b tck-1.0.1 c6a57d877611d4a24acdae3eaf6ec03aa6303ca9
Commit message: "Exclude api/spec from rat plugin"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute Full Release)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[workspace] Running shell script
+ mvn -s /opt/public/hipp/homes/genie.microprofile/.m2/settings-deploy-ossrh.xml release:prepare release:perform -B -Dtag=1.0.1-test -DdevelopmentVersion=1.0.2-SNAPHOST -DreleaseVersion=1.0.1-test -Drevremark=Draft
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile JWT Auth Parent
[INFO] MicroProfile JWT Auth TCK Harness
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building MicroProfile JWT Auth Parent 1.0.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-jwt-auth-parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] MicroProfile JWT Auth Parent ....................... FAILURE [  2.251 s]
[INFO] MicroProfile JWT Auth TCK Harness .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.389 s
[INFO] Finished at: 2018-03-15T23:41:49-04:00
[INFO] Final Memory: 31M/1936M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project microprofile-jwt-auth-parent: You don't have a SNAPSHOT project in the reactor projects list. -> [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
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execute TCK Release)
Stage 'Execute TCK Release' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Log Next TCK Release)
Stage 'Log Next TCK Release' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
Stage 'Copy Specs' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // script
[Pipeline] archive
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE