Skip to content

Console Output

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

Building remotely on default-java-h2mnw in workspace /home/jenkins/workspace/Jersey_clean_git
[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-MSY3FLmbZa9Z/agent.84
SSH_AGENT_PID=86
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/Jersey_clean_git@tmp/private_key_7711193856264324758.key (/home/jenkins/workspace/Jersey_clean_git@tmp/private_key_7711193856264324758.key)
[ssh-agent] Using credentials jersey-bot (GitHub Bot SSH)
using credential f5848e71-9994-45e3-8214-137ce91ddbcf
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/workspace/Jersey_clean_git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.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/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.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 d4d3258a83651323922405e31e3a30e827d7755d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d4d3258a83651323922405e31e3a30e827d7755d
Commit message: "Merge pull request #4186 from eclipse-ee4j/2.29-BRANCH"
 > git rev-list --no-walk d4d3258a83651323922405e31e3a30e827d7755d # timeout=10
[Jersey_clean_git] $ /bin/sh -xe /tmp/jenkins5993933933510057471.sh
+ git config --local user.email jersey-bot@eclipse.org
+ git config --local user.name 'Eclipse Jersey Bot'
+ '[[' -n 2.29-RC2-BRANCH ]]
+ git push origin :2.29-RC2-BRANCH
Failed to add the RSA host key for IP address '192.30.253.112' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
To github.com:eclipse-ee4j/jersey.git
 - [deleted]           2.29-RC2-BRANCH
+ '[[' -n ]]
+ git push --delete origin
fatal: --delete doesn't make sense without any refs
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 86 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