Skip to content
Aborted

Console Output

Started by user Nico Prediger
Running as Nico Prediger
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘xtext-ref-projects-815-7dm1v-wbx9g’ is offline
Agent xtext-ref-projects-815-7dm1v-wbx9g is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.xtext.svc.cluster.local/xtext/job/experimental/job/npr_experiment/15/"
  labels:
    jenkins: "slave"
    jenkins/xtext-ref-projects-815: "true"
  name: "xtext-ref-projects-815-7dm1v-wbx9g"
spec:
  containers:
  - args:
    - "$(JENKINS_SECRET)"
    - "$(JENKINS_NAME)"
    env:
    - name: "JENKINS_SECRET"
      value: "ce72342ffca3df35dea9871ff80b7881b1ed1fc4d8a8fe1f015e67cab6a8b8c9"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.xtext.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "xtext-ref-projects-815-7dm1v-wbx9g"
    - name: "JENKINS_NAME"
      value: "xtext-ref-projects-815-7dm1v-wbx9g"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.xtext.svc.cluster.local/xtext/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbi/jenkins-jnlp-agent"
    name: "jnlp"
    resources:
      limits:
        memory: "0.4Gi"
        cpu: "0.2"
      requests:
        memory: "0.4Gi"
        cpu: "0.2"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
  - image: "docker.io/openjdk:8"
    name: "openjdk"
    resources:
      limits:
        memory: "3.6Gi"
        cpu: "1.0"
      requests:
        memory: "3.6Gi"
        cpu: "1.0"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "m2-repo"
  - configMap:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      name: "m2-dir"
    name: "settings-xml"
  - emptyDir: {}
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on xtext-ref-projects-815-7dm1v-wbx9g in /home/jenkins/workspace/experimental/npr_experiment
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (JDK 8)
[Pipeline] sh
02:57:50 [2019-09-25T06:57:50.912Z] + java -version
02:57:50 [2019-09-25T06:57:50.912Z] openjdk version "1.8.0_181"
02:57:50 [2019-09-25T06:57:50.912Z] OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-2~deb9u1-b13)
02:57:50 [2019-09-25T06:57:50.912Z] OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Xtext BOM)
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
02:58:06 [2019-09-25T06:58:06.228Z] Still waiting to schedule task
02:58:06 [2019-09-25T06:58:06.228Z] ‘xtext-ref-projects-1115-shfnc-dhh1f’ is offline
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: ABORTED