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] 20:34:02.330 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 20:34:02.336 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 16 20:34:02.350 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 20:34:02.362 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 20:34:02.362 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 20:34:02.407 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 20:34:02.408 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 17 20:34:02.409 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 20:34:02.410 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe base methods: all available 20:34:02.410 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.storeFence: available 20:34:02.411 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 20:34:02.411 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 20:34:02.412 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 20:34:02.413 [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 20:34:02.414 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 20:34:02.414 [main] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 20:34:02.415 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 20:34:02.415 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 20:34:02.417 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes 20:34:02.417 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.uninitializedArrayAllocationThreshold: -1 20:34:02.419 [main] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 20:34:02.419 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 20:34:02.421 [main] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.noKeySetOptimization: false 20:34:02.421 [main] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.selectorAutoRebuildThreshold: 512 20:34:02.452 [main] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 20:34:02.495 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 20:34:02.495 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.deleteLibAfterLoading: true 20:34:02.495 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.tryPatchShadedId: true 20:34:02.495 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.detectNativeLibraryDuplicates: true 20:34:02.506 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_649500764241113294316.so 20:34:02.514 [Time-limited test] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 20:34:02.514 [Time-limited test] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 20:34:02.516 [Time-limited test] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 20:34:02.517 [Time-limited test] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 128 20:34:02.600 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 20:34:02.600 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 20:34:02.604 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 16 20:34:02.604 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 16 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 20:34:02.605 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 20:34:02.640 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 46287 (auto-detected) 20:34:02.642 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: 02:42:eb:ff:fe:1b:c5:90 (auto-detected) 20:34:02.674 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: pooled 20:34:02.674 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 20:34:02.674 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 20:34:02.677 [Time-limited test] DEBUG io.netty.bootstrap.ChannelInitializerExtensions -- -Dio.netty.bootstrap.extensions: null 20:34:02.685 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Initiated BMP server at /0.0.0.0:46828. 20:34:02.718 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@59a160ee(incomplete) at /127.163.122.219:46828. 20:34:02.745 [epollEventLoopGroup-7-1] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Connection AbstractBootstrap$PendingRegistrationPromise@59a160ee(success) succeeded! 20:34:02.746 [epollEventLoopGroup-7-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.0.0.1:39918 <-> 127.163.122.219/127.163.122.219:46828. 20:34:02.764 [nioEventLoopGroup-3-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.163.122.219:46828 <-> /127.0.0.1:39918. 20:34:02.773 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 20:34:02.773 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 20:34:02.773 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 20:34:02.773 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 20:34:02.773 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 20:34:02.769 [epollEventLoopGroup-7-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xed71aa90, L:/127.0.0.1:39918 ! R:127.163.122.219/127.163.122.219:46828] inactive. 20:34:02.796 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 20:34:02.796 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 20:34:02.797 [nioEventLoopGroup-3-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@6a9155eb 20:34:02.807 [nioEventLoopGroup-3-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x50cbf4e4, L:/127.163.122.219:46828 ! R:/127.0.0.1:39918] inactive. 20:34:02.828 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@494af284(incomplete) at /127.57.245.245:45813. 20:34:02.832 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.116.75.161:0 <--> /127.57.245.245:45813 deployed 20:34:02.838 [nioEventLoopGroup-9-1] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@39da261f(success) succeeded! 20:34:02.839 [nioEventLoopGroup-9-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.116.75.161:43767 <-> /127.57.245.245:45813. 20:34:02.839 [epollEventLoopGroup-13-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.57.245.245:45813 <-> /127.116.75.161:43767. 20:34:02.849 [nioEventLoopGroup-9-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x82fb0902, L:/127.116.75.161:43767 ! R:/127.57.245.245:45813] inactive. 20:34:02.849 [epollEventLoopGroup-13-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xec437ed3, L:/127.57.245.245:45813 ! R:/127.116.75.161:43767] inactive. 20:34:02.866 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.116.75.161:0 <--> /127.57.245.245:45813 deployed 20:34:02.870 [nioEventLoopGroup-9-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.57.245.245:45813 failed. Next reconnection attempt in 15000 milliseconds. 20:34:02.883 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@5fad7df6(incomplete) at /127.57.245.245:45813. 20:34:17.884 [nioEventLoopGroup-9-3] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@6cb1ea39(success) succeeded! 20:34:17.885 [nioEventLoopGroup-9-3] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.116.75.161:34909 <-> /127.57.245.245:45813. 20:34:17.887 [epollEventLoopGroup-17-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.57.245.245:45813 <-> /127.116.75.161:34909. 20:34:17.893 [epollEventLoopGroup-17-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x63c5cb42, L:/127.57.245.245:45813 ! R:/127.116.75.161:34909] inactive. 20:34:17.895 [nioEventLoopGroup-9-3] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x60644d24, L:/127.116.75.161:34909 ! R:/127.57.245.245:45813] inactive. 20:34:17.909 [Timer-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.116.75.161:0 <--> /127.57.245.245:45813 deployed 20:34:17.915 [nioEventLoopGroup-9-4] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.57.245.245:45813 failed. Next reconnection attempt in 15000 milliseconds.