[midPoint-ci] Build failed in Jenkins: midPoint - support 4.8 - overlay, JDK17 #83
Jenkins
noreply at evolveum.com
Fri May 2 01:13:07 CEST 2025
See <https://jenkins.evolveum.com/job/midpoint-support-4-8-overlay-jdk17/83/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/midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz
Still waiting to schedule task
‘midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz’ is offline
Agent midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz is provisioned from template midpoint-support-4-8-overlay-jdk17_83-2n22m-hwpm7
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1746141122752"
buildUrl: "https://jenkins.evolveum.com/job/midpoint-support-4-8-overlay-jdk17/83/"
runUrl: "job/midpoint-support-4-8-overlay-jdk17/83/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "aa8801ffecfa9ccd8523d4e35a0a8b64bf564ea8"
jenkins/label: "midpoint-support-4-8-overlay-jdk17_83-2n22m"
kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
name: "midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 3600
containers:
- command:
- "cat"
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: "JENKINS_TUNNEL"
value: "jenkins-agent:50000"
- name: "JENKINS_AGENT_NAME"
value: "midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz"
- 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:
node: "jenkins"
restartPolicy: "Never"
volumes:
- name: "volume-0"
secret:
secretName: "jenkins-nexus"
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz"
readOnly: false
Running on midpoint-support-4-8-overlay-jdk17-83-2n22m-hwpm7-wljpz 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
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'
> 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
Avoid second fetch
Checking out Revision f1f522d18e5e529d8af46a88d5da183781933361 (refs/remotes/origin/support-4.8)
Commit message: "updated dependencies to 4.8.8-SNAPSHOT"
> git rev-parse refs/remotes/origin/support-4.8^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f1f522d18e5e529d8af46a88d5da183781933361 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b support-4.8 f1f522d18e5e529d8af46a88d5da183781933361 # timeout=10
> git rev-list --no-walk f1f522d18e5e529d8af46a88d5da183781933361 # 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.8-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.evolveum.commons:util:jar:4.8.8-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.prism:prism-api:jar:4.8.8-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.prism:prism-impl:jar:4.8.8-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.axiom:axiom:jar:4.8.8-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.commons:concepts:jar:4.8.8-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.390 s
[INFO] Finished at: 2025-05-01T23:13:07Z
[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.8-SNAPSHOT: The following artifacts could not be resolved: com.evolveum.commons:util:jar:4.8.8-SNAPSHOT, com.evolveum.prism:prism-api:jar:4.8.8-SNAPSHOT, com.evolveum.prism:prism-impl:jar:4.8.8-SNAPSHOT, com.evolveum.axiom:axiom:jar:4.8.8-SNAPSHOT, com.evolveum.commons:concepts:jar:4.8.8-SNAPSHOT: Could not find artifact com.evolveum.commons:util:jar:4.8.8-SNAPSHOT in evolveum (https://nexus.evolveum.com/nexus/content/groups/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