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@4ee8051c] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@53125718] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. 05:44:42,471 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.14 05:44:42,473 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cfc0c48 - No custom configurators were discovered as a service. 05:44:42,473 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cfc0c48 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 05:44:42,475 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cfc0c48 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator 05:44:42,475 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] 05:44:42,475 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 05:44:42,476 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cfc0c48 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 05:44:42,476 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cfc0c48 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 05:44:42,476 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cfc0c48 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator 05:44:42,477 |-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:42,562 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 17 05:44:42,562 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 05:44:42,563 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - element is deprecated. Near [level] on line 21 05:44:42,563 |-WARN in ch.qos.logback.classic.joran.action.LevelAction - Please use "level" attribute within or elements instead. 05:44:42,624 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Registering a new ReconfigureOnChangeTask ReconfigureOnChangeTask(born:1730526282624) 05:44:42,624 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - No 'scanPeriod' specified. Defaulting to 1 minutes 05:44:42,624 |-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:42,624 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Setting ReconfigureOnChangeTask scanning period to 1 minutes 05:44:42,626 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT] 05:44:42,626 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 05:44:42,635 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 05:44:42,678 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.protocol] to false 05:44:42,678 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.protocol level set to DEBUG 05:44:42,678 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.protocol] 05:44:42,679 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting additivity of logger [org.opendaylight.bgpcep] to false 05:44:42,679 |-INFO in ch.qos.logback.classic.model.processor.LevelModelHandler - org.opendaylight.bgpcep level set to DEBUG 05:44:42,679 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[org.opendaylight.bgpcep] 05:44:42,679 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO 05:44:42,679 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT] 05:44:42,679 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@59d5c537 - End of configuration. 05:44:42,681 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5464b97c - Registering current configuration as safe fallback point 05:44:42,681 |-INFO in ch.qos.logback.classic.util.ContextInitializer@4cfc0c48 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 205 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@4ee8051c] 05:44:45.230 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 05:44:45.527 [main] INFO o.o.p.b.b.app.AppPeerBenchmark - BGP Application Peer Benchmark Application started. 05:44:45.527 [main] DEBUG o.o.p.b.b.app.AppPeerBenchmark - Instantiating App Peer Benchmark : app-peer 05:44:45.871 [pool-5-thread-1] INFO o.o.p.b.b.app.AppPeerBenchmark - Empty Structure created for Application Peer Benchmark app-peer 05:44:45.953 [main] INFO o.o.y.b.d.codec.impl.LazyBindingMap - Using lazy population for maps larger than 1 element(s) 05:44:45.958 [main] DEBUG o.o.p.b.b.app.AppPeerBenchmark - DatastoreBaAbstractWrite closed successfully 05:44:45.958 [main] INFO o.o.p.b.b.app.AppPeerBenchmark - BGP Application Peer Benchmark Application closed.