SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@25be445f] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@5d1b1c2a] 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@25be445f] 16:03:27.512 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 16:03:27.516 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 16:03:27.516 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 16:03:27.572 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 16:03:27.573 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 17 16:03:27.574 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 16:03:27.574 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.copyMemory: available 16:03:27.575 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.storeFence: available 16:03:27.576 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 16:03:27.576 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 16:03:27.577 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 16:03:27.578 [main] DEBUG io.netty.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 @1ffaf86 16:03:27.579 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 16:03:27.579 [main] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 16:03:27.579 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 16:03:27.579 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 16:03:27.582 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes 16:03:27.582 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.uninitializedArrayAllocationThreshold: -1 16:03:27.583 [main] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 16:03:27.583 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 16:03:27.595 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 16:03:27.595 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.deleteLibAfterLoading: true 16:03:27.595 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.tryPatchShadedId: true 16:03:27.595 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.detectNativeLibraryDuplicates: true 16:03:27.609 [main] DEBUG io.netty.util.internal.NativeLibraryLoader -- Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_6415771323993562193425.so 16:03:27.619 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 16:03:27.619 [main] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 16:03:27.622 [main] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 16:03:27.624 [main] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 128 16:03:27.633 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 16 16:03:27.654 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 16:03:27.699 [main] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 16:03:27.814 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 16:03:27.815 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 16 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 16 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 16:03:27.821 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 16:03:27.845 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 44618 (auto-detected) 16:03:27.847 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: 02:42:d4:ff:fe:9c:bf:bc (auto-detected) 16:03:27.884 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: pooled 16:03:27.885 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 16:03:27.885 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 16:03:27.890 [Time-limited test] DEBUG io.netty.bootstrap.ChannelInitializerExtensions -- -Dio.netty.bootstrap.extensions: null 16:03:27.897 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Initiated BMP server at /0.0.0.0:30771. 16:03:27.927 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@5e9d8d6d(incomplete) at /127.198.59.147:30771. 16:03:27.953 [bmp-worker-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.198.59.147:30771 <-> /127.0.0.1:35144. 16:03:27.953 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Connection AbstractBootstrap$PendingRegistrationPromise@5e9d8d6d(success) succeeded! 16:03:27.954 [bmp-worker-0] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.0.0.1:35144 <-> 127.198.59.147/127.198.59.147:30771. 16:03:27.966 [bmp-worker-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 16:03:27.966 [bmp-worker-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 16:03:27.966 [bmp-worker-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 16:03:27.966 [bmp-worker-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 16:03:27.966 [bmp-worker-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 16:03:27.984 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 16:03:27.985 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 16:03:27.987 [bmp-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@62d4f386 16:03:27.980 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xf98cd74f, L:/127.0.0.1:35144 ! R:127.198.59.147/127.198.59.147:30771] inactive. 16:03:28.001 [bmp-worker-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xcacbe72d, L:/127.198.59.147:30771 ! R:/127.0.0.1:35144] inactive. 16:03:28.019 [bmp-worker-1] DEBUG io.netty.buffer.PoolThreadCache -- Freed 1 thread-local buffer(s) from thread: bmp-worker-1 16:03:28.133 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@1e61c9(incomplete) at /127.148.198.59:47620. 16:03:28.139 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.51.195.228:0 <--> /127.148.198.59:47620 deployed 16:03:28.140 [bmp-worker-32] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.51.195.228:40605 <-> 127.148.198.59/127.148.198.59:47620. 16:03:28.140 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@5aa6c4a(success) succeeded! 16:03:28.142 [bmp-worker-33] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.148.198.59:47620 <-> /127.51.195.228:40605. 16:03:28.151 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x0a1c83d7, L:/127.51.195.228:40605 ! R:127.148.198.59/127.148.198.59:47620] inactive. 16:03:28.151 [bmp-worker-33] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x7b6fabcf, L:/127.148.198.59:47620 ! R:/127.51.195.228:40605] inactive. 16:03:28.177 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.51.195.228:0 <--> /127.148.198.59:47620 deployed 16:03:28.184 [bmp-worker-49] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.148.198.59:47620 failed. Next reconnection attempt in 15000 milliseconds. 16:03:28.198 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@289b0ffc(incomplete) at /127.148.198.59:47620. 16:03:43.192 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@54e27846(success) succeeded! 16:03:43.193 [bmp-worker-50] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.51.195.228:36225 <-> 127.148.198.59/127.148.198.59:47620. 16:03:43.195 [bmp-worker-51] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.148.198.59:47620 <-> /127.51.195.228:36225. 16:03:43.205 [bmp-worker-51] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x8a5a0df6, L:/127.148.198.59:47620 ! R:/127.51.195.228:36225] inactive. 16:03:43.206 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x0defe500, L:/127.51.195.228:36225 ! R:127.148.198.59/127.148.198.59:47620] inactive. 16:03:43.220 [Timer-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.51.195.228:0 <--> /127.148.198.59:47620 deployed 16:03:43.230 [bmp-worker-67] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.148.198.59:47620 failed. Next reconnection attempt in 15000 milliseconds. 16:03:43.238 [bmp-worker-50] DEBUG io.netty.buffer.PoolThreadCache -- Freed 1 thread-local buffer(s) from thread: bmp-worker-50