SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@649725e3] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@3c0fae6c] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@649725e3] 19:27:32.486 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework 19:27:32.493 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 19:27:32.493 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 19:27:32.501 [main] DEBUG i.n.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@61f80d55 19:27:32.550 [main] DEBUG i.n.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false 19:27:32.550 [main] DEBUG i.n.util.internal.PlatformDependent0 - Java version: 21 19:27:32.552 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 19:27:32.553 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe base methods: all available 19:27:32.553 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.storeFence: available 19:27:32.554 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available 19:27:32.555 [main] DEBUG i.n.util.internal.PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 19:27:32.556 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true 19:27:32.557 [main] DEBUG i.n.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @471a9022 19:27:32.558 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 19:27:32.558 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available 19:27:32.558 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 19:27:32.558 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 19:27:32.561 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 19:27:32.561 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 19:27:32.562 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 19:27:32.563 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false 19:27:32.565 [main] DEBUG i.n.util.internal.PlatformDependent - Error while reading content of /etc/os-release java.io.IOException: Maximum number of bytes read: 8192 at io.netty.util.internal.BoundedInputStream.checkMaxBytesRead(BoundedInputStream.java:79) at io.netty.util.internal.BoundedInputStream.read(BoundedInputStream.java:58) at java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:350) at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:393) at java.base/sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:217) at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:171) at java.base/java.io.InputStreamReader.read(InputStreamReader.java:188) at java.base/java.io.BufferedReader.fill(BufferedReader.java:160) at java.base/java.io.BufferedReader.implReadLine(BufferedReader.java:370) at java.base/java.io.BufferedReader.readLine(BufferedReader.java:347) at java.base/java.io.BufferedReader.readLine(BufferedReader.java:436) at io.netty.util.internal.PlatformDependent$4.run(PlatformDependent.java:246) at io.netty.util.internal.PlatformDependent$4.run(PlatformDependent.java:235) at java.base/java.security.AccessController.doPrivileged(AccessController.java:319) at io.netty.util.internal.PlatformDependent.addFilesystemOsClassifiers(PlatformDependent.java:235) at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:226) at io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:115) at io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:252) at io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:225) at io.netty.util.HashedWheelTimer.(HashedWheelTimer.java:204) at org.opendaylight.netconf.common.impl.DefaultNetconfTimer.(DefaultNetconfTimer.java:84) at org.opendaylight.netconf.common.impl.DefaultNetconfTimer.(DefaultNetconfTimer.java:73) at org.opendaylight.netconf.test.tool.TestToolTest.beforeAll(TestToolTest.java:114) 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:767) 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:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$14(ClassBasedTestDescriptor.java:412) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:410) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:216) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:85) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:153) 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:146) 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:144) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) 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:160) 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:146) 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:144) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100) 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.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) 19:27:32.597 [main] DEBUG i.n.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 19:27:32.603 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 19:27:32.629 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 19:27:32.629 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.deleteLibAfterLoading: true 19:27:32.629 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.tryPatchShadedId: true 19:27:32.629 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.detectNativeLibraryDuplicates: true 19:27:32.652 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 19:27:32.664 [main] DEBUG i.n.u.concurrent.GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 19:27:32.677 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 19:27:32.677 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 19:27:32.691 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false 19:27:32.691 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 19:27:32.718 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 44864 (auto-detected) 19:27:32.722 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false 19:27:32.723 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false 19:27:32.725 [main] DEBUG i.netty.util.NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 19:27:32.726 [main] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 4096 19:27:32.727 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 02:42:29:ff:fe:26:93:48 (auto-detected) 19:27:32.787 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8 19:27:32.787 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 19:27:32.788 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 19:27:32.804 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 19:27:32.804 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 19:27:32.804 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 19:27:34.827 [main] INFO o.o.n.t.spi.NettyTransportSupport - Netty transport backed by java.nio 19:27:34.890 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 19:27:34.891 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, TCP simulated devices starting on port 0 19:27:35.423 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Custom module loading skipped. 19:27:35.460 [main] INFO o.o.y.y.p.r.SharedEffectiveModelContextFactory - Using weak references 19:27:35.460 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Starting assembly of 4 sources 19:27:35.730 [main] DEBUG o.o.y.y.parser.repo.AssembleSources - Resolving dependency reactor {SourceIdentifier [ietf-netconf-monitoring@2010-10-04]=Module[sourceId=SourceIdentifier [ietf-netconf-monitoring@2010-10-04], yangVersion=1, namespace=urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring, prefix=Unqualified{localName=ncm}, revisions=[2010-10-04], imports=[Import[name=Unqualified{localName=ietf-yang-types}, prefix=Unqualified{localName=yang}, revision=2013-07-15], Import[name=Unqualified{localName=ietf-inet-types}, prefix=Unqualified{localName=inet}, revision=2013-07-15]], includes=[]], SourceIdentifier [ietf-yang-types@2013-07-15]=Module[sourceId=SourceIdentifier [ietf-yang-types@2013-07-15], yangVersion=1, namespace=urn:ietf:params:xml:ns:yang:ietf-yang-types, prefix=Unqualified{localName=yang}, revisions=[2013-07-15, 2010-09-24], imports=[], includes=[]], SourceIdentifier [ietf-inet-types@2013-07-15]=Module[sourceId=SourceIdentifier [ietf-inet-types@2013-07-15], yangVersion=1, namespace=urn:ietf:params:xml:ns:yang:ietf-inet-types, prefix=Unqualified{localName=inet}, revisions=[2013-07-15, 2010-09-24], imports=[], includes=[]], SourceIdentifier [odl-netconf-monitoring@2022-07-18]=Module[sourceId=SourceIdentifier [odl-netconf-monitoring@2022-07-18], yangVersion=1, namespace=urn:opendaylight:params:xml:ns:yang:netconf:monitoring, prefix=Unqualified{localName=odlncm}, revisions=[2022-07-18], imports=[Import[name=Unqualified{localName=ietf-netconf-monitoring}, prefix=Unqualified{localName=ncm}, revision=null]], includes=[]]} 19:27:35.750 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] is missing import Import[name=Unqualified{localName=ietf-yang-types}, prefix=Unqualified{localName=yang}, revision=2013-07-15] 19:27:35.750 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-yang-types@2013-07-15] 19:27:35.750 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-inet-types@2013-07-15] 19:27:35.751 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Source SourceIdentifier [odl-netconf-monitoring@2022-07-18] is missing import Import[name=Unqualified{localName=ietf-netconf-monitoring}, prefix=Unqualified{localName=ncm}, revision=null] 19:27:35.751 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] 19:27:35.751 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [odl-netconf-monitoring@2022-07-18] 19:27:35.798 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_PRE_LINKAGE 19:27:35.799 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_PRE_LINKAGE 19:27:35.799 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_PRE_LINKAGE 19:27:35.799 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_PRE_LINKAGE 19:27:35.800 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE started 19:27:35.844 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_PRE_LINKAGE 19:27:35.846 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_PRE_LINKAGE 19:27:35.847 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_PRE_LINKAGE 19:27:35.847 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_PRE_LINKAGE 19:27:35.847 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE finished 19:27:35.847 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_LINKAGE 19:27:35.847 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_LINKAGE 19:27:35.848 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_LINKAGE 19:27:35.848 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_LINKAGE 19:27:35.848 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE started 19:27:35.857 [main] DEBUG o.o.y.y.p.s.r.StatementContextBase - Listener on ParserNamespace{name=module} criterion LatestRevisionModule{moduleName=ietf-netconf-monitoring} found a pre-existing match: SourceIdentifier [ietf-netconf-monitoring@2010-10-04]=RootStatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)module}, argument=Unqualified{localName=ietf-netconf-monitoring}, refCount=0} 19:27:35.859 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_LINKAGE 19:27:35.859 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_LINKAGE 19:27:35.860 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_LINKAGE 19:27:35.861 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_LINKAGE 19:27:35.861 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE finished 19:27:35.861 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase STATEMENT_DEFINITION 19:27:35.861 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase STATEMENT_DEFINITION 19:27:35.861 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase STATEMENT_DEFINITION 19:27:35.861 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase STATEMENT_DEFINITION 19:27:35.861 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION started 19:27:35.912 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase STATEMENT_DEFINITION 19:27:35.913 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase STATEMENT_DEFINITION 19:27:35.913 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase STATEMENT_DEFINITION 19:27:35.913 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase STATEMENT_DEFINITION 19:27:35.913 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION finished 19:27:35.913 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase FULL_DECLARATION 19:27:35.914 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase FULL_DECLARATION 19:27:35.914 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase FULL_DECLARATION 19:27:35.914 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase FULL_DECLARATION 19:27:35.914 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION started 19:27:35.980 [main] DEBUG o.o.y.y.p.stmt.reactor.ModifierImpl - Action for [(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session] got key (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state 19:27:35.981 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase FULL_DECLARATION 19:27:35.982 [main] DEBUG o.o.y.y.p.stmt.reactor.ModifierImpl - Action for [(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session] got key (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions 19:27:35.983 [main] DEBUG o.o.y.y.p.stmt.reactor.ModifierImpl - Action for [(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session] got key (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session 19:27:35.983 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase FULL_DECLARATION 19:27:35.983 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase FULL_DECLARATION 19:27:35.983 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase FULL_DECLARATION 19:27:35.983 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION finished 19:27:35.984 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase EFFECTIVE_MODEL 19:27:35.984 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase EFFECTIVE_MODEL 19:27:35.984 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase EFFECTIVE_MODEL 19:27:35.984 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase EFFECTIVE_MODEL 19:27:35.984 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL started 19:27:35.985 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase EFFECTIVE_MODEL 19:27:35.994 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase EFFECTIVE_MODEL 19:27:35.994 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase EFFECTIVE_MODEL 19:27:35.994 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase EFFECTIVE_MODEL 19:27:35.994 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL finished 19:27:36.136 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-by-session, refCount=2} 19:27:36.139 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-time, refCount=2} 19:27:36.145 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-by-session, refCount=1} 19:27:36.145 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-time, refCount=1} 19:27:36.160 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-rpcs, refCount=2} 19:27:36.160 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-bad-rpcs, refCount=2} 19:27:36.161 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-rpc-errors, refCount=2} 19:27:36.161 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-notifications, refCount=2} 19:27:36.161 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:opendaylight:params:xml:ns:yang:netconf:monitoring?revision=2022-07-18)session-identifier, refCount=1} 19:27:36.164 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-rpcs, refCount=1} 19:27:36.165 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-bad-rpcs, refCount=1} 19:27:36.165 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-rpc-errors, refCount=1} 19:27:36.165 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-notifications, refCount=1} 19:27:36.182 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-rpcs, refCount=SWEEPING} 19:27:36.183 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-bad-rpcs, refCount=SWEEPING} 19:27:36.183 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-rpc-errors, refCount=SWEEPING} 19:27:36.183 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-notifications, refCount=SWEEPING} 19:27:36.183 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 4 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-by-session, refCount=SWEEPING} 19:27:36.183 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 3 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-time, refCount=SWEEPING} 19:27:36.208 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Finished assembly of 4 sources in 747.3 ms 19:27:36.240 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using OperationsProvider. 19:27:36.245 [main] DEBUG o.o.n.n.NetconfSessionNegotiator - Default maximum incoming NETCONF chunk size is 16777216 bytes 19:27:36.250 [main] INFO o.o.y.b.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone 19:27:36.251 [main] INFO o.o.y.b.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix 19:27:36.252 [main] INFO o.o.y.b.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone 19:27:36.253 [main] INFO o.o.y.b.r.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix 19:27:36.257 [main] DEBUG o.o.n.t.tool.NetconfDeviceSimulator - Ports: [43921] 19:27:36.293 [main] DEBUG i.n.b.ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 19:27:36.304 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 43921 to 43921 19:27:36.304 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 19:27:36.305 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 0 19:27:36.316 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Custom module loading skipped. 19:27:36.317 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Starting assembly of 4 sources 19:27:36.363 [main] DEBUG o.o.y.y.parser.repo.AssembleSources - Resolving dependency reactor {SourceIdentifier [ietf-netconf-monitoring@2010-10-04]=Module[sourceId=SourceIdentifier [ietf-netconf-monitoring@2010-10-04], yangVersion=1, namespace=urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring, prefix=Unqualified{localName=ncm}, revisions=[2010-10-04], imports=[Import[name=Unqualified{localName=ietf-yang-types}, prefix=Unqualified{localName=yang}, revision=2013-07-15], Import[name=Unqualified{localName=ietf-inet-types}, prefix=Unqualified{localName=inet}, revision=2013-07-15]], includes=[]], SourceIdentifier [ietf-yang-types@2013-07-15]=Module[sourceId=SourceIdentifier [ietf-yang-types@2013-07-15], yangVersion=1, namespace=urn:ietf:params:xml:ns:yang:ietf-yang-types, prefix=Unqualified{localName=yang}, revisions=[2013-07-15, 2010-09-24], imports=[], includes=[]], SourceIdentifier [ietf-inet-types@2013-07-15]=Module[sourceId=SourceIdentifier [ietf-inet-types@2013-07-15], yangVersion=1, namespace=urn:ietf:params:xml:ns:yang:ietf-inet-types, prefix=Unqualified{localName=inet}, revisions=[2013-07-15, 2010-09-24], imports=[], includes=[]], SourceIdentifier [odl-netconf-monitoring@2022-07-18]=Module[sourceId=SourceIdentifier [odl-netconf-monitoring@2022-07-18], yangVersion=1, namespace=urn:opendaylight:params:xml:ns:yang:netconf:monitoring, prefix=Unqualified{localName=odlncm}, revisions=[2022-07-18], imports=[Import[name=Unqualified{localName=ietf-netconf-monitoring}, prefix=Unqualified{localName=ncm}, revision=null]], includes=[]]} 19:27:36.365 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] is missing import Import[name=Unqualified{localName=ietf-yang-types}, prefix=Unqualified{localName=yang}, revision=2013-07-15] 19:27:36.365 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-yang-types@2013-07-15] 19:27:36.365 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-inet-types@2013-07-15] 19:27:36.365 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Source SourceIdentifier [odl-netconf-monitoring@2022-07-18] is missing import Import[name=Unqualified{localName=ietf-netconf-monitoring}, prefix=Unqualified{localName=ncm}, revision=null] 19:27:36.365 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] 19:27:36.365 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [odl-netconf-monitoring@2022-07-18] 19:27:36.368 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_PRE_LINKAGE 19:27:36.368 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_PRE_LINKAGE 19:27:36.368 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_PRE_LINKAGE 19:27:36.368 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_PRE_LINKAGE 19:27:36.368 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE started 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_PRE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_PRE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_PRE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_PRE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE finished 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_LINKAGE 19:27:36.370 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE started 19:27:36.371 [main] DEBUG o.o.y.y.p.s.r.StatementContextBase - Listener on ParserNamespace{name=module} criterion LatestRevisionModule{moduleName=ietf-netconf-monitoring} found a pre-existing match: SourceIdentifier [ietf-netconf-monitoring@2010-10-04]=RootStatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)module}, argument=Unqualified{localName=ietf-netconf-monitoring}, refCount=0} 19:27:36.371 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_LINKAGE 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_LINKAGE 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_LINKAGE 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_LINKAGE 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE finished 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase STATEMENT_DEFINITION 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase STATEMENT_DEFINITION 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase STATEMENT_DEFINITION 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase STATEMENT_DEFINITION 19:27:36.372 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION started 19:27:36.385 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase STATEMENT_DEFINITION 19:27:36.385 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase STATEMENT_DEFINITION 19:27:36.386 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase STATEMENT_DEFINITION 19:27:36.386 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase STATEMENT_DEFINITION 19:27:36.386 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION finished 19:27:36.386 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase FULL_DECLARATION 19:27:36.386 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase FULL_DECLARATION 19:27:36.387 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase FULL_DECLARATION 19:27:36.387 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase FULL_DECLARATION 19:27:36.387 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION started 19:27:36.396 [main] DEBUG o.o.y.y.p.stmt.reactor.ModifierImpl - Action for [(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session] got key (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state 19:27:36.397 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase FULL_DECLARATION 19:27:36.397 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase FULL_DECLARATION 19:27:36.397 [main] DEBUG o.o.y.y.p.stmt.reactor.ModifierImpl - Action for [(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session] got key (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions 19:27:36.397 [main] DEBUG o.o.y.y.p.stmt.reactor.ModifierImpl - Action for [(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)netconf-state, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)sessions, (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session] got key (urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)session 19:27:36.397 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase FULL_DECLARATION 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase FULL_DECLARATION 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION finished 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase EFFECTIVE_MODEL 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase EFFECTIVE_MODEL 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase EFFECTIVE_MODEL 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase EFFECTIVE_MODEL 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL started 19:27:36.398 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase EFFECTIVE_MODEL 19:27:36.400 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase EFFECTIVE_MODEL 19:27:36.400 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase EFFECTIVE_MODEL 19:27:36.400 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase EFFECTIVE_MODEL 19:27:36.400 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL finished 19:27:36.412 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-by-session, refCount=2} 19:27:36.412 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-time, refCount=2} 19:27:36.413 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-by-session, refCount=1} 19:27:36.413 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-time, refCount=1} 19:27:36.414 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-rpcs, refCount=2} 19:27:36.415 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-bad-rpcs, refCount=2} 19:27:36.415 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-rpc-errors, refCount=2} 19:27:36.415 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-notifications, refCount=2} 19:27:36.415 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:opendaylight:params:xml:ns:yang:netconf:monitoring?revision=2022-07-18)session-identifier, refCount=1} 19:27:36.416 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-rpcs, refCount=1} 19:27:36.416 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-bad-rpcs, refCount=1} 19:27:36.416 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-rpc-errors, refCount=1} 19:27:36.416 [main] DEBUG o.o.y.y.p.s.r.InferredStatementContext - Reusing substatements of: SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-notifications, refCount=1} 19:27:36.417 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-rpcs, refCount=SWEEPING} 19:27:36.418 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)in-bad-rpcs, refCount=SWEEPING} 19:27:36.418 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-rpc-errors, refCount=SWEEPING} 19:27:36.418 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 2 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)out-notifications, refCount=SWEEPING} 19:27:36.418 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 4 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-by-session, refCount=SWEEPING} 19:27:36.418 [main] DEBUG o.o.y.y.p.s.reactor.OriginalStmtCtx - 3 children left to sweep from SubstatementContext{definition=StatementDefinitionContext{statement=(urn:ietf:params:xml:ns:yang:yin:1)leaf}, argument=(urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?revision=2010-10-04)locked-time, refCount=SWEEPING} 19:27:36.419 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Finished assembly of 4 sources in 102.6 ms 19:27:36.423 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using OperationsProvider. 19:27:36.426 [main] DEBUG o.o.n.t.tool.NetconfDeviceSimulator - Ports: [40003] 19:27:36.947 [main] INFO o.o.n.s.s.c.u.s.b.BouncyCastleSecurityProviderRegistrar - getOrCreateProvider(BC) created instance of org.bouncycastle.jce.provider.BouncyCastleProvider 19:27:36.950 [main] INFO o.o.n.s.s.c.u.s.e.EdDSASecurityProviderRegistrar - getOrCreateProvider(EdDSA) created instance of org.opendaylight.netconf.shaded.eddsa.EdDSASecurityProvider 19:27:37.138 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 40003 to 40003 19:27:37.460 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]} 19:27:37.476 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224]} 19:27:37.511 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:45224, remote=/127.0.0.1:40003] 19:27:37.518 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:45224]): SSH-2.0-SSHD-UNKNOWN 19:27:37.518 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:40003]) client methods: [password] 19:27:37.534 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:40003]) no proxy to initialize 19:27:37.535 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:40003]): SSH-2.0-SSHD-UNKNOWN 19:27:37.538 [netconf-device-simulator-threads-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 19:27:37.541 [netconf-device-simulator-threads-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 19:27:37.541 [netconf-device-simulator-threads-1] DEBUG i.n.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2f752190 19:27:37.548 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 19:27:37.548 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8 19:27:37.548 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.chunkSize: 32 19:27:37.548 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.blocking: false 19:27:37.549 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 19:27:37.574 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:45224]) line='SSH-2.0-SSHD-UNKNOWN' 19:27:37.575 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:45224]) client version string: SSH-2.0-SSHD-UNKNOWN 19:27:37.578 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:40003]) Send SSH_MSG_KEXINIT 19:27:37.593 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:40003]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 19:27:37.594 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:40003]) line='SSH-2.0-SSHD-UNKNOWN' 19:27:37.595 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:40003]) Server version string: SSH-2.0-SSHD-UNKNOWN 19:27:37.929 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:45224]) Send SSH_MSG_KEXINIT 19:27:37.929 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:45224]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 19:27:37.930 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:45224]) process #0 SSH_MSG_KEXINIT 19:27:37.930 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:45224]) SSH_MSG_KEXINIT 19:27:37.931 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #0 SSH_MSG_KEXINIT 19:27:37.931 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_KEXINIT 19:27:37.933 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:45224]) strict KEX=true client=true server=true 19:27:37.933 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:40003]) strict KEX=true client=true server=true 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: kex algorithms = sntrup761x25519-sha512 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: kex algorithms = sntrup761x25519-sha512 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: server host key algorithms = rsa-sha2-512 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: server host key algorithms = rsa-sha2-512 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: compression algorithms (client to server) = none 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: compression algorithms (client to server) = none 19:27:37.941 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:45224]) Kex: compression algorithms (server to client) = none 19:27:37.941 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: compression algorithms (server to client) = none 19:27:37.967 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 19:27:38.131 [odl-netconf-client-0] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:40003]] Send SSH_MSG_KEXDH_INIT 19:27:38.131 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #1 sending command=30[30] len=1195 19:27:38.132 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 19:27:38.133 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:45224]) process #1 30 19:27:38.134 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:45224]] process command=SSH_MSG_KEXDH_INIT 19:27:38.163 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:45224]] Send SSH_MSG_KEXDH_REPLY 19:27:38.163 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:45224]) packet #1 sending command=31[31] len=1639 19:27:38.164 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:45224])[sntrup761x25519-sha512] KEX processing complete after cmd=30 19:27:38.164 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:45224]) Send SSH_MSG_NEWKEYS 19:27:38.164 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:45224]) session ID=82:3a:57:ab:54:c9:d4:ef:74:22:4e:12:bb:2d:5d:f0:31:07:27:da:13:af:a4:b8:29:8e:ee:d0:15:aa:bc:b6:86:e3:60:3b:e6:68:d4:b2:d8:e3:04:e1:e7:af:42:fb:d5:10:3b:58:62:94:86:84:cf:73:63:e4:13:07:a2:ac 19:27:38.164 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #1 31 19:27:38.164 [odl-netconf-client-0] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:40003]] process command=SSH_MSG_KEXDH_REPLY 19:27:38.169 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:45224]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 19:27:38.170 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:45224]): strict KEX resets output message sequence number from 3 to 0 19:27:38.170 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:45224]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@214a3715; mac null; compression none[Deflater/-1]; blocks limit 134217728 19:27:38.172 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:45224])[NEWKEYS]: extension info server-sig-algs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa 19:27:38.172 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:45224])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 19:27:38.172 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:45224]) packet #0 sending command=7[7] len=419 19:27:38.173 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:45224]) No pending packets to flush at end of KEX 19:27:38.214 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:40003]) keyType=ssh-rsa, digest=SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds 19:27:38.214 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:40003])[sntrup761x25519-sha512] KEX processing complete after cmd=31 19:27:38.214 [odl-netconf-client-0] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:40003 presented unverified RSA key: SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds 19:27:38.215 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:40003]) key=ssh-rsa-SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds, verified=true 19:27:38.215 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:40003]) Send SSH_MSG_NEWKEYS 19:27:38.215 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:40003]) session ID=82:3a:57:ab:54:c9:d4:ef:74:22:4e:12:bb:2d:5d:f0:31:07:27:da:13:af:a4:b8:29:8e:ee:d0:15:aa:bc:b6:86:e3:60:3b:e6:68:d4:b2:d8:e3:04:e1:e7:af:42:fb:d5:10:3b:58:62:94:86:84:cf:73:63:e4:13:07:a2:ac 19:27:38.215 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 19:27:38.216 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:45224]) process #2 SSH_MSG_NEWKEYS 19:27:38.216 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:45224]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 19:27:38.216 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:45224]): strict KEX resets input message sequence number from 3 to 0 19:27:38.216 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:45224]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@50afa3a1; mac null; compression none[Inflater/-1]; blocks limit 134217728 19:27:38.216 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 19:27:38.217 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:40003]): strict KEX resets output message sequence number from 3 to 0 19:27:38.217 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:40003]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@6d81780b; mac null; compression none[Deflater/-1]; blocks limit 134217728 19:27:38.217 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:40003]) No pending packets to flush at end of KEX 19:27:38.217 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #2 SSH_MSG_NEWKEYS 19:27:38.217 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 19:27:38.217 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:40003]): strict KEX resets input message sequence number from 3 to 0 19:27:38.217 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:40003]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@1821fdd; mac null; compression none[Inflater/-1]; blocks limit 134217728 19:27:38.218 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:40003]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 19:27:38.218 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 19:27:38.218 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:45224]) process #0 SSH_MSG_SERVICE_REQUEST 19:27:38.218 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:45224]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 19:27:38.221 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 19:27:38.221 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 19:27:38.221 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:45224]) authorized authentication methods: password,publickey 19:27:38.222 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:45224]) Accepted service ssh-userauth 19:27:38.222 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:45224]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 19:27:38.227 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 19:27:38.227 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 19:27:38.228 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:45224]) process #1 SSH_MSG_USERAUTH_REQUEST 19:27:38.228 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:45224]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 19:27:38.228 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:45224]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 19:27:38.228 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:45224]) no authentication factory for method=none 19:27:38.228 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:45224]) SSH_MSG_USERAUTH_REQUEST 19:27:38.228 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:45224]) remaining methods: password,publickey 19:27:38.228 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:45224]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 19:27:38.229 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #0 7 19:27:38.230 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:38.230 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): PubkeyAcceptedAlgorithms before: [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:38.230 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): PubkeyAcceptedAlgorithms after: [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:38.232 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #1 SSH_MSG_SERVICE_ACCEPT 19:27:38.233 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 19:27:38.233 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #2 SSH_MSG_USERAUTH_FAILURE 19:27:38.233 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:40003]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 19:27:38.233 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 19:27:38.236 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) attempting method=password 19:27:38.238 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 19:27:38.239 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 19:27:38.240 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:45224]) process #2 SSH_MSG_USERAUTH_REQUEST 19:27:38.240 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:45224]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 19:27:38.240 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:45224]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 19:27:38.240 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) successfully processed initial buffer by method=password 19:27:38.244 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:45224]) authentication result: true 19:27:38.244 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:45224]) SSH_MSG_USERAUTH_REQUEST 19:27:38.244 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:45224])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 19:27:38.245 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:45224]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 19:27:38.245 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 19:27:38.245 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 1 19:27:38.248 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:45224]) no heartbeat to stop 19:27:38.248 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:45224]) heartbeat type=IGNORE, interval=PT30S 19:27:38.250 [netconf-device-simulator-threads-1] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:45224 authenticated 19:27:38.250 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #3 SSH_MSG_USERAUTH_SUCCESS 19:27:38.251 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 19:27:38.252 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] 19:27:38.252 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 19:27:38.252 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 19:27:38.292 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]] session=TransportClientSession[username@/127.0.0.1:40003] id=0 19:27:38.293 [odl-netconf-client-0] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[client](TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf])) size=2097152, max=2097152, packet=32768 19:27:38.293 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf] 19:27:38.293 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:40003])[netconf] created id=0 19:27:38.293 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 19:27:38.294 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 19:27:38.295 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 19:27:38.296 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:45224]) process #3 SSH_MSG_CHANNEL_OPEN 19:27:38.296 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:45224]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 19:27:38.299 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) no heartbeat to stop 19:27:38.301 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:40003]) heartbeat type=IGNORE, interval=PT30S 19:27:38.304 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 19:27:38.318 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:45224]] session=TransportServerSession[username@/127.0.0.1:45224] id=0 19:27:38.318 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:45224])) size=2097152, max=2097152, packet=32768 19:27:38.318 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:45224]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:45224] 19:27:38.319 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:45224]) recipient=0 19:27:38.319 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.channel.RemoteWindow - init(RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])) size=2097152, max=2097152, packet=32768 19:27:38.319 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])) re-initializing 19:27:38.319 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])) size=2097152, max=2097152, packet=32768 19:27:38.319 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpenSuccess(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 19:27:38.319 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 19:27:38.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 19:27:38.321 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - channelOpenConfirmation(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 19:27:38.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) recipient=0 19:27:38.321 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.channel.RemoteWindow - init(RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])) size=2097152, max=2097152, packet=32768 19:27:38.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 19:27:38.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) request=subsystem, pending=Tue Dec 31 19:27:38 UTC 2024 19:27:38.327 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 19:27:38.328 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:45224]) process #4 SSH_MSG_CHANNEL_REQUEST 19:27:38.328 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 19:27:38.329 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])[want-reply=true] subsystem=netconf 19:27:38.337 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 19:27:38.337 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 19:27:38.337 [odl-netconf-client-0] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]}} 19:27:38.343 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])[subsystem] prepared command 19:27:38.343 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 1 19:27:38.343 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 19:27:38.343 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224]}} established 19:27:38.356 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.t.TesttoolNegotiationFactory - Session 1: Creating new operation service factory for test tool device on address /[0:0:0:0:0:0:0:0]:40003 19:27:38.383 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003] 19:27:38.389 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 on channel [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003] 19:27:38.415 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 373 down to 2096779 19:27:38.416 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 19:27:38.420 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:38.420 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003] 19:27:38.422 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003] 19:27:38.582 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224] 19:27:38.582 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 1 on channel [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224] 19:27:38.584 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) by 1101 down to 2096051 19:27:38.584 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 19:27:38.585 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:38.586 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224] 19:27:38.586 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224] 19:27:38.586 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) request=subsystem result=ReplySuccess, want-reply=true 19:27:38.586 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 19:27:38.586 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #5 SSH_MSG_CHANNEL_DATA 19:27:38.586 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) request=subsystem activate command 19:27:38.586 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) starting runner for command=netconf 19:27:38.586 [odl-netconf-client-0] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 1101 down to 2096051 19:27:38.587 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=1101 19:27:38.587 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 19:27:38.591 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:45224]) process #5 SSH_MSG_CHANNEL_DATA 19:27:38.591 [odl-netconf-client-0] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 19:27:38.591 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) by 373 down to 2096779 19:27:38.591 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) SSH_MSG_CHANNEL_DATA len=373 19:27:38.591 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 373 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224] 19:27:38.591 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 19:27:38.595 [odl-netconf-client-0] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 1 19:27:38.595 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 19:27:38.596 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003] 19:27:38.596 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224] 19:27:38.597 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:38.597 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:38.600 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003] 19:27:38.600 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224] 19:27:38.601 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionNegotiator - Additional header from hello parsed as NetconfHelloMessageAdditionalHeader{userName='unknown', hostAddress='127.0.0.1', port='40003', transport='tcp', sessionIdentifier='client'} from Optional.empty 19:27:38.605 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 19:27:38.606 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 19:27:38.606 [odl-netconf-client-0] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]} created 19:27:38.607 [netconf-device-simulator-threads-1] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224]} created 19:27:38.607 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224] successful with session NetconfServerSession{sessionId=1, channel=[id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224]} 19:27:38.608 [odl-netconf-client-0] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]} should use exi. 19:27:38.608 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224]} up 19:27:38.611 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 393 down to 2096386 19:27:38.611 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 19:27:38.612 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #6 SSH_MSG_CHANNEL_SUCCESS 19:27:38.612 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:45224]) process #6 SSH_MSG_CHANNEL_DATA 19:27:38.612 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) request=subsystem, pending=Tue Dec 31 19:27:38 UTC 2024 19:27:38.612 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) subsystem=netconf, pending since=Tue Dec 31 19:27:38 UTC 2024 19:27:38.612 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) by 393 down to 2096386 19:27:38.613 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) SSH_MSG_CHANNEL_DATA len=393 19:27:38.613 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 393 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224] 19:27:38.618 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 19:27:38.620 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:38.625 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message byte-aligned to org.opendaylight.netconf.server.mapping.operations.DefaultStartExi{name=start-exi, namespace=urn:ietf:params:xml:ns:netconf:exi:1.0, session=1} 19:27:38.626 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 19:27:38.707 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@289dcf40 after next message 19:27:38.708 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x144cd89a, L:/127.0.0.1:40003 - R:/127.0.0.1:45224]} EXI handlers added to pipeline 19:27:38.710 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 19:27:38.712 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@289dcf40 19:27:38.712 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) by 179 down to 2095872 19:27:38.712 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 19:27:38.713 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 19:27:38.713 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #7 SSH_MSG_CHANNEL_DATA 19:27:38.714 [odl-netconf-client-0] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 179 down to 2095872 19:27:38.714 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=179 19:27:38.714 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 19:27:38.716 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@5642a011 19:27:38.716 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]} EXI handlers added to pipeline 19:27:38.716 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003] successful with session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]} 19:27:38.717 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]} up 19:27:38.717 [odl-netconf-client-0] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 - R:/127.0.0.1:40003]} went up 19:27:38.718 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message 19:27:38.754 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 431 down to 2095955 19:27:38.755 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=440 19:27:38.755 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:45224]) process #7 SSH_MSG_CHANNEL_DATA 19:27:38.755 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) by 431 down to 2095955 19:27:38.755 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) SSH_MSG_CHANNEL_DATA len=431 19:27:38.756 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 431 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224] 19:27:38.763 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 19:27:38.764 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:38.764 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@74beca25 19:27:38.804 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.server.spi.SubtreeFilter - Matching XmlElement{name='netconf-state', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} to XmlElement{name='netconf-state', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} resulted in TAG_MATCH 19:27:38.804 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.server.spi.SubtreeFilter - Matching XmlElement{name='schemas', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} to XmlElement{name='schemas', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} resulted in TAG_MATCH 19:27:38.804 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.server.spi.SubtreeFilter - Matching XmlElement{name='sessions', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} to XmlElement{name='schemas', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} resulted in NO_MATCH 19:27:38.804 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 19:27:38.810 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) by 873 down to 2094999 19:27:38.810 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=882 19:27:38.811 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="m-0" 19:27:38.811 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #8 SSH_MSG_CHANNEL_DATA 19:27:38.811 [odl-netconf-client-0] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 873 down to 2094999 19:27:38.811 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=873 19:27:38.811 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 873 bytes of data 19:27:38.815 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 19:27:38.817 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:38.817 [odl-netconf-client-0] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 19:27:38.818 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) Closing immediately 19:27:38.819 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) no EOF sent 19:27:38.819 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 ! R:/127.0.0.1:40003]} terminated, reason: Session closed 19:27:38.819 [odl-netconf-client-0] DEBUG o.o.n.s.s.common.channel.LocalWindow - Closing LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) 19:27:38.819 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Closing RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.channel.ChannelSession$1 - close([TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.channel.ChannelSession$1 - close([TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 19:27:38.827 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:45224])[TransportServerSubsystem[netconf]] exiting - value=0, message= 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]]) Closing immediately 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]])[Immediately] closed 19:27:38.827 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) exit code=0, immediate=false 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]]) Closing immediately 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]])[Immediately] closed 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])[immediately=true] processing 19:27:38.827 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) SSH_MSG_CHANNEL_EOF (state=Opened) 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - unregisterChannel(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf] 19:27:38.827 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@72a35341) signal close complete immediately=true 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@5f4c101f) signal close complete immediately=true 19:27:38.827 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@337f5862) signal close complete immediately=true 19:27:38.828 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003]) Closing immediately 19:27:38.828 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:40003]) type=SshException, signalled=false, first=false: Session is being closed 19:27:38.828 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) SSH_MSG_CHANNEL_REQUEST exit-status=0 19:27:38.828 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 19:27:38.828 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 19:27:38.828 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) Closing gracefully 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]]) Closing immediately 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) stopping 19:27:38.829 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.common.channel.LocalWindow - Closing LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) stopped 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]])[Immediately] closed 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.t.s.T.0.0.1:45224] - close(TransportIoSession[local=/127.0.0.1:45224, remote=/127.0.0.1:40003]) Closing immediately 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.t.s.T.0.0.1:45224] - close(TransportIoSession[local=/127.0.0.1:45224, remote=/127.0.0.1:40003])[Immediately] closed 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@37a68348) signal close complete immediately=true 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003])[Immediately] closed 19:27:38.829 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])[Immediately] closed 19:27:38.830 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003])[Immediately] state already Closed 19:27:38.830 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xb2d7ed2d, L:/127.0.0.1:45224 ! R:/127.0.0.1:40003] inactive. 19:27:38.830 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xb2d7ed2d, L:/127.0.0.1:45224 ! R:/127.0.0.1:40003]} end of input detected while session was in state initialized 19:27:38.829 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Closing RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) 19:27:38.834 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 19:27:38.834 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 19:27:38.834 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 19:27:38.835 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 19:27:38.835 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])[immediately=false] processing 19:27:38.835 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 19:27:38.835 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:45224]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 19:27:38.835 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - handleClosePacketWriteFailure(GracefulChannelCloseable[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) Closing immediately 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])[immediately=true] processing 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - unregisterChannel(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224] 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@10fd5a12) signal close complete immediately=true 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@202ac5d) signal close complete immediately=true 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224])[Immediately] closed 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - unregisterChannel(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) result=null 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@691eae1c) signal close complete immediately=false 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@22bde18c) signal close complete immediately=false 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:45224]) code=0 message='' shell closed 19:27:38.836 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:45224]) Closing immediately 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:45224]]) Closing immediately 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:45224]) stopping 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:45224]) stopped 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:45224]])[Immediately] closed 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.s.T.0.0.1:40003] - close(TransportIoSession[local=/127.0.0.1:40003, remote=/127.0.0.1:45224]) Closing immediately 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.s.T.0.0.1:40003] - close(TransportIoSession[local=/127.0.0.1:40003, remote=/127.0.0.1:45224])[Immediately] closed 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@586a0203) signal close complete immediately=true 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:45224])[Immediately] closed 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x144cd89a, L:/127.0.0.1:40003 ! R:/127.0.0.1:45224] inactive. 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x144cd89a, L:/127.0.0.1:40003 ! R:/127.0.0.1:45224]} end of input detected while session was in state up 19:27:38.837 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=1, channel=[id: 0x144cd89a, L:/127.0.0.1:40003 ! R:/127.0.0.1:45224]} down, reason: End of input 19:27:38.926 [odl-netconf-client-2] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} 19:27:38.927 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921] 19:27:38.927 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 on channel [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921] 19:27:38.929 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:38.929 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921] 19:27:38.930 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921] 19:27:38.930 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514]} established 19:27:38.930 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.t.TesttoolNegotiationFactory - Session 1: Creating new operation service factory for test tool device on address /[0:0:0:0:0:0:0:0]:43921 19:27:38.944 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514] 19:27:38.944 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 1 on channel [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514] 19:27:38.947 [odl-netconf-client-2] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 19:27:38.949 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:38.949 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514] 19:27:38.950 [odl-netconf-client-2] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 1 19:27:38.951 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921] 19:27:38.951 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:38.951 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921] 19:27:38.952 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 19:27:38.952 [odl-netconf-client-2] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} created 19:27:38.952 [odl-netconf-client-2] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} should use exi. 19:27:38.953 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514] 19:27:38.953 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 766, cap: 2048) frame detected: length 367 19:27:38.953 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 19:27:38.954 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514] 19:27:38.954 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:38.954 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message byte-aligned 19:27:38.955 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Netconf message received during negotiation, caching byte-aligned 19:27:38.955 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514] 19:27:38.955 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionNegotiator - Additional header from hello parsed as NetconfHelloMessageAdditionalHeader{userName='unknown', hostAddress='127.0.0.1', port='43921', transport='tcp', sessionIdentifier='client'} from Optional.empty 19:27:38.955 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 19:27:38.955 [netconf-device-simulator-threads-1] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514]} created 19:27:38.955 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:38.956 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message byte-aligned to org.opendaylight.netconf.server.mapping.operations.DefaultStartExi{name=start-exi, namespace=urn:ietf:params:xml:ns:netconf:exi:1.0, session=1} 19:27:38.956 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 19:27:38.959 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@165babfb after next message 19:27:38.959 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514]} EXI handlers added to pipeline 19:27:38.959 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 19:27:38.959 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514] successful with session NetconfServerSession{sessionId=1, channel=[id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514]} 19:27:38.959 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x7157a3f4, L:/127.0.0.1:43921 - R:/127.0.0.1:43514]} up 19:27:38.960 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@165babfb 19:27:38.961 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@5c0a05c3 19:27:38.961 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} EXI handlers added to pipeline 19:27:38.961 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921] successful with session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} 19:27:38.961 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} up 19:27:38.961 [odl-netconf-client-2] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} went up 19:27:38.961 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 19:27:38.961 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message 19:27:38.965 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 19:27:38.966 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:38.966 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@6770b0fd 19:27:38.968 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.server.spi.SubtreeFilter - Matching XmlElement{name='netconf-state', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} to XmlElement{name='netconf-state', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} resulted in TAG_MATCH 19:27:38.968 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.server.spi.SubtreeFilter - Matching XmlElement{name='schemas', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} to XmlElement{name='schemas', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} resulted in TAG_MATCH 19:27:38.968 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.server.spi.SubtreeFilter - Matching XmlElement{name='sessions', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} to XmlElement{name='schemas', namespace='urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring'} resulted in NO_MATCH 19:27:38.968 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 19:27:38.973 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="m-0" 19:27:38.973 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 19:27:38.974 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:38.975 [odl-netconf-client-2] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 19:27:38.975 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 - R:/127.0.0.1:43921]} terminated, reason: Session closed 19:27:38.980 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xe3baecd1, L:/127.0.0.1:43514 ! R:/127.0.0.1:43921] inactive. 19:27:38.980 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xe3baecd1, L:/127.0.0.1:43514 ! R:/127.0.0.1:43921]} end of input detected while session was in state initialized 19:27:38.980 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x7157a3f4, L:/127.0.0.1:43921 ! R:/127.0.0.1:43514] inactive. 19:27:38.980 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0x7157a3f4, L:/127.0.0.1:43921 ! R:/127.0.0.1:43514]} end of input detected while session was in state up 19:27:38.980 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=1, channel=[id: 0x7157a3f4, L:/127.0.0.1:43921 ! R:/127.0.0.1:43514]} down, reason: End of input 19:27:38.985 [odl-netconf-client-3] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} 19:27:38.986 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921] 19:27:38.986 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 on channel [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921] 19:27:38.986 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518]} established 19:27:38.989 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518] 19:27:38.989 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:38.989 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921] 19:27:38.989 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921] 19:27:38.989 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 on channel [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518] 19:27:38.997 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:38.997 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518] 19:27:38.997 [odl-netconf-client-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 19:27:38.997 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518] 19:27:38.997 [odl-netconf-client-3] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 19:27:38.998 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 373, cap: 2048) frame detected: length 367 19:27:38.998 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921] 19:27:38.998 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 19:27:38.998 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:38.998 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921] 19:27:38.999 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 19:27:38.999 [odl-netconf-client-3] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} created 19:27:38.999 [odl-netconf-client-3] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} should use exi. 19:27:38.999 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518] 19:27:38.999 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:38.999 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518] 19:27:38.999 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionNegotiator - Additional header from hello parsed as NetconfHelloMessageAdditionalHeader{userName='unknown', hostAddress='127.0.0.1', port='43921', transport='tcp', sessionIdentifier='client'} from Optional.empty 19:27:38.999 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 19:27:38.999 [netconf-device-simulator-threads-2] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=2, channel=[id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518]} created 19:27:39.000 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518] successful with session NetconfServerSession{sessionId=2, channel=[id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518]} 19:27:39.000 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518]} up 19:27:39.001 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 19:27:39.002 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.002 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message byte-aligned to org.opendaylight.netconf.server.mapping.operations.DefaultStartExi{name=start-exi, namespace=urn:ietf:params:xml:ns:netconf:exi:1.0, session=2} 19:27:39.003 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 19:27:39.003 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@e272cd after next message 19:27:39.003 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=2, channel=[id: 0xae695376, L:/127.0.0.1:43921 - R:/127.0.0.1:43518]} EXI handlers added to pipeline 19:27:39.003 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 19:27:39.004 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@e272cd 19:27:39.004 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 19:27:39.006 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@63259a7a 19:27:39.006 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} EXI handlers added to pipeline 19:27:39.007 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921] successful with session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} 19:27:39.007 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} up 19:27:39.007 [odl-netconf-client-3] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} went up 19:27:39.007 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message apache-1 2014-07-29T13:42:00Z 19:27:39.016 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: apache-1 2014-07-29T13:42:00Z 19:27:39.017 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.017 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message apache-1 2014-07-29T13:42:00Z to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@6770b0fd 19:27:39.018 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 2014-07-29T13:42:12Z 19:27:39.021 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 19:27:39.023 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 2014-07-29T13:42:12Z 19:27:39.023 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.023 [odl-netconf-client-3] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: 2014-07-29T13:42:12Z 19:27:39.024 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 - R:/127.0.0.1:43921]} terminated, reason: Session closed 19:27:39.024 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xe3cd7115, L:/127.0.0.1:43518 ! R:/127.0.0.1:43921] inactive. 19:27:39.024 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xe3cd7115, L:/127.0.0.1:43518 ! R:/127.0.0.1:43921]} end of input detected while session was in state initialized 19:27:39.027 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xae695376, L:/127.0.0.1:43921 ! R:/127.0.0.1:43518] inactive. 19:27:39.027 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0xae695376, L:/127.0.0.1:43921 ! R:/127.0.0.1:43518]} end of input detected while session was in state up 19:27:39.027 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=2, channel=[id: 0xae695376, L:/127.0.0.1:43921 ! R:/127.0.0.1:43518]} down, reason: End of input 19:27:39.092 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} 19:27:39.093 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:44008, remote=/127.0.0.1:40003] 19:27:39.093 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:40003]) client methods: [password] 19:27:39.093 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:40003]) no proxy to initialize 19:27:39.093 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:40003]): SSH-2.0-SSHD-UNKNOWN 19:27:39.096 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:40003]) Send SSH_MSG_KEXINIT 19:27:39.096 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:40003]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 19:27:39.097 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008]} 19:27:39.097 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:44008]): SSH-2.0-SSHD-UNKNOWN 19:27:39.099 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:40003]) line='SSH-2.0-SSHD-UNKNOWN' 19:27:39.099 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:40003]) Server version string: SSH-2.0-SSHD-UNKNOWN 19:27:39.100 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:44008]) line='SSH-2.0-SSHD-UNKNOWN' 19:27:39.100 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:44008]) client version string: SSH-2.0-SSHD-UNKNOWN 19:27:39.100 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:44008]) Send SSH_MSG_KEXINIT 19:27:39.100 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44008]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 19:27:39.100 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #0 SSH_MSG_KEXINIT 19:27:39.100 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_KEXINIT 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:40003]) strict KEX=true client=true server=true 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: kex algorithms = sntrup761x25519-sha512 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: server host key algorithms = rsa-sha2-512 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: compression algorithms (client to server) = none 19:27:39.101 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: compression algorithms (server to client) = none 19:27:39.103 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44008]) process #0 SSH_MSG_KEXINIT 19:27:39.103 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:44008]) SSH_MSG_KEXINIT 19:27:39.103 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:44008]) strict KEX=true client=true server=true 19:27:39.103 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: kex algorithms = sntrup761x25519-sha512 19:27:39.103 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: server host key algorithms = rsa-sha2-512 19:27:39.103 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 19:27:39.104 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 19:27:39.104 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 19:27:39.104 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 19:27:39.104 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: compression algorithms (client to server) = none 19:27:39.104 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44008]) Kex: compression algorithms (server to client) = none 19:27:39.110 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 2 19:27:39.188 [odl-netconf-client-4] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:40003]] Send SSH_MSG_KEXDH_INIT 19:27:39.188 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #1 sending command=30[30] len=1195 19:27:39.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44008]) process #1 30 19:27:39.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:44008]] process command=SSH_MSG_KEXDH_INIT 19:27:39.190 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:44008]] Send SSH_MSG_KEXDH_REPLY 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44008]) packet #1 sending command=31[31] len=1639 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:44008])[sntrup761x25519-sha512] KEX processing complete after cmd=30 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:44008]) Send SSH_MSG_NEWKEYS 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:44008]) session ID=42:b8:3b:e0:10:c1:8b:78:59:a8:12:f2:35:91:18:e9:41:9d:b9:d1:59:e9:3a:82:a7:80:70:b4:6d:39:25:7f:c1:2e:1b:7f:8e:28:b5:1f:f9:84:cf:19:eb:d3:ad:25:50:a0:4c:1e:ce:ed:b1:36:1b:06:fe:e6:02:bb:ea:ef 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44008]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 19:27:39.201 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #1 31 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:44008]): strict KEX resets output message sequence number from 3 to 0 19:27:39.201 [odl-netconf-client-4] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:40003]] process command=SSH_MSG_KEXDH_REPLY 19:27:39.201 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:44008]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@7afbf17f; mac null; compression none[Deflater/-1]; blocks limit 134217728 19:27:39.202 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:44008])[NEWKEYS]: extension info server-sig-algs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa 19:27:39.202 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:44008])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 19:27:39.202 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44008]) packet #0 sending command=7[7] len=419 19:27:39.202 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:44008]) No pending packets to flush at end of KEX 19:27:39.232 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:40003]) keyType=ssh-rsa, digest=SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds 19:27:39.233 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:40003])[sntrup761x25519-sha512] KEX processing complete after cmd=31 19:27:39.233 [odl-netconf-client-4] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:40003 presented unverified RSA key: SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds 19:27:39.233 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:40003]) key=ssh-rsa-SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds, verified=true 19:27:39.233 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:40003]) Send SSH_MSG_NEWKEYS 19:27:39.233 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:40003]) session ID=42:b8:3b:e0:10:c1:8b:78:59:a8:12:f2:35:91:18:e9:41:9d:b9:d1:59:e9:3a:82:a7:80:70:b4:6d:39:25:7f:c1:2e:1b:7f:8e:28:b5:1f:f9:84:cf:19:eb:d3:ad:25:50:a0:4c:1e:ce:ed:b1:36:1b:06:fe:e6:02:bb:ea:ef 19:27:39.233 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:40003]): strict KEX resets output message sequence number from 3 to 0 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:40003]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@109e86c; mac null; compression none[Deflater/-1]; blocks limit 134217728 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:40003]) No pending packets to flush at end of KEX 19:27:39.234 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44008]) process #2 SSH_MSG_NEWKEYS 19:27:39.234 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:44008]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 19:27:39.234 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:44008]): strict KEX resets input message sequence number from 3 to 0 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #2 SSH_MSG_NEWKEYS 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 19:27:39.234 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:44008]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@2b55c075; mac null; compression none[Inflater/-1]; blocks limit 134217728 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:40003]): strict KEX resets input message sequence number from 3 to 0 19:27:39.234 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 2 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:40003]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@47cfd1a4; mac null; compression none[Inflater/-1]; blocks limit 134217728 19:27:39.234 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:40003]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 19:27:39.235 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 19:27:39.235 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 19:27:39.235 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 19:27:39.235 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 19:27:39.235 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 19:27:39.235 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44008]) process #0 SSH_MSG_SERVICE_REQUEST 19:27:39.235 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:44008]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 19:27:39.235 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:44008]) authorized authentication methods: password,publickey 19:27:39.236 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:44008]) Accepted service ssh-userauth 19:27:39.236 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #0 7 19:27:39.236 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:39.236 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44008]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 19:27:39.236 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): PubkeyAcceptedAlgorithms before: [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:39.236 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): PubkeyAcceptedAlgorithms after: [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:39.236 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #1 SSH_MSG_SERVICE_ACCEPT 19:27:39.236 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 19:27:39.237 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44008]) process #1 SSH_MSG_USERAUTH_REQUEST 19:27:39.237 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44008]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 19:27:39.237 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44008]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 19:27:39.237 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44008]) no authentication factory for method=none 19:27:39.237 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:44008]) SSH_MSG_USERAUTH_REQUEST 19:27:39.237 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:44008]) remaining methods: password,publickey 19:27:39.237 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44008]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 19:27:39.238 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #2 SSH_MSG_USERAUTH_FAILURE 19:27:39.238 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:40003]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 19:27:39.238 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 19:27:39.238 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) attempting method=password 19:27:39.238 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 19:27:39.238 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 19:27:39.238 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) successfully processed initial buffer by method=password 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44008]) process #2 SSH_MSG_USERAUTH_REQUEST 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44008]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44008]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:44008]) authentication result: true 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:44008]) SSH_MSG_USERAUTH_REQUEST 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:44008])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44008]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 2 successful 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 2 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:44008]) no heartbeat to stop 19:27:39.243 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:44008]) heartbeat type=IGNORE, interval=PT30S 19:27:39.244 [netconf-device-simulator-threads-3] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:44008 authenticated 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #3 SSH_MSG_USERAUTH_SUCCESS 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]] session=TransportClientSession[username@/127.0.0.1:40003] id=0 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[client](TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf])) size=2097152, max=2097152, packet=32768 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf] 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:40003])[netconf] created id=0 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 19:27:39.245 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 19:27:39.246 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) no heartbeat to stop 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44008]) process #3 SSH_MSG_CHANNEL_OPEN 19:27:39.246 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:40003]) heartbeat type=IGNORE, interval=PT30S 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44008]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:44008]] session=TransportServerSession[username@/127.0.0.1:44008] id=0 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:44008])) size=2097152, max=2097152, packet=32768 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44008]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:44008] 19:27:39.246 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:44008]) recipient=0 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.channel.RemoteWindow - init(RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])) size=2097152, max=2097152, packet=32768 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])) re-initializing 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])) size=2097152, max=2097152, packet=32768 19:27:39.246 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpenSuccess(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 19:27:39.247 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 19:27:39.247 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 19:27:39.247 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - channelOpenConfirmation(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 19:27:39.247 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) recipient=0 19:27:39.247 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.channel.RemoteWindow - init(RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])) size=2097152, max=2097152, packet=32768 19:27:39.247 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 19:27:39.247 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) request=subsystem, pending=Tue Dec 31 19:27:39 UTC 2024 19:27:39.247 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 19:27:39.248 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44008]) process #4 SSH_MSG_CHANNEL_REQUEST 19:27:39.248 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 19:27:39.248 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])[want-reply=true] subsystem=netconf 19:27:39.248 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 19:27:39.248 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 19:27:39.248 [odl-netconf-client-4] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]}} 19:27:39.248 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])[subsystem] prepared command 19:27:39.248 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 2 19:27:39.248 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 2 19:27:39.248 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008]}} established 19:27:39.249 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008] 19:27:39.249 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003] 19:27:39.249 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 on channel [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008] 19:27:39.249 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 on channel [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003] 19:27:39.250 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) by 1101 down to 2096051 19:27:39.251 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 19:27:39.251 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 373 down to 2096779 19:27:39.251 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 19:27:39.251 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:39.251 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:39.252 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008] 19:27:39.252 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003] 19:27:39.252 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008] 19:27:39.252 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003] 19:27:39.252 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) request=subsystem result=ReplySuccess, want-reply=true 19:27:39.252 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 19:27:39.252 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) request=subsystem activate command 19:27:39.252 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) starting runner for command=netconf 19:27:39.252 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #5 SSH_MSG_CHANNEL_DATA 19:27:39.252 [odl-netconf-client-4] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 1101 down to 2096051 19:27:39.252 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=1101 19:27:39.252 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 19:27:39.253 [odl-netconf-client-4] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 19:27:39.253 [odl-netconf-client-4] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 19:27:39.254 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003] 19:27:39.254 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:39.254 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003] 19:27:39.254 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 19:27:39.254 [odl-netconf-client-4] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} created 19:27:39.255 [odl-netconf-client-4] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} should use exi. 19:27:39.255 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 393 down to 2096386 19:27:39.255 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 19:27:39.256 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #6 SSH_MSG_CHANNEL_SUCCESS 19:27:39.256 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) request=subsystem, pending=Tue Dec 31 19:27:39 UTC 2024 19:27:39.256 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) subsystem=netconf, pending since=Tue Dec 31 19:27:39 UTC 2024 19:27:39.257 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44008]) process #5 SSH_MSG_CHANNEL_DATA 19:27:39.257 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) by 373 down to 2096779 19:27:39.257 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) SSH_MSG_CHANNEL_DATA len=373 19:27:39.257 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 373 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008] 19:27:39.257 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 19:27:39.257 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008] 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008] 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionNegotiator - Additional header from hello parsed as NetconfHelloMessageAdditionalHeader{userName='unknown', hostAddress='127.0.0.1', port='40003', transport='tcp', sessionIdentifier='client'} from Optional.empty 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008]} created 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008] successful with session NetconfServerSession{sessionId=2, channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008]} 19:27:39.258 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008]} up 19:27:39.259 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44008]) process #6 SSH_MSG_CHANNEL_DATA 19:27:39.259 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) by 393 down to 2096386 19:27:39.259 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) SSH_MSG_CHANNEL_DATA len=393 19:27:39.259 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 393 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008] 19:27:39.259 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 19:27:39.260 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.260 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message byte-aligned to org.opendaylight.netconf.server.mapping.operations.DefaultStartExi{name=start-exi, namespace=urn:ietf:params:xml:ns:netconf:exi:1.0, session=2} 19:27:39.260 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 19:27:39.261 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@67b11570 after next message 19:27:39.261 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 - R:/127.0.0.1:44008]} EXI handlers added to pipeline 19:27:39.261 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 19:27:39.262 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@67b11570 19:27:39.262 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) by 179 down to 2095872 19:27:39.262 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 19:27:39.262 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 19:27:39.262 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #7 SSH_MSG_CHANNEL_DATA 19:27:39.262 [odl-netconf-client-4] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 179 down to 2095872 19:27:39.262 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=179 19:27:39.262 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 19:27:39.263 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@4f5310b7 19:27:39.264 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} EXI handlers added to pipeline 19:27:39.264 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003] successful with session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} 19:27:39.264 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} up 19:27:39.264 [odl-netconf-client-4] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} went up 19:27:39.264 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message apache-1 2014-07-29T13:42:00Z 19:27:39.267 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 447 down to 2095939 19:27:39.267 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=456 19:27:39.267 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44008]) process #7 SSH_MSG_CHANNEL_DATA 19:27:39.267 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) by 447 down to 2095939 19:27:39.268 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) SSH_MSG_CHANNEL_DATA len=447 19:27:39.268 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 447 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008] 19:27:39.269 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: apache-1 2014-07-29T13:42:00Z 19:27:39.269 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.270 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message apache-1 2014-07-29T13:42:00Z to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@74beca25 19:27:39.270 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 2014-07-29T13:42:12Z 19:27:39.271 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) by 302 down to 2095570 19:27:39.272 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=311 19:27:39.272 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 19:27:39.272 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #8 SSH_MSG_CHANNEL_DATA 19:27:39.272 [odl-netconf-client-4] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 302 down to 2095570 19:27:39.272 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=302 19:27:39.272 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 302 bytes of data 19:27:39.273 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 2014-07-29T13:42:12Z 19:27:39.273 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.273 [odl-netconf-client-4] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: 2014-07-29T13:42:12Z 19:27:39.274 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 - R:/127.0.0.1:40003]} terminated, reason: Session closed 19:27:39.277 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) Closing immediately 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) no EOF sent 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.common.channel.LocalWindow - Closing LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Closing RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.channel.ChannelSession$1 - close([TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.channel.ChannelSession$1 - close([TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]]) Closing immediately 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]])[Immediately] closed 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]]) Closing immediately 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]])[Immediately] closed 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])[immediately=true] processing 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - unregisterChannel(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf] 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@2b7c2cc0) signal close complete immediately=true 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@4759670a) signal close complete immediately=true 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@744053ab) signal close complete immediately=true 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003]) Closing immediately 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:40003]) type=SshException, signalled=false, first=false: Session is being closed 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]]) Closing immediately 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) stopping 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) stopped 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]])[Immediately] closed 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.t.s.T.0.0.1:44008] - close(TransportIoSession[local=/127.0.0.1:44008, remote=/127.0.0.1:40003]) Closing immediately 19:27:39.278 [odl-netconf-client-4] DEBUG o.o.n.t.s.T.0.0.1:44008] - close(TransportIoSession[local=/127.0.0.1:44008, remote=/127.0.0.1:40003])[Immediately] closed 19:27:39.279 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@62c1972e) signal close complete immediately=true 19:27:39.279 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003])[Immediately] closed 19:27:39.279 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])[Immediately] closed 19:27:39.279 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003])[Immediately] state already Closed 19:27:39.279 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xc6bd2f94, L:/127.0.0.1:44008 ! R:/127.0.0.1:40003] inactive. 19:27:39.279 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xc6bd2f94, L:/127.0.0.1:44008 ! R:/127.0.0.1:40003]} end of input detected while session was in state initialized 19:27:39.279 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:44008])[TransportServerSubsystem[netconf]] exiting - value=0, message= 19:27:39.279 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) exit code=0, immediate=false 19:27:39.279 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) SSH_MSG_CHANNEL_EOF (state=Opened) 19:27:39.279 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 19:27:39.279 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) SSH_MSG_CHANNEL_REQUEST exit-status=0 19:27:39.279 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 19:27:39.279 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) Closing gracefully 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.common.channel.LocalWindow - Closing LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Closing RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])[immediately=false] processing 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44008]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - handleClosePacketWriteFailure(GracefulChannelCloseable[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) Closing immediately 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])[immediately=true] processing 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - unregisterChannel(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008] 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@67b17a76) signal close complete immediately=true 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@770c6ed5) signal close complete immediately=true 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008])[Immediately] closed 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - unregisterChannel(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) result=null 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@7bb15492) signal close complete immediately=false 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@286067c) signal close complete immediately=false 19:27:39.280 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44008]) code=0 message='' shell closed 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:44008]) Closing immediately 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 2 closed 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44008]]) Closing immediately 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:44008]) stopping 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:44008]) stopped 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44008]])[Immediately] closed 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.s.T.0.0.1:40003] - close(TransportIoSession[local=/127.0.0.1:40003, remote=/127.0.0.1:44008]) Closing immediately 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.s.T.0.0.1:40003] - close(TransportIoSession[local=/127.0.0.1:40003, remote=/127.0.0.1:44008])[Immediately] closed 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@6e08be90) signal close complete immediately=true 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:44008])[Immediately] closed 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x16a3b5df, L:/127.0.0.1:40003 ! R:/127.0.0.1:44008] inactive. 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 ! R:/127.0.0.1:44008]} end of input detected while session was in state up 19:27:39.281 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=2, channel=[id: 0x16a3b5df, L:/127.0.0.1:40003 ! R:/127.0.0.1:44008]} down, reason: End of input 19:27:39.286 [odl-netconf-client-6] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} 19:27:39.286 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921] 19:27:39.287 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 on channel [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921] 19:27:39.288 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:39.288 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921] 19:27:39.288 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921] 19:27:39.288 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526]} established 19:27:39.289 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526] 19:27:39.289 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 on channel [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526] 19:27:39.290 [odl-netconf-client-6] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 19:27:39.290 [odl-netconf-client-6] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 19:27:39.291 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921] 19:27:39.291 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:39.291 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921] 19:27:39.291 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 19:27:39.291 [odl-netconf-client-6] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} created 19:27:39.291 [odl-netconf-client-6] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} should use exi. 19:27:39.292 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:39.292 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526] 19:27:39.292 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526] 19:27:39.292 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 766, cap: 2048) frame detected: length 367 19:27:39.292 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 19:27:39.293 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526] 19:27:39.293 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:39.293 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message byte-aligned 19:27:39.294 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Netconf message received during negotiation, caching byte-aligned 19:27:39.294 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526] 19:27:39.294 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionNegotiator - Additional header from hello parsed as NetconfHelloMessageAdditionalHeader{userName='unknown', hostAddress='127.0.0.1', port='43921', transport='tcp', sessionIdentifier='client'} from Optional.empty 19:27:39.294 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 19:27:39.294 [netconf-device-simulator-threads-3] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526]} created 19:27:39.294 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.295 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message byte-aligned to org.opendaylight.netconf.server.mapping.operations.DefaultStartExi{name=start-exi, namespace=urn:ietf:params:xml:ns:netconf:exi:1.0, session=3} 19:27:39.295 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 19:27:39.295 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@265d6b43 after next message 19:27:39.295 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526]} EXI handlers added to pipeline 19:27:39.295 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 19:27:39.296 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526] successful with session NetconfServerSession{sessionId=3, channel=[id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526]} 19:27:39.296 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x9dc5cffe, L:/127.0.0.1:43921 - R:/127.0.0.1:43526]} up 19:27:39.296 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@265d6b43 19:27:39.297 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@652ea890 19:27:39.297 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} EXI handlers added to pipeline 19:27:39.297 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921] successful with session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} 19:27:39.297 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} up 19:27:39.297 [odl-netconf-client-6] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} went up 19:27:39.297 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message example-fw-2.3 19:27:39.299 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 19:27:39.300 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: example-fw-2.3 19:27:39.300 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.301 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message example-fw-2.3 to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@6770b0fd 19:27:39.301 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message The image example-fw-2.3 is being installed. 19:27:39.303 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: The image example-fw-2.3 is being installed. 19:27:39.304 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.304 [odl-netconf-client-6] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: The image example-fw-2.3 is being installed. 19:27:39.304 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 - R:/127.0.0.1:43921]} terminated, reason: Session closed 19:27:39.308 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x3b873e8f, L:/127.0.0.1:43526 ! R:/127.0.0.1:43921] inactive. 19:27:39.308 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x3b873e8f, L:/127.0.0.1:43526 ! R:/127.0.0.1:43921]} end of input detected while session was in state initialized 19:27:39.308 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 19:27:39.313 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x9dc5cffe, L:/127.0.0.1:43921 ! R:/127.0.0.1:43526] inactive. 19:27:39.313 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x9dc5cffe, L:/127.0.0.1:43921 ! R:/127.0.0.1:43526]} end of input detected while session was in state up 19:27:39.313 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=3, channel=[id: 0x9dc5cffe, L:/127.0.0.1:43921 ! R:/127.0.0.1:43526]} down, reason: End of input 19:27:39.314 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} 19:27:39.315 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:44010, remote=/127.0.0.1:40003] 19:27:39.315 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:40003]) client methods: [password] 19:27:39.315 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:40003]) no proxy to initialize 19:27:39.315 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:40003]): SSH-2.0-SSHD-UNKNOWN 19:27:39.315 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:40003]) Send SSH_MSG_KEXINIT 19:27:39.316 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:40003]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 19:27:39.316 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010]} 19:27:39.316 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:44010]): SSH-2.0-SSHD-UNKNOWN 19:27:39.317 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:40003]) line='SSH-2.0-SSHD-UNKNOWN' 19:27:39.317 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:40003]) Server version string: SSH-2.0-SSHD-UNKNOWN 19:27:39.317 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:44010]) line='SSH-2.0-SSHD-UNKNOWN' 19:27:39.317 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:44010]) client version string: SSH-2.0-SSHD-UNKNOWN 19:27:39.317 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:44010]) Send SSH_MSG_KEXINIT 19:27:39.317 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44010]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #0 SSH_MSG_KEXINIT 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_KEXINIT 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:40003]) strict KEX=true client=true server=true 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: kex algorithms = sntrup761x25519-sha512 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: server host key algorithms = rsa-sha2-512 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: compression algorithms (client to server) = none 19:27:39.318 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:40003]) Kex: compression algorithms (server to client) = none 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44010]) process #0 SSH_MSG_KEXINIT 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:44010]) SSH_MSG_KEXINIT 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:44010]) strict KEX=true client=true server=true 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: kex algorithms = sntrup761x25519-sha512 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: server host key algorithms = rsa-sha2-512 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: compression algorithms (client to server) = none 19:27:39.319 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:44010]) Kex: compression algorithms (server to client) = none 19:27:39.320 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 3 19:27:39.439 [odl-netconf-client-7] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:40003]] Send SSH_MSG_KEXDH_INIT 19:27:39.439 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #1 sending command=30[30] len=1195 19:27:39.439 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 19:27:39.439 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44010]) process #1 30 19:27:39.440 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:44010]] process command=SSH_MSG_KEXDH_INIT 19:27:39.460 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:44010]] Send SSH_MSG_KEXDH_REPLY 19:27:39.460 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44010]) packet #1 sending command=31[31] len=1639 19:27:39.461 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #1 31 19:27:39.461 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:44010])[sntrup761x25519-sha512] KEX processing complete after cmd=30 19:27:39.461 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:44010]) Send SSH_MSG_NEWKEYS 19:27:39.461 [odl-netconf-client-7] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:40003]] process command=SSH_MSG_KEXDH_REPLY 19:27:39.461 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:44010]) session ID=40:8b:d8:7d:f0:0c:4d:67:ab:e2:7f:00:0d:c3:76:99:80:34:0c:ef:e8:ff:c2:14:40:85:7d:49:19:bb:7e:77:c3:36:31:10:b7:24:78:06:d0:68:74:f2:3b:43:38:6f:32:5c:65:6a:7b:28:aa:94:4c:30:cb:05:e6:51:5d:31 19:27:39.461 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44010]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 19:27:39.462 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:44010]): strict KEX resets output message sequence number from 3 to 0 19:27:39.462 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:44010]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@1ae6c537; mac null; compression none[Deflater/-1]; blocks limit 134217728 19:27:39.462 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:44010])[NEWKEYS]: extension info server-sig-algs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa 19:27:39.462 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:44010])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 19:27:39.463 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44010]) packet #0 sending command=7[7] len=419 19:27:39.464 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:44010]) No pending packets to flush at end of KEX 19:27:39.491 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:40003]) keyType=ssh-rsa, digest=SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds 19:27:39.491 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:40003])[sntrup761x25519-sha512] KEX processing complete after cmd=31 19:27:39.491 [odl-netconf-client-7] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:40003 presented unverified RSA key: SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds 19:27:39.491 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:40003]) key=ssh-rsa-SHA256:85Bmx1jQCL1/l7TxVrCY4X1I7G8ipfDN5YFnPbk1Xds, verified=true 19:27:39.491 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:40003]) Send SSH_MSG_NEWKEYS 19:27:39.491 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:40003]) session ID=40:8b:d8:7d:f0:0c:4d:67:ab:e2:7f:00:0d:c3:76:99:80:34:0c:ef:e8:ff:c2:14:40:85:7d:49:19:bb:7e:77:c3:36:31:10:b7:24:78:06:d0:68:74:f2:3b:43:38:6f:32:5c:65:6a:7b:28:aa:94:4c:30:cb:05:e6:51:5d:31 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:40003]): strict KEX resets output message sequence number from 3 to 0 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:40003]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@2504494f; mac null; compression none[Deflater/-1]; blocks limit 134217728 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:40003]) No pending packets to flush at end of KEX 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #2 SSH_MSG_NEWKEYS 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:40003]): strict KEX resets input message sequence number from 3 to 0 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:40003]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@336ff454; mac null; compression none[Inflater/-1]; blocks limit 134217728 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:40003]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 19:27:39.492 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #0 7 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): PubkeyAcceptedAlgorithms before: [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:39.493 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:40003]): PubkeyAcceptedAlgorithms after: [ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-rsa] 19:27:39.495 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44010]) process #2 SSH_MSG_NEWKEYS 19:27:39.495 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:44010]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 19:27:39.496 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:44010]): strict KEX resets input message sequence number from 3 to 0 19:27:39.496 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:44010]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@4ba8f1f5; mac null; compression none[Inflater/-1]; blocks limit 134217728 19:27:39.497 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 3 19:27:39.497 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44010]) process #0 SSH_MSG_SERVICE_REQUEST 19:27:39.497 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:44010]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 19:27:39.497 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:44010]) authorized authentication methods: password,publickey 19:27:39.497 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:44010]) Accepted service ssh-userauth 19:27:39.497 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44010]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 19:27:39.497 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #1 SSH_MSG_SERVICE_ACCEPT 19:27:39.498 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 19:27:39.497 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44010]) process #1 SSH_MSG_USERAUTH_REQUEST 19:27:39.499 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44010]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 19:27:39.499 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44010]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 19:27:39.499 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44010]) no authentication factory for method=none 19:27:39.499 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:44010]) SSH_MSG_USERAUTH_REQUEST 19:27:39.499 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:44010]) remaining methods: password,publickey 19:27:39.499 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44010]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 19:27:39.500 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #2 SSH_MSG_USERAUTH_FAILURE 19:27:39.500 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:40003]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 19:27:39.500 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 19:27:39.500 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) attempting method=password 19:27:39.500 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 19:27:39.500 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 19:27:39.500 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:40003]) successfully processed initial buffer by method=password 19:27:39.501 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:44010]) process #2 SSH_MSG_USERAUTH_REQUEST 19:27:39.501 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44010]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 19:27:39.501 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:44010]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 19:27:39.501 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:44010]) authentication result: true 19:27:39.501 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:44010]) SSH_MSG_USERAUTH_REQUEST 19:27:39.501 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:44010])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 19:27:39.502 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:44010]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 19:27:39.502 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 3 successful 19:27:39.502 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 3 19:27:39.502 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:44010]) no heartbeat to stop 19:27:39.502 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:44010]) heartbeat type=IGNORE, interval=PT30S 19:27:39.504 [netconf-device-simulator-threads-5] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:44010 authenticated 19:27:39.505 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #3 SSH_MSG_USERAUTH_SUCCESS 19:27:39.505 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:40003]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 19:27:39.505 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:40003])[ssh-connection] 19:27:39.505 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 19:27:39.505 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 19:27:39.505 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]] session=TransportClientSession[username@/127.0.0.1:40003] id=0 19:27:39.505 [odl-netconf-client-7] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[client](TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf])) size=2097152, max=2097152, packet=32768 19:27:39.506 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf] 19:27:39.506 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:40003])[netconf] created id=0 19:27:39.506 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 19:27:39.506 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 19:27:39.506 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 19:27:39.506 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) no heartbeat to stop 19:27:39.507 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:40003]) heartbeat type=IGNORE, interval=PT30S 19:27:39.507 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44010]) process #3 SSH_MSG_CHANNEL_OPEN 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44010]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:44010]] session=TransportServerSession[username@/127.0.0.1:44010] id=0 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:44010])) size=2097152, max=2097152, packet=32768 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44010]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:44010] 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:44010]) recipient=0 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.channel.RemoteWindow - init(RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])) size=2097152, max=2097152, packet=32768 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])) re-initializing 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.common.channel.LocalWindow - init(LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])) size=2097152, max=2097152, packet=32768 19:27:39.507 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpenSuccess(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 19:27:39.508 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 19:27:39.508 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 19:27:39.508 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - channelOpenConfirmation(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 19:27:39.508 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:40003][netconf]) recipient=0 19:27:39.508 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.channel.RemoteWindow - init(RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])) size=2097152, max=2097152, packet=32768 19:27:39.508 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 19:27:39.508 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) request=subsystem, pending=Tue Dec 31 19:27:39 UTC 2024 19:27:39.509 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 19:27:39.509 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44010]) process #4 SSH_MSG_CHANNEL_REQUEST 19:27:39.509 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 19:27:39.509 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])[want-reply=true] subsystem=netconf 19:27:39.509 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 19:27:39.509 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 19:27:39.509 [odl-netconf-client-7] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]}} 19:27:39.510 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])[subsystem] prepared command 19:27:39.510 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 3 19:27:39.510 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 3 19:27:39.510 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010]}} established 19:27:39.511 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010] 19:27:39.511 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003] 19:27:39.511 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 on channel [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010] 19:27:39.511 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 on channel [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003] 19:27:39.512 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) by 1101 down to 2096051 19:27:39.512 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 19:27:39.513 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 373 down to 2096779 19:27:39.513 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 19:27:39.513 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:39.513 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010] 19:27:39.513 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010] 19:27:39.513 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) request=subsystem result=ReplySuccess, want-reply=true 19:27:39.513 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 19:27:39.513 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) request=subsystem activate command 19:27:39.513 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) starting runner for command=netconf 19:27:39.513 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@2538a104 19:27:39.513 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003] 19:27:39.513 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003] 19:27:39.514 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44010]) process #5 SSH_MSG_CHANNEL_DATA 19:27:39.514 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) by 373 down to 2096779 19:27:39.514 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) SSH_MSG_CHANNEL_DATA len=373 19:27:39.514 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 373 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010] 19:27:39.514 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 19:27:39.514 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 19:27:39.514 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010] 19:27:39.515 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:39.515 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010] 19:27:39.515 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionNegotiator - Additional header from hello parsed as NetconfHelloMessageAdditionalHeader{userName='unknown', hostAddress='127.0.0.1', port='40003', transport='tcp', sessionIdentifier='client'} from Optional.empty 19:27:39.515 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 19:27:39.515 [netconf-device-simulator-threads-5] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010]} created 19:27:39.515 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010] successful with session NetconfServerSession{sessionId=3, channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010]} 19:27:39.515 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010]} up 19:27:39.515 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #5 SSH_MSG_CHANNEL_DATA 19:27:39.515 [odl-netconf-client-7] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 1101 down to 2096051 19:27:39.515 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=1101 19:27:39.515 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 19:27:39.515 [odl-netconf-client-7] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 19:27:39.516 [odl-netconf-client-7] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 19:27:39.516 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003] 19:27:39.516 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 19:27:39.516 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003] 19:27:39.517 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 19:27:39.517 [odl-netconf-client-7] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} created 19:27:39.517 [odl-netconf-client-7] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} should use exi. 19:27:39.517 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #6 SSH_MSG_CHANNEL_SUCCESS 19:27:39.517 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) request=subsystem, pending=Tue Dec 31 19:27:39 UTC 2024 19:27:39.517 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) subsystem=netconf, pending since=Tue Dec 31 19:27:39 UTC 2024 19:27:39.518 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 393 down to 2096386 19:27:39.518 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 19:27:39.518 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44010]) process #6 SSH_MSG_CHANNEL_DATA 19:27:39.518 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) by 393 down to 2096386 19:27:39.518 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) SSH_MSG_CHANNEL_DATA len=393 19:27:39.518 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 393 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010] 19:27:39.519 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 19:27:39.520 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.520 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message byte-aligned to org.opendaylight.netconf.server.mapping.operations.DefaultStartExi{name=start-exi, namespace=urn:ietf:params:xml:ns:netconf:exi:1.0, session=3} 19:27:39.521 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 19:27:39.521 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@657e5a10 after next message 19:27:39.521 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 - R:/127.0.0.1:44010]} EXI handlers added to pipeline 19:27:39.521 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 19:27:39.522 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@657e5a10 19:27:39.522 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) by 179 down to 2095872 19:27:39.522 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 19:27:39.522 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 19:27:39.523 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #7 SSH_MSG_CHANNEL_DATA 19:27:39.523 [odl-netconf-client-7] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 179 down to 2095872 19:27:39.523 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=179 19:27:39.523 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 19:27:39.524 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7409fcd3 19:27:39.524 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} EXI handlers added to pipeline 19:27:39.524 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003] successful with session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} 19:27:39.524 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} up 19:27:39.524 [odl-netconf-client-7] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} went up 19:27:39.524 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message example-fw-2.3 19:27:39.526 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 311 down to 2096075 19:27:39.526 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:40003]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=320 19:27:39.526 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:44010]) process #7 SSH_MSG_CHANNEL_DATA 19:27:39.526 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) by 311 down to 2096075 19:27:39.526 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) SSH_MSG_CHANNEL_DATA len=311 19:27:39.526 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - Forwarding 311 bytes of data on TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010] 19:27:39.528 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: example-fw-2.3 19:27:39.528 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.528 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message example-fw-2.3 to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@74beca25 19:27:39.528 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message The image example-fw-2.3 is being installed. 19:27:39.530 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Consume RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) by 319 down to 2095553 19:27:39.530 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=328 19:27:39.530 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 19:27:39.530 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:40003]) process #8 SSH_MSG_CHANNEL_DATA 19:27:39.530 [odl-netconf-client-7] DEBUG o.o.n.s.s.common.channel.LocalWindow - Consume LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) by 319 down to 2095553 19:27:39.530 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) SSH_MSG_CHANNEL_DATA len=319 19:27:39.530 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 319 bytes of data 19:27:39.531 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: The image example-fw-2.3 is being installed. 19:27:39.531 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 19:27:39.531 [odl-netconf-client-7] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: The image example-fw-2.3 is being installed. 19:27:39.531 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 - R:/127.0.0.1:40003]} terminated, reason: Session closed 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:44010])[TransportServerSubsystem[netconf]] exiting - value=0, message= 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) exit code=0, immediate=false 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) SSH_MSG_CHANNEL_EOF (state=Opened) 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) SSH_MSG_CHANNEL_REQUEST exit-status=0 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) Closing gracefully 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.common.channel.LocalWindow - Closing LocalWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Closing RemoteWindow[server](TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])[immediately=false] processing 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:44010]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - handleClosePacketWriteFailure(GracefulChannelCloseable[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 19:27:39.532 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) Closing immediately 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.ChannelAsyncOutputStream - close(ChannelAsyncOutputStream[TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])[immediately=true] processing 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - unregisterChannel(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010] 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@15813dd4) signal close complete immediately=true 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@2a4c0a50) signal close complete immediately=true 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010])[Immediately] closed 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - unregisterChannel(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) result=null 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@598ff3b2) signal close complete immediately=false 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@3e5f1291) signal close complete immediately=false 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:44010]) code=0 message='' shell closed 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:44010]) Closing immediately 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 3 closed 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44010]]) Closing immediately 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:44010]) stopping 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:44010]) stopped 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:44010]])[Immediately] closed 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.s.T.0.0.1:40003] - close(TransportIoSession[local=/127.0.0.1:40003, remote=/127.0.0.1:44010]) Closing immediately 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.s.T.0.0.1:40003] - close(TransportIoSession[local=/127.0.0.1:40003, remote=/127.0.0.1:44010])[Immediately] closed 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@22ace713) signal close complete immediately=true 19:27:39.533 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:44010])[Immediately] closed 19:27:39.534 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x2d2cf010, L:/127.0.0.1:40003 ! R:/127.0.0.1:44010] inactive. 19:27:39.534 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 ! R:/127.0.0.1:44010]} end of input detected while session was in state up 19:27:39.534 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=3, channel=[id: 0x2d2cf010, L:/127.0.0.1:40003 ! R:/127.0.0.1:44010]} down, reason: End of input 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) Closing immediately 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) no EOF sent 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.common.channel.LocalWindow - Closing LocalWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.channel.RemoteWindow - Closing RemoteWindow[client](TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.channel.ChannelSession$1 - close([TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.channel.ChannelSession$1 - close([TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]]) Closing immediately 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]])[Immediately] closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]]) Closing immediately 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.c.ChannelAsyncInputStream - close(ChannelAsyncInputStream[TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]])[Immediately] closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.c.AbstractChannel$GracefulChannelCloseable - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])[immediately=true] processing 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - unregisterChannel(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf] 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@10d97976) signal close complete immediately=true 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@38e8e0) signal close complete immediately=true 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@298745de) signal close complete immediately=true 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003]) Closing immediately 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:40003]) type=SshException, signalled=false, first=false: Session is being closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]]) Closing immediately 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) stopping 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:40003]) stopped 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:40003]])[Immediately] closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.s.T.0.0.1:44010] - close(TransportIoSession[local=/127.0.0.1:44010, remote=/127.0.0.1:40003]) Closing immediately 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.s.T.0.0.1:44010] - close(TransportIoSession[local=/127.0.0.1:44010, remote=/127.0.0.1:40003])[Immediately] closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.u.c.SequentialCloseable - doClose(org.opendaylight.netconf.shaded.sshd.common.util.closeable.SequentialCloseable$1@6d7387a9) signal close complete immediately=true 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003])[Immediately] closed 19:27:39.534 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:40003][netconf])[Immediately] closed 19:27:39.535 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:40003])[Immediately] state already Closed 19:27:39.535 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x3363f66b, L:/127.0.0.1:44010 ! R:/127.0.0.1:40003] inactive. 19:27:39.535 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x3363f66b, L:/127.0.0.1:44010 ! R:/127.0.0.1:40003]} end of input detected while session was in state initialized 19:27:39.549 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer stopped