SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@28d6290] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@6ca0256d] 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@28d6290] 11:43:35.725 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework 11:43:35.732 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 11:43:35.732 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 11:43:35.740 [main] DEBUG i.n.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@11a00961 11:43:35.797 [main] DEBUG i.n.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false 11:43:35.797 [main] DEBUG i.n.util.internal.PlatformDependent0 - Java version: 21 11:43:35.799 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 11:43:35.800 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe base methods: all available 11:43:35.801 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.storeFence: available 11:43:35.802 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available 11:43:35.802 [main] DEBUG i.n.util.internal.PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 11:43:35.803 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true 11:43:35.804 [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 @2235eaab 11:43:35.805 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 11:43:35.805 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available 11:43:35.805 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 11:43:35.805 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 11:43:35.808 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 11:43:35.808 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 11:43:35.809 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 11:43:35.810 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false 11:43:35.812 [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) 11:43:35.836 [main] DEBUG i.n.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 11:43:35.841 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 11:43:35.863 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 11:43:35.863 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.deleteLibAfterLoading: true 11:43:35.863 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.tryPatchShadedId: true 11:43:35.864 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.detectNativeLibraryDuplicates: true 11:43:35.883 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 11:43:35.894 [main] DEBUG i.n.u.concurrent.GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 11:43:35.902 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 11:43:35.902 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 11:43:35.910 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false 11:43:35.910 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 11:43:35.937 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 44931 (auto-detected) 11:43:35.940 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false 11:43:35.941 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false 11:43:35.943 [main] DEBUG i.netty.util.NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 11:43:35.944 [main] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 4096 11:43:35.945 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 02:42:57:ff:fe:8a:fa:66 (auto-detected) 11:43:35.998 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 11:43:35.999 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 11:43:36.000 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 11:43:36.000 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 11:43:36.000 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 11:43:36.000 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 11:43:36.016 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 11:43:36.016 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 11:43:36.016 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 11:43:38.058 [main] INFO o.o.n.t.spi.NettyTransportSupport - Netty transport backed by java.nio 11:43:38.116 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 11:43:38.117 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, TCP simulated devices starting on port 0 11:43:38.661 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Custom module loading skipped. 11:43:38.702 [main] INFO o.o.y.y.p.r.SharedEffectiveModelContextFactory - Using weak references 11:43:38.703 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Starting assembly of 4 sources 11:43:38.980 [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=[]]} 11:43:39.002 [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] 11:43:39.002 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-yang-types@2013-07-15] 11:43:39.003 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-inet-types@2013-07-15] 11:43:39.004 [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] 11:43:39.004 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] 11:43:39.004 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [odl-netconf-monitoring@2022-07-18] 11:43:39.045 [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 11:43:39.045 [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 11:43:39.045 [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 11:43:39.046 [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 11:43:39.046 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE started 11:43:39.084 [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 11:43:39.084 [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 11:43:39.085 [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 11:43:39.085 [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 11:43:39.085 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE finished 11:43:39.085 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_LINKAGE 11:43:39.085 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_LINKAGE 11:43:39.085 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_LINKAGE 11:43:39.085 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_LINKAGE 11:43:39.085 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE started 11:43:39.093 [main] DEBUG o.o.y.y.p.s.r.StatementContextBase - Listener on ParserNamespace{name=module} criterion LatestRevisionModule{moduleName=ietf-netconf-monitoring} matched added key SourceIdentifier [ietf-netconf-monitoring@2010-10-04] 11:43:39.094 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_LINKAGE 11:43:39.094 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_LINKAGE 11:43:39.094 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_LINKAGE 11:43:39.094 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_LINKAGE 11:43:39.094 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE finished 11:43:39.095 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase STATEMENT_DEFINITION 11:43:39.095 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase STATEMENT_DEFINITION 11:43:39.095 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase STATEMENT_DEFINITION 11:43:39.095 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase STATEMENT_DEFINITION 11:43:39.095 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION started 11:43:39.125 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase STATEMENT_DEFINITION 11:43:39.126 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase STATEMENT_DEFINITION 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase STATEMENT_DEFINITION 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase STATEMENT_DEFINITION 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION finished 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase FULL_DECLARATION 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase FULL_DECLARATION 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase FULL_DECLARATION 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase FULL_DECLARATION 11:43:39.127 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION started 11:43:39.141 [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 11:43:39.165 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase FULL_DECLARATION 11:43:39.166 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase FULL_DECLARATION 11:43:39.166 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase FULL_DECLARATION 11:43:39.167 [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 11:43:39.168 [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 11:43:39.168 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase FULL_DECLARATION 11:43:39.168 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION finished 11:43:39.168 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase EFFECTIVE_MODEL 11:43:39.168 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase EFFECTIVE_MODEL 11:43:39.168 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase EFFECTIVE_MODEL 11:43:39.168 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase EFFECTIVE_MODEL 11:43:39.169 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL started 11:43:39.175 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase EFFECTIVE_MODEL 11:43:39.176 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase EFFECTIVE_MODEL 11:43:39.179 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase EFFECTIVE_MODEL 11:43:39.179 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase EFFECTIVE_MODEL 11:43:39.180 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL finished 11:43:39.295 [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} 11:43:39.298 [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} 11:43:39.304 [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} 11:43:39.304 [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} 11:43:39.344 [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} 11:43:39.344 [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} 11:43:39.345 [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} 11:43:39.345 [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} 11:43:39.345 [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} 11:43:39.346 [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} 11:43:39.346 [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} 11:43:39.346 [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} 11:43:39.346 [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} 11:43:39.371 [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} 11:43:39.371 [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} 11:43:39.372 [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} 11:43:39.372 [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} 11:43:39.372 [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} 11:43:39.372 [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} 11:43:39.395 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Finished assembly of 4 sources in 692.6 ms 11:43:39.429 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using OperationsProvider. 11:43:39.434 [main] DEBUG o.o.n.n.NetconfSessionNegotiator - Default maximum incoming NETCONF chunk size is 16777216 bytes 11:43:39.440 [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 11:43:39.440 [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 11:43:39.441 [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 11:43:39.442 [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 11:43:39.446 [main] DEBUG o.o.n.t.tool.NetconfDeviceSimulator - Ports: [33921] 11:43:39.483 [main] DEBUG i.n.b.ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 11:43:39.494 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 33921 to 33921 11:43:39.495 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 11:43:39.496 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 0 11:43:39.510 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Custom module loading skipped. 11:43:39.511 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Starting assembly of 4 sources 11:43:39.557 [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=[]]} 11:43:39.558 [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] 11:43:39.558 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-yang-types@2013-07-15] 11:43:39.558 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-inet-types@2013-07-15] 11:43:39.558 [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] 11:43:39.559 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] 11:43:39.559 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [odl-netconf-monitoring@2022-07-18] 11:43:39.562 [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 11:43:39.562 [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 11:43:39.562 [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 11:43:39.562 [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 11:43:39.562 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE started 11:43:39.564 [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 11:43:39.564 [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 11:43:39.564 [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 11:43:39.564 [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 11:43:39.565 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE finished 11:43:39.565 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_LINKAGE 11:43:39.565 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_LINKAGE 11:43:39.565 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_LINKAGE 11:43:39.565 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_LINKAGE 11:43:39.565 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE started 11:43:39.566 [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} 11:43:39.566 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_LINKAGE 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_LINKAGE 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_LINKAGE 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_LINKAGE 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE finished 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase STATEMENT_DEFINITION 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase STATEMENT_DEFINITION 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase STATEMENT_DEFINITION 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase STATEMENT_DEFINITION 11:43:39.567 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION started 11:43:39.577 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase STATEMENT_DEFINITION 11:43:39.577 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase STATEMENT_DEFINITION 11:43:39.577 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase STATEMENT_DEFINITION 11:43:39.577 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase STATEMENT_DEFINITION 11:43:39.578 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION finished 11:43:39.578 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase FULL_DECLARATION 11:43:39.578 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase FULL_DECLARATION 11:43:39.578 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase FULL_DECLARATION 11:43:39.578 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase FULL_DECLARATION 11:43:39.578 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION started 11:43:39.591 [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 11:43:39.591 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase FULL_DECLARATION 11:43:39.591 [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 11:43:39.591 [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 11:43:39.591 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase FULL_DECLARATION 11:43:39.591 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase FULL_DECLARATION 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase FULL_DECLARATION 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION finished 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase EFFECTIVE_MODEL 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase EFFECTIVE_MODEL 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase EFFECTIVE_MODEL 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase EFFECTIVE_MODEL 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL started 11:43:39.592 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase EFFECTIVE_MODEL 11:43:39.594 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase EFFECTIVE_MODEL 11:43:39.594 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase EFFECTIVE_MODEL 11:43:39.595 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase EFFECTIVE_MODEL 11:43:39.595 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL finished 11:43:39.604 [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} 11:43:39.605 [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} 11:43:39.605 [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} 11:43:39.605 [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} 11:43:39.608 [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} 11:43:39.609 [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} 11:43:39.609 [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} 11:43:39.609 [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} 11:43:39.609 [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} 11:43:39.610 [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} 11:43:39.610 [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} 11:43:39.610 [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} 11:43:39.610 [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} 11:43:39.614 [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} 11:43:39.615 [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} 11:43:39.615 [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} 11:43:39.615 [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} 11:43:39.615 [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} 11:43:39.615 [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} 11:43:39.616 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Finished assembly of 4 sources in 105.5 ms 11:43:39.621 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using OperationsProvider. 11:43:39.624 [main] DEBUG o.o.n.t.tool.NetconfDeviceSimulator - Ports: [41383] 11:43:40.133 [main] INFO o.o.n.s.s.c.u.s.b.BouncyCastleSecurityProviderRegistrar - getOrCreateProvider(BC) created instance of org.bouncycastle.jce.provider.BouncyCastleProvider 11:43:40.136 [main] INFO o.o.n.s.s.c.u.s.e.EdDSASecurityProviderRegistrar - getOrCreateProvider(EdDSA) created instance of org.opendaylight.netconf.shaded.eddsa.EdDSASecurityProvider 11:43:40.325 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 41383 to 41383 11:43:40.645 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210]} 11:43:40.641 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} 11:43:40.685 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:37210, remote=/127.0.0.1:41383] 11:43:40.689 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:37210]): SSH-2.0-SSHD-UNKNOWN 11:43:40.691 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:41383]) client methods: [password] 11:43:40.707 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:41383]) no proxy to initialize 11:43:40.708 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:41383]): SSH-2.0-SSHD-UNKNOWN 11:43:40.710 [netconf-device-simulator-threads-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 11:43:40.712 [netconf-device-simulator-threads-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 11:43:40.712 [netconf-device-simulator-threads-1] DEBUG i.n.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7999aa15 11:43:40.719 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 11:43:40.719 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8 11:43:40.719 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.chunkSize: 32 11:43:40.719 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.blocking: false 11:43:40.719 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 11:43:40.744 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:41383]) Send SSH_MSG_KEXINIT 11:43:40.745 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:37210]) line='SSH-2.0-SSHD-UNKNOWN' 11:43:40.745 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:37210]) client version string: SSH-2.0-SSHD-UNKNOWN 11:43:40.757 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:41383]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 11:43:40.759 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:41383]) line='SSH-2.0-SSHD-UNKNOWN' 11:43:40.759 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:41383]) Server version string: SSH-2.0-SSHD-UNKNOWN 11:43:41.243 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:37210]) Send SSH_MSG_KEXINIT 11:43:41.243 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:37210]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 11:43:41.244 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:37210]) process #0 SSH_MSG_KEXINIT 11:43:41.245 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:37210]) SSH_MSG_KEXINIT 11:43:41.245 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #0 SSH_MSG_KEXINIT 11:43:41.245 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_KEXINIT 11:43:41.248 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:37210]) strict KEX=true client=true server=true 11:43:41.248 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:41383]) strict KEX=true client=true server=true 11:43:41.256 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: kex algorithms = sntrup761x25519-sha512 11:43:41.256 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: kex algorithms = sntrup761x25519-sha512 11:43:41.256 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: server host key algorithms = rsa-sha2-512 11:43:41.256 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: server host key algorithms = rsa-sha2-512 11:43:41.256 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 11:43:41.256 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 11:43:41.256 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 11:43:41.257 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 11:43:41.257 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 11:43:41.257 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 11:43:41.257 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 11:43:41.257 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 11:43:41.257 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: compression algorithms (client to server) = none 11:43:41.257 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: compression algorithms (client to server) = none 11:43:41.257 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:37210]) Kex: compression algorithms (server to client) = none 11:43:41.257 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: compression algorithms (server to client) = none 11:43:41.284 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 11:43:41.584 [odl-netconf-client-0] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:41383]] Send SSH_MSG_KEXDH_INIT 11:43:41.584 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #1 sending command=30[30] len=1195 11:43:41.588 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 11:43:41.588 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:37210]) process #1 30 11:43:41.589 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:37210]] process command=SSH_MSG_KEXDH_INIT 11:43:41.626 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:37210]] Send SSH_MSG_KEXDH_REPLY 11:43:41.626 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:37210]) packet #1 sending command=31[31] len=1639 11:43:41.626 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:37210])[sntrup761x25519-sha512] KEX processing complete after cmd=30 11:43:41.627 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:37210]) Send SSH_MSG_NEWKEYS 11:43:41.627 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:37210]) session ID=15:3a:b6:ac:2c:06:be:8f:c9:1d:0c:16:44:e9:73:f5:3f:92:42:06:17:a0:88:53:25:7f:94:48:9b:bb:8e:aa:a9:2f:ab:ca:f3:54:ca:b2:86:96:3c:45:41:fe:1a:ba:7b:ac:7f:79:28:94:47:d4:e2:8a:15:2e:67:4c:6a:8e 11:43:41.628 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #1 31 11:43:41.628 [odl-netconf-client-0] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:41383]] process command=SSH_MSG_KEXDH_REPLY 11:43:41.632 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:37210]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 11:43:41.632 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:37210]): strict KEX resets output message sequence number from 3 to 0 11:43:41.633 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:37210]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@1210eb9c; mac null; compression none[Deflater/-1]; blocks limit 134217728 11:43:41.635 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:37210])[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 11:43:41.635 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:37210])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 11:43:41.635 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:37210]) packet #0 sending command=7[7] len=419 11:43:41.636 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:37210]) No pending packets to flush at end of KEX 11:43:41.672 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:41383]) keyType=ssh-rsa, digest=SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw 11:43:41.672 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:41383])[sntrup761x25519-sha512] KEX processing complete after cmd=31 11:43:41.672 [odl-netconf-client-0] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:41383 presented unverified RSA key: SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw 11:43:41.673 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:41383]) key=ssh-rsa-SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw, verified=true 11:43:41.673 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:41383]) Send SSH_MSG_NEWKEYS 11:43:41.673 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:41383]) session ID=15:3a:b6:ac:2c:06:be:8f:c9:1d:0c:16:44:e9:73:f5:3f:92:42:06:17:a0:88:53:25:7f:94:48:9b:bb:8e:aa:a9:2f:ab:ca:f3:54:ca:b2:86:96:3c:45:41:fe:1a:ba:7b:ac:7f:79:28:94:47:d4:e2:8a:15:2e:67:4c:6a:8e 11:43:41.673 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 11:43:41.673 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:41383]): strict KEX resets output message sequence number from 3 to 0 11:43:41.674 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:37210]) process #2 SSH_MSG_NEWKEYS 11:43:41.674 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:41383]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@dce9572; mac null; compression none[Deflater/-1]; blocks limit 134217728 11:43:41.674 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:37210]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 11:43:41.674 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:41383]) No pending packets to flush at end of KEX 11:43:41.674 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:37210]): strict KEX resets input message sequence number from 3 to 0 11:43:41.674 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:37210]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@1873935; mac null; compression none[Inflater/-1]; blocks limit 134217728 11:43:41.674 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #2 SSH_MSG_NEWKEYS 11:43:41.674 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 11:43:41.674 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 11:43:41.674 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:41383]): strict KEX resets input message sequence number from 3 to 0 11:43:41.674 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:41383]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@1f755b7f; mac null; compression none[Inflater/-1]; blocks limit 134217728 11:43:41.674 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:41383]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 11:43:41.675 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 11:43:41.675 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:37210]) process #0 SSH_MSG_SERVICE_REQUEST 11:43:41.675 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:37210]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 11:43:41.677 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 11:43:41.678 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 11:43:41.679 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:37210]) authorized authentication methods: password,publickey 11:43:41.679 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:37210]) Accepted service ssh-userauth 11:43:41.679 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:37210]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 11:43:41.682 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 11:43:41.682 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 11:43:41.682 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:37210]) process #1 SSH_MSG_USERAUTH_REQUEST 11:43:41.682 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:37210]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 11:43:41.683 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:37210]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 11:43:41.683 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #0 7 11:43:41.683 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:37210]) no authentication factory for method=none 11:43:41.683 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:37210]) SSH_MSG_USERAUTH_REQUEST 11:43:41.683 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): [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] 11:43:41.683 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): 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] 11:43:41.683 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): 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] 11:43:41.683 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #1 SSH_MSG_SERVICE_ACCEPT 11:43:41.684 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 11:43:41.683 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:37210]) remaining methods: password,publickey 11:43:41.684 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:37210]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 11:43:41.685 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #2 SSH_MSG_USERAUTH_FAILURE 11:43:41.685 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:41383]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 11:43:41.685 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 11:43:41.687 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) attempting method=password 11:43:41.690 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 11:43:41.690 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 11:43:41.691 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) successfully processed initial buffer by method=password 11:43:41.691 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:37210]) process #2 SSH_MSG_USERAUTH_REQUEST 11:43:41.691 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:37210]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 11:43:41.691 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:37210]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 11:43:41.693 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:37210]) authentication result: true 11:43:41.693 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:37210]) SSH_MSG_USERAUTH_REQUEST 11:43:41.693 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:37210])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 11:43:41.693 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:37210]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 11:43:41.694 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 11:43:41.694 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 1 11:43:41.695 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:37210]) no heartbeat to stop 11:43:41.695 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:37210]) heartbeat type=IGNORE, interval=PT30S 11:43:41.696 [netconf-device-simulator-threads-1] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:37210 authenticated 11:43:41.696 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #3 SSH_MSG_USERAUTH_SUCCESS 11:43:41.696 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 11:43:41.697 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] 11:43:41.697 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 11:43:41.697 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 11:43:41.721 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]] session=TransportClientSession[username@/127.0.0.1:41383] id=0 11:43:41.722 [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:41383][netconf])) size=2097152, max=2097152, packet=32768 11:43:41.722 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf] 11:43:41.722 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:41383])[netconf] created id=0 11:43:41.723 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 11:43:41.723 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 11:43:41.724 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 11:43:41.724 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:37210]) process #3 SSH_MSG_CHANNEL_OPEN 11:43:41.725 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:37210]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 11:43:41.725 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) no heartbeat to stop 11:43:41.725 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:41383]) heartbeat type=IGNORE, interval=PT30S 11:43:41.736 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 11:43:41.741 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:37210]] session=TransportServerSession[username@/127.0.0.1:37210] id=0 11:43:41.741 [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:37210])) size=2097152, max=2097152, packet=32768 11:43:41.741 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:37210]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:37210] 11:43:41.743 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:37210]) recipient=0 11:43:41.743 [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:37210])) size=2097152, max=2097152, packet=32768 11:43:41.743 [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:37210])) re-initializing 11:43:41.744 [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:37210])) size=2097152, max=2097152, packet=32768 11:43:41.744 [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:37210]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 11:43:41.744 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 11:43:41.745 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 11:43:41.746 [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:41383][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 11:43:41.746 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf]) recipient=0 11:43:41.746 [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:41383][netconf])) size=2097152, max=2097152, packet=32768 11:43:41.746 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 11:43:41.746 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) request=subsystem, pending=Sun Dec 01 11:43:41 UTC 2024 11:43:41.752 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 11:43:41.752 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:37210]) process #4 SSH_MSG_CHANNEL_REQUEST 11:43:41.753 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 11:43:41.753 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210])[want-reply=true] subsystem=netconf 11:43:41.761 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 11:43:41.761 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 11:43:41.762 [odl-netconf-client-0] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]}} 11:43:41.762 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210])[subsystem] prepared command 11:43:41.762 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 1 11:43:41.762 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 11:43:41.762 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210]}} established 11:43:41.774 [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]:41383 11:43:41.808 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383] 11:43:41.812 [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: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383] 11:43:41.838 [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:41383][netconf]) by 373 down to 2096779 11:43:41.839 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 11:43:41.845 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:41.845 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383] 11:43:41.847 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383] 11:43:41.993 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210] 11:43:41.994 [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: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210] 11:43:41.995 [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:37210]) by 1101 down to 2096051 11:43:41.996 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 11:43:41.997 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:41.997 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210] 11:43:41.997 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #5 SSH_MSG_CHANNEL_DATA 11:43:41.998 [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:41383][netconf]) by 1101 down to 2096051 11:43:41.998 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=1101 11:43:41.998 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 11:43:42.000 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210] 11:43:42.000 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) request=subsystem result=ReplySuccess, want-reply=true 11:43:42.000 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 11:43:42.000 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) request=subsystem activate command 11:43:42.001 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) starting runner for command=netconf 11:43:42.001 [odl-netconf-client-0] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 11:43:42.004 [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: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 11:43:42.006 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383] 11:43:42.006 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:37210]) process #5 SSH_MSG_CHANNEL_DATA 11:43:42.006 [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:37210]) by 373 down to 2096779 11:43:42.006 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) SSH_MSG_CHANNEL_DATA len=373 11:43:42.006 [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:37210] 11:43:42.006 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 11:43:42.007 [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 11:43:42.007 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.008 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210] 11:43:42.008 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.009 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383] 11:43:42.012 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210] 11:43:42.016 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 11:43:42.016 [odl-netconf-client-0] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} created 11:43:42.016 [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='41383', transport='tcp', sessionIdentifier='client'} from Optional.empty 11:43:42.017 [odl-netconf-client-0] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} should use exi. 11:43:42.019 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 11:43:42.020 [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:41383][netconf]) by 393 down to 2096386 11:43:42.020 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 11:43:42.021 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #6 SSH_MSG_CHANNEL_SUCCESS 11:43:42.021 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) request=subsystem, pending=Sun Dec 01 11:43:41 UTC 2024 11:43:42.021 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) subsystem=netconf, pending since=Sun Dec 01 11:43:41 UTC 2024 11:43:42.023 [netconf-device-simulator-threads-1] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210]} created 11:43:42.023 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210] successful with session NetconfServerSession{sessionId=1, channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210]} 11:43:42.024 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210]} up 11:43:42.025 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:37210]) process #6 SSH_MSG_CHANNEL_DATA 11:43:42.027 [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:37210]) by 393 down to 2096386 11:43:42.027 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) SSH_MSG_CHANNEL_DATA len=393 11:43:42.027 [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:37210] 11:43:42.033 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 11:43:42.037 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.042 [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} 11:43:42.042 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 11:43:42.133 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7f8ab9b after next message 11:43:42.133 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 - R:/127.0.0.1:37210]} EXI handlers added to pipeline 11:43:42.135 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 11:43:42.138 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7f8ab9b 11:43:42.139 [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:37210]) by 179 down to 2095872 11:43:42.139 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 11:43:42.139 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 11:43:42.140 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #7 SSH_MSG_CHANNEL_DATA 11:43:42.140 [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:41383][netconf]) by 179 down to 2095872 11:43:42.140 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=179 11:43:42.140 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 11:43:42.142 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@4f55ec4a 11:43:42.142 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} EXI handlers added to pipeline 11:43:42.142 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383] successful with session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} 11:43:42.143 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} up 11:43:42.143 [odl-netconf-client-0] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} went up 11:43:42.144 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message 11:43:42.181 [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:41383][netconf]) by 431 down to 2095955 11:43:42.181 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=440 11:43:42.182 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:37210]) process #7 SSH_MSG_CHANNEL_DATA 11:43:42.182 [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:37210]) by 431 down to 2095955 11:43:42.182 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) SSH_MSG_CHANNEL_DATA len=431 11:43:42.182 [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:37210] 11:43:42.193 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 11:43:42.194 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.195 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@1005d1f4 11:43:42.238 [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 11:43:42.238 [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 11:43:42.239 [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 11:43:42.239 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 11:43:42.244 [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:37210]) by 873 down to 2094999 11:43:42.244 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=882 11:43:42.245 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="m-0" 11:43:42.245 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #8 SSH_MSG_CHANNEL_DATA 11:43:42.246 [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:41383][netconf]) by 873 down to 2094999 11:43:42.246 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=873 11:43:42.246 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 873 bytes of data 11:43:42.249 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 11:43:42.251 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.251 [odl-netconf-client-0] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 11:43:42.253 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 - R:/127.0.0.1:41383]} terminated, reason: Session closed 11:43:42.256 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) Closing immediately 11:43:42.256 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:37210])[TransportServerSubsystem[netconf]] exiting - value=0, message= 11:43:42.256 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) no EOF sent 11:43:42.256 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) exit code=0, immediate=false 11:43:42.256 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) SSH_MSG_CHANNEL_EOF (state=Opened) 11:43:42.257 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 11:43:42.257 [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:41383][netconf]) 11:43:42.257 [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:41383][netconf]) 11:43:42.257 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) SSH_MSG_CHANNEL_REQUEST exit-status=0 11:43:42.257 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 11:43:42.258 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) Closing gracefully 11:43:42.259 [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:37210]) 11:43:42.259 [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:37210]) 11:43:42.265 [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:37210]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 11:43:42.266 [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:37210]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 11:43:42.266 [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:37210]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 11:43:42.266 [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:37210]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 11:43:42.266 [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:37210])[immediately=false] processing 11:43:42.266 [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:37210])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 11:43:42.266 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:37210]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 11:43:42.267 [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:37210]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 11:43:42.267 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) Closing immediately 11:43:42.267 [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:37210]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 11:43:42.267 [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:37210]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 11:43:42.267 [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:37210])[immediately=true] processing 11:43:42.267 [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:37210]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210] 11:43:42.267 [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@13b74218) signal close complete immediately=true 11:43:42.267 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 11:43:42.267 [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@6b86ea69) signal close complete immediately=true 11:43:42.268 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210])[Immediately] closed 11:43:42.268 [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:37210]) result=null 11:43:42.268 [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@7ee7aac7) signal close complete immediately=false 11:43:42.268 [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@57e99081) signal close complete immediately=false 11:43:42.268 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:37210]) code=0 message='' shell closed 11:43:42.268 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:37210]) Closing immediately 11:43:42.268 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 11:43:42.269 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:37210]]) Closing immediately 11:43:42.269 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:37210]) stopping 11:43:42.269 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:37210]) stopped 11:43:42.269 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:37210]])[Immediately] closed 11:43:42.269 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.s.T.0.0.1:41383] - close(TransportIoSession[local=/127.0.0.1:41383, remote=/127.0.0.1:37210]) Closing immediately 11:43:42.269 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.s.T.0.0.1:41383] - close(TransportIoSession[local=/127.0.0.1:41383, remote=/127.0.0.1:37210])[Immediately] closed 11:43:42.269 [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@2d66d34e) signal close complete immediately=true 11:43:42.269 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:37210])[Immediately] closed 11:43:42.270 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xb4cfc6c6, L:/127.0.0.1:41383 ! R:/127.0.0.1:37210] inactive. 11:43:42.270 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 ! R:/127.0.0.1:37210]} end of input detected while session was in state up 11:43:42.270 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=1, channel=[id: 0xb4cfc6c6, L:/127.0.0.1:41383 ! R:/127.0.0.1:37210]} down, reason: End of input 11:43:42.275 [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:41383][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 11:43:42.276 [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:41383][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 11:43:42.276 [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:41383][netconf]]) Closing immediately 11:43:42.276 [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:41383][netconf]])[Immediately] closed 11:43:42.276 [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:41383][netconf]]) Closing immediately 11:43:42.276 [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:41383][netconf]])[Immediately] closed 11:43:42.276 [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:41383][netconf])[immediately=true] processing 11:43:42.276 [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:41383][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf] 11:43:42.276 [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@7e48ed76) signal close complete immediately=true 11:43:42.276 [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@57d73a90) signal close complete immediately=true 11:43:42.276 [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@2ce0c529) signal close complete immediately=true 11:43:42.276 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383]) Closing immediately 11:43:42.276 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:41383]) type=SshException, signalled=false, first=false: Session is being closed 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]]) Closing immediately 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) stopping 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) stopped 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]])[Immediately] closed 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.t.s.T.0.0.1:37210] - close(TransportIoSession[local=/127.0.0.1:37210, remote=/127.0.0.1:41383]) Closing immediately 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.t.s.T.0.0.1:37210] - close(TransportIoSession[local=/127.0.0.1:37210, remote=/127.0.0.1:41383])[Immediately] closed 11:43:42.277 [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@4bc00cd5) signal close complete immediately=true 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383])[Immediately] closed 11:43:42.277 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf])[Immediately] closed 11:43:42.278 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383])[Immediately] state already Closed 11:43:42.278 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xdeca1ca6, L:/127.0.0.1:37210 ! R:/127.0.0.1:41383] inactive. 11:43:42.278 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xdeca1ca6, L:/127.0.0.1:37210 ! R:/127.0.0.1:41383]} end of input detected while session was in state initialized 11:43:42.363 [odl-netconf-client-2] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} 11:43:42.364 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128]} established 11:43:42.365 [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]:33921 11:43:42.368 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921] 11:43:42.368 [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: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921] 11:43:42.374 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.374 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921] 11:43:42.374 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921] 11:43:42.382 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128] 11:43:42.382 [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: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128] 11:43:42.386 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.386 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128] 11:43:42.386 [odl-netconf-client-2] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 11:43:42.388 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128] 11:43:42.388 [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: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 11:43:42.388 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 373, cap: 2048) frame detected: length 367 11:43:42.388 [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 11:43:42.389 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128] 11:43:42.389 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921] 11:43:42.389 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.389 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.389 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128] 11:43:42.390 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921] 11:43:42.390 [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='33921', transport='tcp', sessionIdentifier='client'} from Optional.empty 11:43:42.390 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 11:43:42.390 [netconf-device-simulator-threads-1] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128]} created 11:43:42.390 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128] successful with session NetconfServerSession{sessionId=1, channel=[id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128]} 11:43:42.390 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128]} up 11:43:42.390 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 11:43:42.390 [odl-netconf-client-2] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} created 11:43:42.390 [odl-netconf-client-2] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} should use exi. 11:43:42.392 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 11:43:42.392 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.393 [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} 11:43:42.393 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 11:43:42.396 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@3ba164d7 after next message 11:43:42.396 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xceca0b74, L:/127.0.0.1:33921 - R:/127.0.0.1:51128]} EXI handlers added to pipeline 11:43:42.396 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 11:43:42.397 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@3ba164d7 11:43:42.397 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 11:43:42.398 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7447a0d2 11:43:42.398 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} EXI handlers added to pipeline 11:43:42.398 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921] successful with session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} 11:43:42.398 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} up 11:43:42.398 [odl-netconf-client-2] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} went up 11:43:42.398 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message 11:43:42.404 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 11:43:42.404 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.405 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@394e9b52 11:43:42.407 [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 11:43:42.408 [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 11:43:42.408 [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 11:43:42.408 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 11:43:42.413 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="m-0" 11:43:42.415 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 11:43:42.417 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.417 [odl-netconf-client-2] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: yang odl-netconf-monitoring NETCONF urn:opendaylight:params:xml:ns:yang:netconf:monitoring 2022-07-18 yang ietf-inet-types NETCONF urn:ietf:params:xml:ns:yang:ietf-inet-types 2013-07-15 yang ietf-netconf-monitoring NETCONF urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring 2010-10-04 yang ietf-yang-types NETCONF urn:ietf:params:xml:ns:yang:ietf-yang-types 2013-07-15 11:43:42.418 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 - R:/127.0.0.1:33921]} terminated, reason: Session closed 11:43:42.418 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x5166fd18, L:/127.0.0.1:51128 ! R:/127.0.0.1:33921] inactive. 11:43:42.418 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0x5166fd18, L:/127.0.0.1:51128 ! R:/127.0.0.1:33921]} end of input detected while session was in state initialized 11:43:42.418 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xceca0b74, L:/127.0.0.1:33921 ! R:/127.0.0.1:51128] inactive. 11:43:42.418 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xceca0b74, L:/127.0.0.1:33921 ! R:/127.0.0.1:51128]} end of input detected while session was in state up 11:43:42.418 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=1, channel=[id: 0xceca0b74, L:/127.0.0.1:33921 ! R:/127.0.0.1:51128]} down, reason: End of input 11:43:42.429 [odl-netconf-client-3] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} 11:43:42.430 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921] 11:43:42.431 [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: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921] 11:43:42.436 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136]} established 11:43:42.436 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.437 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921] 11:43:42.437 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921] 11:43:42.437 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136] 11:43:42.437 [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: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: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136] 11:43:42.442 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.442 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136] 11:43:42.442 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136] 11:43:42.442 [odl-netconf-client-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 11:43:42.442 [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: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 11:43:42.442 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 373, cap: 2048) frame detected: length 367 11:43:42.442 [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 11:43:42.443 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921] 11:43:42.443 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.443 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921] 11:43:42.443 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136] 11:43:42.444 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.444 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136] 11:43:42.444 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 11:43:42.444 [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='33921', transport='tcp', sessionIdentifier='client'} from Optional.empty 11:43:42.444 [odl-netconf-client-3] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} created 11:43:42.444 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 11:43:42.444 [netconf-device-simulator-threads-2] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136]} created 11:43:42.444 [odl-netconf-client-3] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} should use exi. 11:43:42.444 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136] successful with session NetconfServerSession{sessionId=2, channel=[id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136]} 11:43:42.444 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136]} up 11:43:42.446 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 11:43:42.447 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.447 [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} 11:43:42.447 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 11:43:42.448 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@18c41c88 after next message 11:43:42.448 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x105b5564, L:/127.0.0.1:33921 - R:/127.0.0.1:51136]} EXI handlers added to pipeline 11:43:42.448 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 11:43:42.449 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@18c41c88 11:43:42.449 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 11:43:42.450 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@264fcf8 11:43:42.450 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} EXI handlers added to pipeline 11:43:42.450 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921] successful with session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} 11:43:42.450 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} up 11:43:42.450 [odl-netconf-client-3] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} went up 11:43:42.450 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message apache-1 2014-07-29T13:42:00Z 11:43:42.454 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: apache-1 2014-07-29T13:42:00Z 11:43:42.455 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.456 [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@394e9b52 11:43:42.456 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 2014-07-29T13:42:12Z 11:43:42.459 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 2014-07-29T13:42:12Z 11:43:42.459 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.459 [odl-netconf-client-3] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: 2014-07-29T13:42:12Z 11:43:42.460 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 - R:/127.0.0.1:33921]} terminated, reason: Session closed 11:43:42.462 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 11:43:42.465 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x47788df6, L:/127.0.0.1:51136 ! R:/127.0.0.1:33921] inactive. 11:43:42.465 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x47788df6, L:/127.0.0.1:51136 ! R:/127.0.0.1:33921]} end of input detected while session was in state initialized 11:43:42.465 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x105b5564, L:/127.0.0.1:33921 ! R:/127.0.0.1:51136] inactive. 11:43:42.466 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x105b5564, L:/127.0.0.1:33921 ! R:/127.0.0.1:51136]} end of input detected while session was in state up 11:43:42.466 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=2, channel=[id: 0x105b5564, L:/127.0.0.1:33921 ! R:/127.0.0.1:51136]} down, reason: End of input 11:43:42.510 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} 11:43:42.511 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:41844, remote=/127.0.0.1:41383] 11:43:42.511 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:41383]) client methods: [password] 11:43:42.511 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:41383]) no proxy to initialize 11:43:42.511 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:41383]): SSH-2.0-SSHD-UNKNOWN 11:43:42.513 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:41383]) Send SSH_MSG_KEXINIT 11:43:42.513 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:41383]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 11:43:42.515 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844]} 11:43:42.516 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:41844]): SSH-2.0-SSHD-UNKNOWN 11:43:42.520 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:41383]) line='SSH-2.0-SSHD-UNKNOWN' 11:43:42.520 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:41844]) line='SSH-2.0-SSHD-UNKNOWN' 11:43:42.520 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:41383]) Server version string: SSH-2.0-SSHD-UNKNOWN 11:43:42.520 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:41844]) client version string: SSH-2.0-SSHD-UNKNOWN 11:43:42.520 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:41844]) Send SSH_MSG_KEXINIT 11:43:42.520 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41844]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41844]) process #0 SSH_MSG_KEXINIT 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:41844]) SSH_MSG_KEXINIT 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:41844]) strict KEX=true client=true server=true 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: kex algorithms = sntrup761x25519-sha512 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: server host key algorithms = rsa-sha2-512 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 11:43:42.521 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: compression algorithms (client to server) = none 11:43:42.522 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41844]) Kex: compression algorithms (server to client) = none 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #0 SSH_MSG_KEXINIT 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_KEXINIT 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:41383]) strict KEX=true client=true server=true 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: kex algorithms = sntrup761x25519-sha512 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: server host key algorithms = rsa-sha2-512 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: compression algorithms (client to server) = none 11:43:42.523 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: compression algorithms (server to client) = none 11:43:42.526 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 2 11:43:42.628 [odl-netconf-client-4] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:41383]] Send SSH_MSG_KEXDH_INIT 11:43:42.628 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #1 sending command=30[30] len=1195 11:43:42.629 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 11:43:42.629 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41844]) process #1 30 11:43:42.629 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:41844]] process command=SSH_MSG_KEXDH_INIT 11:43:42.651 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:41844]] Send SSH_MSG_KEXDH_REPLY 11:43:42.651 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41844]) packet #1 sending command=31[31] len=1639 11:43:42.651 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:41844])[sntrup761x25519-sha512] KEX processing complete after cmd=30 11:43:42.651 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:41844]) Send SSH_MSG_NEWKEYS 11:43:42.652 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:41844]) session ID=d2:6d:05:3d:3f:01:4a:c7:9b:84:d8:6a:82:bc:74:48:5c:91:07:68:fe:c1:ff:40:1a:19:ad:fb:9d:b3:38:46:3d:82:be:03:b2:23:d8:2b:40:8c:50:f6:73:d7:6f:45:19:14:4e:67:17:15:fd:af:f1:1a:dd:db:42:e5:0c:74 11:43:42.652 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #1 31 11:43:42.652 [odl-netconf-client-4] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:41383]] process command=SSH_MSG_KEXDH_REPLY 11:43:42.653 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41844]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 11:43:42.654 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:41844]): strict KEX resets output message sequence number from 3 to 0 11:43:42.654 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:41844]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@7909d447; mac null; compression none[Deflater/-1]; blocks limit 134217728 11:43:42.654 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:41844])[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 11:43:42.654 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:41844])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 11:43:42.654 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41844]) packet #0 sending command=7[7] len=419 11:43:42.655 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:41844]) No pending packets to flush at end of KEX 11:43:42.683 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:41383]) keyType=ssh-rsa, digest=SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw 11:43:42.683 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:41383])[sntrup761x25519-sha512] KEX processing complete after cmd=31 11:43:42.683 [odl-netconf-client-4] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:41383 presented unverified RSA key: SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw 11:43:42.683 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:41383]) key=ssh-rsa-SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw, verified=true 11:43:42.683 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:41383]) Send SSH_MSG_NEWKEYS 11:43:42.683 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:41383]) session ID=d2:6d:05:3d:3f:01:4a:c7:9b:84:d8:6a:82:bc:74:48:5c:91:07:68:fe:c1:ff:40:1a:19:ad:fb:9d:b3:38:46:3d:82:be:03:b2:23:d8:2b:40:8c:50:f6:73:d7:6f:45:19:14:4e:67:17:15:fd:af:f1:1a:dd:db:42:e5:0c:74 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:41383]): strict KEX resets output message sequence number from 3 to 0 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:41383]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@4977b3a7; mac null; compression none[Deflater/-1]; blocks limit 134217728 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:41383]) No pending packets to flush at end of KEX 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #2 SSH_MSG_NEWKEYS 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:41383]): strict KEX resets input message sequence number from 3 to 0 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:41383]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@21bad953; mac null; compression none[Inflater/-1]; blocks limit 134217728 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:41383]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 11:43:42.684 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 11:43:42.685 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 11:43:42.685 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 11:43:42.685 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 11:43:42.685 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 11:43:42.685 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #0 7 11:43:42.685 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): [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] 11:43:42.686 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): 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] 11:43:42.686 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): 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] 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41844]) process #2 SSH_MSG_NEWKEYS 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:41844]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:41844]): strict KEX resets input message sequence number from 3 to 0 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:41844]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@282407fb; mac null; compression none[Inflater/-1]; blocks limit 134217728 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 2 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41844]) process #0 SSH_MSG_SERVICE_REQUEST 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:41844]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:41844]) authorized authentication methods: password,publickey 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:41844]) Accepted service ssh-userauth 11:43:42.686 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41844]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 11:43:42.687 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41844]) process #1 SSH_MSG_USERAUTH_REQUEST 11:43:42.687 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41844]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 11:43:42.687 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41844]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 11:43:42.687 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41844]) no authentication factory for method=none 11:43:42.687 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:41844]) SSH_MSG_USERAUTH_REQUEST 11:43:42.687 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:41844]) remaining methods: password,publickey 11:43:42.687 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41844]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 11:43:42.687 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #1 SSH_MSG_SERVICE_ACCEPT 11:43:42.687 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 11:43:42.688 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #2 SSH_MSG_USERAUTH_FAILURE 11:43:42.688 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:41383]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 11:43:42.688 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 11:43:42.688 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) attempting method=password 11:43:42.688 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 11:43:42.688 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 11:43:42.688 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) successfully processed initial buffer by method=password 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41844]) process #2 SSH_MSG_USERAUTH_REQUEST 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41844]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41844]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:41844]) authentication result: true 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:41844]) SSH_MSG_USERAUTH_REQUEST 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:41844])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41844]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 2 successful 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 2 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:41844]) no heartbeat to stop 11:43:42.689 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:41844]) heartbeat type=IGNORE, interval=PT30S 11:43:42.690 [netconf-device-simulator-threads-3] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:41844 authenticated 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #3 SSH_MSG_USERAUTH_SUCCESS 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]] session=TransportClientSession[username@/127.0.0.1:41383] id=0 11:43:42.690 [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:41383][netconf])) size=2097152, max=2097152, packet=32768 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf] 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:41383])[netconf] created id=0 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 11:43:42.690 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 11:43:42.691 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 11:43:42.691 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) no heartbeat to stop 11:43:42.691 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:41383]) heartbeat type=IGNORE, interval=PT30S 11:43:42.691 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41844]) process #3 SSH_MSG_CHANNEL_OPEN 11:43:42.691 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41844]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 11:43:42.691 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:41844]] session=TransportServerSession[username@/127.0.0.1:41844] id=0 11:43:42.691 [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:41844])) size=2097152, max=2097152, packet=32768 11:43:42.691 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41844]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:41844] 11:43:42.691 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:41844]) recipient=0 11:43:42.691 [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:41844])) size=2097152, max=2097152, packet=32768 11:43:42.691 [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:41844])) re-initializing 11:43:42.691 [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:41844])) size=2097152, max=2097152, packet=32768 11:43:42.691 [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:41844]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 11:43:42.692 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 11:43:42.692 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 11:43:42.692 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 11:43:42.692 [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:41383][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 11:43:42.692 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf]) recipient=0 11:43:42.692 [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:41383][netconf])) size=2097152, max=2097152, packet=32768 11:43:42.692 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 11:43:42.692 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) request=subsystem, pending=Sun Dec 01 11:43:42 UTC 2024 11:43:42.692 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 11:43:42.693 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41844]) process #4 SSH_MSG_CHANNEL_REQUEST 11:43:42.693 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 11:43:42.693 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 11:43:42.693 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 11:43:42.693 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844])[want-reply=true] subsystem=netconf 11:43:42.693 [odl-netconf-client-4] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]}} 11:43:42.693 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844])[subsystem] prepared command 11:43:42.693 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 2 11:43:42.693 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 2 11:43:42.693 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844]}} established 11:43:42.694 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383] 11:43:42.694 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844] 11:43:42.694 [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: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383] 11:43:42.694 [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 2 on channel [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844] 11:43:42.695 [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:41383][netconf]) by 373 down to 2096779 11:43:42.695 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 11:43:42.696 [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:41844]) by 1101 down to 2096051 11:43:42.696 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 11:43:42.696 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.696 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383] 11:43:42.696 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383] 11:43:42.696 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.696 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844] 11:43:42.696 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844] 11:43:42.696 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) request=subsystem result=ReplySuccess, want-reply=true 11:43:42.696 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 11:43:42.697 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #5 SSH_MSG_CHANNEL_DATA 11:43:42.697 [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:41383][netconf]) by 1101 down to 2096051 11:43:42.697 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=1101 11:43:42.697 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 11:43:42.697 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) request=subsystem activate command 11:43:42.697 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) starting runner for command=netconf 11:43:42.697 [odl-netconf-client-4] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 11:43:42.697 [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: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 11:43:42.697 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41844]) process #5 SSH_MSG_CHANNEL_DATA 11:43:42.697 [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:41844]) by 373 down to 2096779 11:43:42.697 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) SSH_MSG_CHANNEL_DATA len=373 11:43:42.697 [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:41844] 11:43:42.698 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 11:43:42.698 [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 11:43:42.698 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383] 11:43:42.698 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.698 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383] 11:43:42.698 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844] 11:43:42.698 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.698 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844] 11:43:42.698 [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='41383', transport='tcp', sessionIdentifier='client'} from Optional.empty 11:43:42.698 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 11:43:42.698 [netconf-device-simulator-threads-3] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844]} created 11:43:42.699 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 11:43:42.699 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844] successful with session NetconfServerSession{sessionId=2, channel=[id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844]} 11:43:42.699 [odl-netconf-client-4] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} created 11:43:42.699 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844]} up 11:43:42.699 [odl-netconf-client-4] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} should use exi. 11:43:42.699 [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:41383][netconf]) by 393 down to 2096386 11:43:42.699 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 11:43:42.700 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #6 SSH_MSG_CHANNEL_SUCCESS 11:43:42.700 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) request=subsystem, pending=Sun Dec 01 11:43:42 UTC 2024 11:43:42.700 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) subsystem=netconf, pending since=Sun Dec 01 11:43:42 UTC 2024 11:43:42.700 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41844]) process #6 SSH_MSG_CHANNEL_DATA 11:43:42.700 [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:41844]) by 393 down to 2096386 11:43:42.700 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) SSH_MSG_CHANNEL_DATA len=393 11:43:42.700 [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:41844] 11:43:42.701 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 11:43:42.702 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.703 [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} 11:43:42.703 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 11:43:42.703 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@64686ba4 after next message 11:43:42.703 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x1d78696f, L:/127.0.0.1:41383 - R:/127.0.0.1:41844]} EXI handlers added to pipeline 11:43:42.704 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 11:43:42.704 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@64686ba4 11:43:42.705 [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:41844]) by 179 down to 2095872 11:43:42.705 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 11:43:42.705 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 11:43:42.706 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #7 SSH_MSG_CHANNEL_DATA 11:43:42.706 [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:41383][netconf]) by 179 down to 2095872 11:43:42.706 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=179 11:43:42.706 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 11:43:42.707 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@79b6bd5f 11:43:42.707 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} EXI handlers added to pipeline 11:43:42.707 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383] successful with session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} 11:43:42.707 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} up 11:43:42.707 [odl-netconf-client-4] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} went up 11:43:42.707 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message apache-1 2014-07-29T13:42:00Z 11:43:42.710 [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:41383][netconf]) by 447 down to 2095939 11:43:42.710 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=456 11:43:42.710 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41844]) process #7 SSH_MSG_CHANNEL_DATA 11:43:42.710 [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:41844]) by 447 down to 2095939 11:43:42.710 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) SSH_MSG_CHANNEL_DATA len=447 11:43:42.710 [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:41844] 11:43:42.712 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: apache-1 2014-07-29T13:42:00Z 11:43:42.712 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.713 [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@1005d1f4 11:43:42.713 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 2014-07-29T13:42:12Z 11:43:42.715 [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:41844]) by 302 down to 2095570 11:43:42.715 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=311 11:43:42.715 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 11:43:42.715 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #8 SSH_MSG_CHANNEL_DATA 11:43:42.715 [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:41383][netconf]) by 302 down to 2095570 11:43:42.715 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=302 11:43:42.715 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 302 bytes of data 11:43:42.717 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 2014-07-29T13:42:12Z 11:43:42.717 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.717 [odl-netconf-client-4] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: 2014-07-29T13:42:12Z 11:43:42.717 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 - R:/127.0.0.1:41383]} terminated, reason: Session closed 11:43:42.719 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) Closing immediately 11:43:42.719 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) no EOF sent 11:43:42.719 [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:41383][netconf]) 11:43:42.719 [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:41383][netconf]) 11:43:42.719 [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:41383][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 11:43:42.719 [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:41383][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 11:43:42.719 [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:41383][netconf]]) Closing immediately 11:43:42.719 [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:41383][netconf]])[Immediately] closed 11:43:42.719 [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:41383][netconf]]) Closing immediately 11:43:42.719 [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:41383][netconf]])[Immediately] closed 11:43:42.719 [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:41383][netconf])[immediately=true] processing 11:43:42.720 [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:41383][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf] 11:43:42.720 [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@5c5fafd5) signal close complete immediately=true 11:43:42.720 [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@4c8e6d99) signal close complete immediately=true 11:43:42.720 [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@7be680db) signal close complete immediately=true 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383]) Closing immediately 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:41383]) type=SshException, signalled=false, first=false: Session is being closed 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]]) Closing immediately 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) stopping 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) stopped 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]])[Immediately] closed 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.t.s.T.0.0.1:41844] - close(TransportIoSession[local=/127.0.0.1:41844, remote=/127.0.0.1:41383]) Closing immediately 11:43:42.720 [odl-netconf-client-4] DEBUG o.o.n.t.s.T.0.0.1:41844] - close(TransportIoSession[local=/127.0.0.1:41844, remote=/127.0.0.1:41383])[Immediately] closed 11:43:42.720 [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@166262f5) signal close complete immediately=true 11:43:42.722 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383])[Immediately] closed 11:43:42.722 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf])[Immediately] closed 11:43:42.723 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383])[Immediately] state already Closed 11:43:42.722 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:41844])[TransportServerSubsystem[netconf]] exiting - value=0, message= 11:43:42.723 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x77c3b4c2, L:/127.0.0.1:41844 ! R:/127.0.0.1:41383] inactive. 11:43:42.723 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) exit code=0, immediate=false 11:43:42.723 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) SSH_MSG_CHANNEL_EOF (state=Opened) 11:43:42.723 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 11:43:42.723 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x77c3b4c2, L:/127.0.0.1:41844 ! R:/127.0.0.1:41383]} end of input detected while session was in state initialized 11:43:42.724 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) SSH_MSG_CHANNEL_REQUEST exit-status=0 11:43:42.724 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 11:43:42.724 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) Closing gracefully 11:43:42.724 [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:41844]) 11:43:42.724 [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:41844]) 11:43:42.725 [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:41844]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 11:43:42.725 [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:41844]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 11:43:42.725 [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:41844]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 11:43:42.725 [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:41844]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 11:43:42.725 [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:41844])[immediately=false] processing 11:43:42.725 [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:41844])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 11:43:42.725 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41844]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 11:43:42.725 [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:41844]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 11:43:42.725 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) Closing immediately 11:43:42.725 [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:41844]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 11:43:42.725 [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:41844]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 11:43:42.725 [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:41844])[immediately=true] processing 11:43:42.726 [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:41844]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844] 11:43:42.726 [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@5f9df37b) signal close complete immediately=true 11:43:42.726 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 11:43:42.726 [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@47fa02d1) signal close complete immediately=true 11:43:42.726 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844])[Immediately] closed 11:43:42.726 [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:41844]) result=null 11:43:42.726 [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@32daa12f) signal close complete immediately=false 11:43:42.726 [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@2e2b49fd) signal close complete immediately=false 11:43:42.726 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41844]) code=0 message='' shell closed 11:43:42.726 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:41844]) Closing immediately 11:43:42.728 [odl-netconf-client-6] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} 11:43:42.729 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142]} established 11:43:42.729 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 2 closed 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41844]]) Closing immediately 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:41844]) stopping 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:41844]) stopped 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41844]])[Immediately] closed 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.s.T.0.0.1:41383] - close(TransportIoSession[local=/127.0.0.1:41383, remote=/127.0.0.1:41844]) Closing immediately 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.s.T.0.0.1:41383] - close(TransportIoSession[local=/127.0.0.1:41383, remote=/127.0.0.1:41844])[Immediately] closed 11:43:42.730 [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@1e1d6168) signal close complete immediately=true 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:41844])[Immediately] closed 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x1d78696f, L:/127.0.0.1:41383 ! R:/127.0.0.1:41844] inactive. 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x1d78696f, L:/127.0.0.1:41383 ! R:/127.0.0.1:41844]} end of input detected while session was in state up 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=2, channel=[id: 0x1d78696f, L:/127.0.0.1:41383 ! R:/127.0.0.1:41844]} down, reason: End of input 11:43:42.730 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921] 11:43:42.730 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142] 11:43:42.730 [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: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921] 11:43:42.730 [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 3 on channel [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142] 11:43:42.732 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.732 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921] 11:43:42.732 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921] 11:43:42.732 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.732 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142] 11:43:42.732 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142] 11:43:42.732 [odl-netconf-client-6] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 11:43:42.733 [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: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 11:43:42.733 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 373, cap: 2048) frame detected: length 367 11:43:42.733 [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 11:43:42.733 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921] 11:43:42.733 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.733 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921] 11:43:42.734 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142] 11:43:42.734 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.734 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142] 11:43:42.734 [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='33921', transport='tcp', sessionIdentifier='client'} from Optional.empty 11:43:42.734 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 11:43:42.734 [netconf-device-simulator-threads-3] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=3, channel=[id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142]} created 11:43:42.734 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142] successful with session NetconfServerSession{sessionId=3, channel=[id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142]} 11:43:42.734 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 11:43:42.734 [odl-netconf-client-6] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} created 11:43:42.734 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142]} up 11:43:42.734 [odl-netconf-client-6] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} should use exi. 11:43:42.735 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 11:43:42.736 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.737 [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} 11:43:42.737 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 11:43:42.738 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7c7792ef after next message 11:43:42.738 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=3, channel=[id: 0xea631eff, L:/127.0.0.1:33921 - R:/127.0.0.1:51142]} EXI handlers added to pipeline 11:43:42.738 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 11:43:42.739 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7c7792ef 11:43:42.739 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 11:43:42.740 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@5da97394 11:43:42.740 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} EXI handlers added to pipeline 11:43:42.740 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921] successful with session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} 11:43:42.740 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} up 11:43:42.740 [odl-netconf-client-6] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} went up 11:43:42.740 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message example-fw-2.3 11:43:42.744 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: example-fw-2.3 11:43:42.745 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.745 [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@394e9b52 11:43:42.745 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message The image example-fw-2.3 is being installed. 11:43:42.747 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 11:43:42.748 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: The image example-fw-2.3 is being installed. 11:43:42.749 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.749 [odl-netconf-client-6] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: The image example-fw-2.3 is being installed. 11:43:42.749 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 - R:/127.0.0.1:33921]} terminated, reason: Session closed 11:43:42.751 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x7019b70a, L:/127.0.0.1:51142 ! R:/127.0.0.1:33921] inactive. 11:43:42.751 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x7019b70a, L:/127.0.0.1:51142 ! R:/127.0.0.1:33921]} end of input detected while session was in state initialized 11:43:42.751 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xea631eff, L:/127.0.0.1:33921 ! R:/127.0.0.1:51142] inactive. 11:43:42.751 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0xea631eff, L:/127.0.0.1:33921 ! R:/127.0.0.1:51142]} end of input detected while session was in state up 11:43:42.751 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=3, channel=[id: 0xea631eff, L:/127.0.0.1:33921 ! R:/127.0.0.1:51142]} down, reason: End of input 11:43:42.758 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} 11:43:42.759 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:41850, remote=/127.0.0.1:41383] 11:43:42.759 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:41383]) client methods: [password] 11:43:42.759 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:41383]) no proxy to initialize 11:43:42.759 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:41383]): SSH-2.0-SSHD-UNKNOWN 11:43:42.760 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:41383]) Send SSH_MSG_KEXINIT 11:43:42.760 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:41383]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 11:43:42.760 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850]} 11:43:42.761 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:41850]): SSH-2.0-SSHD-UNKNOWN 11:43:42.762 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:41383]) line='SSH-2.0-SSHD-UNKNOWN' 11:43:42.762 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:41383]) Server version string: SSH-2.0-SSHD-UNKNOWN 11:43:42.762 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:41850]) line='SSH-2.0-SSHD-UNKNOWN' 11:43:42.762 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:41850]) client version string: SSH-2.0-SSHD-UNKNOWN 11:43:42.762 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:41850]) Send SSH_MSG_KEXINIT 11:43:42.762 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41850]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41850]) process #0 SSH_MSG_KEXINIT 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #0 SSH_MSG_KEXINIT 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:41850]) SSH_MSG_KEXINIT 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_KEXINIT 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:41383]) strict KEX=true client=true server=true 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:41850]) strict KEX=true client=true server=true 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: kex algorithms = sntrup761x25519-sha512 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: kex algorithms = sntrup761x25519-sha512 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: server host key algorithms = rsa-sha2-512 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: server host key algorithms = rsa-sha2-512 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: compression algorithms (client to server) = none 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 11:43:42.763 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:41383]) Kex: compression algorithms (server to client) = none 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 11:43:42.763 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: compression algorithms (client to server) = none 11:43:42.764 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:41850]) Kex: compression algorithms (server to client) = none 11:43:42.768 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 3 11:43:42.884 [odl-netconf-client-7] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:41383]] Send SSH_MSG_KEXDH_INIT 11:43:42.884 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #1 sending command=30[30] len=1195 11:43:42.884 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 11:43:42.886 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41850]) process #1 30 11:43:42.886 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:41850]] process command=SSH_MSG_KEXDH_INIT 11:43:42.900 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:41850]] Send SSH_MSG_KEXDH_REPLY 11:43:42.901 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41850]) packet #1 sending command=31[31] len=1639 11:43:42.902 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #1 31 11:43:42.902 [odl-netconf-client-7] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:41383]] process command=SSH_MSG_KEXDH_REPLY 11:43:42.903 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:41850])[sntrup761x25519-sha512] KEX processing complete after cmd=30 11:43:42.904 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:41850]) Send SSH_MSG_NEWKEYS 11:43:42.905 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:41850]) session ID=5f:7a:18:2b:80:6f:92:01:3a:d9:af:a7:7a:a2:52:bc:ef:ae:40:30:62:b3:9d:e7:a5:f7:72:5c:dd:99:b6:41:53:f9:ee:ea:a7:90:1c:9f:83:f3:b9:a8:f9:9e:2b:91:43:33:71:72:ba:06:c9:b9:ae:1c:ac:6b:51:dc:7a:a3 11:43:42.905 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41850]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 11:43:42.907 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:41850]): strict KEX resets output message sequence number from 3 to 0 11:43:42.907 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:41850]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@7c92c6f7; mac null; compression none[Deflater/-1]; blocks limit 134217728 11:43:42.908 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:41850])[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 11:43:42.908 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:41850])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 11:43:42.908 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41850]) packet #0 sending command=7[7] len=419 11:43:42.909 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:41850]) No pending packets to flush at end of KEX 11:43:42.933 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:41383]) keyType=ssh-rsa, digest=SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw 11:43:42.933 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:41383])[sntrup761x25519-sha512] KEX processing complete after cmd=31 11:43:42.933 [odl-netconf-client-7] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:41383 presented unverified RSA key: SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw 11:43:42.934 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:41383]) key=ssh-rsa-SHA256:TkuiUZURvlP9zWUwFLYIwgJDnpeY303GFDdFnoxryWw, verified=true 11:43:42.934 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:41383]) Send SSH_MSG_NEWKEYS 11:43:42.934 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:41383]) session ID=5f:7a:18:2b:80:6f:92:01:3a:d9:af:a7:7a:a2:52:bc:ef:ae:40:30:62:b3:9d:e7:a5:f7:72:5c:dd:99:b6:41:53:f9:ee:ea:a7:90:1c:9f:83:f3:b9:a8:f9:9e:2b:91:43:33:71:72:ba:06:c9:b9:ae:1c:ac:6b:51:dc:7a:a3 11:43:42.934 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 11:43:42.934 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:41383]): strict KEX resets output message sequence number from 3 to 0 11:43:42.934 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:41383]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@2dc07af0; mac null; compression none[Deflater/-1]; blocks limit 134217728 11:43:42.934 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:41383]) No pending packets to flush at end of KEX 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #2 SSH_MSG_NEWKEYS 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:41383]): strict KEX resets input message sequence number from 3 to 0 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:41383]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@45a82a73; mac null; compression none[Inflater/-1]; blocks limit 134217728 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:41383]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #0 7 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): [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] 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): 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] 11:43:42.935 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:41383]): 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] 11:43:42.936 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41850]) process #2 SSH_MSG_NEWKEYS 11:43:42.936 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:41850]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 11:43:42.936 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:41850]): strict KEX resets input message sequence number from 3 to 0 11:43:42.936 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:41850]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@2dba965c; mac null; compression none[Inflater/-1]; blocks limit 134217728 11:43:42.936 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 3 11:43:42.936 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41850]) process #0 SSH_MSG_SERVICE_REQUEST 11:43:42.937 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:41850]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 11:43:42.937 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:41850]) authorized authentication methods: password,publickey 11:43:42.937 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:41850]) Accepted service ssh-userauth 11:43:42.937 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41850]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 11:43:42.938 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #1 SSH_MSG_SERVICE_ACCEPT 11:43:42.938 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41850]) process #1 SSH_MSG_USERAUTH_REQUEST 11:43:42.938 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 11:43:42.938 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41850]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 11:43:42.938 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41850]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 11:43:42.938 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41850]) no authentication factory for method=none 11:43:42.938 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:41850]) SSH_MSG_USERAUTH_REQUEST 11:43:42.938 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:41850]) remaining methods: password,publickey 11:43:42.938 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41850]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 11:43:42.939 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #2 SSH_MSG_USERAUTH_FAILURE 11:43:42.939 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:41383]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 11:43:42.939 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 11:43:42.939 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) attempting method=password 11:43:42.939 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 11:43:42.939 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 11:43:42.939 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:41383]) successfully processed initial buffer by method=password 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:41850]) process #2 SSH_MSG_USERAUTH_REQUEST 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41850]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:41850]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:41850]) authentication result: true 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:41850]) SSH_MSG_USERAUTH_REQUEST 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:41850])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:41850]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 3 successful 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 3 11:43:42.940 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:41850]) no heartbeat to stop 11:43:42.941 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:41850]) heartbeat type=IGNORE, interval=PT30S 11:43:42.941 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #3 SSH_MSG_USERAUTH_SUCCESS 11:43:42.941 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:41383]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 11:43:42.941 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:41383])[ssh-connection] 11:43:42.941 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 11:43:42.941 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 11:43:42.941 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]] session=TransportClientSession[username@/127.0.0.1:41383] id=0 11:43:42.942 [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:41383][netconf])) size=2097152, max=2097152, packet=32768 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf] 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:41383])[netconf] created id=0 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) no heartbeat to stop 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:41383]) heartbeat type=IGNORE, interval=PT30S 11:43:42.942 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 11:43:42.942 [netconf-device-simulator-threads-5] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:41850 authenticated 11:43:42.943 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41850]) process #3 SSH_MSG_CHANNEL_OPEN 11:43:42.943 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41850]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 11:43:42.943 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:41850]] session=TransportServerSession[username@/127.0.0.1:41850] id=0 11:43:42.943 [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:41850])) size=2097152, max=2097152, packet=32768 11:43:42.943 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41850]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:41850] 11:43:42.943 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:41850]) recipient=0 11:43:42.943 [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:41850])) size=2097152, max=2097152, packet=32768 11:43:42.943 [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:41850])) re-initializing 11:43:42.943 [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:41850])) size=2097152, max=2097152, packet=32768 11:43:42.944 [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:41850]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 11:43:42.944 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 11:43:42.944 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 11:43:42.945 [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:41383][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 11:43:42.945 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:41383][netconf]) recipient=0 11:43:42.945 [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:41383][netconf])) size=2097152, max=2097152, packet=32768 11:43:42.945 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 11:43:42.945 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) request=subsystem, pending=Sun Dec 01 11:43:42 UTC 2024 11:43:42.945 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 11:43:42.945 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 11:43:42.945 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 11:43:42.945 [odl-netconf-client-7] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]}} 11:43:42.945 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41850]) process #4 SSH_MSG_CHANNEL_REQUEST 11:43:42.945 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 11:43:42.945 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850])[want-reply=true] subsystem=netconf 11:43:42.946 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850])[subsystem] prepared command 11:43:42.946 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 3 11:43:42.946 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 3 11:43:42.946 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850]}} established 11:43:42.946 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383] 11:43:42.946 [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: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383] 11:43:42.947 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850] 11:43:42.948 [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:41383][netconf]) by 373 down to 2096779 11:43:42.948 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 11:43:42.949 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.949 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383] 11:43:42.949 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383] 11:43:42.947 [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: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: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850] 11:43:42.950 [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:41850]) by 1101 down to 2096051 11:43:42.951 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 11:43:42.951 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@54ae18f2 11:43:42.951 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850] 11:43:42.951 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850] 11:43:42.951 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) request=subsystem result=ReplySuccess, want-reply=true 11:43:42.951 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 11:43:42.952 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) request=subsystem activate command 11:43:42.952 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) starting runner for command=netconf 11:43:42.952 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #5 SSH_MSG_CHANNEL_DATA 11:43:42.952 [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:41383][netconf]) by 1101 down to 2096051 11:43:42.952 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=1101 11:43:42.952 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 11:43:42.952 [odl-netconf-client-7] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 11:43:42.953 [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: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 11:43:42.954 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383] 11:43:42.954 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.954 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383] 11:43:42.954 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 11:43:42.954 [odl-netconf-client-7] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} created 11:43:42.955 [odl-netconf-client-7] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} should use exi. 11:43:42.955 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #6 SSH_MSG_CHANNEL_SUCCESS 11:43:42.955 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) request=subsystem, pending=Sun Dec 01 11:43:42 UTC 2024 11:43:42.955 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) subsystem=netconf, pending since=Sun Dec 01 11:43:42 UTC 2024 11:43:42.956 [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:41383][netconf]) by 393 down to 2096386 11:43:42.956 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 11:43:42.957 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41850]) process #5 SSH_MSG_CHANNEL_DATA 11:43:42.957 [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:41850]) by 373 down to 2096779 11:43:42.957 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) SSH_MSG_CHANNEL_DATA len=373 11:43:42.957 [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:41850] 11:43:42.957 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 11:43:42.957 [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 11:43:42.958 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850] 11:43:42.958 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 11:43:42.959 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850] 11:43:42.959 [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='41383', transport='tcp', sessionIdentifier='client'} from Optional.empty 11:43:42.959 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 11:43:42.959 [netconf-device-simulator-threads-5] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850]} created 11:43:42.959 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850] successful with session NetconfServerSession{sessionId=3, channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850]} 11:43:42.959 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850]} up 11:43:42.959 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41850]) process #6 SSH_MSG_CHANNEL_DATA 11:43:42.959 [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:41850]) by 393 down to 2096386 11:43:42.959 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) SSH_MSG_CHANNEL_DATA len=393 11:43:42.959 [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:41850] 11:43:42.960 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 11:43:42.961 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.961 [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} 11:43:42.962 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 11:43:42.962 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@36fc7d15 after next message 11:43:42.962 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 - R:/127.0.0.1:41850]} EXI handlers added to pipeline 11:43:42.962 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 11:43:42.963 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@36fc7d15 11:43:42.963 [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:41850]) by 179 down to 2095872 11:43:42.963 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 11:43:42.964 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 11:43:42.964 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #7 SSH_MSG_CHANNEL_DATA 11:43:42.964 [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:41383][netconf]) by 179 down to 2095872 11:43:42.964 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=179 11:43:42.964 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 11:43:42.965 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@209a213f 11:43:42.965 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} EXI handlers added to pipeline 11:43:42.965 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383] successful with session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} 11:43:42.965 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} up 11:43:42.965 [odl-netconf-client-7] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} went up 11:43:42.965 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message example-fw-2.3 11:43:42.967 [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:41383][netconf]) by 311 down to 2096075 11:43:42.968 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:41383]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=320 11:43:42.968 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:41850]) process #7 SSH_MSG_CHANNEL_DATA 11:43:42.968 [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:41850]) by 311 down to 2096075 11:43:42.968 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) SSH_MSG_CHANNEL_DATA len=311 11:43:42.968 [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:41850] 11:43:42.970 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: example-fw-2.3 11:43:42.971 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.971 [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@1005d1f4 11:43:42.972 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message The image example-fw-2.3 is being installed. 11:43:42.974 [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:41850]) by 319 down to 2095553 11:43:42.974 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=328 11:43:42.974 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 11:43:42.974 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:41383]) process #8 SSH_MSG_CHANNEL_DATA 11:43:42.974 [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:41383][netconf]) by 319 down to 2095553 11:43:42.974 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) SSH_MSG_CHANNEL_DATA len=319 11:43:42.974 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 319 bytes of data 11:43:42.976 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: The image example-fw-2.3 is being installed. 11:43:42.976 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 11:43:42.976 [odl-netconf-client-7] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: The image example-fw-2.3 is being installed. 11:43:42.977 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 - R:/127.0.0.1:41383]} terminated, reason: Session closed 11:43:42.977 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) Closing immediately 11:43:42.977 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf]) no EOF sent 11:43:42.977 [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:41383][netconf]) 11:43:42.977 [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:41383][netconf]) 11:43:42.978 [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:41383][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 11:43:42.978 [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:41383][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 11:43:42.978 [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:41383][netconf]]) Closing immediately 11:43:42.978 [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:41383][netconf]])[Immediately] closed 11:43:42.978 [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:41383][netconf]]) Closing immediately 11:43:42.978 [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:41383][netconf]])[Immediately] closed 11:43:42.978 [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:41383][netconf])[immediately=true] processing 11:43:42.978 [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:41383][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf] 11:43:42.978 [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@83d3ebf) signal close complete immediately=true 11:43:42.978 [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@661e77c) signal close complete immediately=true 11:43:42.978 [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@2b6d3cd1) signal close complete immediately=true 11:43:42.978 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383]) Closing immediately 11:43:42.978 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:41850])[TransportServerSubsystem[netconf]] exiting - value=0, message= 11:43:42.978 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:41383]) type=SshException, signalled=false, first=false: Session is being closed 11:43:42.978 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) exit code=0, immediate=false 11:43:42.978 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) SSH_MSG_CHANNEL_EOF (state=Opened) 11:43:42.978 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 11:43:42.979 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) SSH_MSG_CHANNEL_REQUEST exit-status=0 11:43:42.979 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 11:43:42.978 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]]) Closing immediately 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) stopping 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:41383]) stopped 11:43:42.979 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) Closing gracefully 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:41383]])[Immediately] closed 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.t.s.T.0.0.1:41850] - close(TransportIoSession[local=/127.0.0.1:41850, remote=/127.0.0.1:41383]) Closing immediately 11:43:42.979 [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:41850]) 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.t.s.T.0.0.1:41850] - close(TransportIoSession[local=/127.0.0.1:41850, remote=/127.0.0.1:41383])[Immediately] closed 11:43:42.979 [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@29ebd6a5) signal close complete immediately=true 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383])[Immediately] closed 11:43:42.979 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:41383][netconf])[Immediately] closed 11:43:42.980 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:41383])[Immediately] state already Closed 11:43:42.980 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x2fd17fce, L:/127.0.0.1:41850 ! R:/127.0.0.1:41383] inactive. 11:43:42.980 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x2fd17fce, L:/127.0.0.1:41850 ! R:/127.0.0.1:41383]} end of input detected while session was in state initialized 11:43:42.979 [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:41850]) 11:43:42.981 [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:41850]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 11:43:42.981 [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:41850]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 11:43:42.981 [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:41850]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 11:43:42.981 [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:41850]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 11:43:42.981 [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:41850])[immediately=false] processing 11:43:42.981 [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:41850])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 11:43:42.981 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:41850]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 11:43:42.982 [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:41850]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 11:43:42.982 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) Closing immediately 11:43:42.984 [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:41850]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 11:43:42.984 [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:41850]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 11:43:42.984 [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:41850])[immediately=true] processing 11:43:42.984 [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:41850]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850] 11:43:42.984 [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@6f714fa7) signal close complete immediately=true 11:43:42.984 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 11:43:42.984 [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@448353f6) signal close complete immediately=true 11:43:42.984 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850])[Immediately] closed 11:43:42.984 [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:41850]) result=null 11:43:42.984 [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@ec49211) signal close complete immediately=false 11:43:42.985 [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@405b59f9) signal close complete immediately=false 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:41850]) code=0 message='' shell closed 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:41850]) Closing immediately 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 3 closed 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41850]]) Closing immediately 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:41850]) stopping 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:41850]) stopped 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:41850]])[Immediately] closed 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.s.T.0.0.1:41383] - close(TransportIoSession[local=/127.0.0.1:41383, remote=/127.0.0.1:41850]) Closing immediately 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.s.T.0.0.1:41383] - close(TransportIoSession[local=/127.0.0.1:41383, remote=/127.0.0.1:41850])[Immediately] closed 11:43:42.985 [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@25b22a22) signal close complete immediately=true 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:41850])[Immediately] closed 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x807e5f6e, L:/127.0.0.1:41383 ! R:/127.0.0.1:41850] inactive. 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 ! R:/127.0.0.1:41850]} end of input detected while session was in state up 11:43:42.985 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=3, channel=[id: 0x807e5f6e, L:/127.0.0.1:41383 ! R:/127.0.0.1:41850]} down, reason: End of input 11:43:42.993 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer stopped