Skip to content

Console Output

Started by user dmitry.kornilov@oracle.com
Building in workspace /home/hudson/genie.ee4j/.jenkins/jobs/ee4j-parent-master/workspace
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/ee4j.git
 > /usr/local/bin/git init /home/hudson/genie.ee4j/.jenkins/jobs/ee4j-parent-master/workspace # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/ee4j.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse-ee4j/ee4j.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@github.com:eclipse-ee4j/ee4j.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-ee4j/ee4j.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/ee4j.git
 > /usr/local/bin/git fetch --tags --progress git@github.com:eclipse-ee4j/ee4j.git +refs/heads/master:refs/remotes/origin/master
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 2b9a611807e44723270c8a133bc26494affde736 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 2b9a611807e44723270c8a133bc26494affde736
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b master 2b9a611807e44723270c8a133bc26494affde736
Commit message: "Prepare next development iteration org.eclipse.ee4j:project:1.0.6-SNAPSHOT"
 > /usr/local/bin/git rev-list --no-walk 2b9a611807e44723270c8a133bc26494affde736 # timeout=10
[workspace] $ /bin/bash -ex /tmp/genie.ee4j/jenkins4320212467395705976.sh
+ JAVA_HOME=/shared/common/jdk-9_x64-latest
+ M2_HOME=/shared/common/apache-maven-latest
+ PATH=/shared/common/jdk-9_x64-latest/bin:/shared/common/apache-maven-latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0
+ BUILD_DIR=parent
+ cd parent
+ grep SNAPSHOT
+ grep '<version>' pom.xml
    <version>1.0.6-SNAPSHOT</version>
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=1.0.6-SNAPSHOT
+ '[' -z 1.0.5 ']'
+ '[' -z '' ']'
++ echo 1.0.5
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=1.0
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=6
++ echo 1 0 6
++ tr ' ' .
+ NEXT_VERSION=1.0.6-SNAPSHOT
+ RELEASE_TAG=1.0.5-RELEASE
+ STAGING_NAME=orgeclipseee4j
++ mvn -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
+ ARTIFACT_ID=project
++ mvn -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId
++ grep -Ev '(^\[)'
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
+ GROUP_ID=org.eclipse.ee4j
+ echo '-[ Generated variables ]----------------------------------------'
-[ Generated variables ]----------------------------------------
+ echo 'Group ID:        org.eclipse.ee4j'
Group ID:        org.eclipse.ee4j
+ echo 'Artifact ID:     project'
Artifact ID:     project
+ echo 'Current version: 1.0.6-SNAPSHOT'
Current version: 1.0.6-SNAPSHOT
+ echo 'Release version: 1.0.5'
Release version: 1.0.5
+ echo 'Next version:    1.0.6-SNAPSHOT'
Next version:    1.0.6-SNAPSHOT
+ echo 'Nexus ID prefix: orgeclipseee4j'
Nexus ID prefix: orgeclipseee4j
+ '[' -z 1.0.6-SNAPSHOT -o -z 1.0.5 -o -z 1.0.6-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=nexus-staging:deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/1.0.5
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 1.0.5-RELEASE
+ [[ -n 1d9700df2038043f902cd7a67905f2d2289d5ac1	refs/tags/1.0.5-RELEASE
1dafc43773e763542450495d3799433a901b392c	refs/tags/1.0.5-RELEASE^{} ]]
+ '[' true = true ']'
+ echo '1.0.5-RELEASE tag already exists, deleting'
1.0.5-RELEASE tag already exists, deleting
+ git push --delete origin 1.0.5-RELEASE
To github.com:eclipse-ee4j/ee4j.git
 - [deleted]         1.0.5-RELEASE
+ true
+ echo '-[ Checking POM ]---------------------------------------------------------------'
-[ Checking POM ]---------------------------------------------------------------
+ mvn -U -C -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml clean verify
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< org.eclipse.ee4j:project >----------------------
[INFO] Building EE4J Project 1.0.6-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.431 s
[INFO] Finished at: 2018-11-07T07:02:26-05:00
[INFO] ------------------------------------------------------------------------
+ echo '-[ Parent POM Staging Repository List ]-------------------------------------------'
-[ Parent POM Staging Repository List ]-------------------------------------------
+ mvn -B -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml nexus-staging:rc-list
+ egrep '^\[INFO\] orgeclipseee4j\-[0-9]+[ ]+[A-Z]+[ ]'
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/opt/public/hipp/homes/genie.ee4j/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] orgeclipseee4j-1007  CLOSED   unknown                       
+ '[' -z 1.0.6-SNAPSHOT -o -z 1.0.5 -o -z 1.0.6-SNAPSHOT ']'
+ mvn -U -C -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml -DnewVersion=1.0.5 -DgenerateBackupPoms=false org.codehaus.mojo:versions-maven-plugin:2.7:set
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< org.eclipse.ee4j:project >----------------------
[INFO] Building EE4J Project 1.0.6-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ project ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /jobs/genie.ee4j/ee4j-parent-master/workspace/parent
[INFO] Processing change of org.eclipse.ee4j:project:1.0.6-SNAPSHOT -> 1.0.5
[INFO] Processing org.eclipse.ee4j:project
[INFO]     Updating project org.eclipse.ee4j:project
[INFO]         from version 1.0.6-SNAPSHOT to 1.0.5
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.442 s
[INFO] Finished at: 2018-11-07T07:02:36-05:00
[INFO] ------------------------------------------------------------------------
+ cd /home/hudson/genie.ee4j/.jenkins/jobs/ee4j-parent-master/workspace
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ POM_FILES=parent/pom.xml
+ git add parent/pom.xml
+ git commit -m 'Prepare release org.eclipse.ee4j:project:1.0.5'
[master f085351] Prepare release org.eclipse.ee4j:project:1.0.5
 1 file changed, 1 insertion(+), 1 deletion(-)
+ cd parent
+ '[' false '!=' true ']'
+ echo '-[ Searching for deployments to be dropped ]--------------------------------'
-[ Searching for deployments to be dropped ]--------------------------------
++ mvn -B :rc-list
++ egrep '^\[INFO\] orgeclipseee4j\-[0-9]+[ ]+[A-Z]+[ ]'
++ awk '{print $2}'
++ head -1
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
+ mvn -U -C -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml clean verify gpg:sign nexus-staging:deploy
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.ee4j
[INFO] Scanning for projects...
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-metadata.xml
Progress (1): 4.1/14 kB
Progress (2): 4.1/14 kB | 4.1/20 kB
Progress (2): 7.7/14 kB | 4.1/20 kB
Progress (2): 7.7/14 kB | 7.7/20 kB
Progress (2): 12/14 kB | 7.7/20 kB 
Progress (2): 14 kB | 7.7/20 kB   
Progress (2): 14 kB | 12/20 kB 
Progress (2): 14 kB | 16/20 kB
Progress (2): 14 kB | 20/20 kB
Progress (2): 14 kB | 20 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml (20 kB at 106 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-metadata.xml (14 kB at 69 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml
Progress (1): 626 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml (626 B at 19 kB/s)
[INFO] 
[INFO] ----------------------< org.eclipse.ee4j:project >----------------------
[INFO] Building EE4J Project 1.0.5
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ project ---
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (default-cli) @ project ---
[INFO] Performing local staging (local stagingDirectory="/jobs/genie.ee4j/ee4j-parent-master/workspace/parent/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/opt/public/hipp/homes/genie.ee4j/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.10-01 and edition "Professional"
[INFO]  * Using staging profile ID "402872b1a9aae5" (matched by Nexus).
[INFO] Installing /jobs/genie.ee4j/ee4j-parent-master/workspace/parent/pom.xml to /jobs/genie.ee4j/ee4j-parent-master/workspace/parent/target/nexus-staging/staging/402872b1a9aae5/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Installing /jobs/genie.ee4j/ee4j-parent-master/workspace/parent/target/project-1.0.5.pom.asc to /jobs/genie.ee4j/ee4j-parent-master/workspace/parent/target/nexus-staging/staging/402872b1a9aae5/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "402872b1a9aae5"
[INFO]  * Created staging repository with ID "orgeclipseee4j-1008".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008
[INFO]  * Uploading locally staged artifacts to profile org.eclipse.ee4j
Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom.asc
Progress (1): 819 B
                   
Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom.asc (819 B at 3.1 kB/s)
Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008/org/eclipse/ee4j/project/maven-metadata.xml
Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008/org/eclipse/ee4j/project/maven-metadata.xml
Progress (1): 303 B
                   
Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008/org/eclipse/ee4j/project/maven-metadata.xml (303 B at 750 B/s)
Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
Progress (1): 2.0/14 kB
Progress (1): 4.1/14 kB
Progress (1): 6.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 10/14 kB 
Progress (1): 12/14 kB
Progress (1): 14 kB   
                   
Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipseee4j-1008/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (14 kB at 37 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeclipseee4j-1008".

Waiting for operation to complete...
.........

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:09 min
[INFO] Finished at: 2018-11-07T07:03:50-05:00
[INFO] ------------------------------------------------------------------------
+ cd /home/hudson/genie.ee4j/.jenkins/jobs/ee4j-parent-master/workspace
+ echo '-[ Tag release ]----------------------------------------------------------------'
-[ Tag release ]----------------------------------------------------------------
+ git tag 1.0.5-RELEASE -m 'Release org.eclipse.ee4j:project:1.0.5'
fatal: tag '1.0.5-RELEASE' already exists
Build step 'Execute shell' marked build as failure
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE