Skip to content

Console Output

07:45:05 Started by timer
07:45:05 Running as SYSTEM
07:45:06 Agent centos-8-c5q4r is provisioned from template centos-8
07:45:06 ---
07:45:06 apiVersion: "v1"
07:45:06 kind: "Pod"
07:45:06 metadata:
07:45:06   labels:
07:45:06     jenkins: "slave"
07:45:06     jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
07:45:06     jenkins/label: "centos-latest_centos-8"
07:45:06   name: "centos-8-c5q4r"
07:45:06   namespace: "releng"
07:45:06 spec:
07:45:06   containers:
07:45:06   - env:
07:45:06     - name: "JENKINS_SECRET"
07:45:06       value: "********"
07:45:06     - name: "JENKINS_TUNNEL"
07:45:06       value: "jenkins-discovery.releng.svc.cluster.local:50000"
07:45:06     - name: "JENKINS_AGENT_NAME"
07:45:06       value: "centos-8-c5q4r"
07:45:06     - name: "JENKINS_REMOTING_JAVA_OPTS"
07:45:06       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
07:45:06         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
07:45:06     - name: "JAVA_TOOL_OPTIONS"
07:45:06       value: ""
07:45:06     - name: "_JAVA_OPTIONS"
07:45:06       value: ""
07:45:06     - name: "OPENJ9_JAVA_OPTIONS"
07:45:06       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
07:45:06     - name: "JENKINS_NAME"
07:45:06       value: "centos-8-c5q4r"
07:45:06     - name: "JENKINS_AGENT_WORKDIR"
07:45:06       value: "/home/jenkins/agent"
07:45:06     - name: "JENKINS_URL"
07:45:06       value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
07:45:06     image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc"
07:45:06     imagePullPolicy: "Always"
07:45:06     name: "jnlp"
07:45:06     resources:
07:45:06       limits:
07:45:06         cpu: "2000m"
07:45:06         memory: "4096Mi"
07:45:06       requests:
07:45:06         cpu: "1000m"
07:45:06         memory: "4096Mi"
07:45:06     tty: true
07:45:06     volumeMounts:
07:45:06     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml"
07:45:06       name: "m2-secret-dir"
07:45:06       readOnly: true
07:45:06       subPath: "settings-deploy-ossrh-releng.xml"
07:45:06     - mountPath: "/home/jenkins/.m2/toolchains.xml"
07:45:06       name: "m2-dir"
07:45:06       readOnly: true
07:45:06       subPath: "toolchains.xml"
07:45:06     - mountPath: "/home/jenkins/.mavenrc"
07:45:06       name: "m2-dir"
07:45:06       readOnly: true
07:45:06       subPath: ".mavenrc"
07:45:06     - mountPath: "/opt/tools"
07:45:06       name: "volume-0"
07:45:06       readOnly: false
07:45:06     - mountPath: "/home/jenkins"
07:45:06       name: "volume-2"
07:45:06       readOnly: false
07:45:06     - mountPath: "/home/jenkins/.m2/repository"
07:45:06       name: "volume-3"
07:45:06       readOnly: false
07:45:06     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-pde.xml"
07:45:06       name: "m2-secret-dir"
07:45:06       readOnly: true
07:45:06       subPath: "settings-deploy-ossrh-pde.xml"
07:45:06     - mountPath: "/home/jenkins/.m2/settings-security.xml"
07:45:06       name: "m2-secret-dir"
07:45:06       readOnly: true
07:45:06       subPath: "settings-security.xml"
07:45:06     - mountPath: "/home/jenkins/.m2/wrapper"
07:45:06       name: "volume-4"
07:45:06       readOnly: false
07:45:06     - mountPath: "/home/jenkins/.m2/settings.xml"
07:45:06       name: "m2-secret-dir"
07:45:06       readOnly: true
07:45:06       subPath: "settings.xml"
07:45:06     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-jdt.xml"
07:45:06       name: "m2-secret-dir"
07:45:06       readOnly: true
07:45:06       subPath: "settings-deploy-ossrh-jdt.xml"
07:45:06     - mountPath: "/home/jenkins/.ssh"
07:45:06       name: "volume-1"
07:45:06       readOnly: false
07:45:06       subPath: ""
07:45:06     - mountPath: "/home/jenkins/agent"
07:45:06       name: "workspace-volume"
07:45:06       readOnly: false
07:45:06     workingDir: "/home/jenkins/agent"
07:45:06   nodeSelector:
07:45:06     kubernetes.io/os: "linux"
07:45:06   restartPolicy: "Never"
07:45:06   volumes:
07:45:06   - name: "volume-0"
07:45:06     persistentVolumeClaim:
07:45:06       claimName: "tools-claim-jiro-releng"
07:45:06       readOnly: true
07:45:06   - name: "m2-secret-dir"
07:45:06     secret:
07:45:06       secretName: "m2-secret-dir"
07:45:06   - emptyDir:
07:45:06       medium: ""
07:45:06     name: "volume-2"
07:45:06   - configMap:
07:45:06       name: "m2-dir"
07:45:06     name: "m2-dir"
07:45:06   - configMap:
07:45:06       name: "known-hosts"
07:45:06     name: "volume-1"
07:45:06   - emptyDir:
07:45:06       medium: ""
07:45:06     name: "workspace-volume"
07:45:06   - emptyDir:
07:45:06       medium: ""
07:45:06     name: "volume-4"
07:45:06   - emptyDir:
07:45:06       medium: ""
07:45:06     name: "volume-3"
07:45:06 
07:45:06 Building remotely on centos-8-c5q4r (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/rt.equinox.releng.cleanupDLsite
07:45:06 [ssh-agent] Looking for ssh-agent implementation...
07:45:06 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
07:45:06 $ ssh-agent
07:45:06 SSH_AUTH_SOCK=/tmp/ssh-6kRLivvtBePF/agent.46
07:45:06 SSH_AGENT_PID=48
07:45:06 [ssh-agent] Started.
07:45:06 Running ssh-add (command line suppressed)
07:45:06 Identity added: /home/jenkins/agent/workspace/rt.equinox.releng.cleanupDLsite@tmp/private_key_17022494213828060816.key (/home/jenkins/agent/workspace/rt.equinox.releng.cleanupDLsite@tmp/private_key_17022494213828060816.key)
07:45:06 [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
07:45:06 [GitCheckoutListener] SCM 'hudson.scm.NullSCM' is not of type GitSCM
07:45:06 No emails were triggered.
07:45:06 [rt.equinox.releng.cleanupDLsite] $ /bin/sh -xe /tmp/jenkins3805276582954482478.sh
07:45:06 + wget --no-proxy https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/cje-production/cleaners/cleanupEquinox.sh
07:45:06 --2024-05-02 11:45:06--  https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/cje-production/cleaners/cleanupEquinox.sh
07:45:06 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ...
07:45:06 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
07:45:06 HTTP request sent, awaiting response... 200 OK
07:45:06 Length: 1105 (1.1K) [text/plain]
07:45:06 Saving to: ‘cleanupEquinox.sh’
07:45:06 
07:45:06      0K .                                                     100% 91.9M=0s
07:45:06 
07:45:06 2024-05-02 11:45:06 (91.9 MB/s) - ‘cleanupEquinox.sh’ saved [1105/1105]
07:45:06 
07:45:06 + ssh genie.releng@projects-storage.eclipse.org
07:45:06 Pseudo-terminal will not be allocated because stdin is not a terminal.
07:45:07 Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-101-generic x86_64)
07:45:07 
07:45:07  * Documentation:  https://help.ubuntu.com
07:45:07  * Management:     https://landscape.canonical.com
07:45:07  * Support:        https://ubuntu.com/advantage
07:45:07 
07:45:07   System information as of Thu May  2 07:44:20 EDT 2024
07:45:07 
07:45:07   System load:  0.0732421875      Users logged in:       0
07:45:07   Usage of /:   9.4% of 57.97GB   IPv4 address for ens2: 172.30.206.150
07:45:07   Memory usage: 14%               IPv4 address for ens2: 198.41.30.204
07:45:07   Swap usage:   0%                IPv4 address for ens2: 172.16.102.3
07:45:07   Processes:    128               IPv4 address for ens3: 172.25.25.150
07:45:07 
07:45:07  * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
07:45:07    just raised the bar for easy, resilient and secure K8s cluster deployment.
07:45:07 
07:45:07    https://ubuntu.com/engage/secure-kubernetes-at-the-edge
07:45:07 
07:45:07 Expanded Security Maintenance for Applications is not enabled.
07:45:07 
07:45:07 54 updates can be applied immediately.
07:45:07 To see these additional updates run: apt list --upgradable
07:45:07 
07:45:07 2 additional security updates can be applied with ESM Apps.
07:45:07 Learn more about enabling ESM Apps service at https://ubuntu.com/esm
07:45:07 
07:45:07 New release '23.10' available.
07:45:07 Run 'do-release-upgrade' to upgrade to it.
07:45:07 
07:45:07 
07:45:07 *** System restart required ***
07:45:07 
07:45:07 	Current date: 2024 0502 07:45
07:45:07 	Removing drops from downloads server at /home/data/httpd/download.eclipse.org/equinox/drops
07:45:07 
07:45:07 	Deleting: I20240429-0210
07:45:07 
07:45:07 $ ssh-agent -k
07:45:07 unset SSH_AUTH_SOCK;
07:45:07 unset SSH_AGENT_PID;
07:45:07 echo Agent pid 48 killed;
07:45:07 [ssh-agent] Stopped.
07:45:08 No emails were triggered.
07:45:08 Finished: SUCCESS