Skip to content
Success

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
All nodes of label ‘xtext-ref-projects-813’ are offline
Agent xtext-ref-projects-813-gmsck-ghdnq 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/13/"
  labels:
    jenkins: "slave"
    jenkins/xtext-ref-projects-813: "true"
  name: "xtext-ref-projects-813-gmsck-ghdnq"
spec:
  containers:
  - args:
    - "$(JENKINS_SECRET)"
    - "$(JENKINS_NAME)"
    env:
    - name: "JENKINS_SECRET"
      value: "fb36b9fb8eb4f1fce572fbe8186b562d880b78b944467db95538d29f35d5b4ec"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.xtext.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "xtext-ref-projects-813-gmsck-ghdnq"
    - name: "JENKINS_NAME"
      value: "xtext-ref-projects-813-gmsck-ghdnq"
    - 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-813-gmsck-ghdnq 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:49:59 [2019-09-25T06:49:59.137Z] + java -version
02:49:59 [2019-09-25T06:49:59.137Z] openjdk version "1.8.0_181"
02:49:59 [2019-09-25T06:49:59.137Z] OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-2~deb9u1-b13)
02:49:59 [2019-09-25T06:49:59.137Z] 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:50:14 [2019-09-25T06:50:14.508Z] Still waiting to schedule task
02:50:14 [2019-09-25T06:50:14.508Z] ‘xtext-ref-projects-1113-kq8g0-3jj8v’ is offline
02:51:09 [2019-09-25T06:51:09.846Z] Agent xtext-ref-projects-1113-kq8g0-3jj8v is provisioned from template Kubernetes Pod Template
02:51:09 [2019-09-25T06:51:09.847Z] ---
02:51:09 [2019-09-25T06:51:09.847Z] apiVersion: "v1"
02:51:09 [2019-09-25T06:51:09.847Z] kind: "Pod"
02:51:09 [2019-09-25T06:51:09.847Z] metadata:
02:51:09 [2019-09-25T06:51:09.847Z]   annotations:
02:51:09 [2019-09-25T06:51:09.847Z]     buildUrl: "http://jenkins-ui.xtext.svc.cluster.local/xtext/job/experimental/job/npr_experiment/13/"
02:51:09 [2019-09-25T06:51:09.847Z]   labels:
02:51:09 [2019-09-25T06:51:09.847Z]     jenkins: "slave"
02:51:09 [2019-09-25T06:51:09.847Z]     jenkins/xtext-ref-projects-1113: "true"
02:51:09 [2019-09-25T06:51:09.847Z]   name: "xtext-ref-projects-1113-kq8g0-3jj8v"
02:51:09 [2019-09-25T06:51:09.847Z] spec:
02:51:09 [2019-09-25T06:51:09.847Z]   containers:
02:51:09 [2019-09-25T06:51:09.847Z]   - args:
02:51:09 [2019-09-25T06:51:09.847Z]     - "$(JENKINS_SECRET)"
02:51:09 [2019-09-25T06:51:09.847Z]     - "$(JENKINS_NAME)"
02:51:09 [2019-09-25T06:51:09.847Z]     env:
02:51:09 [2019-09-25T06:51:09.847Z]     - name: "JENKINS_SECRET"
02:51:09 [2019-09-25T06:51:09.847Z]       value: "7deafe9f8286a93acfb2a388848ec04186a2af9be327068d1336e08b983a8070"
02:51:09 [2019-09-25T06:51:09.847Z]     - name: "JENKINS_TUNNEL"
02:51:09 [2019-09-25T06:51:09.847Z]       value: "jenkins-discovery.xtext.svc.cluster.local:50000"
02:51:09 [2019-09-25T06:51:09.847Z]     - name: "JENKINS_AGENT_NAME"
02:51:09 [2019-09-25T06:51:09.847Z]       value: "xtext-ref-projects-1113-kq8g0-3jj8v"
02:51:09 [2019-09-25T06:51:09.847Z]     - name: "JENKINS_NAME"
02:51:09 [2019-09-25T06:51:09.847Z]       value: "xtext-ref-projects-1113-kq8g0-3jj8v"
02:51:09 [2019-09-25T06:51:09.847Z]     - name: "JENKINS_URL"
02:51:09 [2019-09-25T06:51:09.847Z]       value: "http://jenkins-ui.xtext.svc.cluster.local/xtext/"
02:51:09 [2019-09-25T06:51:09.847Z]     - name: "HOME"
02:51:09 [2019-09-25T06:51:09.847Z]       value: "/home/jenkins"
02:51:09 [2019-09-25T06:51:09.847Z]     image: "eclipsecbi/jenkins-jnlp-agent"
02:51:09 [2019-09-25T06:51:09.847Z]     name: "jnlp"
02:51:09 [2019-09-25T06:51:09.847Z]     resources:
02:51:09 [2019-09-25T06:51:09.847Z]       limits:
02:51:09 [2019-09-25T06:51:09.847Z]         memory: "0.4Gi"
02:51:09 [2019-09-25T06:51:09.847Z]         cpu: "0.2"
02:51:09 [2019-09-25T06:51:09.847Z]       requests:
02:51:09 [2019-09-25T06:51:09.847Z]         memory: "0.4Gi"
02:51:09 [2019-09-25T06:51:09.847Z]         cpu: "0.2"
02:51:09 [2019-09-25T06:51:09.847Z]     volumeMounts:
02:51:09 [2019-09-25T06:51:09.847Z]     - mountPath: "/home/jenkins/.ssh"
02:51:09 [2019-09-25T06:51:09.847Z]       name: "volume-known-hosts"
02:51:09 [2019-09-25T06:51:09.847Z]     - mountPath: "/home/jenkins"
02:51:09 [2019-09-25T06:51:09.847Z]       name: "workspace-volume"
02:51:09 [2019-09-25T06:51:09.847Z]       readOnly: false
02:51:09 [2019-09-25T06:51:09.847Z]   - image: "docker.io/openjdk:11"
02:51:09 [2019-09-25T06:51:09.847Z]     name: "openjdk"
02:51:09 [2019-09-25T06:51:09.847Z]     resources:
02:51:09 [2019-09-25T06:51:09.847Z]       limits:
02:51:09 [2019-09-25T06:51:09.847Z]         memory: "3.6Gi"
02:51:09 [2019-09-25T06:51:09.847Z]         cpu: "1.0"
02:51:09 [2019-09-25T06:51:09.847Z]       requests:
02:51:09 [2019-09-25T06:51:09.847Z]         memory: "3.6Gi"
02:51:09 [2019-09-25T06:51:09.847Z]         cpu: "1.0"
02:51:09 [2019-09-25T06:51:09.847Z]     tty: true
02:51:09 [2019-09-25T06:51:09.847Z]     volumeMounts:
02:51:09 [2019-09-25T06:51:09.847Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
02:51:09 [2019-09-25T06:51:09.847Z]       name: "settings-xml"
02:51:09 [2019-09-25T06:51:09.847Z]       readOnly: true
02:51:09 [2019-09-25T06:51:09.847Z]       subPath: "settings.xml"
02:51:09 [2019-09-25T06:51:09.847Z]     - mountPath: "/home/jenkins/.m2/repository"
02:51:09 [2019-09-25T06:51:09.847Z]       name: "m2-repo"
02:51:09 [2019-09-25T06:51:09.847Z]     - mountPath: "/home/jenkins/.ssh"
02:51:09 [2019-09-25T06:51:09.847Z]       name: "volume-known-hosts"
02:51:09 [2019-09-25T06:51:09.847Z]     - mountPath: "/home/jenkins"
02:51:09 [2019-09-25T06:51:09.847Z]       name: "workspace-volume"
02:51:09 [2019-09-25T06:51:09.847Z]       readOnly: false
02:51:09 [2019-09-25T06:51:09.847Z]   nodeSelector: {}
02:51:09 [2019-09-25T06:51:09.847Z]   restartPolicy: "Never"
02:51:09 [2019-09-25T06:51:09.847Z]   volumes:
02:51:09 [2019-09-25T06:51:09.847Z]   - emptyDir: {}
02:51:09 [2019-09-25T06:51:09.847Z]     name: "m2-repo"
02:51:09 [2019-09-25T06:51:09.847Z]   - configMap:
02:51:09 [2019-09-25T06:51:09.847Z]       items:
02:51:09 [2019-09-25T06:51:09.847Z]       - key: "settings.xml"
02:51:09 [2019-09-25T06:51:09.847Z]         path: "settings.xml"
02:51:09 [2019-09-25T06:51:09.847Z]       name: "m2-dir"
02:51:09 [2019-09-25T06:51:09.847Z]     name: "settings-xml"
02:51:09 [2019-09-25T06:51:09.847Z]   - emptyDir: {}
02:51:09 [2019-09-25T06:51:09.847Z]     name: "workspace-volume"
02:51:09 [2019-09-25T06:51:09.847Z]   - configMap:
02:51:09 [2019-09-25T06:51:09.847Z]       name: "known-hosts"
02:51:09 [2019-09-25T06:51:09.847Z]     name: "volume-known-hosts"
02:51:09 [2019-09-25T06:51:09.847Z] 
02:51:17 [2019-09-25T06:51:17.214Z] Running on xtext-ref-projects-1113-kq8g0-3jj8v in /home/jenkins/workspace/experimental/npr_experiment
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
02:51:24 [2019-09-25T06:51:24.311Z] + java -version
02:51:24 [2019-09-25T06:51:24.311Z] openjdk version "11.0.4" 2019-07-16
02:51:24 [2019-09-25T06:51:24.311Z] OpenJDK Runtime Environment 18.9 (build 11.0.4+11)
02:51:24 [2019-09-25T06:51:24.311Z] OpenJDK 64-Bit Server VM 18.9 (build 11.0.4+11, mixed mode)
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[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: SUCCESS