SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/tmp/r/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/tmp/r/org/slf4j/slf4j-simple/1.7.32/slf4j-simple-1.7.32.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 07:56:42.055 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework 07:56:42.062 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 07:56:42.062 [main] DEBUG io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 07:56:42.143 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false 07:56:42.143 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 17 07:56:42.144 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 07:56:42.145 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available 07:56:42.146 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.storeFence: available 07:56:42.146 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available 07:56:42.147 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 07:56:42.149 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true 07:56:42.150 [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 @791f145a 07:56:42.151 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 07:56:42.151 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available 07:56:42.151 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 07:56:42.151 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 07:56:42.155 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 07:56:42.155 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 07:56:42.157 [main] DEBUG io.netty.util.internal.CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 07:56:42.157 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false 07:56:42.175 [main] DEBUG io.netty.util.internal.NativeLibraryLoader - -Dio.netty.native.workdir: /tmp (io.netty.tmpdir) 07:56:42.175 [main] DEBUG io.netty.util.internal.NativeLibraryLoader - -Dio.netty.native.deleteLibAfterLoading: true 07:56:42.175 [main] DEBUG io.netty.util.internal.NativeLibraryLoader - -Dio.netty.native.tryPatchShadedId: true 07:56:42.175 [main] DEBUG io.netty.util.internal.NativeLibraryLoader - -Dio.netty.native.detectNativeLibraryDuplicates: true 07:56:42.194 [main] DEBUG io.netty.util.internal.NativeLibraryLoader - Successfully loaded the library /tmp/libnetty_transport_native_epoll_x86_644848927336069483436.so 07:56:42.208 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false 07:56:42.208 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false 07:56:42.212 [main] DEBUG io.netty.util.NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 07:56:42.215 [main] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128 07:56:42.229 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16 07:56:42.262 [main] DEBUG io.netty.util.concurrent.GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 07:56:42.341 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 07:56:42.542 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 07:56:42.543 [Time-limited test] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 07:56:42.556 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 16 07:56:42.556 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 16 07:56:42.556 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 07:56:42.556 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 07:56:42.556 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 07:56:42.556 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 07:56:42.556 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 07:56:42.557 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 07:56:42.557 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 07:56:42.557 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 07:56:42.557 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 07:56:42.557 [Time-limited test] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 07:56:42.589 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 48216 (auto-detected) 07:56:42.593 [Time-limited test] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 02:42:b2:ff:fe:df:be:86 (auto-detected) 07:56:42.641 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled 07:56:42.642 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 07:56:42.642 [Time-limited test] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 07:56:42.648 [Time-limited test] DEBUG io.netty.bootstrap.ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 07:56:42.658 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - Initiated BMP server at /0.0.0.0:50391. 07:56:42.694 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl - Initiated BMP Client AbstractBootstrap$PendingRegistrationPromise@75e57b0a(incomplete) at /127.226.97.74:50391. 07:56:42.722 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl - Connection AbstractBootstrap$PendingRegistrationPromise@75e57b0a(success) succeeded! 07:56:42.723 [bmp-worker-0] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Starting session /127.0.0.1:58108 <-> 127.226.97.74/127.226.97.74:50391. 07:56:42.727 [bmp-worker-1] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Starting session /127.226.97.74:50391 <-> /127.0.0.1:58108. 07:56:42.743 [bmp-worker-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 07:56:42.743 [bmp-worker-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8 07:56:42.743 [bmp-worker-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.chunkSize: 32 07:56:42.743 [bmp-worker-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.blocking: false 07:56:42.743 [bmp-worker-1] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 07:56:42.767 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 07:56:42.767 [bmp-worker-1] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 07:56:42.769 [bmp-worker-1] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@204c78f9 07:56:42.768 [bmp-worker-0] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Channel [id: 0xd23d1494, L:/127.0.0.1:58108 ! R:127.226.97.74/127.226.97.74:50391] inactive. 07:56:42.822 [bmp-worker-1] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Channel [id: 0x5614341a, L:/127.226.97.74:50391 ! R:/127.0.0.1:58108] inactive. 07:56:42.826 [bmp-worker-1] DEBUG io.netty.buffer.PoolThreadCache - Freed 1 thread-local buffer(s) from thread: bmp-worker-1 07:56:42.980 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl - Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@3df4280e(incomplete) at /127.160.56.208:56872. 07:56:42.987 [Time-limited test] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - BMP client /127.153.238.245:0 <--> /127.160.56.208:56872 deployed 07:56:42.988 [bmp-worker-32] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Starting session /127.153.238.245:45847 <-> 127.160.56.208/127.160.56.208:56872. 07:56:42.989 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - Connection AbstractBootstrap$PendingRegistrationPromise@127880e6(success) succeeded! 07:56:42.990 [bmp-worker-33] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Starting session /127.160.56.208:56872 <-> /127.153.238.245:45847. 07:56:42.999 [bmp-worker-32] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Channel [id: 0x612a8625, L:/127.153.238.245:45847 ! R:127.160.56.208/127.160.56.208:56872] inactive. 07:56:43.000 [bmp-worker-33] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Channel [id: 0xff958ecc, L:/127.160.56.208:56872 ! R:/127.153.238.245:45847] inactive. 07:56:43.001 [bmp-worker-33] DEBUG io.netty.buffer.PoolThreadCache - Freed 1 thread-local buffer(s) from thread: bmp-worker-33 07:56:43.021 [Timer-1] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - BMP client /127.153.238.245:0 <--> /127.160.56.208:56872 deployed 07:56:43.026 [bmp-worker-43] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - The connection try to BMP router /127.160.56.208:56872 failed. Next reconnection attempt in 15000 milliseconds. 07:56:43.031 [Time-limited test] DEBUG org.opendaylight.protocol.bmp.impl.BmpDispatcherImpl - Initiated BMP server AbstractBootstrap$PendingRegistrationPromise@3759bb44(incomplete) at /127.160.56.208:56872. 07:56:58.046 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - Connection AbstractBootstrap$PendingRegistrationPromise@598e7d28(success) succeeded! 07:56:58.047 [bmp-worker-50] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Starting session /127.153.238.245:38467 <-> 127.160.56.208/127.160.56.208:56872. 07:56:58.049 [bmp-worker-51] INFO org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Starting session /127.160.56.208:56872 <-> /127.153.238.245:38467. 07:56:58.056 [bmp-worker-51] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Channel [id: 0xa28172b1, L:/127.160.56.208:56872 ! R:/127.153.238.245:38467] inactive. 07:56:58.058 [bmp-worker-50] DEBUG org.opendaylight.protocol.bmp.impl.session.BmpSessionImpl - Channel [id: 0x5d6b3a3a, L:/127.153.238.245:38467 ! R:127.160.56.208/127.160.56.208:56872] inactive. 07:56:58.066 [Timer-2] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - BMP client /127.153.238.245:0 <--> /127.160.56.208:56872 deployed 07:56:58.068 [bmp-worker-67] INFO org.opendaylight.protocol.bmp.mock.BmpMockDispatcher - The connection try to BMP router /127.160.56.208:56872 failed. Next reconnection attempt in 15000 milliseconds. 07:56:58.072 [bmp-worker-50] DEBUG io.netty.buffer.PoolThreadCache - Freed 1 thread-local buffer(s) from thread: bmp-worker-50