[midPoint-ci] Build failed in Jenkins: midpoint-branch-release-before-4.8 #3

Jenkins noreply at evolveum.com
Mon Jan 29 14:43:00 CET 2024


See <https://jenkins.evolveum.com/job/midpoint-branch-release-before-4.8/3/display/redirect>

Changes:


------------------------------------------
Started by user Lukas Skublik
Replayed #2
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint-branch-release-before-4-8-3-n1h3s-5v0td-t66v0
Still waiting to schedule task
‘midpoint-branch-release-before-4-8-3-n1h3s-5v0td-t66v0’ is offline
Agent midpoint-branch-release-before-4-8-3-n1h3s-5v0td-t66v0 is provisioned from template midpoint-branch-release-before-4_8_3-n1h3s-5v0td
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "https://jenkins.evolveum.com/job/midpoint-branch-release-before-4.8/3/"
    runUrl: "job/midpoint-branch-release-before-4.8/3/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "b27b0c0666cc35edbbd390b72bd58b4269a7a6dd"
    jenkins/label: "midpoint-branch-release-before-4_8_3-n1h3s"
  name: "midpoint-branch-release-before-4-8-3-n1h3s-5v0td-t66v0"
  namespace: "jenkins"
spec:
  activeDeadlineSeconds: 21600
  containers:
  - command:
    - "cat"
    env:
    - name: "MIDPOINT_BUILD_ALIAS"
    image: "maven:3.8.5-openjdk-11"
    imagePullPolicy: "IfNotPresent"
    name: "maven"
    resources:
      limits:
        memory: "8Gi"
        cpu: "8"
      requests:
        memory: "8Gi"
        cpu: "8"
    securityContext:
      privileged: false
      runAsUser: 0
    tty: true
    volumeMounts:
    - mountPath: "/root/jenkins-nexus"
      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-branch-release-before-4-8-3-n1h3s-5v0td-t66v0"
    - name: "MIDPOINT_BUILD_ALIAS"
    - name: "JENKINS_NAME"
      value: "midpoint-branch-release-before-4-8-3-n1h3s-5v0td-t66v0"
    - 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/jenkins-nexus"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    secret:
      secretName: "jenkins-nexus"
  - name: "workspace-volume"
    persistentVolumeClaim:
      claimName: "pvc-workspace-midpoint-branch-release-before-4-8-3-n1h3s-5v0td-t66v0"
      readOnly: false

Running on midpoint-branch-release-before-4-8-3-n1h3s-5v0td-t66v0 in /home/jenkins/agent/workspace/midpoint-branch-release-before-4.8
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] git
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/midpoint.git
 > git init /home/jenkins/agent/workspace/midpoint-branch-release-before-4.8 # 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
 > git config remote.origin.url https://github.com/Evolveum/midpoint.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b4f62a96721bd1b4c94811a4e557d881a03af2bc (refs/remotes/origin/support-4.7)
Commit message: "Release 4.7.3 (Johnson)"
 > git rev-parse refs/remotes/origin/support-4.7^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b4f62a96721bd1b4c94811a4e557d881a03af2bc # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b support-4.7 b4f62a96721bd1b4c94811a4e557d881a03af2bc # timeout=10
 > git rev-list --no-walk b4f62a96721bd1b4c94811a4e557d881a03af2bc # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] withCredentials
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list