[midPoint-ci] Build failed in Jenkins: midPoint - master - quick #2314

Jenkins noreply at evolveum.com
Thu Feb 8 20:34:29 CET 2024


See <https://jenkins.evolveum.com/job/midpoint-master-quick/2314/display/redirect>

Changes:


------------------------------------------
[...truncated 2372 lines...]
[INFO] 
[INFO] ---------------< com.evolveum.midpoint.repo:repo-common >---------------
[INFO] Building midPoint Repo Commons 4.9-SNAPSHOT                      [27/64]
[INFO]   from repo/repo-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ repo-common ---
[INFO] Deleting /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/target
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce) @ repo-common ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (validate) @ repo-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ repo-common ---
[INFO] Setting Git Describe: v4.9devel-573-gd021652521f
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ repo-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ repo-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 216 source files with javac [debug target 17] to target/classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/util/OperationExecutionRecorderForTasks.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/util/OperationExecutionRecorderForTasks.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/reports/CsvWriter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/activity/run/reports/CsvWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ repo-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 85 resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ repo-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ repo-common ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running Unit
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 s -- in Unit
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ repo-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/target/repo-common-4.9-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.1.0:jar (attach-sources) > generate-sources @ repo-common >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce) @ repo-common ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (validate) @ repo-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ repo-common ---
[INFO] 
[INFO] <<< source:3.1.0:jar (attach-sources) < generate-sources @ repo-common <<<
[INFO] 
[INFO] 
[INFO] --- source:3.1.0:jar (attach-sources) @ repo-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/target/repo-common-4.9-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ repo-common ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running Integration
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 125.9 s -- in Integration
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.1.2:verify (integration-test) @ repo-common ---
[INFO] 
[INFO] --- dependency:3.3.0:analyze-only (analyze) @ repo-common ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- install:3.0.1:install (default-install) @ repo-common ---
[INFO] Installing /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/pom.xml to /root/.m2/repository/com/evolveum/midpoint/repo/repo-common/4.9-SNAPSHOT/repo-common-4.9-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/target/repo-common-4.9-SNAPSHOT.jar to /root/.m2/repository/com/evolveum/midpoint/repo/repo-common/4.9-SNAPSHOT/repo-common-4.9-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/midpoint-master-quick/repo/repo-common/target/repo-common-4.9-SNAPSHOT-sources.jar to /root/.m2/repository/com/evolveum/midpoint/repo/repo-common/4.9-SNAPSHOT/repo-common-4.9-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< com.evolveum.midpoint.repo:security-enforcer-api >----------
[INFO] Building midPoint Security Enforcer - api 4.9-SNAPSHOT           [28/64]
[INFO]   from repo/security-enforcer-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ security-enforcer-api ---
[INFO] Deleting /home/jenkins/agent/workspace/midpoint-master-quick/repo/security-enforcer-api/target
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce) @ security-enforcer-api ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (validate) @ security-enforcer-api ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ security-enforcer-api ---
[INFO] Setting Git Describe: v4.9devel-573-gd021652521f
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ security-enforcer-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/midpoint-master-quick/repo/security-enforcer-api/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ security-enforcer-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/classes
[WARNING] system modules path not set in conjunction with -source 17
[INFO] /home/jenkins/agent/workspace/midpoint-master-quick/repo/security-enforcer-api/src/main/java/com/evolveum/midpoint/security/enforcer/api/ValueAuthorizationParameters.java: /home/jenkins/agent/workspace/midpoint-master-quick/repo/security-enforcer-api/src/main/java/com/evolveum/midpoint/security/enforcer/api/ValueAuthorizationParameters.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/midpoint-master-quick/repo/security-enforcer-api/src/main/java/com/evolveum/midpoint/security/enforcer/api/ValueAuthorizationParameters.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ security-enforcer-api ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ security-enforcer-api ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ security-enforcer-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ security-enforcer-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-master-quick/repo/security-enforcer-api/target/security-enforcer-api-4.9-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.1.0:jar (attach-sources) > generate-sources @ security-enforcer-api >>>
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce) @ security-enforcer-api ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (validate) @ security-enforcer-api ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ security-enforcer-api ---
[INFO] 
[INFO] <<< source:3.1.0:jar (attach-sources) < generate-sources @ security-enforcer-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.1.0:jar (attach-sources) @ security-enforcer-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/midpoint-master-quick/repo/security-enforcer-api/target/security-enforcer-api-4.9-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.3.0:analyze-only (analyze) @ security-enforcer-api ---
[WARNING] Used undeclared dependencies found:
[WARNING]    org.springframework.security:spring-security-core:jar:6.0.6:compile
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for midPoint Project 4.9-SNAPSHOT:
[INFO] 
[INFO] midPoint Project ................................... SUCCESS [  4.417 s]
[INFO] midPoint Infrastructure ............................ SUCCESS [  0.184 s]
[INFO] midPoint Infrastructure - schema ................... SUCCESS [02:52 min]
[INFO] midPoint Repository ................................ SUCCESS [  0.115 s]
[INFO] midPoint Repository - api .......................... SUCCESS [  1.474 s]
[INFO] midPoint Task Manager - api ........................ SUCCESS [  1.189 s]
[INFO] midPoint Infrastructure - testing utils (lvl 2) .... SUCCESS [  9.104 s]
[INFO] midPoint Infrastructure - common ................... SUCCESS [ 35.929 s]
[INFO] midPoint Audit - api ............................... SUCCESS [  0.546 s]
[INFO] midPoint Security - api ............................ SUCCESS [  0.696 s]
[INFO] midPoint Repository - SQL common support ........... SUCCESS [  1.277 s]
[INFO] midPoint Repository - sql repository ............... SUCCESS [  5.873 s]
[INFO] midPoint System Initialization ..................... SUCCESS [ 25.116 s]
[INFO] midPoint Repository - new SQL repository ........... SUCCESS [  7.630 s]
[INFO] midPoint Repository - sql repository test .......... SUCCESS [04:12 min]
[INFO] midPoint Repository Cache .......................... SUCCESS [ 59.759 s]
[INFO] midPoint Audit - logging impl ...................... SUCCESS [  0.290 s]
[INFO] midPoint Icf Connectors ............................ SUCCESS [  0.096 s]
[INFO] Dummy Resource ..................................... SUCCESS [  0.468 s]
[INFO] midPoint Repository - test utils ................... SUCCESS [  3.734 s]
[INFO] midPoint Security - impl ........................... SUCCESS [  1.836 s]
[INFO] midPoint Task Manager - Quartz impl ................ SUCCESS [01:54 min]
[INFO] midPoint Tools ..................................... SUCCESS [  0.096 s]
[INFO] midPoint Tools - Ninja ............................. SUCCESS [  5.298 s]
[INFO] midPoint Tools - custom Spring Boot JAR layout ..... SUCCESS [  0.186 s]
[INFO] midPoint Infrastructure - pure JAXB schema ......... SUCCESS [ 11.866 s]
[INFO] midPoint Repo Commons .............................. SUCCESS [02:11 min]
[INFO] midPoint Security Enforcer - api ................... FAILURE [  0.356 s]
[INFO] midPoint Security Enforcer - impl .................. SKIPPED
[INFO] midPoint Provisioning .............................. SKIPPED
[INFO] midPoint Provisioning - api ........................ SKIPPED
[INFO] Unified Connector Framework - api .................. SKIPPED
[INFO] Dummy Connector .................................... SKIPPED
[INFO] Unified Connector Framework - ConnId impl .......... SKIPPED
[INFO] Unified Connector Framework - Built-in impl ........ SKIPPED
[INFO] midPoint Provisioning - impl ....................... SKIPPED
[INFO] midPoint Model ..................................... SKIPPED
[INFO] midPoint Model - api ............................... SKIPPED
[INFO] midPoint Model - common ............................ SKIPPED
[INFO] midPoint Notifications - api ....................... SKIPPED
[INFO] Dummy Connector Fake ............................... SKIPPED
[INFO] midPoint Authentication - api ...................... SKIPPED
[INFO] midPoint Model - test .............................. SKIPPED
[INFO] midPoint Report - api .............................. SKIPPED
[INFO] midPoint Cases - api ............................... SKIPPED
[INFO] midPoint Access Certification - api ................ SKIPPED
[INFO] midPoint Model - impl .............................. SKIPPED
[INFO] midPoint Notifications - impl ...................... SKIPPED
[INFO] midPoint Report - impl ............................. SKIPPED
[INFO] midPoint Model - integration tests ................. SKIPPED
[INFO] midPoint Workflow - api ............................ SKIPPED
[INFO] midPoint Cases - impl .............................. SKIPPED
[INFO] midPoint Workflow - impl ........................... SKIPPED
[INFO] midPoint Access Certification - impl ............... SKIPPED
[INFO] midPoint Authentication - impl ..................... SKIPPED
[INFO] midPoint REST-ish service implementation ........... SKIPPED
[INFO] midPoint Customizations ............................ SKIPPED
[INFO] midPoint User Interface ............................ SKIPPED
[INFO] midPoint User Interface - admin web gui ............ SKIPPED
[INFO] midPoint Testing Infrastructure .................... SKIPPED
[INFO] midPoint Testing - Resource Connection Tests ....... SKIPPED
[INFO] midPoint Testing - Long Tests ...................... SKIPPED
[INFO] midPoint Testing - Story Tests ..................... SKIPPED
[INFO] midPoint Testing - REST API ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:09 min
[INFO] Finished at: 2024-02-08T19:34:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.3.0:analyze-only (analyze) on project security-enforcer-api: Dependency problems found -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :security-enforcer-api
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list