[midPoint-ci] Build failed in Jenkins: test-oracle23-mp48-job #1
Jenkins
noreply at evolveum.com
Thu Aug 7 23:12:48 CEST 2025
See <https://jenkins.evolveum.com/job/test-oracle23-mp48-job/1/display/redirect>
Changes:
------------------------------------------
Started by user Viliam Repan
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj
Still waiting to schedule task
‘test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj’ is offline
Agent test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj is provisioned from template test-oracle23-mp48-job_1-qgfd1-hfw4r
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1754600933479"
buildUrl: "https://jenkins.evolveum.com/job/test-oracle23-mp48-job/1/"
runUrl: "job/test-oracle23-mp48-job/1/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "79235a114ca9c87f70d9fa1785afcc952cc965f5"
jenkins/label: "test-oracle23-mp48-job_1-qgfd1"
kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
name: "test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 28800
containers:
- command:
- "cat"
image: "maven:3.9.4-eclipse-temurin-21"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "10Gi"
cpu: "4"
requests:
memory: "10Gi"
cpu: "4"
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- command:
- "cat"
image: "bitnami/kubectl:1.19.4"
imagePullPolicy: "IfNotPresent"
name: "kubectl"
resources: {}
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- 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: "test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj"
- 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: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
node: "jenkins"
restartPolicy: "Never"
volumes:
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj"
readOnly: false
Running on test-oracle23-mp48-job-1-qgfd1-hfw4r-n6btj in /home/jenkins/agent/workspace/test-oracle23-mp48-job
[Pipeline] {
[Pipeline] stage
[Pipeline] { (create-db)
[Pipeline] container
[Pipeline] {
[Pipeline] withKubeConfig
[kubernetes-cli] creating missing workspace to write temporary kubeconfig
[Pipeline] {
[Pipeline] sh
persistentvolumeclaim/test-db-test-oracle23-mp48-job-1
pod/test-db-test-oracle23-mp48-job-1
Initialized: True
Ready: True
ContainersReady: True
PodScheduled: True
Pod IP: 172.16.135.179
Host IP: 10.100.1.43
[Pipeline] }
[kubernetes-cli] kubectl configuration cleaned up
[Pipeline] // withKubeConfig
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[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/test-oracle23-mp48-job # 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 Viliam Repan
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.GeneratedMethodAccessor1085.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.proxy58/jdk.proxy58.$Proxy143.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] container
[Pipeline] {
[Pipeline] withKubeConfig
[Pipeline] {
[Pipeline] sh
pod "test-db-test-oracle23-mp48-job-1" deleted
persistentvolumeclaim "test-db-test-oracle23-mp48-job-1" deleted
[Pipeline] }
[kubernetes-cli] kubectl configuration cleaned up
[Pipeline] // withKubeConfig
[Pipeline] }
[Pipeline] // container
[Pipeline] step
More information about the midPoint-ci
mailing list