Skip to content

Console Output

Started by user Ed Merks
Rebuilds build #2
Running as Ed Merks
Agent basic-r8bsk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-r8bsk"
  namespace: "nebula"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.nebula.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-r8bsk"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-r8bsk"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.nebula.svc.cluster.local/nebula/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-nebula"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-r8bsk (basic) in workspace /home/jenkins/agent/workspace/genie.nebula-ssh
[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-T8Vn1mJCV087/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/genie.nebula-ssh@tmp/private_key_8391286897482690667.key (/home/jenkins/agent/workspace/genie.nebula-ssh@tmp/private_key_8391286897482690667.key)
[ssh-agent] Using credentials genie.nebula (ssh://genie.nebula@projects-storage.eclipse.org)
[genie.nebula-ssh] $ /bin/sh -xe /tmp/jenkins13245272024881880359.sh
++ echo 'ls -sail releases
ls -sail /home/data/httpd/archive.eclipse.org/nebula/releases
cp -r releases/2.* releases/3.* /home/data/httpd/archive.eclipse.org/nebula/releases'
++ sed 's/\r//g'
+ SSH='ls -sail releases
ls -sail /home/data/httpd/archive.eclipse.org/nebula/releases
cp -r releases/2.* releases/3.* /home/data/httpd/archive.eclipse.org/nebula/releases'
+ ssh genie.nebula@projects-storage.eclipse.org '
set -e
set -x
cd /home/data/httpd/download.eclipse.org/nebula/
ls -sail releases
ls -sail /home/data/httpd/archive.eclipse.org/nebula/releases
cp -r releases/2.* releases/3.* /home/data/httpd/archive.eclipse.org/nebula/releases
'
+ cd /home/data/httpd/download.eclipse.org/nebula/
+ ls -sail releases
total 40
344064003 4 drwxrwsr-x 10 genie.nebula technology.nebula 4096 Feb  1 13:14 .
344064001 4 drwxrwsr-x  6 genie.nebula technology.nebula 4096 Feb  8 09:43 ..
344064281 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Jul  3  2022 2.7.0
344064016 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Jul  7  2022 2.7.1
344064862 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Nov 25  2022 2.7.2
344457579 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Mar  7  2023 3.0.0
344064701 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Dec 26 02:22 3.1.0
344066048 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Feb  1 13:14 3.1.1
344064023 4 drwxrwsr-x  3 genie.nebula technology.nebula 4096 Feb 19  2018 javadoc
344065453 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Feb  1 13:14 latest
+ ls -sail /home/data/httpd/archive.eclipse.org/nebula/releases
total 72
133824929 4 drwxrwsr-x 18 genie.nebula technology.nebula 4096 Nov 25  2022 .
 96927757 4 drwxrwsr-x  9 genie.nebula technology.nebula 4096 Nov  2  2021 ..
133858573 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 May 31  2016 1.0.0
133858656 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Sep 23  2016 1.1.0
133890956 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Mar  9  2017 1.2.0
133891049 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Jun 28  2017 1.3.0
133924018 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Nov  9  2017 1.4.0
133924118 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Apr  1  2018 2.0.0
133957077 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Apr 28  2018 2.0.1
133957257 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Dec 25  2018 2.1.0
133990290 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Aug 12  2019 2.2.0
133990509 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Dec 24  2019 2.3.0
134022997 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Jun 17  2020 2.4.0
134023255 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Jul 10  2020 2.4.1
133824933 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Jul 24  2020 2.4.2
136447315 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Nov  9  2020 2.4.3
136905488 4 drwxrwsr-x  4 genie.nebula technology.nebula 4096 Jun 20  2021 2.5.0
137005495 4 drwxr-sr-x  4 genie.nebula technology.nebula 4096 Feb  1  2022 2.6.0
+ cp -r releases/2.7.0 releases/2.7.1 releases/2.7.2 releases/3.0.0 releases/3.1.0 releases/3.1.1 /home/data/httpd/archive.eclipse.org/nebula/releases
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS