Skip to content

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
Obtained jenkins/Jenkinsfile_system from git https://github.com/eclipse-ditto/ditto-testing
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: kubernetes ditto/ditto-testing-agent-pod-j6ccr-66dc4
Agent ditto-testing-agent-pod-j6ccr-66dc4 is provisioned from template ditto-testing-agent-pod-j6ccr
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ditto.svc.cluster.local/ditto/job/ditto-testing-pipeline/5/"
    runUrl: "job/ditto-testing-pipeline/5/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "a008aa4b1512345fa23c5931fd9b72092024cd52"
    jenkins/label: "ditto-testing-agent-pod"
  name: "ditto-testing-agent-pod-j6ccr-66dc4"
  namespace: "ditto"
spec:
  containers:
  - command:
    - "cat"
    image: "maven:alpine"
    name: "maven"
    resources:
      limits:
        memory: "8Gi"
        cpu: "2"
      requests:
        memory: "8Gi"
        cpu: "2"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "ditto-testing-agent-pod-j6ccr-66dc4"
    - name: "JENKINS_NAME"
      value: "ditto-testing-agent-pod-j6ccr-66dc4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on ditto-testing-agent-pod-j6ccr-66dc4 in /home/jenkins/agent/workspace/ditto-testing-pipeline
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clean workspace and create local maven repo)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] sh
+ echo Create local maven repo
Create local maven repo
+ mkdir -p /home/jenkins-slave/.m2
mkdir: cannot create directory ‘/home/jenkins-slave’: Permission denied
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout scm)
Stage "Checkout scm" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile)
Stage "Compile" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Preparation)
Stage "Preparation" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run module: system)
Stage "Run module: system" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Start docker environment)
Stage "Run module: system" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run module: system" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run module: sync-completely-enabled)
Stage "Run module: sync-completely-enabled" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Start docker environment)
Stage "Run module: sync-completely-enabled" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run module: sync-completely-enabled" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run module: sync-event-processing-enabled)
Stage "Run module: sync-event-processing-enabled" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Start docker environment)
Stage "Run module: sync-event-processing-enabled" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run module: sync-event-processing-enabled" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run module: sync-tags-streaming-enabled)
Stage "Run module: sync-tags-streaming-enabled" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Start docker environment)
Stage "Run module: sync-tags-streaming-enabled" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "Run module: sync-tags-streaming-enabled" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Set displayName and keep forever)
Stage "Set displayName and keep forever" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE