Skip to content
Aborted

Console Output

Started by user Christian Pontesegger
Running as Christian Pontesegger
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘migration-agent-p3l5w’ is offline
Agent migration-agent-p3l5w is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (migration): 
* [jnlp] eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
    - name: settings-security-xml
      mountPath: /home/jenkins/.m2/settings-security.xml
      subPath: settings-security.xml
      readOnly: true
  volumes:
  - name: settings-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml
  - name: settings-security-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings-security.xml
        path: settings-security.xml


Running on migration-agent-p3l5w in /home/jenkins/workspace/ease.build.release
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
06:28:27 [2019-07-16T10:28:27.433Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build Doclet)
[Pipeline] build
06:28:27 [2019-07-16T10:28:27.500Z] Scheduling project: ease.build.module.doclet
06:28:27 [2019-07-16T10:28:27.553Z] Starting building: ease.build.module.doclet #73
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Repos)
[Pipeline] parallel
[Pipeline] { (Branch: Core)
[Pipeline] { (Branch: Modules)
[Pipeline] stage
[Pipeline] { (Core)
[Pipeline] stage
[Pipeline] { (Modules)
[Pipeline] build
06:29:44 [2019-07-16T10:29:44.861Z] Scheduling project: ease.build.core
[Pipeline] build
06:29:44 [2019-07-16T10:29:44.866Z] Scheduling project: ease.build.modules
06:29:49 [2019-07-16T10:29:49.906Z] Starting building: ease.build.modules #39
06:29:49 [2019-07-16T10:29:49.941Z] Starting building: ease.build.core #103
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
06:45:50 [2019-07-16T10:45:50.592Z] Failed in branch Core
Aborted by Christian Pontesegger
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
06:48:27 [2019-07-16T10:48:27.554Z] Failed in branch Modules
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Fetch Mirror script)
Stage "Fetch Mirror script" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build p2)
Stage "Build p2" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: ease.build.core #103 completed with status FAILURE (propagate: false to ignore)
Finished: ABORTED