[midPoint-ci] Build failed in Jenkins: connector-scimrest #26
Jenkins
noreply at evolveum.com
Tue Oct 7 11:26:25 CEST 2025
See <https://jenkins.evolveum.com/job/connector-scimrest/26/display/redirect>
Changes:
------------------------------------------
[...truncated 44 lines...]
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-26-f8zt0-cpr3c-3slkd"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "connector-scimrest-26-f8zt0-cpr3c-3slkd"
- 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-26-f8zt0-cpr3c-3slkd"
readOnly: false
Running on connector-scimrest-26-f8zt0-cpr3c-3slkd 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
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision ee3f148af6e3085cb2f960d5eca22cd75dc876b0 (refs/remotes/origin/main)
Commit message: "Refactor SCIM REST Connector to handle URI validation and encoding errors, and update exception handling"
> git config core.sparsecheckout # timeout=10
> git checkout -f ee3f148af6e3085cb2f960d5eca22cd75dc876b0 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main ee3f148af6e3085cb2f960d5eca22cd75dc876b0 # timeout=10
> git rev-list --no-walk 7ad9b9b5d44c8f7aa028e6c435a8dbb2f6180905 # 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 199, 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 199, 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 199, 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 199, 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 199, 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 199, 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 199, 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] ------< com.evolveum.polygon.scimrest:connector-scimrest-common >-------
[INFO] Building Polygon SCIM 2 Connector - Common Implementation 0.1-SNAPSHOT [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ connector-scimrest-common ---
[INFO]
[INFO] --- gmavenplus-plugin:4.2.0:generateStubs (default) @ connector-scimrest-common ---
[INFO] No sources specified for stub generation. Skipping.
[INFO] Generated 0 stubs.
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ connector-scimrest-common ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.12.1:compile (default-compile) @ connector-scimrest-common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 115 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/connector-scimrest/common/src/main/java/com/evolveum/polygon/scimrest/schema/MappedAttribute.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/connector-scimrest/common/src/main/java/com/evolveum/polygon/scimrest/schema/MappedAttribute.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/jenkins/agent/workspace/connector-scimrest/common/src/main/java/com/evolveum/polygon/scimrest/impl/rest/RestContext.java:[11,48] cannot find symbol
symbol: class Checks
location: package com.evolveum.polygon.scimrest.groovy.api
[ERROR] /home/jenkins/agent/workspace/connector-scimrest/common/src/main/java/com/evolveum/polygon/scimrest/impl/rest/RestContext.java:[170,17] cannot find symbol
symbol: variable Checks
location: class com.evolveum.polygon.scimrest.impl.rest.RestContext.RequestBuilder
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Polygon SCIM 2 Connector - Root 0.1-SNAPSHOT:
[INFO]
[INFO] Polygon SCIM 2 Connector - Root .................... SUCCESS [ 19.802 s]
[INFO] Polygon SCIM 2 Connector - Common Implementation ... FAILURE [ 35.961 s]
[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: 55.911 s
[INFO] Finished at: 2025-10-07T09:26:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project connector-scimrest-common: Compilation failure: Compilation failure:
[ERROR] /home/jenkins/agent/workspace/connector-scimrest/common/src/main/java/com/evolveum/polygon/scimrest/impl/rest/RestContext.java:[11,48] cannot find symbol
[ERROR] symbol: class Checks
[ERROR] location: package com.evolveum.polygon.scimrest.groovy.api
[ERROR] /home/jenkins/agent/workspace/connector-scimrest/common/src/main/java/com/evolveum/polygon/scimrest/impl/rest/RestContext.java:[170,17] cannot find symbol
[ERROR] symbol: variable Checks
[ERROR] location: class com.evolveum.polygon.scimrest.impl.rest.RestContext.RequestBuilder
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :connector-scimrest-common
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list