[main] WARN org.opendaylight.netconf.client.mdsal.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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]: Unable to build schema context, unsatisfied imports {}, will reattempt with resolved only [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.NetconfDevice$SchemaSetup.trySetupSchema(NetconfDevice.java:483) at org.opendaylight.netconf.client.mdsal.NetconfDevice$SchemaSetup.onFailure(NetconfDevice.java:472) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1119) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1286) at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:760) at com.google.common.util.concurrent.AbstractFuture$TrustedFuture.addListener(AbstractFuture.java:134) at com.google.common.util.concurrent.Futures.addCallback(Futures.java:1100) at org.opendaylight.netconf.client.mdsal.NetconfDevice$SchemaSetup.trySetupSchema(NetconfDevice.java:479) at org.opendaylight.netconf.client.mdsal.NetconfDevice$SchemaSetup.startResolution(NetconfDevice.java:427) at org.opendaylight.netconf.client.mdsal.NetconfDevice.assembleSchemaContext(NetconfDevice.java:270) at org.opendaylight.netconf.client.mdsal.NetconfDevice.lambda$onRemoteSessionUp$0(NetconfDevice.java:153) at com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture.doTransform(AbstractTransformFuture.java:223) at com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture.doTransform(AbstractTransformFuture.java:210) at com.google.common.util.concurrent.AbstractTransformFuture.run(AbstractTransformFuture.java:123) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1286) at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:760) at com.google.common.util.concurrent.FluentFuture$TrustedFuture.addListener(FluentFuture.java:114) at com.google.common.util.concurrent.AbstractTransformFuture.create(AbstractTransformFuture.java:44) at com.google.common.util.concurrent.Futures.transformAsync(Futures.java:453) at org.opendaylight.netconf.client.mdsal.NetconfDevice.onRemoteSessionUp(NetconfDevice.java:152) at org.opendaylight.netconf.client.mdsal.NetconfDeviceTest.testNetconfDeviceFailFirstSchemaFailSecondEmpty(NetconfDeviceTest.java:174) 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.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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.internal.runners.StrictRunner.run(StrictRunner.java:42) 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) [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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] WARN org.opendaylight.netconf.client.mdsal.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Unable to build schema context, 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]: Unable to build schema context, failed to resolve source SourceIdentifier [test-module@2013-07-22], will reattempt without it SchemaResolutionException{unsatisfiedImports={}} at org.opendaylight.netconf.client.mdsal.NetconfDeviceTest.testNetconfDeviceFlawedModelFailedResolution(NetconfDeviceTest.java:106) 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.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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 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.internal.runners.StrictRunner.run(StrictRunner.java:42) 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) Caused by: java.lang.Throwable: YangTools parser fail ... 50 more [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.DeviceSourcesResolver - 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.DeviceSourcesResolver - RemoteDeviceId[name=test-D, address=localhost/:22]: Attempting to build schema context from required sources [main] WARN org.opendaylight.netconf.api.messages.NotificationMessage - Fraction of second is cut to three digits. Value that was cut 75 [main] WARN org.opendaylight.netconf.api.messages.NotificationMessage - Fraction of second is cut to three digits. Value that was cut 75 [main] INFO org.opendaylight.netconf.client.mdsal.NetconfDevice - RemoteDeviceId[name=test-D, address=localhost/:22]: Netconf connector initialized successfully [main] WARN org.opendaylight.netconf.api.messages.NotificationMessage - Fraction of second is cut to three digits. Value that was cut 75 [main] WARN org.opendaylight.netconf.client.mdsal.DeviceSourcesResolver - 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.DeviceSourcesResolver - 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