Skip to content
Success

Console Output

05:06:33 Started by user Rahul Mohanan
05:06:33 Running as Rahul Mohanan
05:06:34 Agent centos-8-j4r1q is provisioned from template centos-8
05:06:34 ---
05:06:34 apiVersion: "v1"
05:06:34 kind: "Pod"
05:06:34 metadata:
05:06:34   annotations:
05:06:34     kubernetes.jenkins.io/last-refresh: "1721984788914"
05:06:34   labels:
05:06:34     jenkins: "slave"
05:06:34     jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
05:06:34     jenkins/label: "centos-latest_centos-8"
05:06:34     kubernetes.jenkins.io/controller: "http___jenkins-ui_releng_svc_cluster_local_relengx"
05:06:34   name: "centos-8-j4r1q"
05:06:34   namespace: "releng"
05:06:34 spec:
05:06:34   containers:
05:06:34   - env:
05:06:34     - name: "JENKINS_SECRET"
05:06:34       value: "********"
05:06:34     - name: "JENKINS_TUNNEL"
05:06:34       value: "jenkins-discovery.releng.svc.cluster.local:50000"
05:06:34     - name: "JENKINS_AGENT_NAME"
05:06:34       value: "centos-8-j4r1q"
05:06:34     - name: "JENKINS_REMOTING_JAVA_OPTS"
05:06:34       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
05:06:34         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
05:06:34     - name: "JAVA_TOOL_OPTIONS"
05:06:34       value: ""
05:06:34     - name: "_JAVA_OPTIONS"
05:06:34       value: ""
05:06:34     - name: "REMOTING_OPTS"
05:06:34       value: "-noReconnectAfter 1d"
05:06:34     - name: "OPENJ9_JAVA_OPTIONS"
05:06:34       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
05:06:34     - name: "JENKINS_NAME"
05:06:34       value: "centos-8-j4r1q"
05:06:34     - name: "JENKINS_AGENT_WORKDIR"
05:06:34       value: "/home/jenkins/agent"
05:06:34     - name: "JENKINS_URL"
05:06:34       value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
05:06:34     image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3206.vb_15dcf73f6a_9"
05:06:34     imagePullPolicy: "Always"
05:06:34     name: "jnlp"
05:06:34     resources:
05:06:34       limits:
05:06:34         cpu: "2000m"
05:06:34         memory: "4096Mi"
05:06:34       requests:
05:06:34         cpu: "1000m"
05:06:34         memory: "4096Mi"
05:06:34     tty: true
05:06:34     volumeMounts:
05:06:34     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml"
05:06:34       name: "m2-secret-dir"
05:06:34       readOnly: true
05:06:34       subPath: "settings-deploy-ossrh-releng.xml"
05:06:34     - mountPath: "/home/jenkins/.m2/toolchains.xml"
05:06:34       name: "m2-dir"
05:06:34       readOnly: true
05:06:34       subPath: "toolchains.xml"
05:06:34     - mountPath: "/home/jenkins/.mavenrc"
05:06:34       name: "m2-dir"
05:06:34       readOnly: true
05:06:34       subPath: ".mavenrc"
05:06:34     - mountPath: "/opt/tools"
05:06:34       name: "volume-0"
05:06:34       readOnly: false
05:06:34     - mountPath: "/home/jenkins"
05:06:34       name: "volume-2"
05:06:34       readOnly: false
05:06:34     - mountPath: "/home/jenkins/.m2/repository"
05:06:34       name: "volume-3"
05:06:34       readOnly: false
05:06:34     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-pde.xml"
05:06:34       name: "m2-secret-dir"
05:06:34       readOnly: true
05:06:34       subPath: "settings-deploy-ossrh-pde.xml"
05:06:34     - mountPath: "/home/jenkins/.m2/settings-security.xml"
05:06:34       name: "m2-secret-dir"
05:06:34       readOnly: true
05:06:34       subPath: "settings-security.xml"
05:06:34     - mountPath: "/home/jenkins/.m2/wrapper"
05:06:34       name: "volume-4"
05:06:34       readOnly: false
05:06:34     - mountPath: "/home/jenkins/.m2/settings.xml"
05:06:34       name: "m2-secret-dir"
05:06:34       readOnly: true
05:06:34       subPath: "settings.xml"
05:06:34     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-jdt.xml"
05:06:34       name: "m2-secret-dir"
05:06:34       readOnly: true
05:06:34       subPath: "settings-deploy-ossrh-jdt.xml"
05:06:34     - mountPath: "/home/jenkins/.ssh"
05:06:34       name: "volume-1"
05:06:34       readOnly: false
05:06:34       subPath: ""
05:06:34     - mountPath: "/home/jenkins/agent"
05:06:34       name: "workspace-volume"
05:06:34       readOnly: false
05:06:34     workingDir: "/home/jenkins/agent"
05:06:34   nodeSelector:
05:06:34     kubernetes.io/os: "linux"
05:06:34   restartPolicy: "Never"
05:06:34   volumes:
05:06:34   - name: "volume-0"
05:06:34     persistentVolumeClaim:
05:06:34       claimName: "tools-claim-jiro-releng"
05:06:34       readOnly: true
05:06:34   - name: "m2-secret-dir"
05:06:34     secret:
05:06:34       secretName: "m2-secret-dir"
05:06:34   - emptyDir:
05:06:34       medium: ""
05:06:34     name: "volume-2"
05:06:34   - configMap:
05:06:34       name: "m2-dir"
05:06:34     name: "m2-dir"
05:06:34   - configMap:
05:06:34       name: "known-hosts"
05:06:34     name: "volume-1"
05:06:34   - emptyDir:
05:06:34       medium: ""
05:06:34     name: "workspace-volume"
05:06:34   - emptyDir:
05:06:34       medium: ""
05:06:34     name: "volume-4"
05:06:34   - emptyDir:
05:06:34       medium: ""
05:06:34     name: "volume-3"
05:06:34 
05:06:34 Building remotely on centos-8-j4r1q (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/updateXZ
05:06:34 [ssh-agent] Looking for ssh-agent implementation...
05:06:34 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
05:06:34 $ ssh-agent
05:06:34 SSH_AUTH_SOCK=/tmp/ssh-KAmHvLrwjvkW/agent.43
05:06:34 SSH_AGENT_PID=45
05:06:34 [ssh-agent] Started.
05:06:34 Running ssh-add (command line suppressed)
05:06:34 Identity added: /home/jenkins/agent/workspace/updateXZ@tmp/private_key_10920453409177874523.key (/home/jenkins/agent/workspace/updateXZ@tmp/private_key_10920453409177874523.key)
05:06:34 [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
05:06:34 [GitCheckoutListener] SCM 'hudson.scm.NullSCM' is not of type GitSCM
05:06:34 No emails were triggered.
05:06:34 [updateXZ] $ /bin/sh -xe /tmp/jenkins9611472763153120578.sh
05:06:34 ++ which xz
05:06:34 + XZ_EXE=/usr/bin/xz
05:06:34 + export BUILD_ROOT=/home/data/httpd/download.eclipse.org
05:06:34 + BUILD_ROOT=/home/data/httpd/download.eclipse.org
05:06:34 + export BUILDMACHINE_REPO=/home/data/httpd/download.eclipse.org/eclipse/updates/4.33-I-builds/I20240725-1800/
05:06:34 + BUILDMACHINE_REPO=/home/data/httpd/download.eclipse.org/eclipse/updates/4.33-I-builds/I20240725-1800/
05:06:34 + cd /home/jenkins/agent/workspace/updateXZ
05:06:34 + scp genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/updates/4.33-I-builds/I20240725-1800//content.xml .
05:06:35 + jar cMf content.jar content.xml
05:06:36 + /usr/bin/xz -e --force content.xml
05:06:38 + scp content.jar genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/updates/4.33-I-builds/I20240725-1800//.
05:06:39 + scp content.xml.xz genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/updates/4.33-I-builds/I20240725-1800//.
05:06:39 + ssh genie.releng@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/eclipse/updates/4.33-I-builds/I20240725-1800//content.xml
05:06:39 $ ssh-agent -k
05:06:39 unset SSH_AUTH_SOCK;
05:06:39 unset SSH_AGENT_PID;
05:06:39 echo Agent pid 45 killed;
05:06:39 [ssh-agent] Stopped.
05:06:39 Archiving artifacts
05:06:40 No emails were triggered.
05:06:40 Finished: SUCCESS