[midPoint-ci] Build failed in Jenkins: connector-scimrest #6

Jenkins noreply at evolveum.com
Fri Sep 12 12:01:42 CEST 2025


See <https://jenkins.evolveum.com/job/connector-scimrest/6/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Obtained jenkins-pipeline from git https://github.com/Evolveum/connector-scimrest.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
[PodInfo] jenkins/connector-scimrest-6-0gttp-p4xj5-tc611
	Pod [Pending][Unschedulable] 0/3 nodes are available: 3 persistentvolumeclaim "pvc-workspace-connector-scimrest-6-0gttp-p4xj5-tc611" not found.
Created Pod: kubernetes jenkins/connector-scimrest-6-0gttp-p4xj5-tc611
[PodInfo] jenkins/connector-scimrest-6-0gttp-p4xj5-tc611
	Container [jnlp] waiting [ContainerCreating] No message
	Container [maven] waiting [ContainerCreating] No message
	Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp]
[PodInfo] jenkins/connector-scimrest-6-0gttp-p4xj5-tc611
	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
‘connector-scimrest-6-0gttp-p4xj5-tc611’ is offline
Agent connector-scimrest-6-0gttp-p4xj5-tc611 is provisioned from template connector-scimrest_6-0gttp-p4xj5
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1757671212047"
    buildUrl: "https://jenkins.evolveum.com/job/connector-scimrest/6/"
    runUrl: "job/connector-scimrest/6/"
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "15bf380d258a7acc3447b6b0dd7c056ca8efdcd2"
    jenkins/label: "connector-scimrest_6-0gttp"
    kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
  name: "connector-scimrest-6-0gttp-p4xj5-tc611"
  namespace: "jenkins"
spec:
  activeDeadlineSeconds: 600
  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: "connector-scimrest-6-0gttp-p4xj5-tc611"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "connector-scimrest-6-0gttp-p4xj5-tc611"
    - 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-connector-scimrest-6-0gttp-p4xj5-tc611"
      readOnly: false

Running on connector-scimrest-6-0gttp-p4xj5-tc611 in /home/jenkins/agent/workspace/connector-scimrest
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] retry
[Pipeline] {
[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/connector-scimrest.git
 > git init /home/jenkins/agent/workspace/connector-scimrest # timeout=10
Fetching upstream changes from https://github.com/Evolveum/connector-scimrest.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.2'
 > git fetch --tags --force --progress -- https://github.com/Evolveum/connector-scimrest.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/Evolveum/connector-scimrest.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 15f1eccb71cc2f9894a5e87cb79b9d38460733e9 (refs/remotes/origin/main)
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 15f1eccb71cc2f9894a5e87cb79b9d38460733e9 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 15f1eccb71cc2f9894a5e87cb79b9d38460733e9 # timeout=10
Commit message: "Add support for connector manifest"
 > git rev-list --no-walk c362fc6d293be21c1b8bf0e717f845ac4ddf6e74 # 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 ']'
+ mvn -B -ntp -P sbom,dependencytrack clean deploy -DdeployAtEnd=true
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.evolveum.polygon.scimrest:connector-scimrest-common:jar:0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.cyclonedx:cyclonedx-maven-plugin is missing. @ com.evolveum.polygon.scimrest:connector-scimrest-parent:0.1-SNAPSHOT, /home/jenkins/agent/workspace/connector-scimrest/pom.xml, line 200, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.evolveum.polygon.scimrest:connector-forgejo:jar:0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.cyclonedx:cyclonedx-maven-plugin is missing. @ com.evolveum.polygon.scimrest:connector-scimrest-parent:0.1-SNAPSHOT, /home/jenkins/agent/workspace/connector-scimrest/pom.xml, line 200, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.evolveum.polygon.scimrest:connector-sample-scimdev:jar:0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.cyclonedx:cyclonedx-maven-plugin is missing. @ com.evolveum.polygon.scimrest:connector-scimrest-parent:0.1-SNAPSHOT, /home/jenkins/agent/workspace/connector-scimrest/pom.xml, line 200, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.evolveum.polygon.scimrest:connector-scimrest-generic:jar:0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.cyclonedx:cyclonedx-maven-plugin is missing. @ com.evolveum.polygon.scimrest:connector-scimrest-parent:0.1-SNAPSHOT, /home/jenkins/agent/workspace/connector-scimrest/pom.xml, line 200, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.evolveum.polygon.scimrest:connector-scimrest-connectors:pom:0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.cyclonedx:cyclonedx-maven-plugin is missing. @ com.evolveum.polygon.scimrest:connector-scimrest-parent:0.1-SNAPSHOT, /home/jenkins/agent/workspace/connector-scimrest/pom.xml, line 200, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.evolveum.polygon.scimrest:connector-scimrest-parent:pom:0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.cyclonedx:cyclonedx-maven-plugin is missing. @ line 200, column 29
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Polygon SCIM 2 Connector - Root                                    [pom]
[INFO] Polygon SCIM 2 Connector - Common Implementation                   [jar]
[INFO] Polygon SCIM 2 Connector Parent                                    [pom]
[INFO] Polygon Forgejo Connector                                          [jar]
[INFO] Polygon Sample Scim.Dev Connector                                  [jar]
[INFO] Polygon SCIM2 Generic Connector                                    [jar]
[INFO] 
[INFO] ------< com.evolveum.polygon.scimrest:connector-scimrest-parent >-------
[INFO] Building Polygon SCIM 2 Connector - Root 0.1-SNAPSHOT              [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ connector-scimrest-parent ---
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ connector-scimrest-parent >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ connector-scimrest-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ connector-scimrest-parent ---
[INFO] 
[INFO] --- cyclonedx-maven-plugin:2.9.1:makeBom (sbom-package) @ connector-scimrest-parent ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.6 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/connector-scimrest/target/bom.xml
[INFO]            attaching as connector-scimrest-parent-0.1-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/connector-scimrest/target/bom.json
[WARNING] Unknown keyword meta:enum - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword or if it should generate annotations AnnotationKeyword
[WARNING] Unknown keyword deprecated - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword or if it should generate annotations AnnotationKeyword
[INFO]            attaching as connector-scimrest-parent-0.1-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ connector-scimrest-parent ---
[INFO] Installing /home/jenkins/agent/workspace/connector-scimrest/pom.xml to /root/.m2/repository/com/evolveum/polygon/scimrest/connector-scimrest-parent/0.1-SNAPSHOT/connector-scimrest-parent-0.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/connector-scimrest/target/bom.xml to /root/.m2/repository/com/evolveum/polygon/scimrest/connector-scimrest-parent/0.1-SNAPSHOT/connector-scimrest-parent-0.1-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/connector-scimrest/target/bom.json to /root/.m2/repository/com/evolveum/polygon/scimrest/connector-scimrest-parent/0.1-SNAPSHOT/connector-scimrest-parent-0.1-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ connector-scimrest-parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Polygon SCIM 2 Connector - Root 0.1-SNAPSHOT:
[INFO] 
[INFO] Polygon SCIM 2 Connector - Root .................... FAILURE [ 56.246 s]
[INFO] Polygon SCIM 2 Connector - Common Implementation ... SKIPPED
[INFO] Polygon SCIM 2 Connector Parent .................... SKIPPED
[INFO] Polygon Forgejo Connector .......................... SKIPPED
[INFO] Polygon Sample Scim.Dev Connector .................. SKIPPED
[INFO] Polygon SCIM2 Generic Connector .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  56.389 s
[INFO] Finished at: 2025-09-12T10:01:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project connector-scimrest-parent: Failed to deploy artifacts: Could not transfer artifact com.evolveum.polygon.scimrest:connector-scimrest-parent:pom:0.1-20250912.100045-5 from/to evolveum-nexus (https://nexus.evolveum.com/nexus/repository/snapshots/): authorization failed for https://nexus.evolveum.com/nexus/repository/snapshots/com/evolveum/polygon/scimrest/connector-scimrest-parent/0.1-SNAPSHOT/connector-scimrest-parent-0.1-20250912.100045-5.pom, status: 403 Forbidden -> [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