[midPoint-ci] Build failed in Jenkins: midPoint - support 4.8 - overlay, JDK17 #310
Jenkins
noreply at evolveum.com
Wed Dec 10 01:14:46 CET 2025
See <https://jenkins.evolveum.com/job/midpoint-support-4-8-overlay-jdk17/310/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-310-625r8-mnk5s-z9t3j
[PodInfo] jenkins/midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j
Pod [Pending][Unschedulable] 0/3 nodes are available: 3 persistentvolumeclaim "pvc-workspace-midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j" not found.
[PodInfo] jenkins/midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp]
Still waiting to schedule task
‘midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j’ is offline
[PodInfo] jenkins/midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j
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-310-625r8-mnk5s-z9t3j is provisioned from template midpoint-support-4-8-overlay-jdk17_310-625r8-mnk5s
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1765325530538"
buildUrl: "https://jenkins.evolveum.com/job/midpoint-support-4-8-overlay-jdk17/310/"
runUrl: "job/midpoint-support-4-8-overlay-jdk17/310/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "a426d98f1e0878347d3c5c75cf1ab9c8158bb8e7"
jenkins/label: "midpoint-support-4-8-overlay-jdk17_310-625r8"
kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
name: "midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j"
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-310-625r8-mnk5s-z9t3j"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j"
- 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-310-625r8-mnk5s-z9t3j"
readOnly: false
Running on midpoint-support-4-8-overlay-jdk17-310-625r8-mnk5s-z9t3j 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 323749aabee8467ec1a411649675b545beacf29c (refs/remotes/origin/support-4.8)
> git rev-parse refs/remotes/origin/support-4.8^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
Commit message: "Update Nexus URLs to the new format"
> git checkout -f 323749aabee8467ec1a411649675b545beacf29c # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b support-4.8 323749aabee8467ec1a411649675b545beacf29c # timeout=10
> git rev-list --no-walk 323749aabee8467ec1a411649675b545beacf29c # 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.11-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.4.1:clean (default-clean) @ midpoint-overlay-example ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ midpoint-overlay-example ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.2:check (validate) @ midpoint-overlay-example ---
[INFO]
[INFO] --- gitdescribe-maven-plugin:3.0:gitdescribe (git-describe) @ midpoint-overlay-example ---
[INFO] Setting Git Describe: v4.8-10-g323749a
[INFO]
[INFO] --- git-commit-id-plugin:4.9.10:revision (default) @ midpoint-overlay-example ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ midpoint-overlay-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ midpoint-overlay-example ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ midpoint-overlay-example ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ midpoint-overlay-example ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ midpoint-overlay-example ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ midpoint-overlay-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17/target/midpoint.jar
[INFO]
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ midpoint-overlay-example >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ midpoint-overlay-example ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.2:check (validate) @ midpoint-overlay-example ---
[INFO]
[INFO] --- gitdescribe-maven-plugin:3.0:gitdescribe (git-describe) @ midpoint-overlay-example ---
[INFO]
[INFO] --- git-commit-id-plugin:4.9.10:revision (default) @ midpoint-overlay-example ---
[INFO]
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ midpoint-overlay-example <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ midpoint-overlay-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17/target/midpoint-sources.jar
[INFO]
[INFO] --- spring-boot-maven-plugin:3.5.6:repackage (default) @ midpoint-overlay-example ---
[INFO] Replacing main artifact /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17/target/midpoint.jar with repackaged archive, adding nested dependencies in BOOT-INF/.
[INFO] The original artifact has been renamed to /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17/target/midpoint.jar.original
[INFO]
[INFO] --- maven-dependency-plugin:3.3.0:analyze-only (analyze) @ midpoint-overlay-example ---
[INFO] Skipping plugin execution
[INFO]
[INFO] --- maven-install-plugin:3.1.4:install (default-install) @ midpoint-overlay-example ---
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17/pom.xml to /root/.m2/repository/com/example/midpoint-overlay-example/4.8.11-SNAPSHOT/midpoint-overlay-example-4.8.11-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17/target/midpoint.jar to /root/.m2/repository/com/example/midpoint-overlay-example/4.8.11-SNAPSHOT/midpoint-overlay-example-4.8.11-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/midpoint-support-4-8-overlay-jdk17/target/midpoint-sources.jar to /root/.m2/repository/com/example/midpoint-overlay-example/4.8.11-SNAPSHOT/midpoint-overlay-example-4.8.11-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ midpoint-overlay-example ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:10 min
[INFO] Finished at: 2025-12-10T00:14:45Z
[INFO] ------------------------------------------------------------------------
+ '[' 0 -ge 1 ']'
[Pipeline] step
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list