Started by user Quentin Le Menez Running as Quentin Le Menez Agent centos-8-8zb7w is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-8zb7w" namespace: "papyrus" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-8zb7w" - 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: "centos-8-8zb7w" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-8: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-papyrus" 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-8zb7w (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/testwopipeline [testwopipeline] $ /bin/sh /tmp/jenkins14318749963371222971.sh total 0 drwxr-xr-x. 1 root root 17 Sep 15 2021 . dr-xr-xr-x. 1 root root 80 Apr 19 08:45 .. drwxr-xr-x. 2 root root 6 Nov 3 2020 adm drwxr-xr-x. 1 root root 47 Feb 4 22:17 cache drwxr-xr-x. 2 root root 6 Feb 26 2021 crash drwxr-xr-x. 2 root root 6 Nov 3 2020 db drwxr-xr-x. 2 root root 6 Nov 3 2020 empty drwxr-xr-x. 2 root root 6 Nov 3 2020 ftp drwxr-xr-x. 2 root root 6 Nov 3 2020 games drwxr-xr-x. 2 root root 6 Nov 3 2020 gopher drwxr-xr-x. 3 root root 18 Sep 15 2021 kerberos drwxr-xr-x. 1 root root 26 Feb 4 22:18 lib drwxr-xr-x. 2 root root 6 Nov 3 2020 local lrwxrwxrwx. 1 root root 11 Sep 15 2021 lock -> ../run/lock drwxr-xr-x. 1 root root 96 Feb 4 22:16 log lrwxrwxrwx. 1 root root 10 Nov 3 2020 mail -> spool/mail drwxr-xr-x. 2 root root 6 Nov 3 2020 nis drwxr-xr-x. 2 root root 6 Nov 3 2020 opt drwxr-xr-x. 2 root root 6 Nov 3 2020 preserve lrwxrwxrwx. 1 root root 6 Sep 15 2021 run -> ../run drwxr-xr-x. 4 root root 29 Sep 15 2021 spool drwxrwxrwt. 2 root root 6 Sep 15 2021 tmp drwxr-xr-x. 2 root root 6 Nov 3 2020 yp ls: cannot access '/var/jenkins': No such file or directory ls: cannot access '/var/jenkins/caches': No such file or directory ls: cannot access '/var/jenkins/caches/nodejs': No such file or directory ls: cannot access '/var/jenkins/caches/nodejs/LINUX': No such file or directory ls: cannot access '/var/jenkins/caches/nodejs/LINUX/amd64': No such file or directory Finished: SUCCESS