08:21:14.646 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:14.646 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 08:21:14.651 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:14.651 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 08:21:14.653 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 08:21:14.653 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 08:21:14.654 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 08:21:14.654 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:14.655 [main] INFO o.o.n.c.m.i.DefaultSchemaResourceManager - Schema Resource Manager instantiated on /tmp/junit-1390486927488454005/schema 08:21:14.747 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:14.748 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 35431 08:21:14.748 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Loading models from classpath. 08:21:14.772 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using MdsalOperationProvider. 08:21:14.775 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 35431 to 35431 08:21:14.984 [netconf-timer-24] WARN io.netty.util.HashedWheelTimer - An exception was thrown by TimerTask. java.util.concurrent.RejectedExecutionException: event executor terminated at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:1134) at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:413) at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:406) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:1036) at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:1002) at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:992) at org.opendaylight.netconf.nettyutil.NetconfSessionNegotiator.lambda$start$1(NetconfSessionNegotiator.java:186) at io.netty.util.HashedWheelTimer$HashedWheelTimeout.run(HashedWheelTimer.java:717) at io.netty.util.concurrent.ImmediateExecutor.execute(ImmediateExecutor.java:34) at io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:705) at io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:791) at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:501) at java.base/java.lang.VirtualThread.run(VirtualThread.java:329) 08:21:15.174 [/127.0.0.1:39668-http-server-req-0] INFO o.o.n.t.spi.AbstractNetconfTopology - Connecting RemoteDevice{Uri{value=device-sim}}, with config Node{nodeId=Uri{value=device-sim}, netconfNode=NetconfNode{actorResponseWaitTime=5, backoffJitter=0.1, backoffMultiplier=1.5, concurrentRpcLimit=0, connectionTimeoutMillis=20000, credentials=***, defaultRequestTimeoutMillis=60000, host=Host{ipAddress=IpAddress{ipv4Address=Ipv4Address{value=127.0.0.1}}}, keepaliveDelay=120, lockDatastore=true, maxBackoffMillis=1800000, maxConnectionAttempts=0, minBackoffMillis=2000, port=PortNumber{value=35431}, reconnectOnChangedSchema=false, schemaCacheDirectory=schema, schemaless=false, tcpOnly=false}} 08:21:15.199 [/127.0.0.1:39668-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Adding keepalive facade, for device Uri{value=device-sim} 08:21:15.199 [/127.0.0.1:39668-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Concurrent rpc limit is smaller than 1, no limit will be enforced for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:35431] 08:21:15.474 [netconf-netty-e2e-0] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:35431 presented unverified RSA key: SHA256:uAgbFTa9lnOBbXEECnhuUNpkFja0OPKa9E01fX+Gn2U 08:21:15.476 [netconf-netty-e2e-0] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.buffer.AdaptiveByteBufAllocator.newDirectBuffer(AdaptiveByteBufAllocator.java:67) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:168) io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:159) io.netty.buffer.AbstractByteBufAllocator.ioBuffer(AbstractByteBufAllocator.java:120) io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.allocate(DefaultMaxMessagesRecvByteBufAllocator.java:120) io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:160) io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445) io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388) io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596) io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:571) io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:512) io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484) io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1204) io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) java.base/java.lang.Thread.run(Thread.java:1583) 08:21:15.477 [netconf-device-simulator-threads-1] INFO o.o.n.t.ssh.TransportServerSession - Session device-username@/127.0.0.1:42990 authenticated 08:21:15.586 [topology-schema-assembler-69] INFO o.o.n.c.mdsal.spi.AbstractDataStore - Initialize Candidate data-store operations for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:35431] 08:21:15.598 [topology-schema-assembler-69] INFO o.o.n.client.mdsal.NetconfDevice - RemoteDeviceId[name=device-sim, address=/127.0.0.1:35431]: Netconf connector initialized successfully 08:21:17.632 [netconf-netty-e2e-0] INFO o.o.n.c.m.NetconfDeviceCommunicator - RemoteDeviceId[name=device-sim, address=/127.0.0.1:35431]: Session went down: End of input 08:21:17.637 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 08:21:17.637 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 08:21:17.637 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 08:21:17.643 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:17.643 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 08:21:17.650 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:17.650 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 08:21:17.652 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 08:21:17.652 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 08:21:17.653 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 08:21:17.653 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:17.654 [main] INFO o.o.n.c.m.i.DefaultSchemaResourceManager - Schema Resource Manager instantiated on /tmp/junit-11785782039021199375/schema 08:21:17.657 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:17.658 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 41423 08:21:17.658 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Loading models from classpath. 08:21:17.694 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using MdsalOperationProvider. 08:21:17.697 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 41423 to 41423 08:21:18.011 [/127.0.0.1:59002-http-server-req-0] INFO o.o.n.t.spi.AbstractNetconfTopology - Connecting RemoteDevice{Uri{value=device-sim}}, with config Node{nodeId=Uri{value=device-sim}, netconfNode=NetconfNode{actorResponseWaitTime=5, backoffJitter=0.1, backoffMultiplier=1.5, concurrentRpcLimit=0, connectionTimeoutMillis=20000, credentials=***, defaultRequestTimeoutMillis=60000, host=Host{ipAddress=IpAddress{ipv4Address=Ipv4Address{value=127.0.0.1}}}, keepaliveDelay=120, lockDatastore=true, maxBackoffMillis=1800000, maxConnectionAttempts=0, minBackoffMillis=2000, port=PortNumber{value=41423}, reconnectOnChangedSchema=false, schemaCacheDirectory=schema, schemaless=false, tcpOnly=false}} 08:21:18.012 [/127.0.0.1:59002-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Adding keepalive facade, for device Uri{value=device-sim} 08:21:18.012 [/127.0.0.1:59002-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Concurrent rpc limit is smaller than 1, no limit will be enforced for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:41423] 08:21:18.357 [netconf-netty-e2e-2] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:41423 presented unverified RSA key: SHA256:S5qbmBwMZxr3ysQTdu9IOvVODXwdi8xSOO7IL7bhlDI 08:21:18.360 [netconf-device-simulator-threads-1] INFO o.o.n.t.ssh.TransportServerSession - Session device-username@/127.0.0.1:45464 authenticated 08:21:18.464 [topology-schema-assembler-74] INFO o.o.n.c.mdsal.spi.AbstractDataStore - Initialize Candidate data-store operations for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:41423] 08:21:18.467 [topology-schema-assembler-74] INFO o.o.n.client.mdsal.NetconfDevice - RemoteDeviceId[name=device-sim, address=/127.0.0.1:41423]: Netconf connector initialized successfully 08:21:19.222 [netconf-netty-e2e-2] INFO o.o.n.c.m.NetconfDeviceCommunicator - RemoteDeviceId[name=device-sim, address=/127.0.0.1:41423]: Session went down: End of input 08:21:19.227 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 08:21:19.227 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 08:21:19.227 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 08:21:19.233 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:19.234 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 08:21:19.242 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:19.243 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 08:21:19.245 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 08:21:19.245 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 08:21:19.246 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 08:21:19.246 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:19.247 [main] INFO o.o.n.c.m.i.DefaultSchemaResourceManager - Schema Resource Manager instantiated on /tmp/junit-7126135708082609001/schema 08:21:19.252 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:19.252 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 36515 08:21:19.252 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Loading models from classpath. 08:21:19.291 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using MdsalOperationProvider. 08:21:19.292 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 36515 to 36515 08:21:19.605 [/127.0.0.1:57300-http-server-req-0] INFO o.o.n.t.spi.AbstractNetconfTopology - Connecting RemoteDevice{Uri{value=device-sim}}, with config Node{nodeId=Uri{value=device-sim}, netconfNode=NetconfNode{actorResponseWaitTime=5, backoffJitter=0.1, backoffMultiplier=1.5, concurrentRpcLimit=0, connectionTimeoutMillis=20000, credentials=***, defaultRequestTimeoutMillis=60000, host=Host{ipAddress=IpAddress{ipv4Address=Ipv4Address{value=127.0.0.1}}}, keepaliveDelay=120, lockDatastore=true, maxBackoffMillis=1800000, maxConnectionAttempts=0, minBackoffMillis=2000, port=PortNumber{value=36515}, reconnectOnChangedSchema=false, schemaCacheDirectory=schema, schemaless=false, tcpOnly=false}} 08:21:19.607 [/127.0.0.1:57300-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Adding keepalive facade, for device Uri{value=device-sim} 08:21:19.607 [/127.0.0.1:57300-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Concurrent rpc limit is smaller than 1, no limit will be enforced for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:36515] 08:21:19.938 [netconf-netty-e2e-4] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:36515 presented unverified RSA key: SHA256:cugDgLIP+JteGQDGHQDiK1xK2ezXZ3X0DdqbeJwMmPA 08:21:19.940 [netconf-device-simulator-threads-1] INFO o.o.n.t.ssh.TransportServerSession - Session device-username@/127.0.0.1:54458 authenticated 08:21:20.094 [topology-schema-assembler-79] INFO o.o.n.c.mdsal.spi.AbstractDataStore - Initialize Candidate data-store operations for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:36515] 08:21:20.097 [topology-schema-assembler-79] INFO o.o.n.client.mdsal.NetconfDevice - RemoteDeviceId[name=device-sim, address=/127.0.0.1:36515]: Netconf connector initialized successfully 08:21:20.615 [netconf-netty-e2e-4] INFO o.o.n.c.m.NetconfDeviceCommunicator - RemoteDeviceId[name=device-sim, address=/127.0.0.1:36515]: Session went down: End of input 08:21:20.620 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 08:21:20.620 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 08:21:20.620 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped 08:21:20.626 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:20.626 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router started 08:21:20.633 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router started 08:21:20.633 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership acquired – will write OPERATIONAL view 08:21:20.635 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with service class org.opendaylight.restconf.server.mdsal.MdsalRestconfServer 08:21:20.635 [main] INFO o.o.r.s.RestconfTransportChannelListener - Initialized with base path: /rests, default encoding: JSON, default pretty print: false 08:21:20.636 [main] INFO o.o.restconf.server.NettyEndpoint - HTTP/3 is disabled because transport is not configured 08:21:20.636 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:20.637 [main] INFO o.o.n.c.m.i.DefaultSchemaResourceManager - Schema Resource Manager instantiated on /tmp/junit-17469636817997583282/schema 08:21:20.641 [main] INFO o.o.n.common.impl.NettyNetconfTimer - NETCONF timer started 08:21:20.642 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 45107 08:21:20.642 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Loading models from classpath. 08:21:20.680 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - using SimulatedOperationProvider. 08:21:20.682 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 45107 to 45107 08:21:20.995 [/127.0.0.1:38878-http-server-req-0] INFO o.o.n.t.spi.AbstractNetconfTopology - Connecting RemoteDevice{Uri{value=device-sim}}, with config Node{nodeId=Uri{value=device-sim}, netconfNode=NetconfNode{actorResponseWaitTime=5, backoffJitter=0.1, backoffMultiplier=1.5, concurrentRpcLimit=0, connectionTimeoutMillis=20000, credentials=***, defaultRequestTimeoutMillis=60000, host=Host{ipAddress=IpAddress{ipv4Address=Ipv4Address{value=127.0.0.1}}}, keepaliveDelay=120, lockDatastore=true, maxBackoffMillis=1800000, maxConnectionAttempts=0, minBackoffMillis=2000, port=PortNumber{value=45107}, reconnectOnChangedSchema=false, schemaCacheDirectory=schema, schemaless=false, tcpOnly=false}} 08:21:20.996 [/127.0.0.1:38878-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Adding keepalive facade, for device Uri{value=device-sim} 08:21:20.996 [/127.0.0.1:38878-http-server-req-0] INFO o.o.n.t.spi.NetconfNodeHandler - Concurrent rpc limit is smaller than 1, no limit will be enforced for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:45107] 08:21:21.290 [netconf-netty-e2e-6] WARN o.o.n.s.s.c.k.AcceptAllServerKeyVerifier - Server at /127.0.0.1:45107 presented unverified RSA key: SHA256:Ccf7BgNUPabh/nrpnTJULxJ/EZrxT3cTmQswfryEA5U 08:21:21.293 [netconf-device-simulator-threads-1] INFO o.o.n.t.ssh.TransportServerSession - Session device-username@/127.0.0.1:38130 authenticated 08:21:21.392 [netconf-device-simulator-threads-1] INFO o.o.n.t.t.r.RpcHandlerDefault - getResponse: XmlElement{name='get', namespace='urn:ietf:params:xml:ns:netconf:base:1.0'} 08:21:21.460 [topology-schema-assembler-84] INFO o.o.n.c.mdsal.spi.AbstractDataStore - Initialize Candidate data-store operations for device RemoteDeviceId[name=device-sim, address=/127.0.0.1:45107] 08:21:21.462 [topology-schema-assembler-84] INFO o.o.n.client.mdsal.NetconfDevice - RemoteDeviceId[name=device-sim, address=/127.0.0.1:45107]: Netconf connector initialized successfully 08:21:21.909 [netconf-device-simulator-threads-1] INFO o.o.n.t.t.r.RpcHandlerDefault - getResponse: XmlElement{name='create-subscription', namespace='urn:ietf:params:xml:ns:netconf:notification:1.0'} 08:21:22.411 [restconf-netty-e2e-0] INFO o.o.n.t.http.ClientHttp1SseService - Client SSE enabled on channel [id: 0xac39aecd, L:/127.0.0.1:38918 - R:/127.0.0.1:42649] 08:21:24.026 [netconf-netty-e2e-6] INFO o.o.n.c.m.NetconfDeviceCommunicator - RemoteDeviceId[name=device-sim, address=/127.0.0.1:45107]: Session went down: End of input 08:21:24.033 [main] INFO o.o.r.s.m.MdsalRestconfStreamRegistry - Cluster leadership lost – stop writing OPERATIONAL view 08:21:24.033 [main] INFO o.o.m.d.broker.DOMNotificationRouter - DOM Notification Router stopped 08:21:24.033 [main] INFO o.o.mdsal.dom.broker.DOMRpcRouter - DOM RPC/Action router stopped