SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/tmp/r/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/tmp/r/org/slf4j/slf4j-simple/1.7.32/slf4j-simple-1.7.32.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 12:53:04,132 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/w/workspace/bgpcep-maven-merge-0.19.x/pcep/impl/target/test-classes/logback-test.xml] 12:53:04,133 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs multiple times on the classpath. 12:53:04,133 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [jar:file:/tmp/r/org/opendaylight/yangtools/mockito-configuration/10.0.13/mockito-configuration-10.0.13.jar!/logback-test.xml] 12:53:04,133 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback-test.xml] occurs at [file:/w/workspace/bgpcep-maven-merge-0.19.x/pcep/impl/target/test-classes/logback-test.xml] 12:53:04,198 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 12:53:04,205 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 12:53:04,208 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 12:53:04,214 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 12:53:04,279 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.opendaylight.protocol] to false 12:53:04,279 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.opendaylight.protocol level set to DEBUG 12:53:04,279 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[org.opendaylight.protocol] 12:53:04,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.opendaylight.bgpcep] to false 12:53:04,280 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.opendaylight.bgpcep level set to DEBUG 12:53:04,280 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[org.opendaylight.bgpcep] 12:53:04,280 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO 12:53:04,280 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] 12:53:04,280 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 12:53:04,281 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4beabeec - Registering current configuration as safe fallback point SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 12:53:06.354 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.366 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP session with TestingChannel started, sent proposal Open{keepalive=1, sessionId=1} 12:53:06.372 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Open{openMessage=OpenMessage{open=Open{deadTimer=40, keepalive=15, sessionId=0}}} in state OPEN_WAIT 12:53:06.373 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel moved to KeepWait state with remoteOK=1 12:53:06.391 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Pcerr{pcerrMessage=PcerrMessage{errorType=SessionCase{session=Session{open=Open{keepalive=1, sessionId=1}}}, errors=[Errors{errorObject=ErrorObject{type=1, value=4}}]}} in state KEEP_WAIT 12:53:06.392 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Keepalive{keepaliveMessage=KeepaliveMessage{}} in state KEEP_WAIT 12:53:06.393 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP peer TestingChannel completed negotiation 12:53:06.397 [main] INFO o.o.p.pcep.impl.PCEPSessionImpl - Session /127.103.222.84:24921[1] <-> /127.103.222.84:24921[0] started 12:53:06.404 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Negotiation on channel TestingChannel successful with session PCEPSessionImpl{channel=TestingChannel, localOpen=Open{keepalive=1, sessionId=1}, remoteOpen=Open{deadTimer=40, keepalive=15, sessionId=0}} 12:53:06.417 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.417 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP session with TestingChannel started, sent proposal Open{keepalive=1, sessionId=1} 12:53:06.418 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Keepalive{keepaliveMessage=KeepaliveMessage{}} in state OPEN_WAIT 12:53:06.418 [main] WARN o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel in state OPEN_WAIT received unexpected message Keepalive{keepaliveMessage=KeepaliveMessage{}} 12:53:06.421 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Negotiation on channel TestingChannel failed java.lang.Exception: Illegal message encountered at org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator.handleMessage(AbstractPCEPSessionNegotiator.java:364) at org.opendaylight.protocol.pcep.impl.FiniteStateMachineTest.testErrorOneOne(FiniteStateMachineTest.java:164) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:53:06.432 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.433 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP session with TestingChannel started, sent proposal Open{keepalive=1, sessionId=1} 12:53:06.441 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.442 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP session with TestingChannel started, sent proposal Open{keepalive=1, sessionId=1} 12:53:06.442 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Open{openMessage=OpenMessage{open=Open{deadTimer=40, keepalive=15, sessionId=0}}} in state OPEN_WAIT 12:53:06.443 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel moved to KeepWait state with remoteOK=1 12:53:06.562 [main] INFO o.o.p.pcep.impl.PCEPSessionImpl - Session /127.146.171.51:27213[0] <-> /127.146.171.51:27213[0] started 12:53:06.564 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.565 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.566 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.566 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.566 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.567 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.567 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.568 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.570 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Pcerr{pcerrMessage=PcerrMessage{errors=[Errors{errorObject=ErrorObject{type=2, value=0}}]}} 12:53:06.573 [main] INFO o.o.p.pcep.impl.PCEPSessionImpl - Closing PCEP session with reason TOO_MANY_UNKNOWN_MSGS: PCEPSessionImpl{channel=TestingChannel, localOpen=Open{deadTimer=40, keepalive=15, sessionId=0}, remoteOpen=Open{deadTimer=40, keepalive=15, sessionId=0}} 12:53:06.574 [main] DEBUG o.o.p.pcep.impl.PCEPSessionImpl - PCEP Message enqueued: Close{cCloseMessage=CCloseMessage{cClose=CClose{reason=5}}} 12:53:06.574 [main] INFO o.o.p.pcep.impl.PCEPSessionImpl - Closing PCEP session channel: TestingChannel 12:53:06.593 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.594 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - Started TLS connection negotiation with peer TestingChannel 12:53:06.594 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Open{openMessage=OpenMessage{open=Open{deadTimer=40, keepalive=15, sessionId=0}}} in state START_TLS_WAIT 12:53:06.595 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Negotiation on channel TestingChannel failed java.lang.IllegalStateException: Unexpected message recieved. at org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator.handleMessageStartTlsWait(AbstractPCEPSessionNegotiator.java:327) at org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator.handleMessage(AbstractPCEPSessionNegotiator.java:345) at org.opendaylight.protocol.pcep.impl.FiniteStateMachineTest.testTLSUnexpectedMessage(FiniteStateMachineTest.java:125) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:53:06.602 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.602 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - Started TLS connection negotiation with peer TestingChannel 12:53:06.602 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Starttls{startTlsMessage=StartTlsMessage{}} in state START_TLS_WAIT 12:53:06.604 [main] WARN o.o.p.p.impl.tls.SslContextFactory - No keystore type, not initializing server-side context 12:53:06.605 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Negotiation on channel TestingChannel failed java.lang.IllegalStateException: Failed to establish a TLS connection. at org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator.handleMessageStartTlsWait(AbstractPCEPSessionNegotiator.java:314) at org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator.handleMessage(AbstractPCEPSessionNegotiator.java:345) at org.opendaylight.protocol.pcep.impl.FiniteStateMachineTest.testFailedToEstablishTLS(FiniteStateMachineTest.java:107) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) 12:53:06.612 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.626 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - Started TLS connection negotiation with peer TestingChannel 12:53:06.626 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Starttls{startTlsMessage=StartTlsMessage{}} in state START_TLS_WAIT 12:53:06.795 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEPS TLS connection with peer: TestingChannel established succesfully. 12:53:06.795 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP session with TestingChannel started, sent proposal Open{keepalive=1, sessionId=1} 12:53:06.796 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Open{openMessage=OpenMessage{open=Open{deadTimer=40, keepalive=15, sessionId=0}}} in state OPEN_WAIT 12:53:06.796 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel moved to KeepWait state with remoteOK=1 12:53:06.802 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Starting session negotiation on channel TestingChannel 12:53:06.803 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP session with TestingChannel started, sent proposal Open{keepalive=1, sessionId=1} 12:53:06.803 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Open{openMessage=OpenMessage{open=Open{deadTimer=40, keepalive=15, sessionId=0}}} in state OPEN_WAIT 12:53:06.803 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel moved to KeepWait state with remoteOK=1 12:53:06.804 [main] DEBUG o.o.p.p.i.AbstractPCEPSessionNegotiator - Channel TestingChannel handling message Keepalive{keepaliveMessage=KeepaliveMessage{}} in state KEEP_WAIT 12:53:06.804 [main] INFO o.o.p.p.i.AbstractPCEPSessionNegotiator - PCEP peer TestingChannel completed negotiation 12:53:06.804 [main] INFO o.o.p.pcep.impl.PCEPSessionImpl - Session /127.117.191.76:59173[1] <-> /127.117.191.76:59173[0] started 12:53:06.805 [main] DEBUG o.o.p.p.i.AbstractSessionNegotiator - Negotiation on channel TestingChannel successful with session PCEPSessionImpl{channel=TestingChannel, localOpen=Open{keepalive=1, sessionId=1}, remoteOpen=Open{deadTimer=40, keepalive=15, sessionId=0}}