[midPoint-ci] Build failed in Jenkins: midPoint - support 4.10 - Native repo, PG 16, JDK 21 (Eclipse Temurin) #38
Jenkins
noreply at evolveum.com
Sat Feb 28 05:36:38 CET 2026
See <https://jenkins.evolveum.com/job/midpoint-support-4-10-native-pg16-jdk21/38/display/redirect>
Changes:
------------------------------------------
[...truncated 6651 lines...]
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.RuntimeException: OpenDJ initialization failed
at com.evolveum.midpoint.test.ldap.OpenDJController.start(OpenDJController.java:347)
at com.evolveum.midpoint.test.ldap.OpenDJController.startCleanServer(OpenDJController.java:328)
at com.evolveum.midpoint.test.ldap.OpenDJController.startCleanServer(OpenDJController.java:305)
at com.evolveum.midpoint.testing.story.TestImportGroups.startResources(TestImportGroups.java:45)
at com.evolveum.midpoint.model.test.AbstractModelIntegrationTest.initSystem(AbstractModelIntegrationTest.java:278)
at com.evolveum.midpoint.testing.story.AbstractStoryTest.initSystem(AbstractStoryTest.java:94)
at com.evolveum.midpoint.testing.story.TestImportGroups.initSystem(TestImportGroups.java:60)
at com.evolveum.midpoint.test.AbstractIntegrationTest.initSystem(AbstractIntegrationTest.java:309)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:401)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:219)
... 35 more
Caused by: org.opends.server.types.InitializationException: The Directory Server is currently running. Environment configuration changes are not allowed with the server running
at org.opends.server.types.DirectoryEnvironmentConfig.setServerRoot(DirectoryEnvironmentConfig.java:255)
at com.evolveum.midpoint.test.ldap.OpenDJController.start(OpenDJController.java:342)
... 47 more
[ERROR] com.evolveum.midpoint.testing.story.grouper.TestGrouperAsyncUpdate.springTestContextPrepareTestInstance -- Time elapsed: 3.364 s <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.evolveum.midpoint.testing.story.grouper.TestGrouperAsyncUpdate.ORIGINAL': Invocation of init method failed
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:222)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:429)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1818)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:419)
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:157)
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:111)
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance(AbstractTestNGSpringContextTests.java:118)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:141)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:71)
at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:400)
at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:333)
at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:188)
at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at org.testng.TestRunner.privateRun(TestRunner.java:739)
at org.testng.TestRunner.run(TestRunner.java:614)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:421)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:413)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:373)
at org.testng.SuiteRunner.run(SuiteRunner.java:312)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1274)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1208)
at org.testng.TestNG.runSuites(TestNG.java:1112)
at org.testng.TestNG.run(TestNG.java:1079)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:308)
at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:71)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.RuntimeException: OpenDJ initialization failed
at com.evolveum.midpoint.test.ldap.OpenDJController.start(OpenDJController.java:347)
at com.evolveum.midpoint.test.ldap.OpenDJController.startCleanServer(OpenDJController.java:328)
at com.evolveum.midpoint.test.ldap.OpenDJController.startCleanServerRI(OpenDJController.java:313)
at com.evolveum.midpoint.testing.story.grouper.AbstractGrouperTest.startResources(AbstractGrouperTest.java:132)
at com.evolveum.midpoint.model.test.AbstractModelIntegrationTest.initSystem(AbstractModelIntegrationTest.java:278)
at com.evolveum.midpoint.testing.story.AbstractStoryTest.initSystem(AbstractStoryTest.java:94)
at com.evolveum.midpoint.testing.story.grouper.AbstractGrouperTest.initSystem(AbstractGrouperTest.java:96)
at com.evolveum.midpoint.testing.story.grouper.TestGrouperAsyncUpdate.initSystem(TestGrouperAsyncUpdate.java:62)
at com.evolveum.midpoint.test.AbstractIntegrationTest.initSystem(AbstractIntegrationTest.java:309)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:401)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:219)
... 35 more
Caused by: org.opends.server.types.InitializationException: The Directory Server is currently running. Environment configuration changes are not allowed with the server running
at org.opends.server.types.DirectoryEnvironmentConfig.setServerRoot(DirectoryEnvironmentConfig.java:255)
at com.evolveum.midpoint.test.ldap.OpenDJController.start(OpenDJController.java:342)
... 48 more
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestImportGroups>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:118 » BeanCreation Error creating bean with name 'com.evolveum.midpoint.testing.story.TestImportGroups.ORIGINAL': Invocation of init method failed
[ERROR] TestThresholdsStoryLiveSyncExecute>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:118 » BeanCreation Error creating bean with name 'com.evolveum.midpoint.testing.story.TestThresholdsStoryLiveSyncExecute.ORIGINAL': Invocation of init method failed
[ERROR] TestThresholdsStoryLiveSyncExecuteMultithreaded>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:118 » BeanCreation Error creating bean with name 'com.evolveum.midpoint.testing.story.TestThresholdsStoryLiveSyncExecuteMultithreaded.ORIGINAL': Invocation of init method failed
[ERROR] TestThresholdsStoryLiveSyncSimulate>TestThresholdsStory.stopResources:128 » IllegalState Database closed while still referenced by other handles. 1 open cursors.
[ERROR] TestThresholdsStoryLiveSyncSimulateMultithreaded>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:118 » BeanCreation Error creating bean with name 'com.evolveum.midpoint.testing.story.TestThresholdsStoryLiveSyncSimulateMultithreaded.ORIGINAL': Invocation of init method failed
[ERROR] TestGrouperAsyncUpdate>AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance:118 » BeanCreation Error creating bean with name 'com.evolveum.midpoint.testing.story.grouper.TestGrouperAsyncUpdate.ORIGINAL': Invocation of init method failed
[INFO]
[ERROR] Tests run: 845, Failures: 6, Errors: 0, Skipped: 98
[INFO]
[INFO]
[INFO] --- failsafe:3.1.2:verify (integration-test) @ story ---
[ERROR] There are test failures.
Please refer to /home/jenkins/agent/workspace/midpoint-support-4-10-native-pg16-jdk21/testing/story/target/failsafe-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[INFO]
[INFO] --- dependency:3.3.0:analyze-only (analyze) @ story ---
[INFO] No dependency problems found
[INFO]
[INFO] -----------------< com.evolveum.midpoint.testing:rest >-----------------
[INFO] Building midPoint Testing - REST API 4.10.2-SNAPSHOT [5/5]
[INFO] from rest/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce) @ rest ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- checkstyle:3.1.2:check (validate) @ rest ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ rest ---
[INFO] Setting Git Describe: v4.10.2devel-60-g40904e44d2c
[INFO]
[INFO] --- resources:3.1.0:resources (default-resources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/midpoint-support-4-10-native-pg16-jdk21/testing/rest/src/main/resources
[INFO]
[INFO] --- compiler:3.11.0:compile (default-compile) @ rest ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.1.0:testResources (default-testResources) @ rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- surefire:3.1.2:test (default-test) @ rest ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.4.2:jar (default-jar) @ rest ---
[INFO] Skipping packaging of the jar
[INFO]
[INFO] >>> source:3.1.0:jar (attach-sources) > generate-sources @ rest >>>
[INFO]
[INFO] --- enforcer:3.5.0:enforce (enforce) @ rest ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO]
[INFO] --- checkstyle:3.1.2:check (validate) @ rest ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- gitdescribe:3.0:gitdescribe (git-describe) @ rest ---
[INFO]
[INFO] <<< source:3.1.0:jar (attach-sources) < generate-sources @ rest <<<
[INFO]
[INFO]
[INFO] --- source:3.1.0:jar (attach-sources) @ rest ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ rest ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running Integration
[INFO] Tests run: 288, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 251.7 s -- in Integration
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 288, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- failsafe:3.1.2:verify (integration-test) @ rest ---
[INFO]
[INFO] --- dependency:3.3.0:analyze-only (analyze) @ rest ---
[INFO] No dependency problems found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for midPoint Testing Infrastructure 4.10.2-SNAPSHOT:
[INFO]
[INFO] midPoint Testing Infrastructure .................... SUCCESS [ 7.936 s]
[INFO] midPoint Testing - Resource Connection Tests ....... SUCCESS [ 13.042 s]
[INFO] midPoint Testing - Long Tests ...................... SUCCESS [19:34 min]
[INFO] midPoint Testing - Story Tests ..................... SUCCESS [29:29 min]
[INFO] midPoint Testing - REST API ........................ SUCCESS [04:15 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53:43 min
[INFO] Finished at: 2026-02-28T04:36:28Z
[INFO] ------------------------------------------------------------------------
+ '[' 0 -ge 1 ']'
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (collect-test-results)
[Pipeline] container
[Pipeline] {
[Pipeline] testNG
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-1.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-10.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-11.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-12.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-13.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-14.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-15.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-16.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-17.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-18.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-19.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-2.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-20.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-21.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-22.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-23.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-24.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-25.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-26.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-27.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-28.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-29.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-3.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-30.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-31.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-32.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-33.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-34.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-35.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-4.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-5.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-6.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-7.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-8.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results-9.xml'
Processing '/var/jenkins_home/jobs/midpoint-support-4-10-native-pg16-jdk21/builds/38/testng/testng-results.xml'
Failed configuration methods found. Marking build as FAILURE.
TestNG Reports Processing: FINISH
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] step
More information about the midPoint-ci
mailing list