[midPoint-ci] Build failed in Jenkins: midPoint - support 4.8 - overlay, JDK17 #485
Jenkins
noreply at evolveum.com
Tue Jun 2 01:12:39 CEST 2026
See <https://jenkins.evolveum.com/job/midpoint-support-4-8-overlay-jdk17/485/display/redirect>
Changes:
------------------------------------------
Started by timer
Obtained jenkins-pipeline from git https://github.com/Evolveum/midpoint-overlay-example
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins-legacy/midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh
[PodInfo] jenkins-legacy/midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh
Pod [Pending][Unschedulable] 0/6 nodes are available: persistentvolumeclaim "pvc-workspace-midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh" not found. not found
[PodInfo] jenkins-legacy/midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh
Pod [Pending][Unschedulable] 0/6 nodes are available: pod has unbound immediate PersistentVolumeClaims. not found
[PodInfo] jenkins-legacy/midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp]
Agent midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh is provisioned from template midpoint-support-4-8-overlay-jdk17_485-1qthk-fbr4p
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1780355522456"
buildUrl: "http://jenkins.jenkins-legacy.svc.cluster.local:8080/job/midpoint-support-4-8-overlay-jdk17/485/"
runUrl: "job/midpoint-support-4-8-overlay-jdk17/485/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "0648d075882e39474e2b0f1b36985e6ff372aef8"
jenkins/label: "midpoint-support-4-8-overlay-jdk17_485-1qthk"
kubernetes.jenkins.io/controller: "http___jenkins_jenkins-legacy_svc_cluster_local_8080x"
name: "midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh"
namespace: "jenkins-legacy"
spec:
activeDeadlineSeconds: 3600
containers:
- command:
- "cat"
env:
- name: "no_proxy"
value: "localhost,127.0.0.1,10.0.0.0/8,.local,.internal,.e,.svc,.cluster.local,jenkins-agent"
- name: "http_proxy"
value: "http://fw.v130.e:3128"
image: "maven:3.8.5-openjdk-17"
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: "no_proxy"
value: "localhost,127.0.0.1,10.0.0.0/8,.local,.internal,.e,.svc,.cluster.local,jenkins-agent"
- name: "http_proxy"
value: "http://fw.v130.e:3128"
- name: "JENKINS_TUNNEL"
value: "jenkins-agent:50000"
- name: "JENKINS_AGENT_NAME"
value: "midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins.jenkins-legacy.svc.cluster.local:8080/"
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-8-overlay-jdk17-485-1qthk-fbr4p-zskjh"
readOnly: false
Running on midpoint-support-4-8-overlay-jdk17-485-1qthk-fbr4p-zskjh in /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 635e6a98001148bece805a6486b339ae258fc8f3 (refs/remotes/origin/support-4.8)
Cloning repository https://github.com/Evolveum/midpoint-overlay-example
> git init /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17 # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint-overlay-example
> git --version # timeout=10
> git --version # 'git version 2.34.2'
Setting http proxy: fw.v130.e:3128
> git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint-overlay-example +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/Evolveum/midpoint-overlay-example # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/support-4.8^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
Commit message: "updated midpoint to 4.8.12-SNAPSHOT"
> git checkout -f 635e6a98001148bece805a6486b339ae258fc8f3 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b support-4.8 635e6a98001148bece805a6486b339ae258fc8f3 # timeout=10
> git rev-list --no-walk 635e6a98001148bece805a6486b339ae258fc8f3 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mkdir -p /root/.m2
+ ln -s ../jenkins-nexus/settings.xml /root/.m2/settings.xml
+ '[' 0 -ge 1 ']'
+ mvn -B -ntp clean deploy -DdeployAtEnd=true
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< com.example:midpoint-overlay-example >----------------
[INFO] Building midPoint Overlay Project 4.8.12-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.evolveum.commons:util:jar:4.8.12-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.prism:prism-api:jar:4.8.12-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.prism:prism-impl:jar:4.8.12-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.axiom:axiom:jar:4.8.12-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.commons:concepts:jar:4.8.12-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.325 s
[INFO] Finished at: 2026-06-01T23:12:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project midpoint-overlay-example: Could not resolve dependencies for project com.example:midpoint-overlay-example:jar:4.8.12-SNAPSHOT: The following artifacts could not be resolved: com.evolveum.commons:util:jar:4.8.12-SNAPSHOT, com.evolveum.prism:prism-api:jar:4.8.12-SNAPSHOT, com.evolveum.prism:prism-impl:jar:4.8.12-SNAPSHOT, com.evolveum.axiom:axiom:jar:4.8.12-SNAPSHOT, com.evolveum.commons:concepts:jar:4.8.12-SNAPSHOT: Could not find artifact com.evolveum.commons:util:jar:4.8.12-SNAPSHOT in evolveum (https://nexus.evolveum.com/nexus/repository/public) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list