Started by timer Running as SYSTEM Agent centos-8-c3kvx is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1719765001492" labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" kubernetes.jenkins.io/controller: "http___jenkins-ui_releng_svc_cluster_local_relengx" name: "centos-8-c3kvx" namespace: "releng" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.releng.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-c3kvx" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-c3kvx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.releng.svc.cluster.local/releng/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3206.vb_15dcf73f6a_9" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-releng.xml" - 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-deploy-ossrh-pde.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-pde.xml" - 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/.m2/settings-deploy-ossrh-jdt.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-jdt.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-releng" 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 centos-8-c3kvx (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/Publish_shell_scripts_for_releng_jobs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [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-TMJOUJpI557l/agent.42 SSH_AGENT_PID=44 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Publish_shell_scripts_for_releng_jobs@tmp/private_key_5827636197358661520.key (/home/jenkins/agent/workspace/Publish_shell_scripts_for_releng_jobs@tmp/private_key_5827636197358661520.key) [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org) [GitCheckoutListener] SCM 'hudson.scm.NullSCM' is not of type GitSCM [Publish_shell_scripts_for_releng_jobs] $ /bin/bash -x /tmp/jenkins5387461036019315096.sh + git clone -b master https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git Cloning into 'eclipse.platform.releng.aggregator'... + syncLocation=/home/data/httpd/download.eclipse.org/eclipse/relengScripts + ssh genie.releng@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/eclipse/relengScripts + ssh genie.releng@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/eclipse/relengScripts + pushd eclipse.platform.releng.aggregator ~/agent/workspace/Publish_shell_scripts_for_releng_jobs/eclipse.platform.releng.aggregator ~/agent/workspace/Publish_shell_scripts_for_releng_jobs + scp -r production genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/relengScripts/. + scp -r scripts genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/relengScripts/. + scp -r cje-production genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/relengScripts/. + pushd eclipse.platform.releng.tychoeclipsebuilder/eclipse ~/agent/workspace/Publish_shell_scripts_for_releng_jobs/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse ~/agent/workspace/Publish_shell_scripts_for_releng_jobs/eclipse.platform.releng.aggregator ~/agent/workspace/Publish_shell_scripts_for_releng_jobs + scp -r buildScripts genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/relengScripts/. + popd ~/agent/workspace/Publish_shell_scripts_for_releng_jobs/eclipse.platform.releng.aggregator ~/agent/workspace/Publish_shell_scripts_for_releng_jobs + pushd eclipse.platform.releng.tychoeclipsebuilder ~/agent/workspace/Publish_shell_scripts_for_releng_jobs/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder ~/agent/workspace/Publish_shell_scripts_for_releng_jobs/eclipse.platform.releng.aggregator ~/agent/workspace/Publish_shell_scripts_for_releng_jobs + scp -r entitlement genie.releng@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/eclipse/relengScripts/. + popd ~/agent/workspace/Publish_shell_scripts_for_releng_jobs/eclipse.platform.releng.aggregator ~/agent/workspace/Publish_shell_scripts_for_releng_jobs + popd ~/agent/workspace/Publish_shell_scripts_for_releng_jobs $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 44 killed; [ssh-agent] Stopped. Finished: SUCCESS