Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build what is described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3 WARNING: A Java agent has been loaded dynamically (/tmp/r/net/bytebuddy/byte-buddy-agent/1.15.3/byte-buddy-agent-1.15.3.jar) WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information WARNING: Dynamic loading of agents will be disallowed by default in a future release Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build what is described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3 SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@25ad25f5] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@5f0f70c7] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. 05:44:35,825 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14 05:44:35,827 |-INFO in ch.qos.logback.classic.util.ContextInitializer@54275b5d - No custom configurators were discovered as a service. 05:44:35,827 |-INFO in ch.qos.logback.classic.util.ContextInitializer@54275b5d - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 05:44:35,829 |-INFO in ch.qos.logback.classic.util.ContextInitializer@54275b5d - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 05:44:35,829 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 05:44:35,829 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 05:44:35,829 |-INFO in ch.qos.logback.classic.util.ContextInitializer@54275b5d - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 0 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 05:44:35,829 |-INFO in ch.qos.logback.classic.util.ContextInitializer@54275b5d - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 05:44:35,830 |-INFO in ch.qos.logback.classic.util.ContextInitializer@54275b5d - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 05:44:35,831 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/w/workspace/bgpcep-sonar/bgp/benchmark-app/target/test-classes/logback-test.xml] 05:44:35,942 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 17 05:44:35,942 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 05:44:35,942 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 21 05:44:35,942 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 05:44:36,002 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Registering a new ReconfigureOnChangeTask ReconfigureOnChangeTask(born:1734155076002) 05:44:36,002 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - No 'scanPeriod' specified. Defaulting to 1 minutes 05:44:36,002 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Will scan for changes in [file:/w/workspace/bgpcep-sonar/bgp/benchmark-app/target/test-classes/logback-test.xml] 05:44:36,002 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Setting ReconfigureOnChangeTask scanning period to 1 minutes 05:44:36,005 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 05:44:36,005 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 05:44:36,014 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 05:44:36,058 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.protocol] to false 05:44:36,058 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.protocol level set to DEBUG 05:44:36,058 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.protocol] 05:44:36,059 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.bgpcep] to false 05:44:36,059 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.bgpcep level set to DEBUG 05:44:36,059 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.bgpcep] 05:44:36,059 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 05:44:36,059 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 05:44:36,059 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@5d01b0d8 - End of configuration. 05:44:36,060 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@271e851e - Registering current configuration as safe fallback point 05:44:36,060 |-INFO in ch.qos.logback.classic.util.ContextInitializer@54275b5d - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 230 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@25ad25f5] 05:44:38.731 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 05:44:38.977 [main] INFO o.o.p.b.b.app.AppPeerBenchmark - BGP Application Peer Benchmark Application started. 05:44:38.978 [main] DEBUG o.o.p.b.b.app.AppPeerBenchmark - Instantiating App Peer Benchmark : app-peer 05:44:39.323 [pool-5-thread-1] INFO o.o.p.b.b.app.AppPeerBenchmark - Empty Structure created for Application Peer Benchmark app-peer 05:44:39.408 [main] INFO o.o.y.b.d.codec.impl.LazyBindingMap - Using lazy population for maps larger than 1 element(s) 05:44:39.413 [main] DEBUG o.o.p.b.b.app.AppPeerBenchmark - DatastoreBaAbstractWrite closed successfully 05:44:39.413 [main] INFO o.o.p.b.b.app.AppPeerBenchmark - BGP Application Peer Benchmark Application closed.