Skip to content

Console Output

Started by user Steve Millidge
Running as SYSTEM
Agent default-java-7q3nn is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

[EnvInject] - Loading node environment variables.
Building remotely on default-java-7q3nn in workspace /home/jenkins/workspace/Release API to Maven Central
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-PKcZbIghryQg/agent.83
SSH_AGENT_PID=85
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/Release API to Maven Central@tmp/private_key_8986792092077814159.key (/home/jenkins/workspace/Release API to Maven Central@tmp/private_key_8986792092077814159.key)
[ssh-agent] Using credentials cu-bot (GitHub Bot SSH)
using credential a91b7268-2ce4-4dce-b933-7140f98b8903
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/concurrency-api.git
 > git init /home/jenkins/workspace/Release API to Maven Central # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/concurrency-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/concurrency-api.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/concurrency-api.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/concurrency-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/concurrency-api.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/concurrency-api.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 62d2ef62d107253f60b15576af2d728c6a0986b8 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62d2ef62d107253f60b15576af2d728c6a0986b8
Commit message: "Merge pull request #92 from smillidge/ensure-license-in-artifacts"
 > git rev-list --no-walk 62d2ef62d107253f60b15576af2d728c6a0986b8 # timeout=10
provisioning config files...
copy managed file [settings-cu.xml] to file:/home/jenkins/.m2/settings.xml
copy managed file [settings-security.xml] to file:/home/jenkins/.m2/settings-security.xml
[Release API to Maven Central] $ /bin/sh -xe /tmp/jenkins8425093865216922960.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
+ NEXUS_PLUGIN=org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7
+ NEXUS_PLUGIN_PARAMS='-DnexusUrl=https://oss.sonatype.org/ -DserverId=ossrh'
+ '[[' false '=' true ]]
+ '[[' false '!=' true ]]
+ echo 'Releasing repositoryID=jakartaenterpriseconcurrent-1011'
Releasing repositoryID=jakartaenterpriseconcurrent-1011
+ mvnq '-DstagingRepositoryId=jakartaenterpriseconcurrent-1011' '-DnexusUrl=https://oss.sonatype.org/' '-DserverId=ossrh' org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:rc-release
+ mvn -B '-DstagingRepositoryId=jakartaenterpriseconcurrent-1011' '-DnexusUrl=https://oss.sonatype.org/' '-DserverId=ossrh' org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:rc-release
+ grep -v '^\[INFO\] Download'
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.7:rc-release (default-cli) @ standalone-pom ---
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.14-01 and edition "Professional"
[INFO] RC-Releasing staging repository with IDs=[jakartaenterpriseconcurrent-1011]

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

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:16 min
[INFO] Finished at: 2019-09-07T07:56:52Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 85 killed;
[ssh-agent] Stopped.
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