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] 08:16:08.949 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework 08:16:08.955 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup -- -Dio.netty.eventLoopThreads: 16 08:16:08.972 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor -- -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 08:16:08.984 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 08:16:08.984 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap -- -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 08:16:09.032 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- -Dio.netty.noUnsafe: false 08:16:09.032 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- Java version: 17 08:16:09.033 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.theUnsafe: available 08:16:09.035 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe base methods: all available 08:16:09.035 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- sun.misc.Unsafe.storeFence: available 08:16:09.036 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Buffer.address: available 08:16:09.037 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 08:16:09.038 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.Bits.unaligned: available, true 08:16:09.039 [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 08:16:09.040 [main] DEBUG io.netty.util.internal.PlatformDependent0 -- java.nio.DirectByteBuffer.(long, {int,long}): unavailable 08:16:09.040 [main] DEBUG io.netty.util.internal.PlatformDependent -- sun.misc.Unsafe: available 08:16:09.040 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 08:16:09.041 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.bitMode: 64 (sun.arch.data.model) 08:16:09.043 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.maxDirectMemory: -1 bytes 08:16:09.043 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.uninitializedArrayAllocationThreshold: -1 08:16:09.045 [main] DEBUG io.netty.util.internal.CleanerJava9 -- java.nio.ByteBuffer.cleaner(): available 08:16:09.045 [main] DEBUG io.netty.util.internal.PlatformDependent -- -Dio.netty.noPreferDirect: false 08:16:09.047 [main] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.noKeySetOptimization: false 08:16:09.048 [main] DEBUG io.netty.channel.nio.NioEventLoop -- -Dio.netty.selectorAutoRebuildThreshold: 512 08:16:09.078 [main] DEBUG io.netty.util.internal.PlatformDependent -- org.jctools-core.MpscChunkedArrayQueue: available 08:16:09.122 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 08:16:09.123 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.deleteLibAfterLoading: true 08:16:09.123 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.tryPatchShadedId: true 08:16:09.123 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- -Dio.netty.native.detectNativeLibraryDuplicates: true 08:16:09.134 [Time-limited test] DEBUG io.netty.util.internal.NativeLibraryLoader -- Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_6411118298101825416991.so 08:16:09.141 [Time-limited test] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv4Stack: false 08:16:09.141 [Time-limited test] DEBUG io.netty.util.NetUtil -- -Djava.net.preferIPv6Addresses: false 08:16:09.144 [Time-limited test] DEBUG io.netty.util.NetUtilInitializations -- Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 08:16:09.145 [Time-limited test] DEBUG io.netty.util.NetUtil -- /proc/sys/net/core/somaxconn: 128 08:16:09.252 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: simple 08:16:09.253 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4 08:16:09.258 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numHeapArenas: 16 08:16:09.258 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.numDirectArenas: 16 08:16:09.258 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.pageSize: 8192 08:16:09.258 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxOrder: 9 08:16:09.258 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.chunkSize: 4194304 08:16:09.258 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.smallCacheSize: 256 08:16:09.259 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.normalCacheSize: 64 08:16:09.259 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedBufferCapacity: 32768 08:16:09.259 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimInterval: 8192 08:16:09.259 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.cacheTrimIntervalMillis: 0 08:16:09.259 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.useCacheForAllThreads: false 08:16:09.259 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 08:16:09.259 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator -- -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 08:16:09.300 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.processId: 46818 (auto-detected) 08:16:09.302 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId -- -Dio.netty.machineId: 02:42:be:ff:fe:b5:84:10 (auto-detected) 08:16:09.337 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.allocator.type: pooled 08:16:09.337 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.threadLocalDirectBufferSize: 0 08:16:09.337 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil -- -Dio.netty.maxThreadLocalCharBufferSize: 16384 08:16:09.340 [Time-limited test] DEBUG io.netty.bootstrap.ChannelInitializerExtensions -- -Dio.netty.bootstrap.extensions: null 08:16:09.349 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Initiated BMP server at /0.0.0.0:58930. 08:16:09.391 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@71c93953(incomplete) at /127.241.146.135:58930. 08:16:09.410 [epollEventLoopGroup-7-1] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Connection AbstractBootstrap$PendingRegistrationPromise@71c93953(success) succeeded! 08:16:09.411 [epollEventLoopGroup-7-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.0.0.1:57874 <-> 127.241.146.135/127.241.146.135:58930. 08:16:09.436 [epollEventLoopGroup-7-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xb6212ba1, L:/127.0.0.1:57874 ! R:127.241.146.135/127.241.146.135:58930] inactive. 08:16:09.472 [nioEventLoopGroup-3-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.241.146.135:58930 <-> /127.0.0.1:57874. 08:16:09.536 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.maxCapacityPerThread: 4096 08:16:09.536 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.ratio: 8 08:16:09.536 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.chunkSize: 32 08:16:09.536 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.blocking: false 08:16:09.537 [nioEventLoopGroup-3-1] DEBUG io.netty.util.Recycler -- -Dio.netty.recycler.batchFastThreadLocalOnly: true 08:16:09.554 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkAccessible: true 08:16:09.554 [nioEventLoopGroup-3-1] DEBUG io.netty.buffer.AbstractByteBuf -- -Dio.netty.buffer.checkBounds: true 08:16:09.555 [nioEventLoopGroup-3-1] DEBUG io.netty.util.ResourceLeakDetectorFactory -- Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@1f6c7104 08:16:09.566 [nioEventLoopGroup-3-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x75235a1a, L:/127.241.146.135:58930 ! R:/127.0.0.1:57874] inactive. 08:16:09.571 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@18f200e7(incomplete) at /127.209.112.68:47026. 08:16:09.576 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.82.112.194:0 <--> /127.209.112.68:47026 deployed 08:16:09.579 [nioEventLoopGroup-9-1] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@29f4257b(success) succeeded! 08:16:09.581 [nioEventLoopGroup-9-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.82.112.194:43541 <-> /127.209.112.68:47026. 08:16:09.584 [epollEventLoopGroup-13-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.209.112.68:47026 <-> /127.82.112.194:43541. 08:16:09.590 [nioEventLoopGroup-9-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xaf62cc85, L:/127.82.112.194:43541 ! R:/127.209.112.68:47026] inactive. 08:16:09.590 [epollEventLoopGroup-13-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0xd5335054, L:/127.209.112.68:47026 ! R:/127.82.112.194:43541] inactive. 08:16:09.632 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.82.112.194:0 <--> /127.209.112.68:47026 deployed 08:16:09.634 [nioEventLoopGroup-9-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.209.112.68:47026 failed. Next reconnection attempt in 15000 milliseconds. 08:16:09.652 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl -- Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@5256c8a(incomplete) at /127.209.112.68:47026. 08:16:24.655 [nioEventLoopGroup-9-3] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- Connection AbstractBootstrap$PendingRegistrationPromise@1b84212a(success) succeeded! 08:16:24.656 [nioEventLoopGroup-9-3] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.82.112.194:44111 <-> /127.209.112.68:47026. 08:16:24.659 [epollEventLoopGroup-17-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Starting session /127.209.112.68:47026 <-> /127.82.112.194:44111. 08:16:24.669 [epollEventLoopGroup-17-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x4946797b, L:/127.209.112.68:47026 ! R:/127.82.112.194:44111] inactive. 08:16:24.681 [nioEventLoopGroup-9-3] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl -- Channel [id: 0x3eb2c86a, L:/127.82.112.194:44111 ! R:/127.209.112.68:47026] inactive. 08:16:24.697 [Timer-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- BMP client /127.82.112.194:0 <--> /127.209.112.68:47026 deployed 08:16:24.698 [nioEventLoopGroup-9-4] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher -- The connection try to BMP router /127.209.112.68:47026 failed. Next reconnection attempt in 15000 milliseconds.