[midPoint-ci] Build failed in Jenkins: connId - midpilot #3
Jenkins
noreply at evolveum.com
Thu Aug 7 16:08:13 CEST 2025
See <https://jenkins.evolveum.com/job/connId%20-%20midpilot/3/display/redirect>
Changes:
------------------------------------------
Started by user Anton Tkacik
Obtained pipelines/connid from git http://git.lab.evolveum.com/evolveum/jenkins.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/connid---midpilot-3-vn8tk-x0p4f-vhtpt
Still waiting to schedule task
‘connid---midpilot-3-vn8tk-x0p4f-vhtpt’ is offline
Agent connid---midpilot-3-vn8tk-x0p4f-vhtpt is provisioned from template connId_-_midpilot_3-vn8tk-x0p4f
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1754575626291"
buildUrl: "https://jenkins.evolveum.com/job/connId%20-%20midpilot/3/"
runUrl: "job/connId%20-%20midpilot/3/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "877ac12d1bb7a613ffd3d160a019b2886f0fa951"
jenkins/label: "connId_-_midpilot_3-vn8tk"
kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
name: "connid---midpilot-3-vn8tk-x0p4f-vhtpt"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 600
containers:
- command:
- "cat"
image: "maven:3.9.11-eclipse-temurin-11-noble"
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: "connid---midpilot-3-vn8tk-x0p4f-vhtpt"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "connid---midpilot-3-vn8tk-x0p4f-vhtpt"
- 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-connid---midpilot-3-vn8tk-x0p4f-vhtpt"
readOnly: false
Running on connid---midpilot-3-vn8tk-x0p4f-vhtpt in /home/jenkins/agent/workspace/connId - midpilot
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] retry
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/connid.git
> git init /home/jenkins/agent/workspace/connId - midpilot # timeout=10
Fetching upstream changes from https://github.com/Evolveum/connid.git
> git --version # timeout=10
> git --version # 'git version 2.34.2'
> git fetch --tags --force --progress -- https://github.com/Evolveum/connid.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/Evolveum/connid.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 7d810387f5983831cc92ee3450ff14c409c2b6cb (refs/remotes/origin/midpilot)
> git rev-parse refs/remotes/origin/midpilot^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7d810387f5983831cc92ee3450ff14c409c2b6cb # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b midpilot 7d810387f5983831cc92ee3450ff14c409c2b6cb # timeout=10
Commit message: "Merge remote-tracking branch 'origin/feature/embedded-objects' into midpilot"
> git rev-list --no-walk 7d810387f5983831cc92ee3450ff14c409c2b6cb # timeout=10
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $DTRACK_URL or $DTRACK_TOKEN
[Pipeline] {
[Pipeline] sh
+ mkdir -p /root/.m2
+ ln -s ../jenkins-nexus/settings.xml /root/.m2/settings.xml
+ '[' 0 -ge 1 ']'
+ cd java/
+ mvn -B -ntp clean deploy -DdeployAtEnd=true -DaltReleaseDeploymentRepository= evolveum-nexus::default::https://nexus.evolveum.com/nexus/repository/releases/ -DaltSnapshotDeploymentRepository=evolveum-nexus::default::https://nexus.evolveum.com/nexus/repository/snapshots/
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ConnId [pom]
[INFO] ConnId: Connector Framework [bundle]
[INFO] ConnId: Common Test Library [jar]
[INFO] ConnId: Test Common V1 [jar]
[INFO] ConnId: Test Common V2 [jar]
[INFO] ConnId: Test Bundle V1 [bundle]
[INFO] ConnId: Test Bundle V2 [bundle]
[INFO] ConnId: Connector Framework Internal [bundle]
[INFO] ConnId: Connector Framework OSGi [bundle]
[INFO] ConnId: Contract Tests [jar]
[INFO] ConnId: SLF4J Logging [bundle]
[INFO] ConnId: Commons [pom]
[INFO] ConnId: Commons DB [jar]
[INFO] ConnId: Commons Scripted [jar]
[INFO] ConnId: Connector Server (zip assembly) [jar]
[INFO] ConnId: Connector Archetype [maven-archetype]
[WARNING] The POM for evolveum-nexus:default:jar:https is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ConnId 1.7.0.0-SNAPSHOT:
[INFO]
[INFO] ConnId ............................................. SKIPPED
[INFO] ConnId: Connector Framework ........................ SKIPPED
[INFO] ConnId: Common Test Library ........................ SKIPPED
[INFO] ConnId: Test Common V1 ............................. SKIPPED
[INFO] ConnId: Test Common V2 ............................. SKIPPED
[INFO] ConnId: Test Bundle V1 ............................. SKIPPED
[INFO] ConnId: Test Bundle V2 ............................. SKIPPED
[INFO] ConnId: Connector Framework Internal ............... SKIPPED
[INFO] ConnId: Connector Framework OSGi ................... SKIPPED
[INFO] ConnId: Contract Tests ............................. SKIPPED
[INFO] ConnId: SLF4J Logging .............................. SKIPPED
[INFO] ConnId: Commons .................................... SKIPPED
[INFO] ConnId: Commons DB ................................. SKIPPED
[INFO] ConnId: Commons Scripted ........................... SKIPPED
[INFO] ConnId: Connector Server (zip assembly) ............ SKIPPED
[INFO] ConnId: Connector Archetype ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.286 s
[INFO] Finished at: 2025-08-07T14:08:11Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin evolveum-nexus:default:https or one of its dependencies could not be resolved:
[ERROR] Could not find artifact evolveum-nexus:default:jar:https in central (https://repo.maven.apache.org/maven2)
[ERROR] -> [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/PluginResolutionException
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list