[midPoint-ci] Build failed in Jenkins: connector-scimrest #39
Jenkins
noreply at evolveum.com
Thu Apr 23 18:00:52 CEST 2026
See <https://jenkins.evolveum.com/job/connector-scimrest/39/display/redirect>
Changes:
------------------------------------------
[...truncated 8 lines...]
Pod [Pending][Unschedulable] 0/6 nodes are available: persistentvolumeclaim "pvc-workspace-connector-scimrest-39-z5nn4-gjrq4-jvp1c" not found. not found
[PodInfo] jenkins-legacy/connector-scimrest-39-z5nn4-gjrq4-jvp1c
Pod [Pending][Unschedulable] 0/6 nodes are available: pod has unbound immediate PersistentVolumeClaims. not found
[PodInfo] jenkins-legacy/connector-scimrest-39-z5nn4-gjrq4-jvp1c
Container [jnlp] waiting [ContainerCreating] No message
Container [maven] waiting [ContainerCreating] No message
Pod [Pending][ContainersNotReady] containers with unready status: [maven jnlp]
Agent connector-scimrest-39-z5nn4-gjrq4-jvp1c is provisioned from template connector-scimrest_39-z5nn4-gjrq4
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1776960010799"
buildUrl: "http://jenkins.jenkins-legacy.svc.cluster.local:8080/job/connector-scimrest/39/"
runUrl: "job/connector-scimrest/39/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "e35d241d89b9af844b160d9410f62624ecfb27bc"
jenkins/label: "connector-scimrest_39-z5nn4"
kubernetes.jenkins.io/controller: "http___jenkins_jenkins-legacy_svc_cluster_local_8080x"
name: "connector-scimrest-39-z5nn4-gjrq4-jvp1c"
namespace: "jenkins-legacy"
spec:
activeDeadlineSeconds: 600
containers:
- command:
- "cat"
env:
- name: "no_proxy"
value: "localhost,127.0.0.1,10.0.0.0/8,.local,.internal,.e,.svc,.cluster.local,jenkins-agent"
- name: "http_proxy"
value: "http://fw.v130.e:3128"
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: "no_proxy"
value: "localhost,127.0.0.1,10.0.0.0/8,.local,.internal,.e,.svc,.cluster.local,jenkins-agent"
- name: "http_proxy"
value: "http://fw.v130.e:3128"
- name: "JENKINS_TUNNEL"
value: "jenkins-agent:50000"
- name: "JENKINS_AGENT_NAME"
value: "connector-scimrest-39-z5nn4-gjrq4-jvp1c"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "connector-scimrest-39-z5nn4-gjrq4-jvp1c"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins.jenkins-legacy.svc.cluster.local:8080/"
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:
kubernetes.io/os: "linux"
restartPolicy: "Never"
volumes:
- name: "volume-0"
secret:
secretName: "jenkins-nexus"
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-connector-scimrest-39-z5nn4-gjrq4-jvp1c"
readOnly: false
Running on connector-scimrest-39-z5nn4-gjrq4-jvp1c 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'
Setting http proxy: fw.v130.e:3128
> git fetch --tags --force --progress -- https://github.com/Evolveum/connector-scimrest.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 65cf3c8f169dc9a5982cc9b1b312d787249a1793 (refs/remotes/origin/main)
> 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
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 65cf3c8f169dc9a5982cc9b1b312d787249a1793 # timeout=10
Commit message: "Merge pull request #5 from Evolveum/feature/basic-oauth2-authorization"
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main 65cf3c8f169dc9a5982cc9b1b312d787249a1793 # timeout=10
> git rev-list --no-walk 6def062d3ba20cfd65565460198291cc6ab8dd23 # 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 -DskipTests -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 205, 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 205, 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 205, 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 205, column 29
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.evolveum.polygon:open-project: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 205, 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 205, 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 205, 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] open-project [jar]
[INFO]
[INFO] ------< com.evolveum.polygon.scimrest:connector-scimrest-parent >-------
[INFO] Building Polygon SCIM 2 Connector - Root 0.1-SNAPSHOT [1/7]
[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 [ 10.077 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] open-project ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.162 s
[INFO] Finished at: 2026-04-23T16:00:51Z
[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-20260423.160041-2 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-20260423.160041-2.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