Skip to content

Console Output

10:42:30 [2019-12-12T15:42:30.238Z] Still waiting to schedule task
10:42:30 [2019-12-12T15:42:30.239Z] ‘cdt-9.10-standalone-debugger-3-b8mcj-3zp13-s23cb’ is offline
10:43:38 [2019-12-12T15:43:38.422Z] Agent cdt-9.10-standalone-debugger-3-b8mcj-3zp13-s23cb is provisioned from template Kubernetes Pod Template
10:43:38 [2019-12-12T15:43:38.422Z] ---
10:43:38 [2019-12-12T15:43:38.422Z] apiVersion: "v1"
10:43:38 [2019-12-12T15:43:38.422Z] kind: "Pod"
10:43:38 [2019-12-12T15:43:38.422Z] metadata:
10:43:38 [2019-12-12T15:43:38.422Z]   annotations:
10:43:38 [2019-12-12T15:43:38.422Z]     buildUrl: "http://jenkins-ui.cdt.svc.cluster.local/cdt/job/cdt-9.10-standalone-debugger/3/"
10:43:38 [2019-12-12T15:43:38.422Z]   labels:
10:43:38 [2019-12-12T15:43:38.422Z]     jenkins: "slave"
10:43:38 [2019-12-12T15:43:38.422Z]     jenkins/cdt-9.10-standalone-debugger_3-b8mcj: "true"
10:43:38 [2019-12-12T15:43:38.422Z]   name: "cdt-9.10-standalone-debugger-3-b8mcj-3zp13-s23cb"
10:43:38 [2019-12-12T15:43:38.422Z] spec:
10:43:38 [2019-12-12T15:43:38.422Z]   containers:
10:43:38 [2019-12-12T15:43:38.422Z]   - args:
10:43:38 [2019-12-12T15:43:38.422Z]     - "-c"
10:43:38 [2019-12-12T15:43:38.422Z]     - "/home/vnc/.vnc/xstartup.sh && cat"
10:43:38 [2019-12-12T15:43:38.422Z]     command:
10:43:38 [2019-12-12T15:43:38.422Z]     - "/bin/sh"
10:43:38 [2019-12-12T15:43:38.422Z]     image: "quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:216f1f6c37049b8968830ace18ce80ddd80a908849cefb2b2535c7a37d7f76e4"
10:43:38 [2019-12-12T15:43:38.422Z]     name: "cdt"
10:43:38 [2019-12-12T15:43:38.422Z]     resources:
10:43:38 [2019-12-12T15:43:38.422Z]       limits:
10:43:38 [2019-12-12T15:43:38.422Z]         memory: "2.6Gi"
10:43:38 [2019-12-12T15:43:38.422Z]         cpu: "1.3"
10:43:38 [2019-12-12T15:43:38.422Z]       requests:
10:43:38 [2019-12-12T15:43:38.422Z]         memory: "2.6Gi"
10:43:38 [2019-12-12T15:43:38.422Z]         cpu: "1.3"
10:43:38 [2019-12-12T15:43:38.422Z]     tty: true
10:43:38 [2019-12-12T15:43:38.422Z]     volumeMounts:
10:43:38 [2019-12-12T15:43:38.422Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
10:43:38 [2019-12-12T15:43:38.422Z]       name: "settings-xml"
10:43:38 [2019-12-12T15:43:38.422Z]       readOnly: true
10:43:38 [2019-12-12T15:43:38.422Z]       subPath: "settings.xml"
10:43:38 [2019-12-12T15:43:38.422Z]     - mountPath: "/home/jenkins/.m2/repository"
10:43:38 [2019-12-12T15:43:38.422Z]       name: "m2-repo"
10:43:38 [2019-12-12T15:43:38.422Z]     - mountPath: "/home/jenkins/agent"
10:43:38 [2019-12-12T15:43:38.422Z]       name: "workspace-volume"
10:43:38 [2019-12-12T15:43:38.422Z]       readOnly: false
10:43:38 [2019-12-12T15:43:38.422Z]   - env:
10:43:38 [2019-12-12T15:43:38.422Z]     - name: "JENKINS_SECRET"
10:43:38 [2019-12-12T15:43:38.422Z]       value: "********"
10:43:38 [2019-12-12T15:43:38.422Z]     - name: "JENKINS_TUNNEL"
10:43:38 [2019-12-12T15:43:38.422Z]       value: "jenkins-discovery.cdt.svc.cluster.local:50000"
10:43:38 [2019-12-12T15:43:38.422Z]     - name: "JENKINS_AGENT_NAME"
10:43:38 [2019-12-12T15:43:38.422Z]       value: "cdt-9.10-standalone-debugger-3-b8mcj-3zp13-s23cb"
10:43:38 [2019-12-12T15:43:38.422Z]     - name: "JENKINS_NAME"
10:43:38 [2019-12-12T15:43:38.422Z]       value: "cdt-9.10-standalone-debugger-3-b8mcj-3zp13-s23cb"
10:43:38 [2019-12-12T15:43:38.422Z]     - name: "JENKINS_AGENT_WORKDIR"
10:43:38 [2019-12-12T15:43:38.422Z]       value: "/home/jenkins/agent"
10:43:38 [2019-12-12T15:43:38.422Z]     - name: "JENKINS_URL"
10:43:38 [2019-12-12T15:43:38.422Z]       value: "http://jenkins-ui.cdt.svc.cluster.local/cdt/"
10:43:38 [2019-12-12T15:43:38.422Z]     - name: "HOME"
10:43:38 [2019-12-12T15:43:38.422Z]       value: "/home/jenkins"
10:43:38 [2019-12-12T15:43:38.422Z]     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
10:43:38 [2019-12-12T15:43:38.422Z]     name: "jnlp"
10:43:38 [2019-12-12T15:43:38.422Z]     volumeMounts:
10:43:38 [2019-12-12T15:43:38.422Z]     - mountPath: "/home/jenkins/agent"
10:43:38 [2019-12-12T15:43:38.422Z]       name: "workspace-volume"
10:43:38 [2019-12-12T15:43:38.422Z]       readOnly: false
10:43:38 [2019-12-12T15:43:38.422Z]   nodeSelector: {}
10:43:38 [2019-12-12T15:43:38.422Z]   restartPolicy: "Never"
10:43:38 [2019-12-12T15:43:38.422Z]   volumes:
10:43:38 [2019-12-12T15:43:38.422Z]   - emptyDir: {}
10:43:38 [2019-12-12T15:43:38.422Z]     name: "m2-repo"
10:43:38 [2019-12-12T15:43:38.422Z]   - name: "settings-xml"
10:43:38 [2019-12-12T15:43:38.422Z]     secret:
10:43:38 [2019-12-12T15:43:38.422Z]       items:
10:43:38 [2019-12-12T15:43:38.422Z]       - key: "settings.xml"
10:43:38 [2019-12-12T15:43:38.422Z]         path: "settings.xml"
10:43:38 [2019-12-12T15:43:38.422Z]       secretName: "m2-secret-dir"
10:43:38 [2019-12-12T15:43:38.422Z]   - emptyDir: {}
10:43:38 [2019-12-12T15:43:38.422Z]     name: "workspace-volume"
10:43:38 [2019-12-12T15:43:38.422Z] 
10:43:43 [2019-12-12T15:43:43.741Z] Running on cdt-9.10-standalone-debugger-3-b8mcj-3zp13-s23cb in /home/jenkins/agent/workspace/cdt-9.10-standalone-debugger