Skip to content

Console Output

Started by user Thomas Guiu
Rebuilds build #6
Agent default-agent-s3d09 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-s3d09 in workspace /home/jenkins/workspace/bash
[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-jPsr9jQiC6oa/agent.70
SSH_AGENT_PID=72
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/bash@tmp/private_key_314125642695464806.key (/home/jenkins/workspace/bash@tmp/private_key_314125642695464806.key)
[ssh-agent] Using credentials genie.egf (ssh://genie.egf@projects-storage.eclipse.org)
[bash] $ /bin/sh -xe /tmp/jenkins1056936027999656044.sh
+ ssh genie.egf@projects-storage.eclipse.org ls -la /home/data/httpd/download.eclipse.org/egf/updates/1.6.1/2019-06/features
ls: cannot access /home/data/httpd/download.eclipse.org/egf/updates/1.6.1/2019-06/features: No such file or directory
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 72 killed;
[ssh-agent] Stopped.
Finished: FAILURE