Started by user Frederic Gurr Running as Frederic Gurr Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘aggrbuild-pod’ are offline Agent aggrbuild-pod-783t2-ftz0p is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro_xvnc_wrapper_tools_bug/3/" labels: jenkins: "slave" jenkins/aggrbuild-pod: "true" name: "aggrbuild-pod-783t2-ftz0p" spec: containers: - command: - "cat" image: "eclipsecbi/ubuntu-gtk3-metacity:18.04-gtk3.18@sha256:7f74a72345b23ce9686e1b7f758d33098eb257631dc80f0d66e955f346ca8741" imagePullPolicy: "IfNotPresent" name: "custom" resources: limits: memory: "2048Mi" cpu: "1000m" requests: memory: "512Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false workingDir: "/home/jenkins/agent" - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cbi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "aggrbuild-pod-783t2-ftz0p" - name: "JENKINS_NAME" value: "aggrbuild-pod-783t2-ftz0p" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" name: "jnlp" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: {} restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cbi" readOnly: true - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on aggrbuild-pod-783t2-ftz0p in /home/jenkins/agent/workspace/jiro_xvnc_wrapper_tools_bug [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] timeout Timeout set to expire in 5 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] wrap Executing shell script inside container [custom] of pod [aggrbuild-pod-783t2-ftz0p] Executing command: "pkill" "Xvnc" exit sh: 23: pkill: not found Executing shell script inside container [custom] of pod [aggrbuild-pod-783t2-ftz0p] Executing command: "pkill" "Xrealvnc" exit sh: 23: pkill: not found Executing shell script inside container [custom] of pod [aggrbuild-pod-783t2-ftz0p] Executing command: "sh" "-c" "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" exit sh: 23: sh: not found Starting xvnc Executing shell script inside container [custom] of pod [aggrbuild-pod-783t2-ftz0p] Executing command: "Xvnc" ":86" "-geometry" "1024x768" "-depth" "24" "-ac" "-SecurityTypes" "none" "-noreset" exit [Pipeline] { [Pipeline] sh sh: 25: Xvnc: not found + cat /etc/os-release NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic [Pipeline] sh + mvn --version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "3.10.0-1062.12.1.el7.x86_64", arch: "amd64", family: "unix" [Pipeline] } Terminating xvnc. Killing processes kill finished with exit code 127 [Pipeline] // wrap [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS