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] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
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 4a726e4320a0c2bf0286578e407fd98b85e7f6ff (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 4a726e4320a0c2bf0286578e407fd98b85e7f6ff
 > /usr/local/bin/git branch -a -v --no-abbrev # timeout=10
 > /usr/local/bin/git checkout -b master 4a726e4320a0c2bf0286578e407fd98b85e7f6ff
Commit message: "Moved Nexus URLs to properties. (#57)"
 > /usr/local/bin/git rev-list --no-walk b14116ec06bf5733f73056eb0cc5b17b9bc02b18 # timeout=10
[workspace] $ /bin/bash -ex /tmp/genie.ee4j/jenkins1882854926739424800.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 '<version>' pom.xml
+ grep SNAPSHOT
    <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.6 ']'
+ '[' -z 1.0.7-SNAPSHOT ']'
+ RELEASE_TAG=1.0.6-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.6'
Release version: 1.0.6
+ echo 'Next version:    1.0.7-SNAPSHOT'
Next version:    1.0.7-SNAPSHOT
+ echo 'Nexus ID prefix: orgeclipseee4j'
Nexus ID prefix: orgeclipseee4j
+ '[' -z 1.0.6-SNAPSHOT -o -z 1.0.6 -o -z 1.0.7-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.6
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 1.0.6-RELEASE
+ [[ -n '' ]]
+ 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.759 s
[INFO] Finished at: 2020-01-10T07:04:10-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
+ true
+ '[' -z 1.0.6-SNAPSHOT -o -z 1.0.6 -o -z 1.0.7-SNAPSHOT ']'
+ mvn -U -C -s /opt/public/hipp/homes/genie.ee4j/.m2/settings-deploy-ossrh.xml -DnewVersion=1.0.6 -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.6
[INFO] Processing org.eclipse.ee4j:project
[INFO]     Updating project org.eclipse.ee4j:project
[INFO]         from version 1.0.6-SNAPSHOT to 1.0.6
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.925 s
[INFO] Finished at: 2020-01-10T07:04:23-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.6'
[master ec6e182] Prepare release org.eclipse.ee4j:project:1.0.6
 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/apache/maven/plugins/maven-metadata.xml
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/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/apache/maven/plugins/maven-metadata.xml (14 kB at 71 kB/s)
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)
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 15 kB/s)
[INFO] 
[INFO] ----------------------< org.eclipse.ee4j:project >----------------------
[INFO] Building EE4J Project 1.0.6
[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] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.568 s
[INFO] Finished at: 2020-01-10T07:04:30-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (default-cli) on project project: Execution default-cli of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy failed: Nexus connection problem to URL [https://jakarta.oss.sonatype.org/ ]: 403 - Forbidden -> [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/PluginExecutionException
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