[midPoint-ci] Build failed in Jenkins: midpoint - master - quick vilko #20

Jenkins noreply at evolveum.com
Fri Oct 6 22:41:02 CEST 2023


See <https://jenkins.evolveum.com/job/midpoint%20-%20master%20-%20quick%20vilko/20/display/redirect>

Changes:


------------------------------------------
Started by user Kamil Jires
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://github.com/Evolveum/midpoint.git into /var/jenkins_home/workspace/midpoint - master - quick vilko at script/71e91fa9368be87fb99e299a64d535eef725c49ade6ac1f20f98bb2b1591af7f to read tools/jenkins/midpoint-quick-pipeline-ninja
The recommended git tool is: git
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/midpoint - master - quick vilko at script/71e91fa9368be87fb99e299a64d535eef725c49ade6ac1f20f98bb2b1591af7f/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/Evolveum/midpoint.git # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint.git
 > git --version # timeout=10
 > git --version # 'git version 2.40.1'
 > git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/feature/ninja-jenkins-tests^{commit} # timeout=10
 > git rev-parse feature/ninja-jenkins-tests^{commit} # timeout=10
Checking out Revision 2329adf93211a0cbab495fd91b51db29f28ba739 (refs/remotes/origin/feature/ninja-jenkins-tests)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2329adf93211a0cbab495fd91b51db29f28ba739 # timeout=10
Commit message: "quick pipeline (ninja) now equal to quick one to do full test"
 > git rev-list --no-walk 2329adf93211a0cbab495fd91b51db29f28ba739 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint---master---quick-vilko-20-j9nk5-wvtcg-5xzb9
Still waiting to schedule task
‘midpoint---master---quick-vilko-20-j9nk5-wvtcg-5xzb9’ is offline
Agent midpoint---master---quick-vilko-20-j9nk5-wvtcg-5xzb9 is provisioned from template midpoint_-_master_-_quick_vilko_20-j9nk5-wvtcg
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "https://jenkins.evolveum.com/job/midpoint%20-%20master%20-%20quick%20vilko/20/"
    runUrl: "job/midpoint%20-%20master%20-%20quick%20vilko/20/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "9db9a92e3defbb445f85979bad6f2b1d65bb12e3"
    jenkins/label: "midpoint_-_master_-_quick_vilko_20-j9nk5"
  name: "midpoint---master---quick-vilko-20-j9nk5-wvtcg-5xzb9"
  namespace: "jenkins"
spec:
  activeDeadlineSeconds: 7200
  containers:
  - command:
    - "cat"
    image: "maven:3.8.5-openjdk-17"
    imagePullPolicy: "IfNotPresent"
    name: "maven"
    resources:
      limits:
        memory: "6Gi"
        cpu: "4"
      requests:
        memory: "6Gi"
        cpu: "4"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: true
    volumeMounts:
    - mountPath: "/root/.m2/repository"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "midpoint---master---quick-vilko-20-j9nk5-wvtcg-5xzb9"
    - name: "JENKINS_NAME"
      value: "midpoint---master---quick-vilko-20-j9nk5-wvtcg-5xzb9"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "https://jenkins.evolveum.com/"
    image: "jenkins/inbound-agent:4.13-2-alpine"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
      requests:
        memory: "1Gi"
        cpu: "1"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: false
    volumeMounts:
    - mountPath: "/root/.m2/repository"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    node: "jenkins"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "midpoint-quick-pipeline-m2repo"
      readOnly: false
  - name: "workspace-volume"
    persistentVolumeClaim:
      claimName: "midpoint-quick-pipeline-workspace"
      readOnly: false

Running on midpoint---master---quick-vilko-20-j9nk5-wvtcg-5xzb9 in /home/jenkins/agent/workspace/midpoint - master - quick vilko
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] sh
+ '[' 0 -ge 1 ']'
[Pipeline] git
The recommended git tool is: git
No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/midpoint - master - quick vilko/.git # timeout=10
 > git config remote.origin.url https://github.com/Evolveum/midpoint.git # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.2'
 > git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 2329adf93211a0cbab495fd91b51db29f28ba739 (refs/remotes/origin/feature/ninja-jenkins-tests)
 > git rev-parse refs/remotes/origin/feature/ninja-jenkins-tests^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2329adf93211a0cbab495fd91b51db29f28ba739 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list