SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@649725e3] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@3c0fae6c] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@649725e3] 07:21:53.591 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework 07:21:53.598 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 07:21:53.598 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 07:21:53.606 [main] DEBUG i.n.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@61f80d55 07:21:53.654 [main] DEBUG i.n.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false 07:21:53.655 [main] DEBUG i.n.util.internal.PlatformDependent0 - Java version: 21 07:21:53.656 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 07:21:53.657 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe base methods: all available 07:21:53.658 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.storeFence: available 07:21:53.658 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available 07:21:53.659 [main] DEBUG i.n.util.internal.PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 07:21:53.660 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true 07:21:53.661 [main] DEBUG i.n.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @471a9022 07:21:53.662 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 07:21:53.662 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available 07:21:53.662 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 07:21:53.662 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 07:21:53.664 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 07:21:53.665 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 07:21:53.666 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 07:21:53.666 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false 07:21:53.669 [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) 07:21:53.699 [main] DEBUG i.n.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 07:21:53.704 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 07:21:53.726 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 07:21:53.726 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.deleteLibAfterLoading: true 07:21:53.726 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.tryPatchShadedId: true 07:21:53.726 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.native.detectNativeLibraryDuplicates: true 07:21:53.743 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 07:21:53.755 [main] DEBUG i.n.u.concurrent.GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 07:21:53.763 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 07:21:53.763 [main] DEBUG i.n.u.i.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 07:21:53.771 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false 07:21:53.771 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 07:21:53.796 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 44699 (auto-detected) 07:21:53.800 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false 07:21:53.801 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false 07:21:53.803 [main] DEBUG i.netty.util.NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 07:21:53.804 [main] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 4096 07:21:53.805 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 02:42:26:ff:fe:d8:03:69 (auto-detected) 07:21:53.862 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8 07:21:53.862 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8 07:21:53.862 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 07:21:53.863 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 07:21:53.878 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 07:21:53.878 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 07:21:53.879 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 07:21:55.900 [main] INFO o.o.n.t.spi.NettyTransportSupport - Netty transport backed by java.nio 07:21:55.957 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 07:21:55.958 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, TCP simulated devices starting on port 0 07:21:56.487 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Custom module loading skipped. 07:21:56.526 [main] INFO o.o.y.y.p.r.SharedEffectiveModelContextFactory - Using weak references 07:21:56.526 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Starting assembly of 4 sources 07:21:56.781 [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=[]]} 07:21:56.803 [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] 07:21:56.803 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-yang-types@2013-07-15] 07:21:56.804 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-inet-types@2013-07-15] 07:21:56.804 [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] 07:21:56.804 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] 07:21:56.804 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [odl-netconf-monitoring@2022-07-18] 07:21:56.844 [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 07:21:56.845 [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 07:21:56.845 [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 07:21:56.845 [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 07:21:56.845 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE started 07:21:56.880 [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 07:21:56.881 [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 07:21:56.881 [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 07:21:56.882 [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 07:21:56.882 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE finished 07:21:56.882 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_LINKAGE 07:21:56.882 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_LINKAGE 07:21:56.882 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_LINKAGE 07:21:56.882 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_LINKAGE 07:21:56.882 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE started 07:21:56.887 [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} 07:21:56.889 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_LINKAGE 07:21:56.889 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_LINKAGE 07:21:56.889 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_LINKAGE 07:21:56.889 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_LINKAGE 07:21:56.889 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE finished 07:21:56.889 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase STATEMENT_DEFINITION 07:21:56.890 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase STATEMENT_DEFINITION 07:21:56.890 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase STATEMENT_DEFINITION 07:21:56.890 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase STATEMENT_DEFINITION 07:21:56.890 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION started 07:21:56.915 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase STATEMENT_DEFINITION 07:21:56.916 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase STATEMENT_DEFINITION 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase STATEMENT_DEFINITION 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase STATEMENT_DEFINITION 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION finished 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase FULL_DECLARATION 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase FULL_DECLARATION 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase FULL_DECLARATION 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase FULL_DECLARATION 07:21:56.917 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION started 07:21:56.953 [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 07:21:56.953 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase FULL_DECLARATION 07:21:56.954 [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 07:21:56.955 [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 07:21:56.955 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase FULL_DECLARATION 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase FULL_DECLARATION 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase FULL_DECLARATION 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION finished 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase EFFECTIVE_MODEL 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase EFFECTIVE_MODEL 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase EFFECTIVE_MODEL 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase EFFECTIVE_MODEL 07:21:56.956 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL started 07:21:56.957 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase EFFECTIVE_MODEL 07:21:56.966 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase EFFECTIVE_MODEL 07:21:56.966 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase EFFECTIVE_MODEL 07:21:56.966 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase EFFECTIVE_MODEL 07:21:56.966 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL finished 07:21:57.107 [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} 07:21:57.110 [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} 07:21:57.115 [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} 07:21:57.116 [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} 07:21:57.131 [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} 07:21:57.131 [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} 07:21:57.131 [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} 07:21:57.131 [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} 07:21:57.131 [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} 07:21:57.135 [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} 07:21:57.135 [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} 07:21:57.135 [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} 07:21:57.135 [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} 07:21:57.152 [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} 07:21:57.152 [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} 07:21:57.152 [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} 07:21:57.152 [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} 07:21:57.152 [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} 07:21:57.152 [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} 07:21:57.175 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Finished assembly of 4 sources in 648.7 ms 07:21:57.209 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using OperationsProvider. 07:21:57.215 [main] DEBUG o.o.n.n.NetconfSessionNegotiator - Default maximum incoming NETCONF chunk size is 16777216 bytes 07:21:57.220 [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 07:21:57.221 [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 07:21:57.222 [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 07:21:57.223 [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 07:21:57.227 [main] DEBUG o.o.n.t.tool.NetconfDeviceSimulator - Ports: [32831] 07:21:57.262 [main] DEBUG i.n.b.ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 07:21:57.272 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 32831 to 32831 07:21:57.272 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer started 07:21:57.273 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 0 07:21:57.277 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Custom module loading skipped. 07:21:57.277 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Starting assembly of 4 sources 07:21:57.318 [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=[]]} 07:21:57.319 [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] 07:21:57.319 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-yang-types@2013-07-15] 07:21:57.320 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-inet-types@2013-07-15] 07:21:57.320 [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] 07:21:57.320 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [ietf-netconf-monitoring@2010-10-04] 07:21:57.320 [main] DEBUG o.o.y.y.p.repo.DependencyResolver - Resolved source SourceIdentifier [odl-netconf-monitoring@2022-07-18] 07:21:57.323 [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 07:21:57.323 [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 07:21:57.323 [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 07:21:57.323 [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 07:21:57.323 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE started 07:21:57.325 [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 07:21:57.325 [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 07:21:57.325 [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 07:21:57.325 [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 07:21:57.325 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_PRE_LINKAGE finished 07:21:57.325 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase SOURCE_LINKAGE 07:21:57.325 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase SOURCE_LINKAGE 07:21:57.325 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase SOURCE_LINKAGE 07:21:57.325 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase SOURCE_LINKAGE 07:21:57.325 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE started 07:21:57.326 [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} 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase SOURCE_LINKAGE 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase SOURCE_LINKAGE 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase SOURCE_LINKAGE 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase SOURCE_LINKAGE 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase SOURCE_LINKAGE finished 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase STATEMENT_DEFINITION 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase STATEMENT_DEFINITION 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase STATEMENT_DEFINITION 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase STATEMENT_DEFINITION 07:21:57.327 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION started 07:21:57.336 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase STATEMENT_DEFINITION 07:21:57.336 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase STATEMENT_DEFINITION 07:21:57.336 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase STATEMENT_DEFINITION 07:21:57.336 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase STATEMENT_DEFINITION 07:21:57.336 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase STATEMENT_DEFINITION finished 07:21:57.337 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase FULL_DECLARATION 07:21:57.337 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase FULL_DECLARATION 07:21:57.337 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase FULL_DECLARATION 07:21:57.337 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase FULL_DECLARATION 07:21:57.337 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION started 07:21:57.349 [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 07:21:57.349 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase FULL_DECLARATION 07:21:57.349 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase FULL_DECLARATION 07:21:57.350 [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 07:21:57.350 [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 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase FULL_DECLARATION 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase FULL_DECLARATION 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase FULL_DECLARATION finished 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} started phase EFFECTIVE_MODEL 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} started phase EFFECTIVE_MODEL 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} started phase EFFECTIVE_MODEL 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} started phase EFFECTIVE_MODEL 07:21:57.350 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL started 07:21:57.351 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-yang-types@2013-07-15]} finished phase EFFECTIVE_MODEL 07:21:57.352 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [odl-netconf-monitoring@2022-07-18]} finished phase EFFECTIVE_MODEL 07:21:57.352 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-inet-types@2013-07-15]} finished phase EFFECTIVE_MODEL 07:21:57.352 [main] DEBUG o.o.y.y.p.s.r.SourceSpecificContext - Source YangStatementStreamSource{identifier=SourceIdentifier [ietf-netconf-monitoring@2010-10-04]} finished phase EFFECTIVE_MODEL 07:21:57.353 [main] DEBUG o.o.y.y.p.s.r.BuildGlobalContext - Global phase EFFECTIVE_MODEL finished 07:21:57.364 [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} 07:21:57.364 [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} 07:21:57.365 [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} 07:21:57.365 [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} 07:21:57.367 [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} 07:21:57.367 [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} 07:21:57.367 [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} 07:21:57.367 [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} 07:21:57.367 [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} 07:21:57.368 [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} 07:21:57.368 [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} 07:21:57.368 [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} 07:21:57.368 [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} 07:21:57.369 [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} 07:21:57.369 [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} 07:21:57.370 [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} 07:21:57.370 [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} 07:21:57.370 [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} 07:21:57.370 [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} 07:21:57.371 [main] DEBUG o.o.y.y.p.r.SharedEffectiveModelContextFactory - Finished assembly of 4 sources in 93.84 ms 07:21:57.374 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using OperationsProvider. 07:21:57.377 [main] DEBUG o.o.n.t.tool.NetconfDeviceSimulator - Ports: [35541] 07:21:57.848 [main] INFO o.o.n.s.s.c.u.s.b.BouncyCastleSecurityProviderRegistrar - getOrCreateProvider(BC) created instance of org.bouncycastle.jce.provider.BouncyCastleProvider 07:21:57.851 [main] INFO o.o.n.s.s.c.u.s.e.EdDSASecurityProviderRegistrar - getOrCreateProvider(EdDSA) created instance of org.opendaylight.netconf.shaded.eddsa.EdDSASecurityProvider 07:21:58.038 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 35541 to 35541 07:21:58.320 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} 07:21:58.324 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226]} 07:21:58.370 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:53226, remote=/127.0.0.1:35541] 07:21:58.374 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:53226]): SSH-2.0-SSHD-UNKNOWN 07:21:58.381 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:35541]) client methods: [password] 07:21:58.390 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:35541]) no proxy to initialize 07:21:58.390 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:35541]): SSH-2.0-SSHD-UNKNOWN 07:21:58.397 [netconf-device-simulator-threads-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 07:21:58.397 [netconf-device-simulator-threads-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 07:21:58.397 [netconf-device-simulator-threads-1] DEBUG i.n.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@3a860766 07:21:58.403 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 07:21:58.403 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8 07:21:58.403 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.chunkSize: 32 07:21:58.403 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.blocking: false 07:21:58.403 [netconf-device-simulator-threads-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 07:21:58.422 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:35541]) Send SSH_MSG_KEXINIT 07:21:58.423 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:53226]) line='SSH-2.0-SSHD-UNKNOWN' 07:21:58.424 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:53226]) client version string: SSH-2.0-SSHD-UNKNOWN 07:21:58.433 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:35541]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 07:21:58.434 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:35541]) line='SSH-2.0-SSHD-UNKNOWN' 07:21:58.434 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:35541]) Server version string: SSH-2.0-SSHD-UNKNOWN 07:21:58.885 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:53226]) Send SSH_MSG_KEXINIT 07:21:58.885 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53226]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 07:21:58.887 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53226]) process #0 SSH_MSG_KEXINIT 07:21:58.887 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:53226]) SSH_MSG_KEXINIT 07:21:58.887 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #0 SSH_MSG_KEXINIT 07:21:58.887 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_KEXINIT 07:21:58.890 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:53226]) strict KEX=true client=true server=true 07:21:58.890 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:35541]) strict KEX=true client=true server=true 07:21:58.898 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: kex algorithms = sntrup761x25519-sha512 07:21:58.898 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: server host key algorithms = rsa-sha2-512 07:21:58.898 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 07:21:58.898 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 07:21:58.898 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: kex algorithms = sntrup761x25519-sha512 07:21:58.898 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: server host key algorithms = rsa-sha2-512 07:21:58.898 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 07:21:58.898 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 07:21:58.899 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 07:21:58.899 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 07:21:58.899 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: compression algorithms (client to server) = none 07:21:58.899 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53226]) Kex: compression algorithms (server to client) = none 07:21:58.898 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 07:21:58.899 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 07:21:58.899 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: compression algorithms (client to server) = none 07:21:58.899 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: compression algorithms (server to client) = none 07:21:58.937 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 07:21:59.235 [odl-netconf-client-0] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:35541]] Send SSH_MSG_KEXDH_INIT 07:21:59.235 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #1 sending command=30[30] len=1195 07:21:59.236 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 07:21:59.236 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53226]) process #1 30 07:21:59.237 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:53226]] process command=SSH_MSG_KEXDH_INIT 07:21:59.273 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:53226]] Send SSH_MSG_KEXDH_REPLY 07:21:59.273 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53226]) packet #1 sending command=31[31] len=1639 07:21:59.274 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:53226])[sntrup761x25519-sha512] KEX processing complete after cmd=30 07:21:59.274 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:53226]) Send SSH_MSG_NEWKEYS 07:21:59.274 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:53226]) session ID=07:d8:40:6b:4c:1a:d7:e4:4d:8f:c9:46:f4:9e:ab:a4:67:b3:3e:a6:3f:1e:11:22:23:00:cb:e3:be:e0:8a:75:76:ae:ae:9a:1c:9c:fa:6f:a5:15:a5:22:4c:6d:72:23:33:3f:9b:ba:31:d5:88:b6:d9:ee:0d:19:18:6d:e5:38 07:21:59.274 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #1 31 07:21:59.274 [odl-netconf-client-0] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:35541]] process command=SSH_MSG_KEXDH_REPLY 07:21:59.281 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53226]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 07:21:59.282 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:53226]): strict KEX resets output message sequence number from 3 to 0 07:21:59.283 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:53226]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@4fe1da3f; mac null; compression none[Deflater/-1]; blocks limit 134217728 07:21:59.285 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:53226])[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 07:21:59.286 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:53226])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 07:21:59.286 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53226]) packet #0 sending command=7[7] len=419 07:21:59.287 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:53226]) No pending packets to flush at end of KEX 07:21:59.318 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:35541]) keyType=ssh-rsa, digest=SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A 07:21:59.319 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:35541])[sntrup761x25519-sha512] KEX processing complete after cmd=31 07:21:59.319 [odl-netconf-client-0] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:35541 presented unverified RSA key: SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A 07:21:59.319 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:35541]) key=ssh-rsa-SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A, verified=true 07:21:59.319 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:35541]) Send SSH_MSG_NEWKEYS 07:21:59.319 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:35541]) session ID=07:d8:40:6b:4c:1a:d7:e4:4d:8f:c9:46:f4:9e:ab:a4:67:b3:3e:a6:3f:1e:11:22:23:00:cb:e3:be:e0:8a:75:76:ae:ae:9a:1c:9c:fa:6f:a5:15:a5:22:4c:6d:72:23:33:3f:9b:ba:31:d5:88:b6:d9:ee:0d:19:18:6d:e5:38 07:21:59.320 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 07:21:59.320 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:35541]): strict KEX resets output message sequence number from 3 to 0 07:21:59.320 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:35541]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@696d11b8; mac null; compression none[Deflater/-1]; blocks limit 134217728 07:21:59.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:35541]) No pending packets to flush at end of KEX 07:21:59.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #2 SSH_MSG_NEWKEYS 07:21:59.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 07:21:59.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:35541]): strict KEX resets input message sequence number from 3 to 0 07:21:59.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:35541]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@aad9a72; mac null; compression none[Inflater/-1]; blocks limit 134217728 07:21:59.321 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53226]) process #2 SSH_MSG_NEWKEYS 07:21:59.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:35541]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 07:21:59.321 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:53226]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 07:21:59.321 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 07:21:59.321 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:53226]): strict KEX resets input message sequence number from 3 to 0 07:21:59.322 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:53226]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@396b634c; mac null; compression none[Inflater/-1]; blocks limit 134217728 07:21:59.322 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 07:21:59.323 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 07:21:59.323 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53226]) process #0 SSH_MSG_SERVICE_REQUEST 07:21:59.323 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:53226]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 07:21:59.323 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 07:21:59.328 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:53226]) authorized authentication methods: password,publickey 07:21:59.328 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:53226]) Accepted service ssh-userauth 07:21:59.329 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53226]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 07:21:59.330 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 07:21:59.330 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 07:21:59.331 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #0 7 07:21:59.331 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): [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] 07:21:59.331 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): 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] 07:21:59.331 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): 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] 07:21:59.331 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #1 SSH_MSG_SERVICE_ACCEPT 07:21:59.331 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53226]) process #1 SSH_MSG_USERAUTH_REQUEST 07:21:59.331 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 07:21:59.332 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53226]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 07:21:59.332 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53226]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 07:21:59.332 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53226]) no authentication factory for method=none 07:21:59.332 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:53226]) SSH_MSG_USERAUTH_REQUEST 07:21:59.332 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:53226]) remaining methods: password,publickey 07:21:59.332 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53226]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 07:21:59.333 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #2 SSH_MSG_USERAUTH_FAILURE 07:21:59.333 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:35541]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 07:21:59.333 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 07:21:59.335 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) attempting method=password 07:21:59.338 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 07:21:59.339 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 07:21:59.340 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53226]) process #2 SSH_MSG_USERAUTH_REQUEST 07:21:59.340 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53226]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 07:21:59.340 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53226]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 07:21:59.341 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) successfully processed initial buffer by method=password 07:21:59.342 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:53226]) authentication result: true 07:21:59.342 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:53226]) SSH_MSG_USERAUTH_REQUEST 07:21:59.342 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:53226])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 07:21:59.342 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53226]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 07:21:59.343 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 07:21:59.343 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 1 07:21:59.344 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53226]) no heartbeat to stop 07:21:59.344 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:53226]) heartbeat type=IGNORE, interval=PT30S 07:21:59.345 [netconf-device-simulator-threads-1] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:53226 authenticated 07:21:59.346 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #3 SSH_MSG_USERAUTH_SUCCESS 07:21:59.346 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 07:21:59.346 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] 07:21:59.346 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 07:21:59.346 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 07:21:59.366 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]] session=TransportClientSession[username@/127.0.0.1:35541] id=0 07:21:59.367 [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:35541][netconf])) size=2097152, max=2097152, packet=32768 07:21:59.367 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf] 07:21:59.367 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:35541])[netconf] created id=0 07:21:59.367 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 07:21:59.368 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 07:21:59.368 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 07:21:59.369 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) no heartbeat to stop 07:21:59.369 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:35541]) heartbeat type=IGNORE, interval=PT30S 07:21:59.370 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 07:21:59.373 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53226]) process #3 SSH_MSG_CHANNEL_OPEN 07:21:59.373 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53226]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 07:21:59.391 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:53226]] session=TransportServerSession[username@/127.0.0.1:53226] id=0 07:21:59.392 [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:53226])) size=2097152, max=2097152, packet=32768 07:21:59.392 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53226]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:53226] 07:21:59.393 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:53226]) recipient=0 07:21:59.393 [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:53226])) size=2097152, max=2097152, packet=32768 07:21:59.393 [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:53226])) re-initializing 07:21:59.393 [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:53226])) size=2097152, max=2097152, packet=32768 07:21:59.394 [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:53226]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 07:21:59.394 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 07:21:59.395 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 07:21:59.395 [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:35541][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 07:21:59.395 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf]) recipient=0 07:21:59.395 [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:35541][netconf])) size=2097152, max=2097152, packet=32768 07:21:59.395 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 07:21:59.395 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) request=subsystem, pending=Tue Dec 03 07:21:59 UTC 2024 07:21:59.402 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 07:21:59.403 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53226]) process #4 SSH_MSG_CHANNEL_REQUEST 07:21:59.404 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 07:21:59.405 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226])[want-reply=true] subsystem=netconf 07:21:59.413 [odl-netconf-client-0] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 07:21:59.413 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 07:21:59.413 [odl-netconf-client-0] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]}} 07:21:59.416 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226])[subsystem] prepared command 07:21:59.416 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 1 07:21:59.416 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 07:21:59.416 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226]}} established 07:21:59.426 [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]:35541 07:21:59.458 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541] 07:21:59.463 [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: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541] 07:21:59.492 [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:35541][netconf]) by 373 down to 2096779 07:21:59.492 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 07:21:59.496 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:21:59.496 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541] 07:21:59.499 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541] 07:21:59.645 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226] 07:21:59.645 [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: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226] 07:21:59.647 [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:53226]) by 1101 down to 2096051 07:21:59.647 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 07:21:59.648 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:21:59.648 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226] 07:21:59.649 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #5 SSH_MSG_CHANNEL_DATA 07:21:59.649 [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:35541][netconf]) by 1101 down to 2096051 07:21:59.649 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=1101 07:21:59.649 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 07:21:59.654 [odl-netconf-client-0] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 07:21:59.657 [odl-netconf-client-0] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 1 07:21:59.657 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226] 07:21:59.657 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) request=subsystem result=ReplySuccess, want-reply=true 07:21:59.657 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 07:21:59.658 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) request=subsystem activate command 07:21:59.658 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) starting runner for command=netconf 07:21:59.658 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541] 07:21:59.659 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:21:59.661 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53226]) process #5 SSH_MSG_CHANNEL_DATA 07:21:59.661 [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:53226]) by 373 down to 2096779 07:21:59.661 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) SSH_MSG_CHANNEL_DATA len=373 07:21:59.661 [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:53226] 07:21:59.661 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541] 07:21:59.661 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 07:21:59.661 [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 07:21:59.664 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226] 07:21:59.664 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:21:59.664 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226] 07:21:59.665 [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='35541', transport='tcp', sessionIdentifier='client'} from Optional.empty 07:21:59.667 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 07:21:59.669 [netconf-device-simulator-threads-1] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226]} created 07:21:59.670 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226] successful with session NetconfServerSession{sessionId=1, channel=[id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226]} 07:21:59.671 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226]} up 07:21:59.673 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 07:21:59.673 [odl-netconf-client-0] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} created 07:21:59.673 [odl-netconf-client-0] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} should use exi. 07:21:59.678 [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:35541][netconf]) by 393 down to 2096386 07:21:59.679 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 07:21:59.680 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53226]) process #6 SSH_MSG_CHANNEL_DATA 07:21:59.680 [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:53226]) by 393 down to 2096386 07:21:59.680 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) SSH_MSG_CHANNEL_DATA len=393 07:21:59.680 [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:53226] 07:21:59.681 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #6 SSH_MSG_CHANNEL_SUCCESS 07:21:59.681 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) request=subsystem, pending=Tue Dec 03 07:21:59 UTC 2024 07:21:59.681 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) subsystem=netconf, pending since=Tue Dec 03 07:21:59 UTC 2024 07:21:59.689 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 07:21:59.690 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:21:59.694 [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} 07:21:59.694 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 07:21:59.788 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@10a6c95e after next message 07:21:59.788 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xda61d450, L:/127.0.0.1:35541 - R:/127.0.0.1:53226]} EXI handlers added to pipeline 07:21:59.790 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 07:21:59.793 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@10a6c95e 07:21:59.794 [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:53226]) by 179 down to 2095872 07:21:59.794 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 07:21:59.795 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 07:21:59.796 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #7 SSH_MSG_CHANNEL_DATA 07:21:59.796 [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:35541][netconf]) by 179 down to 2095872 07:21:59.796 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=179 07:21:59.796 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 07:21:59.799 [odl-netconf-client-0] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7c98ad89 07:21:59.799 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} EXI handlers added to pipeline 07:21:59.799 [odl-netconf-client-0] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541] successful with session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} 07:21:59.799 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} up 07:21:59.800 [odl-netconf-client-0] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} went up 07:21:59.801 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message 07:21:59.851 [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:35541][netconf]) by 431 down to 2095955 07:21:59.851 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=440 07:21:59.853 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53226]) process #7 SSH_MSG_CHANNEL_DATA 07:21:59.853 [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:53226]) by 431 down to 2095955 07:21:59.853 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) SSH_MSG_CHANNEL_DATA len=431 07:21:59.853 [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:53226] 07:21:59.870 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 07:21:59.871 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:21:59.871 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@4a4462 07:21:59.918 [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 07:21:59.918 [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 07:21:59.918 [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 07:21:59.919 [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 07:21:59.923 [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:53226]) by 873 down to 2094999 07:21:59.923 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=882 07:21:59.924 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="m-0" 07:21:59.925 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #8 SSH_MSG_CHANNEL_DATA 07:21:59.925 [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:35541][netconf]) by 873 down to 2094999 07:21:59.925 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=873 07:21:59.925 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 873 bytes of data 07:21:59.929 [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 07:21:59.931 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:21:59.932 [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 07:21:59.934 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 - R:/127.0.0.1:35541]} terminated, reason: Session closed 07:21:59.936 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:53226])[TransportServerSubsystem[netconf]] exiting - value=0, message= 07:21:59.937 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) exit code=0, immediate=false 07:21:59.937 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) SSH_MSG_CHANNEL_EOF (state=Opened) 07:21:59.937 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 07:21:59.938 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) SSH_MSG_CHANNEL_REQUEST exit-status=0 07:21:59.938 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 07:21:59.938 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) Closing gracefully 07:21:59.938 [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:53226]) 07:21:59.938 [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:53226]) 07:21:59.946 [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:53226]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 07:21:59.946 [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:53226]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 07:21:59.947 [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:53226]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 07:21:59.947 [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:53226]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 07:21:59.947 [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:53226])[immediately=false] processing 07:21:59.947 [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:53226])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 07:21:59.947 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53226]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 07:21:59.948 [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:53226]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 07:21:59.948 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) Closing immediately 07:21:59.948 [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:53226]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 07:21:59.948 [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:53226]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 07:21:59.948 [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:53226])[immediately=true] processing 07:21:59.948 [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:53226]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226] 07:21:59.948 [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@5c0f624) signal close complete immediately=true 07:21:59.948 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 07:21:59.948 [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@5a9c344d) signal close complete immediately=true 07:21:59.948 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226])[Immediately] closed 07:21:59.949 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) Closing immediately 07:21:59.949 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) no EOF sent 07:21:59.949 [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:35541][netconf]) 07:21:59.949 [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:35541][netconf]) 07:21:59.948 [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:53226]) result=null 07:21:59.950 [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@dbbd34a) signal close complete immediately=false 07:21:59.950 [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@f48750f) signal close complete immediately=false 07:21:59.950 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53226]) code=0 message='' shell closed 07:21:59.950 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:53226]) Closing immediately 07:21:59.955 [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:35541][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 07:21:59.955 [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:35541][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 07:21:59.955 [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:35541][netconf]]) Closing immediately 07:21:59.955 [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:35541][netconf]])[Immediately] closed 07:21:59.955 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 07:21:59.955 [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:35541][netconf]]) Closing immediately 07:21:59.955 [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:35541][netconf]])[Immediately] closed 07:21:59.955 [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:35541][netconf])[immediately=true] processing 07:21:59.955 [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:35541][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf] 07:21:59.955 [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@578cd454) signal close complete immediately=true 07:21:59.955 [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@5a7d0594) signal close complete immediately=true 07:21:59.955 [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@23955038) signal close complete immediately=true 07:21:59.955 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541]) Closing immediately 07:21:59.955 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:35541]) type=SshException, signalled=false, first=false: Session is being closed 07:21:59.956 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 07:21:59.956 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]]) Closing immediately 07:21:59.956 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) stopping 07:21:59.956 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) stopped 07:21:59.956 [odl-netconf-client-0] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]])[Immediately] closed 07:21:59.957 [odl-netconf-client-0] DEBUG o.o.n.t.s.T.0.0.1:53226] - close(TransportIoSession[local=/127.0.0.1:53226, remote=/127.0.0.1:35541]) Closing immediately 07:21:59.957 [odl-netconf-client-0] DEBUG o.o.n.t.s.T.0.0.1:53226] - close(TransportIoSession[local=/127.0.0.1:53226, remote=/127.0.0.1:35541])[Immediately] closed 07:21:59.957 [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@24ef61f6) signal close complete immediately=true 07:21:59.957 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541])[Immediately] closed 07:21:59.957 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf])[Immediately] closed 07:21:59.957 [odl-netconf-client-0] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541])[Immediately] state already Closed 07:21:59.957 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53226]]) Closing immediately 07:21:59.957 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53226]) stopping 07:21:59.957 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xbd6eb0fc, L:/127.0.0.1:53226 ! R:/127.0.0.1:35541] inactive. 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53226]) stopped 07:21:59.958 [odl-netconf-client-0] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xbd6eb0fc, L:/127.0.0.1:53226 ! R:/127.0.0.1:35541]} end of input detected while session was in state initialized 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53226]])[Immediately] closed 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.s.T.0.0.1:35541] - close(TransportIoSession[local=/127.0.0.1:35541, remote=/127.0.0.1:53226]) Closing immediately 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.s.T.0.0.1:35541] - close(TransportIoSession[local=/127.0.0.1:35541, remote=/127.0.0.1:53226])[Immediately] closed 07:21:59.958 [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@4a26c81d) signal close complete immediately=true 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:53226])[Immediately] closed 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xda61d450, L:/127.0.0.1:35541 ! R:/127.0.0.1:53226] inactive. 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xda61d450, L:/127.0.0.1:35541 ! R:/127.0.0.1:53226]} end of input detected while session was in state up 07:21:59.958 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=1, channel=[id: 0xda61d450, L:/127.0.0.1:35541 ! R:/127.0.0.1:53226]} down, reason: End of input 07:22:00.018 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236]} established 07:22:00.018 [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]:32831 07:22:00.018 [odl-netconf-client-2] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} 07:22:00.031 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831] 07:22:00.031 [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: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831] 07:22:00.035 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236] 07:22:00.035 [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: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236] 07:22:00.036 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.036 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831] 07:22:00.036 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831] 07:22:00.038 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.038 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236] 07:22:00.038 [odl-netconf-client-2] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 07:22:00.041 [odl-netconf-client-2] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 1 07:22:00.042 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831] 07:22:00.042 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.042 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831] 07:22:00.042 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236] 07:22:00.043 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 07:22:00.043 [odl-netconf-client-2] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} created 07:22:00.043 [odl-netconf-client-2] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} should use exi. 07:22:00.043 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 373, cap: 2048) frame detected: length 367 07:22:00.043 [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 07:22:00.044 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236] 07:22:00.044 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.044 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236] 07:22:00.044 [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='32831', transport='tcp', sessionIdentifier='client'} from Optional.empty 07:22:00.044 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=1} created 07:22:00.044 [netconf-device-simulator-threads-1] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236]} created 07:22:00.044 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236] successful with session NetconfServerSession{sessionId=1, channel=[id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236]} 07:22:00.044 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236]} up 07:22:00.045 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 07:22:00.046 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.046 [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} 07:22:00.047 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 07:22:00.050 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@3e353dd0 after next message 07:22:00.050 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xfad90edf, L:/127.0.0.1:32831 - R:/127.0.0.1:56236]} EXI handlers added to pipeline 07:22:00.050 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 07:22:00.051 [netconf-device-simulator-threads-1] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@3e353dd0 07:22:00.052 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 07:22:00.053 [odl-netconf-client-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@555c8ef2 07:22:00.053 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} EXI handlers added to pipeline 07:22:00.053 [odl-netconf-client-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831] successful with session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} 07:22:00.053 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} up 07:22:00.053 [odl-netconf-client-2] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} went up 07:22:00.053 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message 07:22:00.060 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 07:22:00.060 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.061 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.o.NetconfOperationRouterImpl - Forwarding netconf message to org.opendaylight.netconf.test.tool.customrpc.SettableRpc@10332995 07:22:00.063 [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 07:22:00.063 [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 07:22:00.063 [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 07:22:00.063 [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 07:22:00.070 [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 07:22:00.071 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.071 [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 07:22:00.073 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 - R:/127.0.0.1:32831]} terminated, reason: Session closed 07:22:00.070 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="m-0" 07:22:00.080 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xb262e887, L:/127.0.0.1:56236 ! R:/127.0.0.1:32831] inactive. 07:22:00.080 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xfad90edf, L:/127.0.0.1:32831 ! R:/127.0.0.1:56236] inactive. 07:22:00.080 [odl-netconf-client-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=1, channel=[id: 0xb262e887, L:/127.0.0.1:56236 ! R:/127.0.0.1:32831]} end of input detected while session was in state initialized 07:22:00.080 [netconf-device-simulator-threads-1] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=1, channel=[id: 0xfad90edf, L:/127.0.0.1:32831 ! R:/127.0.0.1:56236]} end of input detected while session was in state up 07:22:00.080 [netconf-device-simulator-threads-1] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=1, channel=[id: 0xfad90edf, L:/127.0.0.1:32831 ! R:/127.0.0.1:56236]} down, reason: End of input 07:22:00.083 [odl-netconf-client-3] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} 07:22:00.083 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831] 07:22:00.084 [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: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831] 07:22:00.084 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248]} established 07:22:00.086 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248] 07:22:00.086 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.086 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831] 07:22:00.087 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831] 07:22:00.086 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 on channel [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248] 07:22:00.094 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.094 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248] 07:22:00.094 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248] 07:22:00.094 [odl-netconf-client-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 07:22:00.095 [odl-netconf-client-3] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 07:22:00.095 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 373, cap: 2048) frame detected: length 367 07:22:00.095 [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 07:22:00.096 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831] 07:22:00.096 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248] 07:22:00.096 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.096 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.097 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248] 07:22:00.097 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831] 07:22:00.097 [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='32831', transport='tcp', sessionIdentifier='client'} from Optional.empty 07:22:00.097 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 07:22:00.097 [netconf-device-simulator-threads-2] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248]} created 07:22:00.097 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248] successful with session NetconfServerSession{sessionId=2, channel=[id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248]} 07:22:00.097 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248]} up 07:22:00.097 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 07:22:00.097 [odl-netconf-client-3] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} created 07:22:00.097 [odl-netconf-client-3] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} should use exi. 07:22:00.100 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 07:22:00.101 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.101 [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} 07:22:00.102 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 07:22:00.103 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7bb70e19 after next message 07:22:00.103 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x22fb94ce, L:/127.0.0.1:32831 - R:/127.0.0.1:56248]} EXI handlers added to pipeline 07:22:00.103 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 07:22:00.104 [netconf-device-simulator-threads-2] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@7bb70e19 07:22:00.106 [odl-netconf-client-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@3c563464 07:22:00.106 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} EXI handlers added to pipeline 07:22:00.106 [odl-netconf-client-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831] successful with session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} 07:22:00.106 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} up 07:22:00.106 [odl-netconf-client-3] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} went up 07:22:00.106 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 07:22:00.106 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message apache-1 2014-07-29T13:42:00Z 07:22:00.112 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: apache-1 2014-07-29T13:42:00Z 07:22:00.112 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.113 [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@10332995 07:22:00.114 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 2014-07-29T13:42:12Z 07:22:00.117 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 2014-07-29T13:42:12Z 07:22:00.117 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.117 [odl-netconf-client-3] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: 2014-07-29T13:42:12Z 07:22:00.117 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 - R:/127.0.0.1:32831]} terminated, reason: Session closed 07:22:00.122 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 07:22:00.128 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x49d770e3, L:/127.0.0.1:56248 ! R:/127.0.0.1:32831] inactive. 07:22:00.128 [odl-netconf-client-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0x49d770e3, L:/127.0.0.1:56248 ! R:/127.0.0.1:32831]} end of input detected while session was in state initialized 07:22:00.129 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x22fb94ce, L:/127.0.0.1:32831 ! R:/127.0.0.1:56248] inactive. 07:22:00.130 [netconf-device-simulator-threads-2] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x22fb94ce, L:/127.0.0.1:32831 ! R:/127.0.0.1:56248]} end of input detected while session was in state up 07:22:00.130 [netconf-device-simulator-threads-2] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=2, channel=[id: 0x22fb94ce, L:/127.0.0.1:32831 ! R:/127.0.0.1:56248]} down, reason: End of input 07:22:00.178 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242]} 07:22:00.178 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]} 07:22:00.179 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:53242]): SSH-2.0-SSHD-UNKNOWN 07:22:00.179 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:53242, remote=/127.0.0.1:35541] 07:22:00.179 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:35541]) client methods: [password] 07:22:00.179 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:35541]) no proxy to initialize 07:22:00.180 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:35541]): SSH-2.0-SSHD-UNKNOWN 07:22:00.183 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:53242]) line='SSH-2.0-SSHD-UNKNOWN' 07:22:00.183 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:35541]) Send SSH_MSG_KEXINIT 07:22:00.184 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:35541]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 07:22:00.183 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:53242]) client version string: SSH-2.0-SSHD-UNKNOWN 07:22:00.184 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:53242]) Send SSH_MSG_KEXINIT 07:22:00.185 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:35541]) line='SSH-2.0-SSHD-UNKNOWN' 07:22:00.185 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53242]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 07:22:00.185 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:35541]) Server version string: SSH-2.0-SSHD-UNKNOWN 07:22:00.185 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #0 SSH_MSG_KEXINIT 07:22:00.185 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_KEXINIT 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:35541]) strict KEX=true client=true server=true 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: kex algorithms = sntrup761x25519-sha512 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: server host key algorithms = rsa-sha2-512 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: compression algorithms (client to server) = none 07:22:00.186 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: compression algorithms (server to client) = none 07:22:00.185 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53242]) process #0 SSH_MSG_KEXINIT 07:22:00.187 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:53242]) SSH_MSG_KEXINIT 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:53242]) strict KEX=true client=true server=true 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: kex algorithms = sntrup761x25519-sha512 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: server host key algorithms = rsa-sha2-512 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: compression algorithms (client to server) = none 07:22:00.188 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53242]) Kex: compression algorithms (server to client) = none 07:22:00.189 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 2 07:22:00.289 [odl-netconf-client-4] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:35541]] Send SSH_MSG_KEXDH_INIT 07:22:00.289 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #1 sending command=30[30] len=1195 07:22:00.289 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 07:22:00.290 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53242]) process #1 30 07:22:00.290 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:53242]] process command=SSH_MSG_KEXDH_INIT 07:22:00.308 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:53242]] Send SSH_MSG_KEXDH_REPLY 07:22:00.309 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53242]) packet #1 sending command=31[31] len=1639 07:22:00.310 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:53242])[sntrup761x25519-sha512] KEX processing complete after cmd=30 07:22:00.310 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #1 31 07:22:00.310 [odl-netconf-client-4] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:35541]] process command=SSH_MSG_KEXDH_REPLY 07:22:00.310 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:53242]) Send SSH_MSG_NEWKEYS 07:22:00.311 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:53242]) session ID=81:5f:9d:b1:ad:1d:31:99:3d:52:9f:7a:b1:05:2c:f3:59:7d:2d:4d:20:02:70:45:b1:06:18:57:68:8d:59:78:33:94:ef:98:7b:c5:2a:97:29:b6:02:a6:e8:5a:e5:a1:7b:67:58:a6:8c:67:40:3c:63:10:58:a5:85:ae:4d:04 07:22:00.311 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53242]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 07:22:00.312 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:53242]): strict KEX resets output message sequence number from 3 to 0 07:22:00.312 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:53242]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@47cfd1a4; mac null; compression none[Deflater/-1]; blocks limit 134217728 07:22:00.313 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:53242])[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 07:22:00.313 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:53242])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 07:22:00.313 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53242]) packet #0 sending command=7[7] len=419 07:22:00.313 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:53242]) No pending packets to flush at end of KEX 07:22:00.350 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:35541]) keyType=ssh-rsa, digest=SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A 07:22:00.351 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:35541])[sntrup761x25519-sha512] KEX processing complete after cmd=31 07:22:00.351 [odl-netconf-client-4] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:35541 presented unverified RSA key: SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A 07:22:00.351 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:35541]) key=ssh-rsa-SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A, verified=true 07:22:00.351 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:35541]) Send SSH_MSG_NEWKEYS 07:22:00.354 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:35541]) session ID=81:5f:9d:b1:ad:1d:31:99:3d:52:9f:7a:b1:05:2c:f3:59:7d:2d:4d:20:02:70:45:b1:06:18:57:68:8d:59:78:33:94:ef:98:7b:c5:2a:97:29:b6:02:a6:e8:5a:e5:a1:7b:67:58:a6:8c:67:40:3c:63:10:58:a5:85:ae:4d:04 07:22:00.355 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 07:22:00.356 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:35541]): strict KEX resets output message sequence number from 3 to 0 07:22:00.356 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53242]) process #2 SSH_MSG_NEWKEYS 07:22:00.356 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:53242]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 07:22:00.356 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:35541]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@3f1a074e; mac null; compression none[Deflater/-1]; blocks limit 134217728 07:22:00.356 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:53242]): strict KEX resets input message sequence number from 3 to 0 07:22:00.356 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:35541]) No pending packets to flush at end of KEX 07:22:00.356 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:53242]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@165cdcb4; mac null; compression none[Inflater/-1]; blocks limit 134217728 07:22:00.356 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 2 07:22:00.356 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #2 SSH_MSG_NEWKEYS 07:22:00.356 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 07:22:00.357 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:35541]): strict KEX resets input message sequence number from 3 to 0 07:22:00.357 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:35541]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@3af52e1e; mac null; compression none[Inflater/-1]; blocks limit 134217728 07:22:00.357 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:35541]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 07:22:00.357 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 07:22:00.358 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 07:22:00.358 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53242]) process #0 SSH_MSG_SERVICE_REQUEST 07:22:00.358 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 07:22:00.358 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:53242]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 07:22:00.358 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 07:22:00.358 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 07:22:00.358 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:53242]) authorized authentication methods: password,publickey 07:22:00.358 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:53242]) Accepted service ssh-userauth 07:22:00.358 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53242]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 07:22:00.359 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #0 7 07:22:00.359 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53242]) process #1 SSH_MSG_USERAUTH_REQUEST 07:22:00.359 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53242]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 07:22:00.359 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): [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] 07:22:00.359 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53242]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 07:22:00.359 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): 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] 07:22:00.359 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53242]) no authentication factory for method=none 07:22:00.359 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:53242]) SSH_MSG_USERAUTH_REQUEST 07:22:00.359 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:53242]) remaining methods: password,publickey 07:22:00.359 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): 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] 07:22:00.359 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53242]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #1 SSH_MSG_SERVICE_ACCEPT 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #2 SSH_MSG_USERAUTH_FAILURE 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:35541]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) attempting method=password 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 07:22:00.360 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 07:22:00.361 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) successfully processed initial buffer by method=password 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53242]) process #2 SSH_MSG_USERAUTH_REQUEST 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53242]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53242]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:53242]) authentication result: true 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:53242]) SSH_MSG_USERAUTH_REQUEST 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:53242])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53242]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 2 successful 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 2 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53242]) no heartbeat to stop 07:22:00.361 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:53242]) heartbeat type=IGNORE, interval=PT30S 07:22:00.362 [netconf-device-simulator-threads-3] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:53242 authenticated 07:22:00.362 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #3 SSH_MSG_USERAUTH_SUCCESS 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]] session=TransportClientSession[username@/127.0.0.1:35541] id=0 07:22:00.363 [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:35541][netconf])) size=2097152, max=2097152, packet=32768 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf] 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:35541])[netconf] created id=0 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 07:22:00.363 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 07:22:00.364 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) no heartbeat to stop 07:22:00.364 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53242]) process #3 SSH_MSG_CHANNEL_OPEN 07:22:00.364 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53242]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 07:22:00.364 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:35541]) heartbeat type=IGNORE, interval=PT30S 07:22:00.364 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:53242]] session=TransportServerSession[username@/127.0.0.1:53242] id=0 07:22:00.364 [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:53242])) size=2097152, max=2097152, packet=32768 07:22:00.364 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53242]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:53242] 07:22:00.364 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:53242]) recipient=0 07:22:00.364 [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:53242])) size=2097152, max=2097152, packet=32768 07:22:00.364 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 07:22:00.364 [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:53242])) re-initializing 07:22:00.364 [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:53242])) size=2097152, max=2097152, packet=32768 07:22:00.364 [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:53242]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 07:22:00.364 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 07:22:00.365 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 07:22:00.365 [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:35541][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 07:22:00.365 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf]) recipient=0 07:22:00.365 [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:35541][netconf])) size=2097152, max=2097152, packet=32768 07:22:00.365 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 07:22:00.365 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) request=subsystem, pending=Tue Dec 03 07:22:00 UTC 2024 07:22:00.365 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 07:22:00.365 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53242]) process #4 SSH_MSG_CHANNEL_REQUEST 07:22:00.365 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 07:22:00.365 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242])[want-reply=true] subsystem=netconf 07:22:00.365 [odl-netconf-client-4] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 07:22:00.366 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 07:22:00.366 [odl-netconf-client-4] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]}} 07:22:00.366 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242])[subsystem] prepared command 07:22:00.366 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 2 07:22:00.366 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 2 07:22:00.366 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242]}} established 07:22:00.367 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541] 07:22:00.367 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242] 07:22:00.367 [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: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541] 07:22:00.368 [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:35541][netconf]) by 373 down to 2096779 07:22:00.368 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 07:22:00.369 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.369 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541] 07:22:00.369 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541] 07:22:00.367 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 on channel [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242] 07:22:00.370 [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:53242]) by 1101 down to 2096051 07:22:00.370 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 07:22:00.371 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.371 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242] 07:22:00.371 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242] 07:22:00.371 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) request=subsystem result=ReplySuccess, want-reply=true 07:22:00.371 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 07:22:00.372 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) request=subsystem activate command 07:22:00.372 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) starting runner for command=netconf 07:22:00.372 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #5 SSH_MSG_CHANNEL_DATA 07:22:00.372 [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:35541][netconf]) by 1101 down to 2096051 07:22:00.372 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=1101 07:22:00.372 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 07:22:00.372 [odl-netconf-client-4] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 07:22:00.373 [odl-netconf-client-4] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 2 07:22:00.373 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541] 07:22:00.373 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.373 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541] 07:22:00.374 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 07:22:00.374 [odl-netconf-client-4] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]} created 07:22:00.374 [odl-netconf-client-4] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]} should use exi. 07:22:00.374 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #6 SSH_MSG_CHANNEL_SUCCESS 07:22:00.374 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) request=subsystem, pending=Tue Dec 03 07:22:00 UTC 2024 07:22:00.374 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) subsystem=netconf, pending since=Tue Dec 03 07:22:00 UTC 2024 07:22:00.375 [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:35541][netconf]) by 393 down to 2096386 07:22:00.375 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 07:22:00.376 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53242]) process #5 SSH_MSG_CHANNEL_DATA 07:22:00.377 [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:53242]) by 373 down to 2096779 07:22:00.377 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) SSH_MSG_CHANNEL_DATA len=373 07:22:00.377 [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:53242] 07:22:00.377 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 07:22:00.377 [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 07:22:00.378 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242] 07:22:00.378 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.378 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242] 07:22:00.378 [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='35541', transport='tcp', sessionIdentifier='client'} from Optional.empty 07:22:00.378 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=2} created 07:22:00.378 [netconf-device-simulator-threads-3] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242]} created 07:22:00.379 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242] successful with session NetconfServerSession{sessionId=2, channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242]} 07:22:00.379 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242]} up 07:22:00.379 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53242]) process #6 SSH_MSG_CHANNEL_DATA 07:22:00.379 [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:53242]) by 393 down to 2096386 07:22:00.379 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) SSH_MSG_CHANNEL_DATA len=393 07:22:00.379 [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:53242] 07:22:00.380 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 07:22:00.381 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.382 [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} 07:22:00.382 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 07:22:00.382 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@5e63f3b2 after next message 07:22:00.383 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 - R:/127.0.0.1:53242]} EXI handlers added to pipeline 07:22:00.383 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 07:22:00.383 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@5e63f3b2 07:22:00.384 [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:53242]) by 179 down to 2095872 07:22:00.384 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 07:22:00.384 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 07:22:00.384 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #7 SSH_MSG_CHANNEL_DATA 07:22:00.384 [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:35541][netconf]) by 179 down to 2095872 07:22:00.384 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=179 07:22:00.384 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 07:22:00.386 [odl-netconf-client-4] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@38023768 07:22:00.386 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]} EXI handlers added to pipeline 07:22:00.386 [odl-netconf-client-4] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541] successful with session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]} 07:22:00.386 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]} up 07:22:00.386 [odl-netconf-client-4] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 - R:/127.0.0.1:35541]} went up 07:22:00.386 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message apache-1 2014-07-29T13:42:00Z 07:22:00.390 [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:35541][netconf]) by 447 down to 2095939 07:22:00.390 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=456 07:22:00.391 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53242]) process #7 SSH_MSG_CHANNEL_DATA 07:22:00.392 [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:53242]) by 447 down to 2095939 07:22:00.392 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) SSH_MSG_CHANNEL_DATA len=447 07:22:00.392 [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:53242] 07:22:00.393 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: apache-1 2014-07-29T13:42:00Z 07:22:00.394 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.394 [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@4a4462 07:22:00.395 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 2014-07-29T13:42:12Z 07:22:00.397 [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:53242]) by 302 down to 2095570 07:22:00.397 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=311 07:22:00.398 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #8 SSH_MSG_CHANNEL_DATA 07:22:00.398 [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:35541][netconf]) by 302 down to 2095570 07:22:00.398 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=302 07:22:00.398 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 302 bytes of data 07:22:00.398 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 07:22:00.403 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: 2014-07-29T13:42:12Z 07:22:00.403 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.403 [odl-netconf-client-4] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: 2014-07-29T13:42:12Z 07:22:00.404 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) Closing immediately 07:22:00.404 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 ! R:/127.0.0.1:35541]} terminated, reason: Session closed 07:22:00.404 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:53242])[TransportServerSubsystem[netconf]] exiting - value=0, message= 07:22:00.404 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) exit code=0, immediate=false 07:22:00.404 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) SSH_MSG_CHANNEL_EOF (state=Opened) 07:22:00.404 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 07:22:00.405 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) SSH_MSG_CHANNEL_REQUEST exit-status=0 07:22:00.405 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 07:22:00.405 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) Closing gracefully 07:22:00.405 [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:53242]) 07:22:00.405 [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:53242]) 07:22:00.405 [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:53242]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 07:22:00.405 [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:53242]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 07:22:00.405 [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:53242]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 07:22:00.405 [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:53242]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 07:22:00.405 [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:53242])[immediately=false] processing 07:22:00.405 [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:53242])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 07:22:00.405 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53242]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 07:22:00.406 [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:53242]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 07:22:00.406 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) Closing immediately 07:22:00.406 [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:53242]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 07:22:00.406 [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:53242]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 07:22:00.406 [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:53242])[immediately=true] processing 07:22:00.406 [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:53242]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242] 07:22:00.406 [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@7bd7b720) signal close complete immediately=true 07:22:00.404 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) no EOF sent 07:22:00.406 [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:35541][netconf]) 07:22:00.406 [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:35541][netconf]) 07:22:00.406 [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:35541][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 07:22:00.406 [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:35541][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 07:22:00.406 [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:35541][netconf]]) Closing immediately 07:22:00.406 [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:35541][netconf]])[Immediately] closed 07:22:00.406 [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:35541][netconf]]) Closing immediately 07:22:00.406 [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:35541][netconf]])[Immediately] closed 07:22:00.406 [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:35541][netconf])[immediately=true] processing 07:22:00.406 [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:35541][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf] 07:22:00.407 [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@79423d78) signal close complete immediately=true 07:22:00.407 [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@2e60a52d) signal close complete immediately=true 07:22:00.407 [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@2a5e7433) signal close complete immediately=true 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541]) Closing immediately 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:35541]) type=SshException, signalled=false, first=false: Session is being closed 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]]) Closing immediately 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) stopping 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) stopped 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]])[Immediately] closed 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.s.T.0.0.1:53242] - close(TransportIoSession[local=/127.0.0.1:53242, remote=/127.0.0.1:35541]) Closing immediately 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.s.T.0.0.1:53242] - close(TransportIoSession[local=/127.0.0.1:53242, remote=/127.0.0.1:35541])[Immediately] closed 07:22:00.407 [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@6d806914) signal close complete immediately=true 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541])[Immediately] closed 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf])[Immediately] closed 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541])[Immediately] state already Closed 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0xca204999, L:/127.0.0.1:53242 ! R:/127.0.0.1:35541] inactive. 07:22:00.407 [odl-netconf-client-4] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=2, channel=[id: 0xca204999, L:/127.0.0.1:53242 ! R:/127.0.0.1:35541]} end of input detected while session was in state initialized 07:22:00.408 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 07:22:00.408 [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@257d5987) signal close complete immediately=true 07:22:00.408 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242])[Immediately] closed 07:22:00.408 [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:53242]) result=null 07:22:00.408 [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@5b026ad5) signal close complete immediately=false 07:22:00.408 [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@7693562f) signal close complete immediately=false 07:22:00.408 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53242]) code=0 message='' shell closed 07:22:00.408 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:53242]) Closing immediately 07:22:00.408 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 2 closed 07:22:00.411 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53242]]) Closing immediately 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53242]) stopping 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53242]) stopped 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53242]])[Immediately] closed 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.s.T.0.0.1:35541] - close(TransportIoSession[local=/127.0.0.1:35541, remote=/127.0.0.1:53242]) Closing immediately 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.s.T.0.0.1:35541] - close(TransportIoSession[local=/127.0.0.1:35541, remote=/127.0.0.1:53242])[Immediately] closed 07:22:00.412 [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@30bb816a) signal close complete immediately=true 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:53242])[Immediately] closed 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x57ed0a03, L:/127.0.0.1:35541 ! R:/127.0.0.1:53242] inactive. 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=2, channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 ! R:/127.0.0.1:53242]} end of input detected while session was in state up 07:22:00.412 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=2, channel=[id: 0x57ed0a03, L:/127.0.0.1:35541 ! R:/127.0.0.1:53242]} down, reason: End of input 07:22:00.419 [odl-netconf-client-6] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport TCPTransportChannel{channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} 07:22:00.420 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel TCPTransportChannel{channel=[id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258]} established 07:22:00.421 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258] 07:22:00.421 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 on channel [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258] 07:22:00.423 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.423 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831] 07:22:00.423 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258] 07:22:00.423 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258] 07:22:00.423 [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: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831] 07:22:00.425 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.425 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831] 07:22:00.425 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831] 07:22:00.425 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 373, cap: 2048) frame detected: length 367 07:22:00.425 [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 07:22:00.426 [odl-netconf-client-6] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]) buffer PooledUnsafeDirectByteBuf(ridx: 0, widx: 1101, cap: 2048) frame detected: length 1095 07:22:00.426 [odl-netconf-client-6] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 07:22:00.426 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258] 07:22:00.426 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.427 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831] 07:22:00.427 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258] 07:22:00.427 [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='32831', transport='tcp', sessionIdentifier='client'} from Optional.empty 07:22:00.427 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.427 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 07:22:00.427 [netconf-device-simulator-threads-3] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258]} created 07:22:00.427 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831] 07:22:00.427 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258] successful with session NetconfServerSession{sessionId=3, channel=[id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258]} 07:22:00.427 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258]} up 07:22:00.427 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 07:22:00.427 [odl-netconf-client-6] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} created 07:22:00.428 [odl-netconf-client-6] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} should use exi. 07:22:00.429 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 07:22:00.430 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.431 [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} 07:22:00.431 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 07:22:00.432 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@45cc0dcd after next message 07:22:00.432 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x8076c3c2, L:/127.0.0.1:32831 - R:/127.0.0.1:56258]} EXI handlers added to pipeline 07:22:00.432 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 07:22:00.433 [netconf-device-simulator-threads-3] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@45cc0dcd 07:22:00.433 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 07:22:00.434 [odl-netconf-client-6] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@6e645b68 07:22:00.434 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} EXI handlers added to pipeline 07:22:00.434 [odl-netconf-client-6] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831] successful with session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} 07:22:00.434 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} up 07:22:00.434 [odl-netconf-client-6] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} went up 07:22:00.435 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message example-fw-2.3 07:22:00.439 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: example-fw-2.3 07:22:00.439 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.440 [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@10332995 07:22:00.440 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message The image example-fw-2.3 is being installed. 07:22:00.444 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: The image example-fw-2.3 is being installed. 07:22:00.444 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.444 [odl-netconf-client-6] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: The image example-fw-2.3 is being installed. 07:22:00.444 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 - R:/127.0.0.1:32831]} terminated, reason: Session closed 07:22:00.444 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x9ddd10d3, L:/127.0.0.1:56258 ! R:/127.0.0.1:32831] inactive. 07:22:00.445 [odl-netconf-client-6] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x9ddd10d3, L:/127.0.0.1:56258 ! R:/127.0.0.1:32831]} end of input detected while session was in state initialized 07:22:00.445 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 07:22:00.445 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x8076c3c2, L:/127.0.0.1:32831 ! R:/127.0.0.1:56258] inactive. 07:22:00.445 [netconf-device-simulator-threads-3] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x8076c3c2, L:/127.0.0.1:32831 ! R:/127.0.0.1:56258]} end of input detected while session was in state up 07:22:00.445 [netconf-device-simulator-threads-3] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=3, channel=[id: 0x8076c3c2, L:/127.0.0.1:32831 ! R:/127.0.0.1:56258]} down, reason: End of input 07:22:00.458 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} 07:22:00.458 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Underlay establishing, attaching SSH to TCPTransportChannel{channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244]} 07:22:00.459 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendIdentification(TransportServerSession[null@/127.0.0.1:53244]): SSH-2.0-SSHD-UNKNOWN 07:22:00.459 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - Client session created: TransportIoSession[local=/127.0.0.1:53244, remote=/127.0.0.1:35541] 07:22:00.459 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - ClientUserAuthService(TransportClientSession[null@/127.0.0.1:35541]) client methods: [password] 07:22:00.459 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - initializeProxyConnector(TransportClientSession[null@/127.0.0.1:35541]) no proxy to initialize 07:22:00.459 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendIdentification(TransportClientSession[null@/127.0.0.1:35541]): SSH-2.0-SSHD-UNKNOWN 07:22:00.460 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doReadIdentification(TransportServerSession[null@/127.0.0.1:53244]) line='SSH-2.0-SSHD-UNKNOWN' 07:22:00.460 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - readIdentification(TransportServerSession[null@/127.0.0.1:53244]) client version string: SSH-2.0-SSHD-UNKNOWN 07:22:00.461 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendKexInit(TransportServerSession[null@/127.0.0.1:53244]) Send SSH_MSG_KEXINIT 07:22:00.461 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53244]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=978 07:22:00.464 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendKexInit(TransportClientSession[null@/127.0.0.1:35541]) Send SSH_MSG_KEXINIT 07:22:00.464 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[null@/127.0.0.1:35541]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1358 07:22:00.465 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53244]) process #0 SSH_MSG_KEXINIT 07:22:00.465 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexInit(TransportServerSession[null@/127.0.0.1:53244]) SSH_MSG_KEXINIT 07:22:00.465 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doReadIdentification(TransportClientSession[username@/127.0.0.1:35541]) line='SSH-2.0-SSHD-UNKNOWN' 07:22:00.465 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - readIdentification(TransportClientSession[username@/127.0.0.1:35541]) Server version string: SSH-2.0-SSHD-UNKNOWN 07:22:00.465 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - negotiate(TransportServerSession[null@/127.0.0.1:53244]) strict KEX=true client=true server=true 07:22:00.465 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #0 SSH_MSG_KEXINIT 07:22:00.465 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexInit(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_KEXINIT 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: kex algorithms = sntrup761x25519-sha512 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: server host key algorithms = rsa-sha2-512 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: compression algorithms (client to server) = none 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setNegotiationResult(TransportServerSession[null@/127.0.0.1:53244]) Kex: compression algorithms (server to client) = none 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - negotiate(TransportClientSession[username@/127.0.0.1:35541]) strict KEX=true client=true server=true 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: kex algorithms = sntrup761x25519-sha512 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: server host key algorithms = rsa-sha2-512 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: encryption algorithms (client to server) = chacha20-poly1305@openssh.com 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: encryption algorithms (server to client) = chacha20-poly1305@openssh.com 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: compression algorithms (client to server) = none 07:22:00.466 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setNegotiationResult(TransportClientSession[username@/127.0.0.1:35541]) Kex: compression algorithms (server to client) = none 07:22:00.466 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 3 07:22:00.604 [odl-netconf-client-7] DEBUG o.o.n.s.sshd.client.kex.DHGClient - init(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:35541]] Send SSH_MSG_KEXDH_INIT 07:22:00.604 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #1 sending command=30[30] len=1195 07:22:00.605 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53244]) process #1 30 07:22:00.605 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:53244]] process command=SSH_MSG_KEXDH_INIT 07:22:00.605 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Key exchange completed on session 1 07:22:00.625 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.sshd.server.kex.DHGServer - next(DHGServer[sntrup761x25519-sha512])[TransportServerSession[null@/127.0.0.1:53244]] Send SSH_MSG_KEXDH_REPLY 07:22:00.625 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53244]) packet #1 sending command=31[31] len=1639 07:22:00.625 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleKexMessage(TransportServerSession[null@/127.0.0.1:53244])[sntrup761x25519-sha512] KEX processing complete after cmd=30 07:22:00.625 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - sendNewKeys(TransportServerSession[null@/127.0.0.1:53244]) Send SSH_MSG_NEWKEYS 07:22:00.625 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - prepareNewKeys(TransportServerSession[null@/127.0.0.1:53244]) session ID=8f:48:6d:cf:74:1b:52:b3:a2:a7:74:2b:7f:f2:1c:c4:48:14:9b:3a:c0:18:0c:73:a0:92:ea:bf:1f:63:76:f1:7f:40:61:da:ae:e3:ac:17:7f:41:5e:ad:02:64:bc:22:7f:f2:b5:b5:fe:87:c2:b8:c1:f4:ab:91:0d:51:6e:50 07:22:00.625 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53244]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 07:22:00.626 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:53244]): strict KEX resets output message sequence number from 3 to 0 07:22:00.626 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setOutputEncoding(TransportServerSession[null@/127.0.0.1:53244]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@336ff454; mac null; compression none[Deflater/-1]; blocks limit 134217728 07:22:00.626 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - collectExtensions(TransportServerSession[null@/127.0.0.1:53244])[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 07:22:00.626 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #1 31 07:22:00.626 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:53244])[NEWKEYS]: sending SSH_MSG_EXT_INFO with 1 info records 07:22:00.626 [odl-netconf-client-7] DEBUG o.o.n.s.sshd.client.kex.DHGClient - next(DHGClient[sntrup761x25519-sha512])[TransportClientSession[username@/127.0.0.1:35541]] process command=SSH_MSG_KEXDH_REPLY 07:22:00.626 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53244]) packet #0 sending command=7[7] len=419 07:22:00.626 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:53244]) No pending packets to flush at end of KEX 07:22:00.655 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setServerKey(TransportClientSession[username@/127.0.0.1:35541]) keyType=ssh-rsa, digest=SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A 07:22:00.655 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleKexMessage(TransportClientSession[username@/127.0.0.1:35541])[sntrup761x25519-sha512] KEX processing complete after cmd=31 07:22:00.655 [odl-netconf-client-7] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:35541 presented unverified RSA key: SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A 07:22:00.655 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - checkKeys(TransportClientSession[username@/127.0.0.1:35541]) key=ssh-rsa-SHA256:McR6rLy1Iw3bBAGysPQs6XDCgPHdlLab1IyqMVJmb7A, verified=true 07:22:00.655 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendNewKeys(TransportClientSession[username@/127.0.0.1:35541]) Send SSH_MSG_NEWKEYS 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - prepareNewKeys(TransportClientSession[username@/127.0.0.1:35541]) session ID=8f:48:6d:cf:74:1b:52:b3:a2:a7:74:2b:7f:f2:1c:c4:48:14:9b:3a:c0:18:0c:73:a0:92:ea:bf:1f:63:76:f1:7f:40:61:da:ae:e3:ac:17:7f:41:5e:ad:02:64:bc:22:7f:f2:b5:b5:fe:87:c2:b8:c1:f4:ab:91:0d:51:6e:50 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #2 sending command=21[SSH_MSG_NEWKEYS] len=1 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:35541]): strict KEX resets output message sequence number from 3 to 0 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setOutputEncoding(TransportClientSession[username@/127.0.0.1:35541]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@7019ba98; mac null; compression none[Deflater/-1]; blocks limit 134217728 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:35541]) No pending packets to flush at end of KEX 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #2 SSH_MSG_NEWKEYS 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleNewKeys(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 07:22:00.656 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53244]) process #2 SSH_MSG_NEWKEYS 07:22:00.656 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:35541]): strict KEX resets input message sequence number from 3 to 0 07:22:00.656 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleNewKeys(TransportServerSession[null@/127.0.0.1:53244]) SSH_MSG_NEWKEYS command=SSH_MSG_NEWKEYS 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - setInputEncoding(TransportClientSession[username@/127.0.0.1:35541]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@42b48ec8; mac null; compression none[Inflater/-1]; blocks limit 134217728 07:22:00.657 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:53244]): strict KEX resets input message sequence number from 3 to 0 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - sendInitialServiceRequest(TransportClientSession[username@/127.0.0.1:35541]) Send SSH_MSG_SERVICE_REQUEST for ssh-userauth 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #0 sending command=5[SSH_MSG_SERVICE_REQUEST] len=17 07:22:00.657 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - setInputEncoding(TransportServerSession[null@/127.0.0.1:53244]): cipher org.opendaylight.netconf.shaded.sshd.common.cipher.ChaCha20Cipher@6208498b; mac null; compression none[Inflater/-1]; blocks limit 134217728 07:22:00.657 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 3 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - New key established on session 1 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Authenticating session 1 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - auth(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #1 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=39 07:22:00.657 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53244]) process #0 SSH_MSG_SERVICE_REQUEST 07:22:00.657 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:53244]) SSH_MSG_SERVICE_REQUEST 'ssh-userauth' 07:22:00.657 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #0 7 07:22:00.657 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - ServerUserAuthService(TransportServerSession[null@/127.0.0.1:53244]) authorized authentication methods: password,publickey 07:22:00.658 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - handleServiceRequest(TransportServerSession[null@/127.0.0.1:53244]) Accepted service ssh-userauth 07:22:00.658 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): [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] 07:22:00.658 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): 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] 07:22:00.658 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53244]) packet #1 sending command=6[SSH_MSG_SERVICE_ACCEPT] len=17 07:22:00.658 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.k.e.DefaultClientKexExtensionHandler - handleServerSignatureAlgorithms(TransportClientSession[username@/127.0.0.1:35541]): 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] 07:22:00.658 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #1 SSH_MSG_SERVICE_ACCEPT 07:22:00.658 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - handleServiceAccept(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_SERVICE_ACCEPT service=ssh-userauth 07:22:00.659 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53244]) process #1 SSH_MSG_USERAUTH_REQUEST 07:22:00.659 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53244]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=none 07:22:00.659 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53244]) Authenticating user 'username' with service 'ssh-connection' and method 'none' (attempt 0 / 20) 07:22:00.659 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53244]) no authentication factory for method=none 07:22:00.659 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:53244]) SSH_MSG_USERAUTH_REQUEST 07:22:00.659 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationFailure(null@TransportServerSession[null@/127.0.0.1:53244]) remaining methods: password,publickey 07:22:00.659 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53244]) packet #2 sending command=51[SSH_MSG_USERAUTH_FAILURE] len=24 07:22:00.659 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #2 SSH_MSG_USERAUTH_FAILURE 07:22:00.659 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:35541]) Received SSH_MSG_USERAUTH_FAILURE - partial=false, methods=password,publickey 07:22:00.659 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) starting authentication mechanisms: client=[password], client index=0, server=[password, publickey] 07:22:00.660 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) attempting method=password 07:22:00.660 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - sendPassword(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for password - modified=false 07:22:00.660 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #2 sending command=50[SSH_MSG_USERAUTH_REQUEST] len=56 07:22:00.660 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - tryNext(TransportClientSession[username@/127.0.0.1:35541]) successfully processed initial buffer by method=password 07:22:00.660 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[null@/127.0.0.1:53244]) process #2 SSH_MSG_USERAUTH_REQUEST 07:22:00.660 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53244]) Received SSH_MSG_USERAUTH_REQUEST user=username, service=ssh-connection, method=password 07:22:00.660 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleUserAuthRequestMessage(TransportServerSession[null@/127.0.0.1:53244]) Authenticating user 'username' with service 'ssh-connection' and method 'password' (attempt 1 / 20) 07:22:00.660 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.a.p.UserAuthPassword - checkPassword(TransportServerSession[null@/127.0.0.1:53244]) authentication result: true 07:22:00.660 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerUserAuthService - handleAuthenticationSuccess(username@TransportServerSession[null@/127.0.0.1:53244]) SSH_MSG_USERAUTH_REQUEST 07:22:00.660 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.c.k.e.DefaultServerKexExtensionHandler - sendKexExtensions(TransportServerSession[null@/127.0.0.1:53244])[AUTHOK]: no extension info; skipping sending SSH_MSG_EXT_INFO 07:22:00.661 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[null@/127.0.0.1:53244]) packet #3 sending command=52[SSH_MSG_USERAUTH_SUCCESS] len=1 07:22:00.661 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 3 successful 07:22:00.661 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.transport.ssh.SSHServer - Awaiting "netconf" subsystem on session 3 07:22:00.661 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53244]) no heartbeat to stop 07:22:00.661 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - startHeartbeat(TransportServerSession[username@/127.0.0.1:53244]) heartbeat type=IGNORE, interval=PT30S 07:22:00.662 [netconf-device-simulator-threads-5] INFO o.o.n.t.ssh.TransportServerSession - Session username@/127.0.0.1:53244 authenticated 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #3 SSH_MSG_USERAUTH_SUCCESS 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientUserAuthService - processUserAuth(TransportClientSession[username@/127.0.0.1:35541]) SSH_MSG_USERAUTH_SUCCESS Succeeded with password 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.a.p.UserAuthPassword - destroy(TransportClientSession[username@/127.0.0.1:35541])[ssh-connection] 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Authentication on session 1 successful 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Opening "netconf" subsystem on session 1 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - init() service=ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]] session=TransportClientSession[username@/127.0.0.1:35541] id=0 07:22:00.662 [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:35541][netconf])) size=2097152, max=2097152, packet=32768 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - registerChannel(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]])[id=0, registered=true] TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf] 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - createSubsystemChannel(TransportClientSession[username@/127.0.0.1:35541])[netconf] created id=0 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Opening client subsystem "netconf" 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - open(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf]) Send SSH_MSG_CHANNEL_OPEN - type=session 07:22:00.662 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #3 sending command=90[SSH_MSG_CHANNEL_OPEN] len=24 07:22:00.663 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) no heartbeat to stop 07:22:00.663 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - startHeartbeat(TransportClientSession[username@/127.0.0.1:35541]) heartbeat type=IGNORE, interval=PT30S 07:22:00.663 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Session 1 authenticated 07:22:00.663 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53244]) process #3 SSH_MSG_CHANNEL_OPEN 07:22:00.663 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - channelOpen(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53244]]) SSH_MSG_CHANNEL_OPEN sender=0, type=session, window-size=2097152, packet-size=32768 07:22:00.663 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - init() service=ServerConnectionService[TransportServerSession[username@/127.0.0.1:53244]] session=TransportServerSession[username@/127.0.0.1:53244] id=0 07:22:00.663 [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:53244])) size=2097152, max=2097152, packet=32768 07:22:00.663 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - registerChannel(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53244]])[id=0, registered=true] TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:53244] 07:22:00.663 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - setRecipient(TransportChannelSession[id=0, recipient=-1]-TransportServerSession[username@/127.0.0.1:53244]) recipient=0 07:22:00.663 [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:53244])) size=2097152, max=2097152, packet=32768 07:22:00.663 [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:53244])) re-initializing 07:22:00.663 [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:53244])) size=2097152, max=2097152, packet=32768 07:22:00.664 [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:53244]) send SSH_MSG_CHANNEL_OPEN_CONFIRMATION recipient=0, sender=0, window-size=2097152, packet-size=32768 07:22:00.664 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #4 sending command=91[SSH_MSG_CHANNEL_OPEN_CONFIRMATION] len=17 07:22:00.664 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #4 SSH_MSG_CHANNEL_OPEN_CONFIRMATION 07:22:00.664 [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:35541][netconf]) SSH_MSG_CHANNEL_OPEN_CONFIRMATION sender=0, window-size=2097152, packet-size=32768 07:22:00.664 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - setRecipient(TransportClientSubsystem[id=0, recipient=-1]-TransportClientSession[username@/127.0.0.1:35541][netconf]) recipient=0 07:22:00.664 [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:35541][netconf])) size=2097152, max=2097152, packet=32768 07:22:00.664 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - doOpen(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_REQUEST subsystem=netconf 07:22:00.664 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - addPendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) request=subsystem, pending=Tue Dec 03 07:22:00 UTC 2024 07:22:00.664 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #4 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=30 07:22:00.664 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53244]) process #4 SSH_MSG_CHANNEL_REQUEST 07:22:00.665 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleChannelRequest(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) SSH_MSG_CHANNEL_REQUEST subsystem wantReply=true 07:22:00.665 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleSubsystem(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244])[want-reply=true] subsystem=netconf 07:22:00.665 [odl-netconf-client-7] DEBUG o.o.netconf.transport.ssh.SSHClient - Opened "netconf" subsystem on session 1 07:22:00.665 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 1 07:22:00.665 [odl-netconf-client-7] DEBUG o.o.n.c.ClientTransportChannelListener - Initializing established transport SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]}} 07:22:00.665 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - prepareChannelCommand(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244])[subsystem] prepared command 07:22:00.665 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.transport.ssh.SSHServer - Established "netconf" subsystem on session 3 07:22:00.665 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Established transport on session 3 07:22:00.665 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.ServerTransportInitializer - Transport channel SSHTransportChannel{underlay=TCPTransportChannel{channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244]}} established 07:22:00.665 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541] 07:22:00.666 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Starting session negotiation on channel [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244] 07:22:00.665 [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: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541] 07:22:00.666 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Sending negotiation proposal urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 on channel [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244] 07:22:00.667 [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:35541][netconf]) by 373 down to 2096779 07:22:00.667 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=382 07:22:00.667 [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:53244]) by 1101 down to 2096051 07:22:00.667 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #5 sending command=94[SSH_MSG_CHANNEL_DATA] len=1110 07:22:00.667 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.667 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541] 07:22:00.667 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541] 07:22:00.667 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.codec.XMLMessageWriter@3dd9ac56 07:22:00.667 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : IDLE to : OPEN_WAIT for channel: [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244] 07:22:00.667 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Session negotiation started on channel [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244] 07:22:00.667 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) request=subsystem result=ReplySuccess, want-reply=true 07:22:00.667 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #6 sending command=99[SSH_MSG_CHANNEL_SUCCESS] len=5 07:22:00.668 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendResponse(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) request=subsystem activate command 07:22:00.668 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - start(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) starting runner for command=netconf 07:22:00.668 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53244]) process #5 SSH_MSG_CHANNEL_DATA 07:22:00.668 [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:53244]) by 373 down to 2096779 07:22:00.668 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) SSH_MSG_CHANNEL_DATA len=373 07:22:00.668 [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:53244] 07:22:00.668 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 373, cap: 373/373) frame detected: length 367 07:22:00.668 [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 07:22:00.669 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244] 07:22:00.669 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.669 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244] 07:22:00.669 [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='35541', transport='tcp', sessionIdentifier='client'} from Optional.empty 07:22:00.669 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 07:22:00.669 [netconf-device-simulator-threads-5] DEBUG o.o.n.server.NetconfServerSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244]} created 07:22:00.669 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244] successful with session NetconfServerSession{sessionId=3, channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244]} 07:22:00.669 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244]} up 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #5 SSH_MSG_CHANNEL_DATA 07:22:00.670 [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:35541][netconf]) by 1101 down to 2096051 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=1101 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 1101 bytes of data 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.netconf.codec.EOMFrameDecoder - Context ChannelHandlerContext(frameDecoder, [id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]) buffer UnpooledHeapByteBuf(ridx: 0, widx: 1101, cap: 1101/1101) frame detected: length 1095 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.n.n.h.HelloXMLMessageDecoder - Parsing message urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15 urn:ietf:params:netconf:capability:notification:1.0 urn:opendaylight:params:xml:ns:yang:netconf:monitoring?module=odl-netconf-monitoring&revision=2022-07-18 urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04 urn:ietf:params:netconf:capability:exi:1.0 urn:ietf:params:netconf:capability:candidate:1.0 urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15 urn:ietf:params:netconf:base:1.1 urn:ietf:params:netconf:base:1.0 3 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation read invoked on channel [id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541] 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched framing to FramingSupport{mechanism=CHUNK, chunkSize=8192} 07:22:00.670 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Changing state from : OPEN_WAIT to : ESTABLISHED for channel: [id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541] 07:22:00.671 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session SessionIdType{value=3} created 07:22:00.671 [odl-netconf-client-7] DEBUG o.o.n.client.NetconfClientSession - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} created 07:22:00.671 [odl-netconf-client-7] DEBUG o.o.n.c.NetconfClientSessionNegotiator - Netconf session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} should use exi. 07:22:00.671 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #6 SSH_MSG_CHANNEL_SUCCESS 07:22:00.671 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - removePendingRequest(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) request=subsystem, pending=Tue Dec 03 07:22:00 UTC 2024 07:22:00.671 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleSuccess(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) subsystem=netconf, pending since=Tue Dec 03 07:22:00 UTC 2024 07:22:00.672 [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:35541][netconf]) by 393 down to 2096386 07:22:00.672 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #6 sending command=94[SSH_MSG_CHANNEL_DATA] len=402 07:22:00.672 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53244]) process #6 SSH_MSG_CHANNEL_DATA 07:22:00.672 [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:53244]) by 393 down to 2096386 07:22:00.672 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) SSH_MSG_CHANNEL_DATA len=393 07:22:00.672 [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:53244] 07:22:00.673 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: byte-aligned 07:22:00.673 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.674 [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} 07:22:00.674 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.m.operations.DefaultStartExi - Received start-exi message byte-aligned 07:22:00.675 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switching to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@353a2f5 after next message 07:22:00.675 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 - R:/127.0.0.1:53244]} EXI handlers added to pipeline 07:22:00.675 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message 07:22:00.675 [netconf-device-simulator-threads-5] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@353a2f5 07:22:00.675 [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:53244]) by 179 down to 2095872 07:22:00.675 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=188 07:22:00.676 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="default-start-exi" 07:22:00.676 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #7 SSH_MSG_CHANNEL_DATA 07:22:00.676 [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:35541][netconf]) by 179 down to 2095872 07:22:00.676 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=179 07:22:00.676 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 179 bytes of data 07:22:00.677 [odl-netconf-client-7] DEBUG o.o.netconf.codec.MessageEncoder - Switched writer to org.opendaylight.netconf.nettyutil.handler.EXIMessageWriter@30379c15 07:22:00.677 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfExiSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} EXI handlers added to pipeline 07:22:00.677 [odl-netconf-client-7] DEBUG o.o.n.n.NetconfSessionNegotiator - Negotiation on channel [id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541] successful with session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} 07:22:00.677 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} up 07:22:00.677 [odl-netconf-client-7] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} went up 07:22:00.677 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Sending message example-fw-2.3 07:22:00.678 [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:35541][netconf]) by 311 down to 2096075 07:22:00.679 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - encode(TransportClientSession[username@/127.0.0.1:35541]) packet #7 sending command=94[SSH_MSG_CHANNEL_DATA] len=320 07:22:00.679 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - doHandleMessage(TransportServerSession[username@/127.0.0.1:53244]) process #7 SSH_MSG_CHANNEL_DATA 07:22:00.679 [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:53244]) by 311 down to 2096075 07:22:00.679 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - handleData(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) SSH_MSG_CHANNEL_DATA len=311 07:22:00.679 [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:53244] 07:22:00.680 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: example-fw-2.3 07:22:00.680 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.681 [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@4a4462 07:22:00.681 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Responding with message The image example-fw-2.3 is being installed. 07:22:00.682 [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:53244]) by 319 down to 2095553 07:22:00.683 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #8 sending command=94[SSH_MSG_CHANNEL_DATA] len=328 07:22:00.683 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - doHandleMessage(TransportClientSession[username@/127.0.0.1:35541]) process #8 SSH_MSG_CHANNEL_DATA 07:22:00.683 [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:35541][netconf]) by 319 down to 2095553 07:22:00.683 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - handleData(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) SSH_MSG_CHANNEL_DATA len=319 07:22:00.683 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - Forwarding 319 bytes of data 07:22:00.683 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Finished sending response message-id="101" 07:22:00.684 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Message was received: The image example-fw-2.3 is being installed. 07:22:00.684 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - handling incoming message 07:22:00.684 [odl-netconf-client-7] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - New message arrived: The image example-fw-2.3 is being installed. 07:22:00.685 [main] DEBUG o.o.n.c.SimpleNetconfClientSessionListener - Client Session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 - R:/127.0.0.1:35541]} terminated, reason: Session closed 07:22:00.689 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) Closing immediately 07:22:00.689 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf]) no EOF sent 07:22:00.689 [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:35541][netconf]) 07:22:00.689 [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:35541][netconf]) 07:22:00.690 [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:35541][netconf]] cmd=SSH_MSG_CHANNEL_DATA) Closing immediately 07:22:00.690 [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:35541][netconf]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] closed 07:22:00.690 [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:35541][netconf]]) Closing immediately 07:22:00.690 [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:35541][netconf]])[Immediately] closed 07:22:00.690 [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:35541][netconf]]) Closing immediately 07:22:00.690 [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:35541][netconf]])[Immediately] closed 07:22:00.690 [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:35541][netconf])[immediately=true] processing 07:22:00.695 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - onExit(TransportServerSession[username@/127.0.0.1:53244])[TransportServerSubsystem[netconf]] exiting - value=0, message= 07:22:00.695 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - closeShell(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) exit code=0, immediate=false 07:22:00.695 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendEof(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) SSH_MSG_CHANNEL_EOF (state=Opened) 07:22:00.695 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #9 sending command=96[SSH_MSG_CHANNEL_EOF] len=5 07:22:00.695 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - sendExitStatus(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) SSH_MSG_CHANNEL_REQUEST exit-status=0 07:22:00.695 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #10 sending command=98[SSH_MSG_CHANNEL_REQUEST] len=25 07:22:00.695 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) Closing gracefully 07:22:00.696 [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:53244]) 07:22:00.696 [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:53244]) 07:22:00.696 [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:53244]] cmd=SSH_MSG_CHANNEL_DATA) Closing gracefully 07:22:00.696 [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:53244]] cmd=SSH_MSG_CHANNEL_DATA][Graceful] - operationComplete() closed 07:22:00.696 [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:53244]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA) Closing gracefully 07:22:00.696 [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:53244]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA][Graceful] - operationComplete() closed 07:22:00.696 [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:53244])[immediately=false] processing 07:22:00.696 [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:53244])[immediately=false] send SSH_MSG_CHANNEL_CLOSE 07:22:00.696 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - encode(TransportServerSession[username@/127.0.0.1:53244]) packet #11 sending command=97[SSH_MSG_CHANNEL_CLOSE] len=5 07:22:00.696 [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:53244]])[immediately=false] failed (StacklessClosedChannelException) to write SSH_MSG_CHANNEL_CLOSE on channel: null 07:22:00.696 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) Closing immediately 07:22:00.696 [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:53244]] cmd=SSH_MSG_CHANNEL_DATA)[Immediately] state already Closed 07:22:00.696 [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:53244]] cmd=SSH_MSG_CHANNEL_EXTENDED_DATA)[Immediately] state already Closed 07:22:00.696 [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:53244])[immediately=true] processing 07:22:00.696 [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:53244]) result=TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244] 07:22:00.696 [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@7c24c608) signal close complete immediately=true 07:22:00.696 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSubsystem - destroy(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244])[TransportServerSubsystem[netconf]] - shutdown executor service - runners count=0 07:22:00.696 [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@1cbcbd32) signal close complete immediately=true 07:22:00.696 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - close(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244])[Immediately] closed 07:22:00.696 [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:53244]) result=null 07:22:00.696 [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@481aa119) signal close complete immediately=false 07:22:00.697 [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@27ffad16) signal close complete immediately=false 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportChannelSession - onExit(TransportChannelSession[id=0, recipient=0]-TransportServerSession[username@/127.0.0.1:53244]) code=0 message='' shell closed 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:53244]) Closing immediately 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 3 closed 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53244]]) Closing immediately 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53244]) stopping 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - stopHeartBeat(TransportServerSession[username@/127.0.0.1:53244]) stopped 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.s.s.s.ServerConnectionService - close(ServerConnectionService[TransportServerSession[username@/127.0.0.1:53244]])[Immediately] closed 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.s.T.0.0.1:35541] - close(TransportIoSession[local=/127.0.0.1:35541, remote=/127.0.0.1:53244]) Closing immediately 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.s.T.0.0.1:35541] - close(TransportIoSession[local=/127.0.0.1:35541, remote=/127.0.0.1:53244])[Immediately] closed 07:22:00.697 [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@7d312b67) signal close complete immediately=true 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.t.ssh.TransportServerSession - close(TransportServerSession[username@/127.0.0.1:53244])[Immediately] closed 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x086d7fe7, L:/127.0.0.1:35541 ! R:/127.0.0.1:53244] inactive. 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfServerSession{sessionId=3, channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 ! R:/127.0.0.1:53244]} end of input detected while session was in state up 07:22:00.697 [netconf-device-simulator-threads-5] DEBUG o.o.n.s.NetconfServerSessionListener - Session NetconfServerSession{sessionId=3, channel=[id: 0x086d7fe7, L:/127.0.0.1:35541 ! R:/127.0.0.1:53244]} down, reason: End of input 07:22:00.690 [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:35541][netconf]) result=TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf] 07:22:00.702 [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@6586ce47) signal close complete immediately=true 07:22:00.702 [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@265d6b43) signal close complete immediately=true 07:22:00.703 [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@30f2c305) signal close complete immediately=true 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541]) Closing immediately 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - signalAuthFailure(TransportClientSession[username@/127.0.0.1:35541]) type=SshException, signalled=false, first=false: Session is being closed 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.SSHTransportStack - Session 1 closed 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]]) Closing immediately 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) stopping 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - stopHeartBeat(TransportClientSession[username@/127.0.0.1:35541]) stopped 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.s.s.c.s.ClientConnectionService - close(ClientConnectionService[TransportClientSession[username@/127.0.0.1:35541]])[Immediately] closed 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.s.T.0.0.1:53244] - close(TransportIoSession[local=/127.0.0.1:53244, remote=/127.0.0.1:35541]) Closing immediately 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.s.T.0.0.1:53244] - close(TransportIoSession[local=/127.0.0.1:53244, remote=/127.0.0.1:35541])[Immediately] closed 07:22:00.703 [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@302d420e) signal close complete immediately=true 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541])[Immediately] closed 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSubsystem - close(TransportClientSubsystem[id=0, recipient=0]-TransportClientSession[username@/127.0.0.1:35541][netconf])[Immediately] closed 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.t.ssh.TransportClientSession - close(TransportClientSession[username@/127.0.0.1:35541])[Immediately] state already Closed 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Channel [id: 0x540bd8b6, L:/127.0.0.1:53244 ! R:/127.0.0.1:35541] inactive. 07:22:00.703 [odl-netconf-client-7] DEBUG o.o.n.n.AbstractNetconfSession - Session NetconfClientSession{sessionId=3, channel=[id: 0x540bd8b6, L:/127.0.0.1:53244 ! R:/127.0.0.1:35541]} end of input detected while session was in state initialized 07:22:00.708 [main] INFO o.o.n.c.impl.DefaultNetconfTimer - NETCONF timer stopped