Skip to content

Console Output

Started by user Pierre-Charles David
Running as Pierre-Charles David
Agent basic-6f1x3 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-6f1x3"
  namespace: "gmf-runtime"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gmf-runtime.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-6f1x3"
    - 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-6f1x3"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gmf-runtime.svc.cluster.local/gmf-runtime/"
    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-gmf-runtime"
      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-6f1x3 (basic) in workspace /home/jenkins/agent/workspace/gmf-runtime-promoter
[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-mqk9LHAhfblT/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/gmf-runtime-promoter@tmp/private_key_709002124025933832.key (/home/jenkins/agent/workspace/gmf-runtime-promoter@tmp/private_key_709002124025933832.key)
[ssh-agent] Using credentials genie.gmf-runtime (ssh://genie.gmf-runtime@git.eclipse.org)
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/gmf-runtime-promoter@tmp/private_key_14547900216970947812.key (/home/jenkins/agent/workspace/gmf-runtime-promoter@tmp/private_key_14547900216970947812.key)
[ssh-agent] Using credentials genie.gmf-runtime (ssh://genie.gmf-runtime@projects-storage.eclipse.org)
[gmf-runtime-promoter] $ /bin/sh -xe /tmp/jenkins16569625697287855323.sh
+ export SSH_ACCOUNT=genie.gmf-runtime@projects-storage.eclipse.org
+ SSH_ACCOUNT=genie.gmf-runtime@projects-storage.eclipse.org
+ export UPDATES=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates
+ UPDATES=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates
+ export INTERIM=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/interim
+ INTERIM=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/interim
+ export MILESTONES=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones
+ MILESTONES=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones
+ export RELEASES=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases
+ RELEASES=/home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases
+ s2r 202312180813
+ QUALIFIER=202312180813
+ ssh genie.gmf-runtime@projects-storage.eclipse.org cp -r /home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202312180813 /home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases
+ ssh genie.gmf-runtime@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/S202312180813 /home/data/httpd/download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202312180813
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 killed;
[ssh-agent] Stopped.
Finished: SUCCESS