[midPoint-ci] Build failed in Jenkins: midPoint - support 4.9 - overlay, JDK17 #98

Jenkins noreply at evolveum.com
Sat Feb 1 01:59:14 CET 2025


See <https://jenkins.evolveum.com/job/midpoint-support-4-9-overlay-jdk17/98/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-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc
Still waiting to schedule task
‘midpoint-support-4-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc’ is offline
Agent midpoint-support-4-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc is provisioned from template midpoint-support-4-9-overlay-jdk17_98-vvng4-9b2pk
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1738371482417"
    buildUrl: "https://jenkins.evolveum.com/job/midpoint-support-4-9-overlay-jdk17/98/"
    runUrl: "job/midpoint-support-4-9-overlay-jdk17/98/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "0baec89ac71c32ee4fc4b02dca9f0f7fb03a7c11"
    jenkins/label: "midpoint-support-4-9-overlay-jdk17_98-vvng4"
    kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
  name: "midpoint-support-4-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc"
  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-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "midpoint-support-4-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc"
    - 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-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc"
      readOnly: false

Running on midpoint-support-4-9-overlay-jdk17-98-vvng4-9b2pk-q9pxc in /home/jenkins/agent/workspace/midpoint-support-4-9-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-9-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 c8eff68e761713a0ad38b0abba4a2feb97c4fd76 (refs/remotes/origin/support-4.9)
 > git rev-parse refs/remotes/origin/support-4.9^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8eff68e761713a0ad38b0abba4a2feb97c4fd76 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b support-4.9 c8eff68e761713a0ad38b0abba4a2feb97c4fd76 # timeout=10
Commit message: "Next development version: 4.9.1-SNAPSHOT"
 > git rev-list --no-walk c8eff68e761713a0ad38b0abba4a2feb97c4fd76 # 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.9.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.evolveum.commons:util:jar:4.9.1-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.prism:prism-api:jar:4.9.1-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.prism:prism-impl:jar:4.9.1-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.axiom:axiom:jar:4.9.1-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for com.evolveum.commons:concepts:jar:4.9.1-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  37.760 s
[INFO] Finished at: 2025-02-01T00:59:11Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project midpoint-overlay-example: Could not resolve dependencies for project com.example:midpoint-overlay-example:jar:4.9.1-SNAPSHOT: The following artifacts could not be resolved: com.evolveum.commons:util:jar:4.9.1-SNAPSHOT, com.evolveum.prism:prism-api:jar:4.9.1-SNAPSHOT, com.evolveum.prism:prism-impl:jar:4.9.1-SNAPSHOT, com.evolveum.axiom:axiom:jar:4.9.1-SNAPSHOT, com.evolveum.commons:concepts:jar:4.9.1-SNAPSHOT: Could not find artifact com.evolveum.commons:util:jar:4.9.1-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