Skip to content

Console Output

Started by user Dmitry Kornilov
Agent default-java-s3dr7 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

[EnvInject] - Loading node environment variables.
Building remotely on default-java-s3dr7 in workspace /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release
[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-yqDyw118Ycba/agent.82
SSH_AGENT_PID=84
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_8424327765828585256.key (/home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_8424327765828585256.key)
[ssh-agent] Using credentials jta-bot (GitHub Bot SSH)
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jta-api.git
 > git init /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jta-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jta-api.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jta-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/jta-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jta-api.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jta-api.git +refs/heads/EE4J_8:refs/remotes/origin/EE4J_8
 > git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10
Checking out Revision 559258bae9562373d857801628a9fe61bdc11c62 (refs/remotes/origin/EE4J_8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 559258bae9562373d857801628a9fe61bdc11c62
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b EE4J_8 559258bae9562373d857801628a9fe61bdc11c62
Commit message: "Issue 27 revert to just the bundle symbolic name"
 > git rev-list --no-walk 559258bae9562373d857801628a9fe61bdc11c62 # timeout=10
provisioning config files...
copy managed file [settings-security.xml] to file:/home/jenkins/.m2/settings-security.xml
copy managed file [settings-jta.xml] to file:/home/jenkins/.m2/settings.xml
[eclipse-ee4j_jta-api-EE4J_8-release] $ /bin/bash -ex /tmp/jenkins3023612771772593908.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
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>1.3.2-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.3.2-SNAPSHOT
+ '[' -z 1.3.1 ']'
+ '[' -z '' ']'
++ echo 1.3.1
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=1.3
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=2
++ echo 1 3 2
++ tr ' ' .
+ NEXT_VERSION=1.3.2-SNAPSHOT
+ RELEASE_TAG=1.3.1-RELEASE
+ echo 'Current version: 1.3.2-SNAPSHOT'
Current version: 1.3.2-SNAPSHOT
+ echo 'Release version: 1.3.1'
Release version: 1.3.1
+ echo 'Next version:    1.3.2-SNAPSHOT'
Next version:    1.3.2-SNAPSHOT
+ echo 'Release tag:     1.3.1-RELEASE'
Release tag:     1.3.1-RELEASE
+ '[' -z 1.3.2-SNAPSHOT -o -z 1.3.1 -o -z 1.3.2-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/1.3.1
+ [[ -n   origin/1.3.1 ]]
+ '[' false = true ']'
+ echo 'Error: origin/1.3.1 branch already exists'
Error: origin/1.3.1 branch already exists
+ exit 1
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 84 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: FAILURE