Skip to content
Aborted

Console Output

Started by user Karsten Thoms
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-resources-56’ are offline
Agent xtext-resources-56-mqv4x-mfqsk is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (xtext-resources-56): 
yaml:

apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    image: 'eclipsecbi/jenkins-jnlp-agent'
    args: ['$(JENKINS_SECRET)', '$(JENKINS_NAME)']
    resources:
      limits:
        memory: "0.4Gi"
        cpu: "0.2"
      requests:
        memory: "0.4Gi"
        cpu: "0.2"
    volumeMounts:
    - mountPath: /home/jenkins/.ssh
      name: volume-known-hosts
  - name: xtext-buildenv
    image: docker.io/smoht/xtext-buildenv:0.7
    tty: true
    resources:
      limits:
        memory: "3.6Gi"
        cpu: "1.0"
      requests:
        memory: "3.6Gi"
        cpu: "1.0"
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: m2-repo
      mountPath: /home/jenkins/.m2/repository
    - name: volume-known-hosts
      mountPath: /home/jenkins/.ssh
  volumes:
  - name: volume-known-hosts
    configMap:
      name: known-hosts
  - name: settings-xml
    configMap: 
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: m2-repo
    emptyDir: {}
    

Running on xtext-resources-56-mqv4x-mfqsk in /home/jenkins/workspace/releng/experimental-pod-resource-parent
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test CPU & RAM)
[Pipeline] sh
Sending interrupt signal to process
Killing processes
sh: line 1:    17 Terminated              JENKINS_SERVER_COOKIE=$jsc '/bin/sh' -xe '/home/jenkins/workspace/releng/experimental-pod-resource-parent@tmp/durable-7b304669/script.sh' > '/home/jenkins/workspace/releng/experimental-pod-resource-parent@tmp/durable-7b304669/jenkins-log.txt' 2>&1
kill finished with exit code 0
++ cat /sys/fs/cgroup/memory/memory.limit_in_bytes
+ echo 'MEMORY: 3686 MB'
MEMORY: 3686 MB
++ cat /sys/fs/cgroup/cpu/cpu.shares
+ echo 'CPU: 1024'
CPU: 1024
+ sleep 10m
script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: ABORTED