Skip to content

Console Output

Started by user Russell Gold
Agent default-java-3h6g9 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

[EnvInject] - Loading node environment variables.
Building remotely on default-java-3h6g9 in workspace /home/jenkins/workspace/orb-final-release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/orb.git
 > git init /home/jenkins/workspace/orb-final-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/orb.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/orb.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/orb.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/orb.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/orb.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/orb.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 626649bd11bebb7c689afe051b0c69cb1d71192d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 626649bd11bebb7c689afe051b0c69cb1d71192d
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 626649bd11bebb7c689afe051b0c69cb1d71192d
Commit message: "remove oss profile"
 > git rev-list --no-walk 626649bd11bebb7c689afe051b0c69cb1d71192d # timeout=10
provisioning config files...
copy managed file [settings-orb.xml] to file:/home/jenkins/.m2/settings.xml
copy managed file [settings-security.xml] to file:/home/jenkins/.m2/settings-security.xml
[orb-final-release] $ /bin/sh -xe /tmp/jenkins4976029868064117339.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/oracle
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ '[[' false '=' true ]]
+ '[[' false '=' true ]]
+ mvnq nexus-staging:rc-list
+ mvn -s /home/jenkins/.m2/settings.xml -B nexus-staging:rc-list -Pstaging
+ + grepgrep CLOSED
 -v '^\[INFO\] Download'
+ grep 'org\.glassfish\.[corba|gmbal|pfl|external]'
+ orb_repositories='[INFO] orgglassfish-1266    CLOSED   org.glassfish.external:management-api:3.2.2
[INFO] orgglassfishcorba-1007 CLOSED   org.glassfish.corba:glassfish-corba:4.2.1
[INFO] orgglassfishgmbal-1004 CLOSED   org.glassfish.gmbal:gmbal:4.0.1
[INFO] orgglassfishpfl-1009 CLOSED   org.glassfish.pfl:pfl:4.1.0   '
+ '[[' -z  ]]
+ echo '[INFO] orgglassfish-1266    CLOSED   org.glassfish.external:management-api:3.2.2
[INFO] orgglassfishcorba-1007 CLOSED   org.glassfish.corba:glassfish-corba:4.2.1
[INFO] orgglassfishgmbal-1004 CLOSED   org.glassfish.gmbal:gmbal:4.0.1
[INFO] orgglassfishpfl-1009 CLOSED   org.glassfish.pfl:pfl:4.1.0   '
+ awk '{print $2}'
+ tr '\n' ,
+ sed 's/.$//'
+ STAGING_RELEASE_IDS=orgglassfish-1266,orgglassfishcorba-1007,orgglassfishgmbal-1004,orgglassfishpfl-1009
+ '[[' false '=' true ]]
+ mvnq nexus-staging:rc-release '-DstagingRepositoryId=orgglassfish-1266,orgglassfishcorba-1007,orgglassfishgmbal-1004,orgglassfishpfl-1009'
+ mvn -s /home/jenkins/.m2/settings.xml -B nexus-staging:rc-release '-DstagingRepositoryId=orgglassfish-1266,orgglassfishcorba-1007,orgglassfishgmbal-1004,orgglassfishpfl-1009' -Pstaging
+ grep -v '^\[INFO\] Download'
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.corba:exception-annotation-processor:jar:4.2.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.corba:exception-annotation-processor:[unknown-version], /home/jenkins/workspace/orb-final-release/exception-annotation-processor/pom.xml, line 44, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.corba:glassfish-corba-tests:pom:4.2.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.glassfish.corba:glassfish-corba-tests:[unknown-version], /home/jenkins/workspace/orb-final-release/functional-tests/pom.xml, line 182, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] ORB Implementation                                                 [pom]
[INFO] IDL compiler                                                       [jar]
[INFO] Generated OMG APIs                                                 [jar]
[INFO] Generated CSIv2 APIs                                               [jar]
[INFO] Exposed Internal APIs                                              [jar]
[INFO] Exception Annotation Processor                                     [jar]
[INFO] GlassFish Corba ORB                                                [jar]
[INFO] RMIC compiler                                                      [jar]
[INFO] Functional Tests                                                   [pom]
[INFO] 
[INFO] ----------------< org.glassfish.corba:glassfish-corba >-----------------
[INFO] Building ORB Implementation 4.2.1-SNAPSHOT                         [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:rc-release (default-cli) @ glassfish-corba ---
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.12-02 and edition "Professional"
[INFO] RC-Releasing staging repository with IDs=[orgglassfish-1266, orgglassfishcorba-1007, orgglassfishgmbal-1004, orgglassfishpfl-1009]

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

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ORB Implementation 4.2.1-SNAPSHOT:
[INFO] 
[INFO] ORB Implementation ................................. SUCCESS [03:36 min]
[INFO] IDL compiler ....................................... SKIPPED
[INFO] Generated OMG APIs ................................. SKIPPED
[INFO] Generated CSIv2 APIs ............................... SKIPPED
[INFO] Exposed Internal APIs .............................. SKIPPED
[INFO] Exception Annotation Processor ..................... SKIPPED
[INFO] GlassFish Corba ORB ................................ SKIPPED
[INFO] RMIC compiler ...................................... SKIPPED
[INFO] Functional Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:37 min
[INFO] Finished at: 2019-04-18T17:14:49Z
[INFO] ------------------------------------------------------------------------
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: SUCCESS