[midPoint-ci] Build failed in Jenkins: midPoint - support 4.7 - main build #91

Jenkins noreply at evolveum.com
Wed Oct 4 07:53:03 CEST 2023


See <https://jenkins.evolveum.com/job/midpoint-support-4-7-main/91/display/redirect>

Changes:


------------------------------------------
Started by GitHub push by skublik
Obtained tools/jenkins/midpoint-main-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint-support-4-7-main-91-2h2xv-dqv9x-21tfj
Still waiting to schedule task
‘midpoint-support-4-7-main-91-2h2xv-dqv9x-21tfj’ is offline
Agent midpoint-support-4-7-main-91-2h2xv-dqv9x-21tfj is provisioned from template midpoint-support-4-7-main_91-2h2xv-dqv9x
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "https://jenkins.evolveum.com/job/midpoint-support-4-7-main/91/"
    runUrl: "job/midpoint-support-4-7-main/91/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "4d41c7f4682525e2ca36174fbc95e1d0cfc38992"
    jenkins/label: "midpoint-support-4-7-main_91-2h2xv"
  name: "midpoint-support-4-7-main-91-2h2xv-dqv9x-21tfj"
  namespace: "jenkins"
spec:
  activeDeadlineSeconds: 21600
  containers:
  - command:
    - "cat"
    image: "maven:3.8.5-openjdk-11"
    imagePullPolicy: "IfNotPresent"
    name: "maven"
    resources:
      limits:
        memory: "8Gi"
        cpu: "4"
      requests:
        memory: "8Gi"
        cpu: "4"
    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-support-4-7-main-91-2h2xv-dqv9x-21tfj"
    - name: "JENKINS_NAME"
      value: "midpoint-support-4-7-main-91-2h2xv-dqv9x-21tfj"
    - 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-support-4-7-main-91-2h2xv-dqv9x-21tfj"
      readOnly: false

Running on midpoint-support-4-7-main-91-2h2xv-dqv9x-21tfj in /home/jenkins/agent/workspace/midpoint-support-4-7-main
[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-support-4-7-main # 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
Aborted by Lukas Skublik
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list