Skip to content

Console Output

Started by user Thomas Guiu
Rebuilds build #14
Agent default-agent-ql58b is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:13bbe1abbec678a31b8c6df906e6abb24689bf6e3b9f7caaadeaf2850a32d436(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
  volumes:
  - name: settings-xml
    configMap:
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml


Building remotely on default-agent-ql58b in workspace /home/jenkins/workspace/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-jQ7w3lVlHy3K/agent.80
SSH_AGENT_PID=82
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/Release@tmp/private_key_7915401554426653130.key (/home/jenkins/workspace/Release@tmp/private_key_7915401554426653130.key)
[ssh-agent] Using credentials genie.egf (ssh://genie.egf@projects-storage.eclipse.org)
[Release] $ /bin/sh -xe /tmp/jenkins7393275094297276918.sh
+ echo 'TARGET_BUILD : '"'"'tycho-egf-2019-06/2'"'"
TARGET_BUILD : 'tycho-egf-2019-06/2'
+ echo 'BUILD_TYPE : '"'"'release'"'"
BUILD_TYPE : 'release'
+ echo 'BUILD_VERSION : '"'"'1.6.1'"'"
BUILD_VERSION : '1.6.1'
+ echo 'BUILD_PLATFORM : '"'"'2019-06'"'"
BUILD_PLATFORM : '2019-06'
+ PROMOTED_SRC='/home/data/httpd/download.eclipse.org/egf/builds/tycho-egf-2019-06/2/*'
+ '[' release '=' release ]
+ PROMOTED_DST=/home/data/httpd/download.eclipse.org/egf/updates/1.6.1/2019-06
+ ssh genie.egf@projects-storage.eclipse.org rm -fr /home/data/httpd/download.eclipse.org/egf/updates/1.6.1/2019-06
+ ssh genie.egf@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/egf/updates/1.6.1/2019-06
+ ssh genie.egf@projects-storage.eclipse.org cp -a '/home/data/httpd/download.eclipse.org/egf/builds/tycho-egf-2019-06/2/*' /home/data/httpd/download.eclipse.org/egf/updates/1.6.1/2019-06
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 82 killed;
[ssh-agent] Stopped.
Finished: SUCCESS