[main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(urn:ietf:params:xml:ns:yang:ietf-yang-types?revision=2013-07-15)ietf-yang-types, (urn:ietf:params:xml:ns:netconf:notification:1.0?revision=2008-07-14)notifications] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(test:namespace?revision=2013-07-22)test-module] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] WARN org.opendaylight.netconf.client.mdsal.impl.SchemaSetup - RemoteDeviceId[name=test-D, address=localhost/:22]: Unable to build schema context with reason UnableToResolve, failed to resolve source SourceIdentifier [test-module@2013-07-22], will reattempt without it [main] WARN org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Unexpected error resolving device sources org.opendaylight.netconf.client.mdsal.NetconfDevice$EmptySchemaContextException: RemoteDeviceId[name=test-D, address=localhost/:22]: No more sources for schema context at org.opendaylight.netconf.client.mdsal.impl.SchemaSetup.trySetupSchema(SchemaSetup.java:168) at org.opendaylight.netconf.client.mdsal.impl.SchemaSetup.onFailure(SchemaSetup.java:154) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1117) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1004) at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:469) at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.addListener(AbstractFuture.java:119) at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1098) at org.opendaylight.netconf.client.mdsal.impl.SchemaSetup.trySetupSchema(SchemaSetup.java:164) at org.opendaylight.netconf.client.mdsal.impl.SchemaSetup.resolve(SchemaSetup.java:128) at org.opendaylight.netconf.client.mdsal.impl.DefaultDeviceNetconfSchemaProvider.deviceNetconfSchemaFor(DefaultDeviceNetconfSchemaProvider.java:136) at org.opendaylight.netconf.client.mdsal.impl.DefaultDeviceNetconfSchemaProvider.lambda$deviceNetconfSchemaFor$1(DefaultDeviceNetconfSchemaProvider.java:110) at com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture.doTransform(AbstractTransformFuture.java:226) at com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture.doTransform(AbstractTransformFuture.java:213) at com.google.common.util.concurrent.AbstractTransformFuture.run(AbstractTransformFuture.java:126) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1004) at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:469) at com.google.common.util.concurrent.FluentFuture$TrustedFuture.addListener(FluentFuture.java:114) at com.google.common.util.concurrent.AbstractTransformFuture.createAsync(AbstractTransformFuture.java:44) at com.google.common.util.concurrent.Futures.transformAsync(Futures.java:454) at org.opendaylight.netconf.client.mdsal.impl.DefaultDeviceNetconfSchemaProvider.deviceNetconfSchemaFor(DefaultDeviceNetconfSchemaProvider.java:106) at org.opendaylight.netconf.client.mdsal.NetconfDevice.onRemoteSessionUp(NetconfDevice.java:117) at org.opendaylight.netconf.client.mdsal.NetconfDeviceTest.testNetconfDeviceFailFirstSchemaFailSecondEmpty(NetconfDeviceTest.java:127) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:786) at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:514) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:152) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:91) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$4(TestMethodTestDescriptor.java:221) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:217) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:159) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:157) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:230) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:204) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:172) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:101) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:64) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:150) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:63) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:109) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:91) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39) at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25) at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60) at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136) 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) [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: missing RPC output [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(test:namespace?revision=2013-07-22)test-module] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: missing RPC output [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(test:namespace?revision=2013-07-22)test-module] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(urn:ietf:params:xml:ns:yang:ietf-yang-types?revision=2013-07-15)ietf-yang-types, (urn:ietf:params:xml:ns:netconf:notification:1.0?revision=2008-07-14)notifications] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: missing RPC output [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(test:namespace?revision=2013-07-22)test-module] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] WARN org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Device communicator was tear down since the schema setup started [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: missing RPC output [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(test:namespace?revision=2013-07-22)test-module] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: missing RPC output [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(test:qname:side:loading)test, (test:namespace?revision=2013-07-22)test-module] [main] WARN org.opendaylight.netconf.client.mdsal.impl.NetconfStateSchemasResolverImpl - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] WARN org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Device communicator was tear down since the schema setup started [main] ERROR io.netty.util.ResourceLeakDetector - LEAK: HashedWheelTimer.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:312) io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:251) io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:224) io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:203) org.opendaylight.netconf.common.impl.NettyNetconfTimer.(NettyNetconfTimer.java:78) org.opendaylight.netconf.common.di.DefaultNetconfTimer.(DefaultNetconfTimer.java:35) org.opendaylight.netconf.common.di.DefaultNetconfTimer.(DefaultNetconfTimer.java:31) org.opendaylight.netconf.client.mdsal.NetconfDeviceTest.before(NetconfDeviceTest.java:105) java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) java.base/java.lang.reflect.Method.invoke(Method.java:580) org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:786) org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:514) org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161) org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:133) org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:83) org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112) org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94) org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93) org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87) org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:547) org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$20(ClassBasedTestDescriptor.java:532) org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$2(TestMethodTestDescriptor.java:193) org.junit.jupiter.engine.descriptor.CallbackSupport.lambda$invokeBeforeCallbacks$0(CallbackSupport.java:34) org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) org.junit.jupiter.engine.descriptor.CallbackSupport.invokeBeforeCallbacks(CallbackSupport.java:34) org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:191) org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:155) org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:157) org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) java.base/java.util.ArrayList.forEach(ArrayList.java:1596) org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161) org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) java.base/java.util.ArrayList.forEach(ArrayList.java:1596) org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:161) org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:147) org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:145) org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:144) org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:101) org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:230) org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:204) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:172) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:101) org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:64) org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:150) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:63) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:109) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:91) org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39) org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25) org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38) org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60) org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136) org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [main] INFO org.opendaylight.netconf.common.impl.NettyNetconfTimer - NETCONF timer started [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully