SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@3635099] SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@1da1380b] 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@3635099] 04:38:15.271 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 04:38:15.279 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 16 04:38:15.297 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 04:38:15.314 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 04:38:15.314 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 04:38:15.375 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 04:38:15.376 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 17 04:38:15.377 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 04:38:15.379 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe base methods: all available 04:38:15.379 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.storeFence: available 04:38:15.380 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 04:38:15.381 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 04:38:15.382 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 04:38:15.383 [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 @470734c3 04:38:15.384 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 04:38:15.384 [main] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 04:38:15.384 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 04:38:15.384 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 04:38:15.387 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes 04:38:15.387 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.uninitializedArrayAllocationThreshold: -1 04:38:15.389 [main] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 04:38:15.389 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 04:38:15.392 [main] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.noKeySetOptimization: false 04:38:15.392 [main] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.selectorAutoRebuildThreshold: 512 04:38:15.430 [main] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 04:38:15.485 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 04:38:15.486 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.deleteLibAfterLoading: true 04:38:15.486 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.tryPatchShadedId: true 04:38:15.486 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.detectNativeLibraryDuplicates: true 04:38:15.500 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_6411204637016858540147.so 04:38:15.512 [Time-limited test] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 04:38:15.512 [Time-limited test] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 04:38:15.516 [Time-limited test] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 04:38:15.518 [Time-limited test] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 128 04:38:15.642 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 04:38:15.643 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 04:38:15.650 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 16 04:38:15.650 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 16 04:38:15.650 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 04:38:15.650 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 04:38:15.650 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 04:38:15.650 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 04:38:15.651 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 04:38:15.651 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 04:38:15.651 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 04:38:15.651 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 04:38:15.651 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 04:38:15.651 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 04:38:15.651 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 04:38:15.699 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 46863 (auto-detected) 04:38:15.701 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: 02:42:c1:ff:fe:4b:41:88 (auto-detected) 04:38:15.745 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: pooled 04:38:15.745 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 04:38:15.745 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 04:38:15.748 [Time-limited test] DEBUG io.netty.bootstrap.ChannelInitializerExtensions -- -Dio.netty.bootstrap.extensions: null 04:38:15.758 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Initiated BMP server at /0.0.0.0:36579. 04:38:15.802 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@1bc718a4(incomplete) at /127.81.196.111:36579. 04:38:15.833 [epollEventLoopGroup-7-1] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Connection AbstractBootstrap$PendingRegistrationPromise@1bc718a4(success) succeeded! 04:38:15.834 [epollEventLoopGroup-7-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.0.0.1:59842 <-> 127.81.196.111/127.81.196.111:36579. 04:38:15.863 [nioEventLoopGroup-3-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.81.196.111:36579 <-> /127.0.0.1:59842. 04:38:15.882 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 04:38:15.883 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 04:38:15.883 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 04:38:15.883 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 04:38:15.883 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 04:38:15.911 [epollEventLoopGroup-7-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x3e08e7b7, L:/127.0.0.1:59842 ! R:127.81.196.111/127.81.196.111:36579] inactive. 04:38:15.934 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 04:38:15.935 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 04:38:15.937 [nioEventLoopGroup-3-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@66e5192b 04:38:15.952 [nioEventLoopGroup-3-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x94f94155, L:/127.81.196.111:36579 ! R:/127.0.0.1:59842] inactive. 04:38:15.978 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@30411499(incomplete) at /127.132.115.112:59097. 04:38:15.984 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.152.96.166:0 <--> /127.132.115.112:59097 deployed 04:38:15.989 [nioEventLoopGroup-9-1] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@161bb688(success) succeeded! 04:38:15.989 [nioEventLoopGroup-9-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.152.96.166:43283 <-> /127.132.115.112:59097. 04:38:15.993 [epollEventLoopGroup-13-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.132.115.112:59097 <-> /127.152.96.166:43283. 04:38:16.000 [nioEventLoopGroup-9-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x8e3bd22d, L:/127.152.96.166:43283 ! R:/127.132.115.112:59097] inactive. 04:38:16.009 [epollEventLoopGroup-13-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xf2809f3d, L:/127.132.115.112:59097 ! R:/127.152.96.166:43283] inactive. 04:38:16.010 [epollEventLoopGroup-13-1] DEBUG io.netty.buffer.PoolThreadCache -- Freed 1 thread-local buffer(s) from thread: epollEventLoopGroup-13-1 04:38:16.053 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@3369167b(incomplete) at /127.132.115.112:59097. 04:38:16.055 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.152.96.166:0 <--> /127.132.115.112:59097 deployed 04:38:16.057 [nioEventLoopGroup-9-2] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@7cfe0d04(success) succeeded! 04:38:16.058 [nioEventLoopGroup-9-2] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.152.96.166:39607 <-> /127.132.115.112:59097. 04:38:16.059 [epollEventLoopGroup-17-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.132.115.112:59097 <-> /127.152.96.166:39607. 04:38:16.065 [epollEventLoopGroup-17-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x51eafc47, L:/127.132.115.112:59097 ! R:/127.152.96.166:39607] inactive. 04:38:16.066 [nioEventLoopGroup-9-2] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x2d72b4ab, L:/127.152.96.166:39607 ! R:/127.132.115.112:59097] inactive. 04:38:16.100 [Timer-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.152.96.166:0 <--> /127.132.115.112:59097 deployed 04:38:16.103 [nioEventLoopGroup-9-3] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.132.115.112:59097 failed. Next reconnection attempt in 15000 milliseconds.