[midPoint-ci] Build failed in Jenkins: connId - midpilot #1

Jenkins noreply at evolveum.com
Thu Aug 7 15:55:28 CEST 2025


See <https://jenkins.evolveum.com/job/connId%20-%20midpilot/1/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-1-f33h7-57qrw-6t7vj
Still waiting to schedule task
‘connid---midpilot-1-f33h7-57qrw-6t7vj’ is offline
Agent connid---midpilot-1-f33h7-57qrw-6t7vj is provisioned from template connId_-_midpilot_1-f33h7-57qrw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1754574878032"
    buildUrl: "https://jenkins.evolveum.com/job/connId%20-%20midpilot/1/"
    runUrl: "job/connId%20-%20midpilot/1/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "8359fc05d3c2ef7c9d6d867f2ecb8d5935c4abd2"
    jenkins/label: "connId_-_midpilot_1-f33h7"
    kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
  name: "connid---midpilot-1-f33h7-57qrw-6t7vj"
  namespace: "jenkins"
spec:
  activeDeadlineSeconds: 600
  containers:
  - command:
    - "cat"
    image: "maven:3.8.5-openjdk-11"
    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-1-f33h7-57qrw-6t7vj"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "connid---midpilot-1-f33h7-57qrw-6t7vj"
    - 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-1-f33h7-57qrw-6t7vj"
      readOnly: false

Running on connid---midpilot-1-f33h7-57qrw-6t7vj 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"
First time build. Skipping changelog.
[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
[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]
[INFO] 
[INFO] ----------------------< net.tirasa.connid:connid >----------------------
[INFO] Building ConnId 1.7.0.0-SNAPSHOT                                  [1/16]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ connid ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (default-cli) @ connid ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ConnId 1.7.0.0-SNAPSHOT:
[INFO] 
[INFO] ConnId ............................................. FAILURE [  2.851 s]
[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:  11.971 s
[INFO] Finished at: 2025-08-07T13:55:27Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (default-cli) on project connid: 
[ERROR] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion failed with message:
[ERROR] Detected Maven Version: 3.8.5 is not in the allowed range [3.9.5,).
[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/MojoExecutionException
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list