Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2936 failed

Job: Build failed

Stages & jobs

  1. Default Stage

  2. Continuous Integration

Build log

The build generated 29,833 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

24-Mar-2026 06:33:26 Caused by: java.lang.reflect.InvocationTargetException
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:103)
24-Mar-2026 06:33:26         ... 10 more
24-Mar-2026 06:33:26 Caused by: org.mockito.exceptions.base.MockitoInitializationException:
24-Mar-2026 06:33:26 Could not initialize inline Byte Buddy mock maker.
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 It appears as if your JDK does not supply a working agent attachment mechanism.
24-Mar-2026 06:33:26 Java               : 17
24-Mar-2026 06:33:26 JVM vendor name    : Red Hat, Inc.
24-Mar-2026 06:33:26 JVM vendor version : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM name           : OpenJDK 64-Bit Server VM
24-Mar-2026 06:33:26 JVM version        : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM info           : mixed mode, sharing
24-Mar-2026 06:33:26 OS name            : Linux
24-Mar-2026 06:33:26 OS version         : 5.14.0-611.38.1.el9_7.x86_64
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<init>(InlineDelegateByteBuddyMockMaker.java:279)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.<init>(InlineByteBuddyMockMaker.java:23)
24-Mar-2026 06:33:26         ... 13 more
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException:
24-Mar-2026 06:33:26 Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking.
24-Mar-2026 06:33:26 This error occured due to an I/O error during the creation of this agent: java.io.IOException: Permission denied
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 Potentially, the current VM does not support the instrumentation API correctly
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:210)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26 Caused by: java.io.IOException: Permission denied
24-Mar-2026 06:33:26         at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2170)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2216)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:140)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 [ERROR] org.jivesoftware.util.SystemPropertyTest.willCreateAnInstantProperty -- Time elapsed: 0.002 s <<< ERROR!
24-Mar-2026 06:33:26 java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:85)
24-Mar-2026 06:33:26         at jdk.proxy2/jdk.proxy2.$Proxy46.isTypeMockable(Unknown Source)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockUtil.typeMockabilityOf(MockUtil.java:78)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:22)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:275)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.build(MockSettingsImpl.java:236)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.mock(MockitoCore.java:78)
24-Mar-2026 06:33:26         at org.mockito.Mockito.mock(Mockito.java:2235)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.processAnnotationForMock(MockAnnotationProcessor.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:28)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:25)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.createMockFor(IndependentAnnotationEngine.java:44)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.process(IndependentAnnotationEngine.java:72)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.processIndependentAnnotations(InjectingAnnotationEngine.java:62)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.process(InjectingAnnotationEngine.java:47)
24-Mar-2026 06:33:26         at org.mockito.MockitoAnnotations.openMocks(MockitoAnnotations.java:81)
24-Mar-2026 06:33:26         at org.mockito.internal.framework.DefaultMockitoSession.<init>(DefaultMockitoSession.java:43)
24-Mar-2026 06:33:26         at org.mockito.internal.session.DefaultMockitoSessionBuilder.startMocking(DefaultMockitoSessionBuilder.java:83)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:160)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:105)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.getDefaultPlugin(DefaultMockitoPlugins.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:75)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:49)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginRegistry.<init>(PluginRegistry.java:29)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.Plugins.<clinit>(Plugins.java:26)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.<clinit>(MockitoCore.java:74)
24-Mar-2026 06:33:26         at org.mockito.Mockito.<clinit>(Mockito.java:1810)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:156)
24-Mar-2026 06:33:26         ... 2 more
24-Mar-2026 06:33:26 Caused by: java.lang.reflect.InvocationTargetException
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:103)
24-Mar-2026 06:33:26         ... 10 more
24-Mar-2026 06:33:26 Caused by: org.mockito.exceptions.base.MockitoInitializationException:
24-Mar-2026 06:33:26 Could not initialize inline Byte Buddy mock maker.
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 It appears as if your JDK does not supply a working agent attachment mechanism.
24-Mar-2026 06:33:26 Java               : 17
24-Mar-2026 06:33:26 JVM vendor name    : Red Hat, Inc.
24-Mar-2026 06:33:26 JVM vendor version : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM name           : OpenJDK 64-Bit Server VM
24-Mar-2026 06:33:26 JVM version        : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM info           : mixed mode, sharing
24-Mar-2026 06:33:26 OS name            : Linux
24-Mar-2026 06:33:26 OS version         : 5.14.0-611.38.1.el9_7.x86_64
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<init>(InlineDelegateByteBuddyMockMaker.java:279)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.<init>(InlineByteBuddyMockMaker.java:23)
24-Mar-2026 06:33:26         ... 13 more
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException:
24-Mar-2026 06:33:26 Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking.
24-Mar-2026 06:33:26 This error occured due to an I/O error during the creation of this agent: java.io.IOException: Permission denied
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 Potentially, the current VM does not support the instrumentation API correctly
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:210)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26 Caused by: java.io.IOException: Permission denied
24-Mar-2026 06:33:26         at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2170)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2216)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:140)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 [ERROR] org.jivesoftware.util.SystemPropertyTest.willBuildAnEnumProperty -- Time elapsed: 0.002 s <<< ERROR!
24-Mar-2026 06:33:26 java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:85)
24-Mar-2026 06:33:26         at jdk.proxy2/jdk.proxy2.$Proxy46.isTypeMockable(Unknown Source)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockUtil.typeMockabilityOf(MockUtil.java:78)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:22)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:275)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.build(MockSettingsImpl.java:236)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.mock(MockitoCore.java:78)
24-Mar-2026 06:33:26         at org.mockito.Mockito.mock(Mockito.java:2235)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.processAnnotationForMock(MockAnnotationProcessor.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:28)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:25)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.createMockFor(IndependentAnnotationEngine.java:44)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.process(IndependentAnnotationEngine.java:72)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.processIndependentAnnotations(InjectingAnnotationEngine.java:62)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.process(InjectingAnnotationEngine.java:47)
24-Mar-2026 06:33:26         at org.mockito.MockitoAnnotations.openMocks(MockitoAnnotations.java:81)
24-Mar-2026 06:33:26         at org.mockito.internal.framework.DefaultMockitoSession.<init>(DefaultMockitoSession.java:43)
24-Mar-2026 06:33:26         at org.mockito.internal.session.DefaultMockitoSessionBuilder.startMocking(DefaultMockitoSessionBuilder.java:83)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:160)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:105)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.getDefaultPlugin(DefaultMockitoPlugins.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:75)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:49)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginRegistry.<init>(PluginRegistry.java:29)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.Plugins.<clinit>(Plugins.java:26)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.<clinit>(MockitoCore.java:74)
24-Mar-2026 06:33:26         at org.mockito.Mockito.<clinit>(Mockito.java:1810)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:156)
24-Mar-2026 06:33:26         ... 2 more
24-Mar-2026 06:33:26 Caused by: java.lang.reflect.InvocationTargetException
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:103)
24-Mar-2026 06:33:26         ... 10 more
24-Mar-2026 06:33:26 Caused by: org.mockito.exceptions.base.MockitoInitializationException:
24-Mar-2026 06:33:26 Could not initialize inline Byte Buddy mock maker.
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 It appears as if your JDK does not supply a working agent attachment mechanism.
24-Mar-2026 06:33:26 Java               : 17
24-Mar-2026 06:33:26 JVM vendor name    : Red Hat, Inc.
24-Mar-2026 06:33:26 JVM vendor version : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM name           : OpenJDK 64-Bit Server VM
24-Mar-2026 06:33:26 JVM version        : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM info           : mixed mode, sharing
24-Mar-2026 06:33:26 OS name            : Linux
24-Mar-2026 06:33:26 OS version         : 5.14.0-611.38.1.el9_7.x86_64
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<init>(InlineDelegateByteBuddyMockMaker.java:279)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.<init>(InlineByteBuddyMockMaker.java:23)
24-Mar-2026 06:33:26         ... 13 more
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException:
24-Mar-2026 06:33:26 Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking.
24-Mar-2026 06:33:26 This error occured due to an I/O error during the creation of this agent: java.io.IOException: Permission denied
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 Potentially, the current VM does not support the instrumentation API correctly
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:210)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26 Caused by: java.io.IOException: Permission denied
24-Mar-2026 06:33:26         at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2170)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2216)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:140)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 [ERROR] org.jivesoftware.util.SystemPropertyTest.willNotBuildADurationPropertyWithAnInvalidChronoUnit -- Time elapsed: 0.002 s <<< ERROR!
24-Mar-2026 06:33:26 java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:85)
24-Mar-2026 06:33:26         at jdk.proxy2/jdk.proxy2.$Proxy46.isTypeMockable(Unknown Source)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockUtil.typeMockabilityOf(MockUtil.java:78)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:22)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:275)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.build(MockSettingsImpl.java:236)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.mock(MockitoCore.java:78)
24-Mar-2026 06:33:26         at org.mockito.Mockito.mock(Mockito.java:2235)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.processAnnotationForMock(MockAnnotationProcessor.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:28)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:25)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.createMockFor(IndependentAnnotationEngine.java:44)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.process(IndependentAnnotationEngine.java:72)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.processIndependentAnnotations(InjectingAnnotationEngine.java:62)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.process(InjectingAnnotationEngine.java:47)
24-Mar-2026 06:33:26         at org.mockito.MockitoAnnotations.openMocks(MockitoAnnotations.java:81)
24-Mar-2026 06:33:26         at org.mockito.internal.framework.DefaultMockitoSession.<init>(DefaultMockitoSession.java:43)
24-Mar-2026 06:33:26         at org.mockito.internal.session.DefaultMockitoSessionBuilder.startMocking(DefaultMockitoSessionBuilder.java:83)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:160)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:105)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.getDefaultPlugin(DefaultMockitoPlugins.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:75)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:49)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginRegistry.<init>(PluginRegistry.java:29)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.Plugins.<clinit>(Plugins.java:26)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.<clinit>(MockitoCore.java:74)
24-Mar-2026 06:33:26         at org.mockito.Mockito.<clinit>(Mockito.java:1810)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:156)
24-Mar-2026 06:33:26         ... 2 more
24-Mar-2026 06:33:26 Caused by: java.lang.reflect.InvocationTargetException
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:103)
24-Mar-2026 06:33:26         ... 10 more
24-Mar-2026 06:33:26 Caused by: org.mockito.exceptions.base.MockitoInitializationException:
24-Mar-2026 06:33:26 Could not initialize inline Byte Buddy mock maker.
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 It appears as if your JDK does not supply a working agent attachment mechanism.
24-Mar-2026 06:33:26 Java               : 17
24-Mar-2026 06:33:26 JVM vendor name    : Red Hat, Inc.
24-Mar-2026 06:33:26 JVM vendor version : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM name           : OpenJDK 64-Bit Server VM
24-Mar-2026 06:33:26 JVM version        : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM info           : mixed mode, sharing
24-Mar-2026 06:33:26 OS name            : Linux
24-Mar-2026 06:33:26 OS version         : 5.14.0-611.38.1.el9_7.x86_64
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<init>(InlineDelegateByteBuddyMockMaker.java:279)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.<init>(InlineByteBuddyMockMaker.java:23)
24-Mar-2026 06:33:26         ... 13 more
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException:
24-Mar-2026 06:33:26 Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking.
24-Mar-2026 06:33:26 This error occured due to an I/O error during the creation of this agent: java.io.IOException: Permission denied
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 Potentially, the current VM does not support the instrumentation API correctly
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:210)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26 Caused by: java.io.IOException: Permission denied
24-Mar-2026 06:33:26         at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2170)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2216)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:140)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 [ERROR] org.jivesoftware.util.SystemPropertyTest.willNotifyListenersOfChanges -- Time elapsed: 0.002 s <<< ERROR!
24-Mar-2026 06:33:26 java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:85)
24-Mar-2026 06:33:26         at jdk.proxy2/jdk.proxy2.$Proxy46.isTypeMockable(Unknown Source)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockUtil.typeMockabilityOf(MockUtil.java:78)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:22)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:275)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.build(MockSettingsImpl.java:236)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.mock(MockitoCore.java:78)
24-Mar-2026 06:33:26         at org.mockito.Mockito.mock(Mockito.java:2235)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.processAnnotationForMock(MockAnnotationProcessor.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:28)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:25)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.createMockFor(IndependentAnnotationEngine.java:44)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.process(IndependentAnnotationEngine.java:72)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.processIndependentAnnotations(InjectingAnnotationEngine.java:62)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.process(InjectingAnnotationEngine.java:47)
24-Mar-2026 06:33:26         at org.mockito.MockitoAnnotations.openMocks(MockitoAnnotations.java:81)
24-Mar-2026 06:33:26         at org.mockito.internal.framework.DefaultMockitoSession.<init>(DefaultMockitoSession.java:43)
24-Mar-2026 06:33:26         at org.mockito.internal.session.DefaultMockitoSessionBuilder.startMocking(DefaultMockitoSessionBuilder.java:83)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:160)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:105)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.getDefaultPlugin(DefaultMockitoPlugins.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:75)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:49)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginRegistry.<init>(PluginRegistry.java:29)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.Plugins.<clinit>(Plugins.java:26)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.<clinit>(MockitoCore.java:74)
24-Mar-2026 06:33:26         at org.mockito.Mockito.<clinit>(Mockito.java:1810)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:156)
24-Mar-2026 06:33:26         ... 2 more
24-Mar-2026 06:33:26 Caused by: java.lang.reflect.InvocationTargetException
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:103)
24-Mar-2026 06:33:26         ... 10 more
24-Mar-2026 06:33:26 Caused by: org.mockito.exceptions.base.MockitoInitializationException:
24-Mar-2026 06:33:26 Could not initialize inline Byte Buddy mock maker.
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 It appears as if your JDK does not supply a working agent attachment mechanism.
24-Mar-2026 06:33:26 Java               : 17
24-Mar-2026 06:33:26 JVM vendor name    : Red Hat, Inc.
24-Mar-2026 06:33:26 JVM vendor version : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM name           : OpenJDK 64-Bit Server VM
24-Mar-2026 06:33:26 JVM version        : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM info           : mixed mode, sharing
24-Mar-2026 06:33:26 OS name            : Linux
24-Mar-2026 06:33:26 OS version         : 5.14.0-611.38.1.el9_7.x86_64
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<init>(InlineDelegateByteBuddyMockMaker.java:279)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.<init>(InlineByteBuddyMockMaker.java:23)
24-Mar-2026 06:33:26         ... 13 more
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException:
24-Mar-2026 06:33:26 Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking.
24-Mar-2026 06:33:26 This error occured due to an I/O error during the creation of this agent: java.io.IOException: Permission denied
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 Potentially, the current VM does not support the instrumentation API correctly
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:210)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26 Caused by: java.io.IOException: Permission denied
24-Mar-2026 06:33:26         at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2170)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2216)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:140)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 [ERROR] org.jivesoftware.util.SystemPropertyTest.aPluginIsRequired -- Time elapsed: 0.001 s <<< ERROR!
24-Mar-2026 06:33:26 java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:85)
24-Mar-2026 06:33:26         at jdk.proxy2/jdk.proxy2.$Proxy46.isTypeMockable(Unknown Source)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockUtil.typeMockabilityOf(MockUtil.java:78)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:22)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:275)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.build(MockSettingsImpl.java:236)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.mock(MockitoCore.java:78)
24-Mar-2026 06:33:26         at org.mockito.Mockito.mock(Mockito.java:2235)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.processAnnotationForMock(MockAnnotationProcessor.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:28)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:25)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.createMockFor(IndependentAnnotationEngine.java:44)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.process(IndependentAnnotationEngine.java:72)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.processIndependentAnnotations(InjectingAnnotationEngine.java:62)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.process(InjectingAnnotationEngine.java:47)
24-Mar-2026 06:33:26         at org.mockito.MockitoAnnotations.openMocks(MockitoAnnotations.java:81)
24-Mar-2026 06:33:26         at org.mockito.internal.framework.DefaultMockitoSession.<init>(DefaultMockitoSession.java:43)
24-Mar-2026 06:33:26         at org.mockito.internal.session.DefaultMockitoSessionBuilder.startMocking(DefaultMockitoSessionBuilder.java:83)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:160)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:105)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.getDefaultPlugin(DefaultMockitoPlugins.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:75)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:49)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginRegistry.<init>(PluginRegistry.java:29)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.Plugins.<clinit>(Plugins.java:26)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.<clinit>(MockitoCore.java:74)
24-Mar-2026 06:33:26         at org.mockito.Mockito.<clinit>(Mockito.java:1810)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:156)
24-Mar-2026 06:33:26         ... 2 more
24-Mar-2026 06:33:26 Caused by: java.lang.reflect.InvocationTargetException
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:103)
24-Mar-2026 06:33:26         ... 10 more
24-Mar-2026 06:33:26 Caused by: org.mockito.exceptions.base.MockitoInitializationException:
24-Mar-2026 06:33:26 Could not initialize inline Byte Buddy mock maker.
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 It appears as if your JDK does not supply a working agent attachment mechanism.
24-Mar-2026 06:33:26 Java               : 17
24-Mar-2026 06:33:26 JVM vendor name    : Red Hat, Inc.
24-Mar-2026 06:33:26 JVM vendor version : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM name           : OpenJDK 64-Bit Server VM
24-Mar-2026 06:33:26 JVM version        : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM info           : mixed mode, sharing
24-Mar-2026 06:33:26 OS name            : Linux
24-Mar-2026 06:33:26 OS version         : 5.14.0-611.38.1.el9_7.x86_64
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<init>(InlineDelegateByteBuddyMockMaker.java:279)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.<init>(InlineByteBuddyMockMaker.java:23)
24-Mar-2026 06:33:26         ... 13 more
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException:
24-Mar-2026 06:33:26 Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking.
24-Mar-2026 06:33:26 This error occured due to an I/O error during the creation of this agent: java.io.IOException: Permission denied
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 Potentially, the current VM does not support the instrumentation API correctly
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:210)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26 Caused by: java.io.IOException: Permission denied
24-Mar-2026 06:33:26         at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2170)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2216)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:140)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 [ERROR] org.jivesoftware.util.SystemPropertyTest.willNotBuildAPropertyWithoutADynamicIndicator -- Time elapsed: 0.001 s <<< ERROR!
24-Mar-2026 06:33:26 java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:85)
24-Mar-2026 06:33:26         at jdk.proxy2/jdk.proxy2.$Proxy46.isTypeMockable(Unknown Source)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockUtil.typeMockabilityOf(MockUtil.java:78)
24-Mar-2026 06:33:26         at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:22)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:275)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.MockSettingsImpl.build(MockSettingsImpl.java:236)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.mock(MockitoCore.java:78)
24-Mar-2026 06:33:26         at org.mockito.Mockito.mock(Mockito.java:2235)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.processAnnotationForMock(MockAnnotationProcessor.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:28)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:25)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.createMockFor(IndependentAnnotationEngine.java:44)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.IndependentAnnotationEngine.process(IndependentAnnotationEngine.java:72)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.processIndependentAnnotations(InjectingAnnotationEngine.java:62)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.InjectingAnnotationEngine.process(InjectingAnnotationEngine.java:47)
24-Mar-2026 06:33:26         at org.mockito.MockitoAnnotations.openMocks(MockitoAnnotations.java:81)
24-Mar-2026 06:33:26         at org.mockito.internal.framework.DefaultMockitoSession.<init>(DefaultMockitoSession.java:43)
24-Mar-2026 06:33:26         at org.mockito.internal.session.DefaultMockitoSessionBuilder.startMocking(DefaultMockitoSessionBuilder.java:83)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:160)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26         at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:105)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.getDefaultPlugin(DefaultMockitoPlugins.java:79)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:75)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginLoader.loadPlugin(PluginLoader.java:49)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.PluginRegistry.<init>(PluginRegistry.java:29)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.Plugins.<clinit>(Plugins.java:26)
24-Mar-2026 06:33:26         at org.mockito.internal.MockitoCore.<clinit>(MockitoCore.java:74)
24-Mar-2026 06:33:26         at org.mockito.Mockito.<clinit>(Mockito.java:1810)
24-Mar-2026 06:33:26         at org.mockito.junit.jupiter.MockitoExtension.beforeEach(MockitoExtension.java:156)
24-Mar-2026 06:33:26         ... 2 more
24-Mar-2026 06:33:26 Caused by: java.lang.reflect.InvocationTargetException
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
24-Mar-2026 06:33:26         at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
24-Mar-2026 06:33:26         at org.mockito.internal.configuration.plugins.DefaultMockitoPlugins.create(DefaultMockitoPlugins.java:103)
24-Mar-2026 06:33:26         ... 10 more
24-Mar-2026 06:33:26 Caused by: org.mockito.exceptions.base.MockitoInitializationException:
24-Mar-2026 06:33:26 Could not initialize inline Byte Buddy mock maker.
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 It appears as if your JDK does not supply a working agent attachment mechanism.
24-Mar-2026 06:33:26 Java               : 17
24-Mar-2026 06:33:26 JVM vendor name    : Red Hat, Inc.
24-Mar-2026 06:33:26 JVM vendor version : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM name           : OpenJDK 64-Bit Server VM
24-Mar-2026 06:33:26 JVM version        : 17.0.18+8-LTS
24-Mar-2026 06:33:26 JVM info           : mixed mode, sharing
24-Mar-2026 06:33:26 OS name            : Linux
24-Mar-2026 06:33:26 OS version         : 5.14.0-611.38.1.el9_7.x86_64
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<init>(InlineDelegateByteBuddyMockMaker.java:279)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.<init>(InlineByteBuddyMockMaker.java:23)
24-Mar-2026 06:33:26         ... 13 more
24-Mar-2026 06:33:26 Caused by: java.lang.IllegalStateException:
24-Mar-2026 06:33:26 Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking.
24-Mar-2026 06:33:26 This error occured due to an I/O error during the creation of this agent: java.io.IOException: Permission denied
24-Mar-2026 06:33:26
24-Mar-2026 06:33:26 Potentially, the current VM does not support the instrumentation API correctly
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:210)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26 Caused by: java.io.IOException: Permission denied
24-Mar-2026 06:33:26         at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2170)
24-Mar-2026 06:33:26         at java.base/java.io.File.createTempFile(File.java:2216)
24-Mar-2026 06:33:26         at org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.<clinit>(InlineDelegateByteBuddyMockMaker.java:140)
24-Mar-2026 06:33:26         ... 14 more
24-Mar-2026 06:33:26
24-Mar-2026 06:33:27 [INFO] Running org.jivesoftware.util.TaskEngineTest
24-Mar-2026 06:33:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.570 s -- in org.jivesoftware.util.TaskEngineTest
24-Mar-2026 06:33:28 [WARNING] ForkStarter IOException: java.io.IOException: Unable to create temporary directory /tmp/OPENFIRE-TRUNK-JOB1/surefire-bamboo-agent1. See the dump file /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1/xmppserver/target/surefire-reports/2026-03-24T06-30-23_970-jvmRun1.dumpstream
24-Mar-2026 06:33:29 [INFO] Running org.jivesoftware.util.VersionTest
24-Mar-2026 06:33:29 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.jivesoftware.util.VersionTest
24-Mar-2026 06:33:30 [INFO] Running org.jivesoftware.util.WebXmlUtilsTest
24-Mar-2026 06:33:30 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 s -- in org.jivesoftware.util.WebXmlUtilsTest
24-Mar-2026 06:33:31 [INFO] Running org.jivesoftware.util.XMLPropertiesTest
24-Mar-2026 06:33:32 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s -- in org.jivesoftware.util.XMLPropertiesTest
24-Mar-2026 06:33:32 [WARNING] ForkStarter IOException: java.io.IOException: Unable to create temporary directory /tmp/OPENFIRE-TRUNK-JOB1/surefire-bamboo-agent1. See the dump file /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1/xmppserver/target/surefire-reports/2026-03-24T06-30-23_970-jvmRun1.dumpstream
24-Mar-2026 06:33:33 [INFO] Running org.jivesoftware.util.XMPPDateTimeFormatTest
24-Mar-2026 06:33:33 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.jivesoftware.util.XMPPDateTimeFormatTest
24-Mar-2026 06:33:34 [INFO] Running org.jivesoftware.util.cache.CacheFactoryConfigTest
24-Mar-2026 06:33:35 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s -- in org.jivesoftware.util.cache.CacheFactoryConfigTest
24-Mar-2026 06:33:35 [WARNING] ForkStarter IOException: java.io.IOException: Unable to create temporary directory /tmp/OPENFIRE-TRUNK-JOB1/surefire-bamboo-agent1. See the dump file /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1/xmppserver/target/surefire-reports/2026-03-24T06-30-23_970-jvmRun1.dumpstream
24-Mar-2026 06:33:36 [INFO] Running org.jivesoftware.util.cache.CacheFactoryTest
24-Mar-2026 06:33:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s -- in org.jivesoftware.util.cache.CacheFactoryTest
24-Mar-2026 06:33:37 [WARNING] ForkStarter IOException: java.io.IOException: Unable to create temporary directory /tmp/OPENFIRE-TRUNK-JOB1/surefire-bamboo-agent1. See the dump file /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1/xmppserver/target/surefire-reports/2026-03-24T06-30-23_970-jvmRun1.dumpstream
24-Mar-2026 06:33:37 [INFO] Running org.jivesoftware.util.cache.CacheSizesTest
24-Mar-2026 06:33:38 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 s -- in org.jivesoftware.util.cache.CacheSizesTest
24-Mar-2026 06:33:38 [WARNING] ForkStarter IOException: java.io.IOException: Unable to create temporary directory /tmp/OPENFIRE-TRUNK-JOB1/surefire-bamboo-agent1. See the dump file /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1/xmppserver/target/surefire-reports/2026-03-24T06-30-23_970-jvmRun1.dumpstream
24-Mar-2026 06:33:39 [INFO] Running org.jivesoftware.util.cache.DefaultExternalizableUtilTest
24-Mar-2026 06:33:39 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.jivesoftware.util.cache.DefaultExternalizableUtilTest
24-Mar-2026 06:33:40 [INFO] Running org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListenerTest
24-Mar-2026 06:33:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.jivesoftware.util.cache.ReverseLookupComputingCacheEntryListenerTest
24-Mar-2026 06:33:41 [INFO] Running org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListenerTest
24-Mar-2026 06:33:41 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.525 s -- in org.jivesoftware.util.cache.ReverseLookupUpdatingCacheEntryListenerTest
24-Mar-2026 06:33:42 [WARNING] ForkStarter IOException: java.io.IOException: Unable to create temporary directory /tmp/OPENFIRE-TRUNK-JOB1/surefire-bamboo-agent1. See the dump file /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1/xmppserver/target/surefire-reports/2026-03-24T06-30-23_970-jvmRun1.dumpstream
24-Mar-2026 06:33:42 [INFO] Running org.jivesoftware.util.cert.CNCertificateIdentityMappingTest
24-Mar-2026 06:33:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s -- in org.jivesoftware.util.cert.CNCertificateIdentityMappingTest
24-Mar-2026 06:33:44 [INFO] Running org.jivesoftware.database.ProfiledConnectionTest
24-Mar-2026 06:33:45 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s -- in org.jivesoftware.database.ProfiledConnectionTest
24-Mar-2026 06:33:46 [INFO] Running dom.io.XMPPPacketReaderTest
24-Mar-2026 06:33:46 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s -- in dom.io.XMPPPacketReaderTest
24-Mar-2026 06:33:46 [INFO]
24-Mar-2026 06:33:46 [INFO] Results:
24-Mar-2026 06:33:46 [INFO]
24-Mar-2026 06:33:46 [ERROR] Errors:
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.excludedUrlWillErrorWhenNotOnAllowlistAndExcludesAreIgnored » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.excludedUrlWillErrorWhenOnBlocklistAndExcludesAreIgnored » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.excludedUrlWillErrorWhenOnBothListsAndExcludesAreIgnored » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.excludedUrlWillNotErrorWhenListsEmpty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.excludedUrlWillNotErrorWhenNotOnAllowlist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.excludedUrlWillNotErrorWhenOnBlocklist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.excludedUrlWillNotErrorWhenOnBothLists » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.ipNotOnEmptyList » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.ipNotOnList » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.ipOnList » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.ipOnListCIDR » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.ipOnListRange » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillErrorWhenMatchingCIDROnBlocklist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillErrorWhenMatchingRangeOnBlocklist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillErrorWhenNotOnAllowlist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillErrorWhenOnBlocklist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillErrorWhenOnBothLists » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillNotErrorWhenCIDROnAllowlist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillNotErrorWhenListsEmpty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillNotErrorWhenOnAllowlist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.nonExcludedUrlWillNotErrorWhenRangeOnAllowlist » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.pathTraversalDetectedWhenWildcardsAllowed » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.pathTraversalDetectedWhenWildcardsNotAllowed » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.stripBracketsIpv4 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.stripBracketsIpv6 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.stripBracketsIpv6NoBrackets » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.stripBracketsNonIP » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.stripBracketsNonIPNoBrackets » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.testExcludeRules » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.wildcardInExcludeBlockedWhenWildcardsNotAllowed » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.wildcardInExcludePassesWhenWildcardsAllowed » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willNotRedirectARequestFromAnAdminUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willRedirectARequestIfTheServletRequestAuthenticatorReturnsAnUnauthorisedUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willRedirectARequestIfTheServletRequestAuthenticatorReturnsNoUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willRedirectARequestWithABrokenServletRequestAuthenticator » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willRedirectARequestWithoutAServletRequestAuthenticator » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willReturnFalseIfNoServletRequestAuthenticatorIsConfigured » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willReturnFalseIfTheWrongServletRequestAuthenticatorIsConfigured » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AuthCheckFilterTest.willReturnTrueIfTheCorrectServletRequestAuthenticatorIsConfigured » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   LoginLimitManagerTest.aFailedLoginWillBeAudited » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   LoginLimitManagerTest.aSuccessfulLoginWillBeAudited » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   LoginLimitManagerTest.lockoutsWillBeAudited » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SiteMinderServletRequestAuthenticatorTest.defaultHeaderIsCorrect » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SiteMinderServletRequestAuthenticatorTest.willAuthenticateAUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SiteMinderServletRequestAuthenticatorTest.willAuthenticateAUserWithDifferentHeader » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SiteMinderServletRequestAuthenticatorTest.willNotAuthenticateABlankUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SiteMinderServletRequestAuthenticatorTest.willNotAuthenticateAMissingUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoGet_AlreadyMigrated » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoGet_NeedsMigration » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoGet_NotUsingBlowfish » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoGet_SetsClusteringAttributes » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoGet_SetsCsrfToken » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_AlwaysRedirects » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_ClusteringEnabledButNotStarted_BlocksMigration » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_ClusteringNotAvailable_AllowsMigration » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_ClusteringStartedWithMultipleNodes_BlocksMigration » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_ClusteringStartedWithSingleNode_AllowsMigration » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_InvalidCsrfToken » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_MissingCsrfToken » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_MissingDatabaseBackupConfirmation » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_MissingSecurityBackupConfirmation » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_NullAction » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_StoresMessagesInSession » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_UnknownAction » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   BlowfishMigrationServletTest.testDoPost_ValidCsrfToken_MissingBackupConfirmation » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SessionPacketRouterTest.setUp:54 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupBasedAdminProviderTest.setUp:61 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupBasedAdminProviderTest.setUp:61 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupBasedAdminProviderTest.setUp:61 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ClusterMonitorTest.whenAnotherNodeJoinsTheClusterAfterANodeHasLeftTheClusterAMessageWillBeSent » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ClusterMonitorTest.whenAnotherNodeJoinsTheClusterNothingWillBeSent » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ClusterMonitorTest.whenAnotherNodeLeavesTheClusterAMessageWillBeSent » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ClusterMonitorTest.whenThisNodeLeavesTheClusterAMessageWillBeSent » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testDelete_Node_A » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testDelete_Node_A_B » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testDelete_Node_A_C » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testDelete_Node_A_C_D » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testDelete_Node_A_C_E » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testReload_Node_A » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testReload_Node_A_B » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testReload_Node_A_C » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testReload_Node_A_C_D » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingComplexHierarchyTest.testReload_Node_A_C_E » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testDeleteChildWithParentPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testDeleteChildWithSiblingPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testDeleteParentWithChildPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testDeletePlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testLoadChildWithParentPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testLoadChildWithoutParentPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testLoadPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testReloadChildWithParentPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testReloadChildWithSiblingPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testReloadParentWithChildPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testReloadPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   PluginLoadingSimpleHierarchyTest.testRestoreParentWithChildPlugin » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testAllUserListener » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testDeregisterAllUserListener » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testDeregisterAllUserSpecificListener » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testDeregisterUserSpecificListener » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testNoDuplicate » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testUpdatedCaps » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testUserSpecificListener » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   EntityCapabilitiesListenerTest.testUserSpecificListenerWrongUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ForwardedTest.setUp:43 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   AbstractGroupProviderTest.setUp:95 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   DefaultGroupProviderTest.setUp:93 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerNoMockTest.setUp:92 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerTest.aForceLookupHitWillIgnoreTheExistingCache » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerTest.aForceLookupMissWillIgnoreTheExistingCache » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerTest.willCacheAHitIfNotAlreadyCached » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerTest.willCacheAMissIfNotAlreadyCached » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerTest.willUseACacheHit » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupManagerTest.willUseACacheMiss » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testAddBareJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testAddFullJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testEventListenerInvokedAdminAdded » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testEventListenerInvokedAdminRemoved » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testEventListenerInvokedGroupCreated » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testEventListenerInvokedGroupDeleted » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testEventListenerInvokedMemberAdded » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testEventListenerInvokedMemberRemoved » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testGroupSharingMultiple » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testGroupSharingSingle » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testOverrideBareJidWithFullJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testOverrideFullJidWithBareJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testReflectedInCacheAdminAdded » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testReflectedInCacheAdminRemoved » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testReflectedInCacheGroupCreated » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testReflectedInCacheGroupDeleted » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testReflectedInCacheMemberAdded » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testReflectedInCacheMemberRemoved » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testRemoveBareJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   GroupTest.testRemoveFullJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OpenfireX509TrustManagerTest.createFixture:85 » FileNotFound /tmp/OPENFIRE-TRUNK-JOB1/58c707e7-9cf5-49e9-a433-ad320f4d8b7f (Permission denied)
24-Mar-2026 06:33:46 [ERROR]   OpenfireX509TrustManagerTest.createFixture:85 » FileNotFound /tmp/OPENFIRE-TRUNK-JOB1/cad14492-2ac0-4ff5-bc25-51354f82f856 (Permission denied)
24-Mar-2026 06:33:46 [ERROR]   OpenfireX509TrustManagerTest.createFixture:85 » FileNotFound /tmp/OPENFIRE-TRUNK-JOB1/c6f3fc83-0ac2-496d-89d5-5b8ab1b1c8e5 (Permission denied)
24-Mar-2026 06:33:46 [ERROR]   OpenfireX509TrustManagerTest.createFixture:85 » FileNotFound /tmp/OPENFIRE-TRUNK-JOB1/7b69ef98-288d-4d4a-9109-9ed44e400928 (Permission denied)
24-Mar-2026 06:33:46 [ERROR]   OpenfireX509TrustManagerTest.createFixture:85 » FileNotFound /tmp/OPENFIRE-TRUNK-JOB1/0262b1cd-2f4e-4816-a6fb-ffd5e8a2ab10 (Permission denied)
24-Mar-2026 06:33:46 [ERROR]   OpenfireX509TrustManagerTest.createFixture:85 » FileNotFound /tmp/OPENFIRE-TRUNK-JOB1/99d2ace0-df99-409c-9b1a-16f64b58ffcf (Permission denied)
24-Mar-2026 06:33:46 [ERROR]   MUCOccupantTest.testExternalizedEquals » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   MUCRoomTest.testExternalizedEquals » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testEmpty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testLocalOccupantLeft » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testOneLocalOccupant » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testOneRemoteOccupant » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testRegisterActivity » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testRemoteOccupantLeft » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoLocalOccupantsDifferentUsersDifferentRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoLocalOccupantsDifferentUsersSameRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoLocalOccupantsSameUserDifferentRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoLocalOccupantsSameUserSameRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoRemoteOccupantsDifferentUsersDifferentRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoRemoteOccupantsDifferentUsersSameRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoRemoteOccupantsSameUserDifferentRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   OccupantManagerTest.testTwoRemoteOccupantsSameUserSameRoom » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testCreateAffiliation:51 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testCreateAffiliationTwice:162 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testCreateAffiliations:207 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliation:121 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliationAfterCreateAffiliation:303 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliationAfterCreateDifferentAffiliation:556 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliationDoesNotVoidNewerCreate:335 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliationDoesNotVoidNewerCreate2:385 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliationReplacesOlderUpdate:428 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliationTwice:507 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteAffiliationVoidsOlderCreateWithUpdate:471 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteNodeVoidsCreateAffiliation:664 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteNodeVoidsDeleteAffiliation:752 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testDeleteNodeVoidsUpdateAffiliation:708 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testUpdateAffiliation:86 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testUpdateAffiliationTwice:259 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderAffiliationOperationsTest.testUpdateTwoAffiliations:608 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testDeleteNodeVoidsRemovePublishedItem:330 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testDeleteNodeVoidsSavePublishedItem:287 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testRemoveAndSavePublishedItem:251 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testRemovePublishedItem:74 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testRemoveTwoPublishedItemDistinctIdentifier:158 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testRemoveTwoPublishedItemsSameIdentifier:187 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testSaveAndRemovePublishedItem:220 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testSavePublishedItem:48 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testSaveTwoPublishedItemsDistinctIdentifier:100 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderItemOperationsTest.testSaveTwoPublishedItemsSameIdentifier:129 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testCreateNode:50 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testCreateNodeTwice:146 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testDeleteNode:110 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testDeleteNodeAfterCreateNode:235 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testDeleteNodeDoesNotVoidNewerCreate:263 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testDeleteNodeDoesNotVoidNewerCreate2:306 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testDeleteNodeReplacesOlderUpdate:344 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testDeleteNodeTwice:413 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testDeleteNodeVoidsOlderCreateWithUpdate:381 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testUpdateNode:80 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderNodeOperationsTest.testUpdateNodeTwice:195 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testCreateSubscription:51 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testCreateSubscriptionTwice:156 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testCreateSubscriptions:198 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteNodeVoidsCreateSubscription:630 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteNodeVoidsDeleteSubscription:716 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteNodeVoidsUpdateSubscription:673 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscription:117 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscriptionAfterCreateDifferentSubscription:532 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscriptionAfterCreateSubscription:291 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscriptionDoesNotVoidNewerCreate:322 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscriptionDoesNotVoidNewerCreate2:369 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscriptionReplacesOlderUpdate:410 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscriptionTwice:486 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testDeleteSubscriptionVoidsOlderCreateWithUpdate:451 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testUpdateSubscription:84 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testUpdateSubscriptionTwice:250 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   CachingPubsubPersistenceProviderSubscriptionOperationsTest.testUpdateTwoSubscriptions:579 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   RosterItemTest.setup:46 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   RosterItemTest.setup:46 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   RosterItemTest.setup:46 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   RosterItemTest.setup:46 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   RosterItemTest.setup:46 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   RosterItemTest.setup:46 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ExternalClientSaslServerTest.testNoInitialResponse » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ExternalServerSaslServerTest.testEmptyInitialResponse » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ExternalServerSaslServerTest.testInitialResponseDifferentFromStreamID » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ExternalServerSaslServerTest.testInitialResponseMatchingStreamID » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ExternalServerSaslServerTest.testNoInitialResponseWhileNotRequired » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ScramSha1SaslServerTest.setupStaticMock:53 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   LocalIncomingServerSessionTest.generateValidKeyAndCert:90 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   LocalOutgoingServerSessionTest.generateValidKeyAndCert:90 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   StatisticDynamicMBeanTest.setup:38 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.canGetUserByUserNameForExistingUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.createExistingUserWillGetError » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.createThenDeleteUserAndVerifyDeletionResults » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.createUserWithEmptyPasswordThrowsIllegalArgument » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.createUserWithEmptyUsernameThrowsIllegalArgument » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.createUserWithNullPasswordThrowsIllegalArgument » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.createUserWithNullUsernameThrowsIllegalArgument » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.deleteInvalidUserWillGetError » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.getUserByJidReturnsUserForExistingLocalUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.getUserByJidThrowsForRemoteUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.getUserByJidThrowsForUnknownLocalUser » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.getUserNamesWillGetAListOfUserNames » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserFalseWillReturnFalseForLocalNonUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserFalseWillReturnFalseForRemoteUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserFalseWillReturnFalseForUnknownRemoteUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserFalseWillReturnTrueForLocalUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserReturnsFalseForDomainOnlyJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserReturnsFalseForRemoteDomainOnlyJid » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserTrueWillReturnFalseForATimeout » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserTrueWillReturnFalseForLocalNonUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserTrueWillReturnFalseForUnknownRemoteUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserTrueWillReturnFalseNoAnswer » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserTrueWillReturnTrueForLocalUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.isRegisteredUserTrueWillReturnTrueForRemoteUsers » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   UserManagerTest.verifyUserCountIsTwo » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ListPagerTest.aDefaultRequestWillHaveAPageSizeOf25 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ListPagerTest.anEmptyListWillStartOnPage1Of1 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ListPagerTest.theLowerBoundCurrentPageIs1 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ListPagerTest.theUpperBoundCurrentPageIsTotalPages » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ListPagerTest.willFilterTheList » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   ListPagerTest.willRoundUp » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.aPluginIsRequired » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.shouldEncryptAProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.theDefaultPluginIsOpenfire » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.thePluginCanBeChanged » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willAllowNullDefaultsForAClassProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willAllowNullDefaultsForAStringProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willBuildABooleanProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willBuildADoubleProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willBuildADurationProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willBuildAJIDProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willBuildALongProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willBuildAStringProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willBuildAnEnumProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAListOfCommaSeparatedString » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAListOfCommaWhitespaceSeparatedString » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAListOfCommaWhitespaceSeparatedString2 » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAListOfDurationProperties » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAListOfLongProperties » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAListOfStringProperties » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateASetOfStringProperties » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAnInstantProperty » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willCreateAnInstantPropertyWithADefaultValue » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willIndicateDynamicPropertyDoesNotNeedRestarting » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willIndicateNonDynamicPropertyNeedsRestarting » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildAClassPropertyWithoutABaseClass » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildADurationPropertyWithAnInvalidChronoUnit » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildADurationPropertyWithoutAChronoUnit » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildAPropertyForAnUnsupportedClass » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildAPropertyWithoutADefaultValue » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildAPropertyWithoutADynamicIndicator » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildAPropertyWithoutAKey » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildARegularPropertyWithABaseClass » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotBuildTheSamePropertyTwice » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotReturnAMissingClass » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotReturnAnotherClass » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willNotifyListenersOfChanges » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willPreventAValueBeingTooHigh » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willPreventAValueBeingTooLow » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willRemovePluginSpecificProperties » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willReturnAClass » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [ERROR]   SystemPropertyTest.willReturnNullForInvalidJID » IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
24-Mar-2026 06:33:46 [INFO]
24-Mar-2026 06:33:46 [ERROR] Tests run: 1245, Failures: 0, Errors: 456, Skipped: 3
24-Mar-2026 06:33:46 [INFO]
24-Mar-2026 06:33:46 [INFO] ------------------------------------------------------------------------
24-Mar-2026 06:33:46 [INFO] Reactor Summary for Parent 5.1.0-SNAPSHOT:
24-Mar-2026 06:33:46 [INFO]
24-Mar-2026 06:33:46 [INFO] Parent ............................................. SUCCESS [  0.321 s]
24-Mar-2026 06:33:46 [INFO] Internationalization files for Openfire ............ SUCCESS [  0.765 s]
24-Mar-2026 06:33:46 [INFO] Core XMPP Server ................................... FAILURE [03:55 min]
24-Mar-2026 06:33:46 [INFO] Starter for Openfire ............................... SKIPPED
24-Mar-2026 06:33:46 [INFO] Openfire Plugins ................................... SKIPPED
24-Mar-2026 06:33:46 [INFO] Openfire Plugin Assembly Descriptor ................ SKIPPED
24-Mar-2026 06:33:46 [INFO] Distribution ....................................... SKIPPED
24-Mar-2026 06:33:46 [INFO] ------------------------------------------------------------------------
24-Mar-2026 06:33:46 [INFO] BUILD FAILURE
24-Mar-2026 06:33:46 [INFO] ------------------------------------------------------------------------
24-Mar-2026 06:33:46 [INFO] Total time:  03:56 min
24-Mar-2026 06:33:46 [INFO] Finished at: 2026-03-24T06:33:46-05:00
24-Mar-2026 06:33:46 [INFO] ------------------------------------------------------------------------
24-Mar-2026 06:33:46 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project xmppserver:
24-Mar-2026 06:33:46 [ERROR]
24-Mar-2026 06:33:46 [ERROR] See /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1/xmppserver/target/surefire-reports for the individual test results.
24-Mar-2026 06:33:46 [ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
24-Mar-2026 06:33:46 [ERROR] -> [Help 1]
24-Mar-2026 06:33:46 [ERROR]
24-Mar-2026 06:33:46 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
24-Mar-2026 06:33:46 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
24-Mar-2026 06:33:46 [ERROR]
24-Mar-2026 06:33:46 [ERROR] For more information about the errors and possible solutions, please read the following articles:
24-Mar-2026 06:33:46 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
24-Mar-2026 06:33:46 [ERROR]
24-Mar-2026 06:33:46 [ERROR] After correcting the problems, you can resume the build with the command
24-Mar-2026 06:33:46 [ERROR]   mvn <args> -rf :xmppserver
24-Mar-2026 06:33:46 Failing task since return code of [/usr/share/maven/bin/mvn --batch-mode -Djava.io.tmpdir=/tmp/OPENFIRE-TRUNK-JOB1 clean package] was 1 while expected 0
24-Mar-2026 06:33:46 Parsing test results under /home/bamboo-agent1/bamboo-agent-home/xml-data/build-dir/OPENFIRE-TRUNK-JOB1...
24-Mar-2026 06:33:46 Finished task 'Build' with result: Failed
24-Mar-2026 06:33:46 Running post build plugin 'Docker Container Cleanup'
24-Mar-2026 06:33:46 Running post build plugin 'NCover Results Collector'
24-Mar-2026 06:33:46 Running post build plugin 'Build Results Label Collector'
24-Mar-2026 06:33:46 Running post build plugin 'Clover Results Collector'
24-Mar-2026 06:33:46 Running post build plugin 'npm Cache Cleanup'
24-Mar-2026 06:33:46 Running post build plugin 'Artifact Copier'
24-Mar-2026 06:33:46 Publishing an artifact: Unpacked project files
24-Mar-2026 06:33:58 Finished publishing of artifact Non required shared artifact Http Compression On : [Unpacked project files], patterns: [**/*] in 11.42 s
24-Mar-2026 06:33:58 Finalising the build...
24-Mar-2026 06:33:58 Stopping timer.
24-Mar-2026 06:33:58 Build OPENFIRE-TRUNK-JOB1-2936 completed.
24-Mar-2026 11:34:05 Running on server: post build plugin 'Build Hanging Detection Configuration'
24-Mar-2026 11:34:05 Running on server: post build plugin 'NCover Results Collector'
24-Mar-2026 11:34:06 Running on server: post build plugin 'Build Labeller'
24-Mar-2026 11:34:06 Running on server: post build plugin 'Clover Delta Calculator'
24-Mar-2026 11:34:06 Running on server: post build plugin 'Maven Dependencies Postprocessor'
24-Mar-2026 11:34:06 All post build plugins have finished
24-Mar-2026 11:34:06 Generating build results summary...
24-Mar-2026 11:34:07 Saving build results to disk...
24-Mar-2026 11:34:07 Store variable context...
24-Mar-2026 11:34:08 Finished building OPENFIRE-TRUNK-JOB1-2936.