Skip to content

Console Output

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