[midPoint-ci] Build failed in Jenkins: midPoint - master - Native repo, PG 15, JDK 21 (Eclipse Temurin) #664
Jenkins
noreply at evolveum.com
Sun Mar 29 01:43:36 CET 2026
See <https://jenkins.evolveum.com/job/midpoint-master-native-pg15-jdk21/664/display/redirect>
Changes:
------------------------------------------
Started by an SCM change
Started by an SCM change
Obtained tools/jenkins/midpoint-main-nativepg-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘midpoint-master-native-pg15-jdk21_664-29t4c’ are offline
Created Pod: kubernetes jenkins/midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325
[PodInfo] jenkins/midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325
Pod [Pending][Unschedulable] 0/3 nodes are available: 3 persistentvolumeclaim "pvc-workspace-midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325" not found.
[PodInfo] jenkins/midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Container [postgres] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp postgres]
[PodInfo] jenkins/midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Container [postgres] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp postgres]
[PodInfo] jenkins/midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Container [postgres] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp postgres]
Agent midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325 is provisioned from template midpoint-master-native-pg15-jdk21_664-29t4c-83j5v
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1774744736334"
buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-native-pg15-jdk21/664/"
runUrl: "job/midpoint-master-native-pg15-jdk21/664/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "c8902f08db8cee369afe452f3c5aa5011bf7cf1b"
jenkins/label: "midpoint-master-native-pg15-jdk21_664-29t4c"
kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
name: "midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 21600
containers:
- command:
- "cat"
image: "maven:3.9.4-eclipse-temurin-21"
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/.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-native-pg15-jdk21-664-29t4c-83j5v-kw325"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325"
- 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
- env:
- name: "POSTGRES_USER"
value: "midtest"
- name: "POSTGRES_INITDB_ARGS"
value: "--lc-collate=en_US.utf8 --lc-ctype=en_US.utf8"
- name: "POSTGRES_PASSWORD"
value: "password"
image: "postgres:15-alpine"
imagePullPolicy: "IfNotPresent"
name: "postgres"
ports:
- containerPort: 5432
name: "postgres"
resources:
limits:
memory: "4Gi"
cpu: "2"
requests:
memory: "4Gi"
cpu: "2"
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
nodeSelector:
cpu: "E5-2680"
restartPolicy: "Never"
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "midpoint-master-native-pg15-jdk21-m2repo"
readOnly: false
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325"
readOnly: false
Running on midpoint-master-native-pg15-jdk21-664-29t4c-83j5v-kw325 in /home/jenkins/agent/workspace/midpoint-master-native-pg15-jdk21
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] retry
[Pipeline] {
[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-master-native-pg15-jdk21 # 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 Richard Richter
ERROR: Checkout failed
java.lang.InterruptedException
at java.base/java.lang.Object.wait(Native Method)
at hudson.remoting.Request.call(Request.java:177)
at hudson.remoting.Channel.call(Channel.java:1041)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153)
at jdk.internal.reflect.GeneratedMethodAccessor1061.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138)
at PluginClassLoader for git-client/jdk.proxy69/jdk.proxy69.$Proxy180.execute(Unknown Source)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
ERROR: Maximum checkout retry attempts reached, aborting
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list