2025-05-13 13:52:50.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration: 2025-05-13 13:52:50.675 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:50.675 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:50.675 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:50.675 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@157ec23b 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:52:50.676 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1" 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:50.677 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:50.678 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 2025-05-13 13:52:50.729 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:50.729 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:50.730 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 2025-05-13 13:52:50.795 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:50.812 [Test worker @coroutine#2] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:50.814 [Test worker @coroutine#4] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:50.830 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:50.833 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a920816 2025-05-13 13:52:50.833 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a920816 2025-05-13 13:52:50.835 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@4455ff34 2025-05-13 13:52:50.835 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@4455ff34 2025-05-13 13:52:50.838 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@406a6366 2025-05-13 13:52:50.838 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@406a6366 2025-05-13 13:52:50.841 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@568f50f 2025-05-13 13:52:50.841 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@568f50f 2025-05-13 13:52:50.844 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f608f0c 2025-05-13 13:52:50.844 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f608f0c 2025-05-13 13:52:50.846 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@34a7778b 2025-05-13 13:52:50.846 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@34a7778b 2025-05-13 13:52:50.849 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@2745532a 2025-05-13 13:52:50.849 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@2745532a 2025-05-13 13:52:50.851 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@65470a40 2025-05-13 13:52:50.851 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@65470a40 2025-05-13 13:52:50.853 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e04f10b 2025-05-13 13:52:50.853 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e04f10b 2025-05-13 13:52:50.853 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:52:51.105 [DefaultDispatcher-worker-2 @coroutine#7] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:51.113 [DefaultDispatcher-worker-2 @coroutine#7] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:52:51.119 [DefaultDispatcher-worker-2 @coroutine#7] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:51.120 [DefaultDispatcher-worker-2 @coroutine#7] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:52:51.144 [DefaultDispatcher-worker-8 @coroutine#6] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.147 [DefaultDispatcher-worker-8 @coroutine#6] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 13:52:51.148 [DefaultDispatcher-worker-8 @coroutine#6] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId. 2025-05-13 13:52:51.148 [DefaultDispatcher-worker-8 @coroutine#6] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 13:52:51.388 [Test worker @coroutine#13] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.454 [DefaultDispatcher-worker-4 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.539 [DefaultDispatcher-worker-2 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.571 [DefaultDispatcher-worker-14 @coroutine#6] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 13:52:51.571 [DefaultDispatcher-worker-12 @coroutine#7] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:51.584 [DefaultDispatcher-worker-5 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.618 [DefaultDispatcher-worker-10 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.636 [Test worker @coroutine#21] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.839 [DefaultDispatcher-worker-3 @coroutine#23] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1220ef43 2025-05-13 13:52:51.904 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... 2025-05-13 13:52:51.904 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Close initiated... 2025-05-13 13:52:51.904 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Before closing stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:52:51.913 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1220ef43: (connection evicted) 2025-05-13 13:52:51.914 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4a920816: (connection evicted) 2025-05-13 13:52:51.914 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4455ff34: (connection evicted) 2025-05-13 13:52:51.918 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@406a6366: (connection evicted) 2025-05-13 13:52:51.918 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@568f50f: (connection evicted) 2025-05-13 13:52:51.919 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5f608f0c: (connection evicted) 2025-05-13 13:52:51.919 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@34a7778b: (connection evicted) 2025-05-13 13:52:51.923 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2745532a: (connection evicted) 2025-05-13 13:52:51.923 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@65470a40: (connection evicted) 2025-05-13 13:52:51.924 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3e04f10b: (connection evicted) 2025-05-13 13:52:51.926 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:51.926 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Closed. 2025-05-13 13:52:51.926 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. 2025-05-13 13:52:51.937 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-2 - configuration: 2025-05-13 13:52:51.938 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@489f62a3 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-2" 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:51.940 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:51.942 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:51.943 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:51.943 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:51.943 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:51.943 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:51.943 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Starting... 2025-05-13 13:52:51.950 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:51.950 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:51.950 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Start completed. 2025-05-13 13:52:51.954 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:51.968 [Test worker @coroutine#27] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:51.970 [Test worker @coroutine#29] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:51.976 [DefaultDispatcher-worker-1 @coroutine#32] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:51.977 [DefaultDispatcher-worker-1 @coroutine#32] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:52:51.977 [DefaultDispatcher-worker-1 @coroutine#32] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:51.977 [DefaultDispatcher-worker-1 @coroutine#32] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:52:51.985 [DefaultDispatcher-worker-2 @coroutine#31] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:51.986 [DefaultDispatcher-worker-2 @coroutine#31] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 13:52:51.987 [DefaultDispatcher-worker-2 @coroutine#31] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId. 2025-05-13 13:52:51.989 [DefaultDispatcher-worker-2 @coroutine#31] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 13:52:52.000 [DefaultDispatcher-worker-9 @coroutine#31] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 13:52:52.004 [Test worker @coroutine#36] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:52.011 [DefaultDispatcher-worker-1 @coroutine#32] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:52.022 [DefaultDispatcher-worker-9 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:52.050 [HikariPool-2 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:52:52.059 [DefaultDispatcher-worker-8 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:52.066 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@5b56e472 2025-05-13 13:52:52.066 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@5b56e472 2025-05-13 13:52:52.069 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@55910168 2025-05-13 13:52:52.069 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@55910168 2025-05-13 13:52:52.075 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@51ae8f02 2025-05-13 13:52:52.075 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@51ae8f02 2025-05-13 13:52:52.078 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@14ac0b53 2025-05-13 13:52:52.081 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@14ac0b53 2025-05-13 13:52:52.083 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@78b508c0 2025-05-13 13:52:52.083 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@78b508c0 2025-05-13 13:52:52.086 [DefaultDispatcher-worker-12 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:52.088 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@25f2dcff 2025-05-13 13:52:52.089 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@25f2dcff 2025-05-13 13:52:52.096 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@181dc 2025-05-13 13:52:52.097 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@181dc 2025-05-13 13:52:52.102 [DefaultDispatcher-worker-16 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:52.103 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@7483f41c 2025-05-13 13:52:52.103 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@7483f41c 2025-05-13 13:52:52.110 [Test worker @coroutine#46] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:52.114 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@24a01144 2025-05-13 13:52:52.114 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@24a01144 2025-05-13 13:52:52.114 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:52:52.288 [DefaultDispatcher-worker-7 @coroutine#48] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 13:52:52.352 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown initiated... 2025-05-13 13:52:52.352 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Close initiated... 2025-05-13 13:52:52.352 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Before closing stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:52:52.355 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3d0352: (connection evicted) 2025-05-13 13:52:52.355 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5b56e472: (connection evicted) 2025-05-13 13:52:52.356 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@55910168: (connection evicted) 2025-05-13 13:52:52.356 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@51ae8f02: (connection evicted) 2025-05-13 13:52:52.359 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@14ac0b53: (connection evicted) 2025-05-13 13:52:52.359 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@78b508c0: (connection evicted) 2025-05-13 13:52:52.359 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@25f2dcff: (connection evicted) 2025-05-13 13:52:52.360 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@181dc: (connection evicted) 2025-05-13 13:52:52.364 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7483f41c: (connection evicted) 2025-05-13 13:52:52.366 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@24a01144: (connection evicted) 2025-05-13 13:52:52.367 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:52.367 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Closed. 2025-05-13 13:52:52.367 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown completed. 2025-05-13 13:52:52.410 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-3 - configuration: 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4300e240 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:52.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-3" 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:52.415 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:52.415 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Starting... 2025-05-13 13:52:52.418 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@547aaa32 2025-05-13 13:52:52.418 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@547aaa32 2025-05-13 13:52:52.418 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Start completed. 2025-05-13 13:52:52.522 [HikariPool-3 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:52.795 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-4 - configuration: 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@ce655b9 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:52.800 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:52.804 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:52.804 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-4" 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:52.805 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:52.805 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Starting... 2025-05-13 13:52:52.808 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@5731caaf 2025-05-13 13:52:52.808 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@5731caaf 2025-05-13 13:52:52.811 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Start completed. 2025-05-13 13:52:52.863 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-5 - configuration: 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@67e6eb52 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-5" 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:52.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:52.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:52.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:52.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:52.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:52.868 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-5 - Starting... 2025-05-13 13:52:52.868 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ad57e90 2025-05-13 13:52:52.868 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ad57e90 2025-05-13 13:52:52.868 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-5 - Start completed. 2025-05-13 13:52:52.908 [HikariPool-4 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:52.969 [HikariPool-5 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:52.994 [Test worker @coroutine#81] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5731caaf 2025-05-13 13:52:53.504 [DefaultDispatcher-worker-9 @coroutine#88] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-5 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5ad57e90 2025-05-13 13:52:53.532 [DefaultDispatcher-worker-11 @coroutine#90] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-5 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5ad57e90 2025-05-13 13:52:53.534 [DefaultDispatcher-worker-11 @coroutine#80] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:46651/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 13:52:53.534 [DefaultDispatcher-worker-11 @coroutine#80] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:46651/com/ustadmobile/core/contenttype/childrens-literature.epub. 2025-05-13 13:52:53.534 [DefaultDispatcher-worker-11 @coroutine#80] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:46651/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 13:52:53.574 [DefaultDispatcher-worker-9 @coroutine#80] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:46651/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 13:52:53.578 [DefaultDispatcher-worker-9 @coroutine#80] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:46651/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 13:52:53.676 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Shutdown initiated... 2025-05-13 13:52:53.680 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Close initiated... 2025-05-13 13:52:53.680 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.684 [HikariPool-4 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5731caaf: (connection evicted) 2025-05-13 13:52:53.685 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:53.685 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Closed. 2025-05-13 13:52:53.685 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Shutdown completed. 2025-05-13 13:52:53.697 [Test worker @coroutine#95] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-5 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5ad57e90 2025-05-13 13:52:53.713 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-6 - configuration: 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@cae2a97 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-6" 2025-05-13 13:52:53.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.718 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Starting... 2025-05-13 13:52:53.724 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Added connection org.sqlite.jdbc4.JDBC4Connection@14656be5 2025-05-13 13:52:53.724 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Added connection org.sqlite.jdbc4.JDBC4Connection@14656be5 2025-05-13 13:52:53.724 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Start completed. 2025-05-13 13:52:53.752 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-7 - configuration: 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@20be890d 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-7" 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.754 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-7 - Starting... 2025-05-13 13:52:53.755 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Added connection org.sqlite.jdbc4.JDBC4Connection@534762ed 2025-05-13 13:52:53.755 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Added connection org.sqlite.jdbc4.JDBC4Connection@534762ed 2025-05-13 13:52:53.755 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-7 - Start completed. 2025-05-13 13:52:53.815 [DefaultDispatcher-worker-11 @coroutine#103] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-7 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@534762ed 2025-05-13 13:52:53.818 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Shutdown initiated... 2025-05-13 13:52:53.818 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Close initiated... 2025-05-13 13:52:53.818 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.818 [HikariPool-6 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-6 - Closing connection org.sqlite.jdbc4.JDBC4Connection@14656be5: (connection evicted) 2025-05-13 13:52:53.819 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:53.819 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Closed. 2025-05-13 13:52:53.819 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Shutdown completed. 2025-05-13 13:52:53.820 [Test worker @coroutine#105] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-7 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@534762ed 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-8 - configuration: 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@71e7830a 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-8" 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.823 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Starting... 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Added connection org.sqlite.jdbc4.JDBC4Connection@305e95a4 2025-05-13 13:52:53.823 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Added connection org.sqlite.jdbc4.JDBC4Connection@305e95a4 2025-05-13 13:52:53.823 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Start completed. 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-9 - configuration: 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@55e42684 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.837 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-9" 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.838 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-9 - Starting... 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-9 - Added connection org.sqlite.jdbc4.JDBC4Connection@528e5e38 2025-05-13 13:52:53.838 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-9 - Added connection org.sqlite.jdbc4.JDBC4Connection@528e5e38 2025-05-13 13:52:53.838 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-9 - Start completed. 2025-05-13 13:52:53.844 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Shutdown initiated... 2025-05-13 13:52:53.844 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Close initiated... 2025-05-13 13:52:53.844 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.844 [HikariPool-8 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-8 - Closing connection org.sqlite.jdbc4.JDBC4Connection@305e95a4: (connection evicted) 2025-05-13 13:52:53.845 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:53.845 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Closed. 2025-05-13 13:52:53.845 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Shutdown completed. 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-10 - configuration: 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@60f9dc7e 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-10" 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.848 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Starting... 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Added connection org.sqlite.jdbc4.JDBC4Connection@503556cb 2025-05-13 13:52:53.848 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Added connection org.sqlite.jdbc4.JDBC4Connection@503556cb 2025-05-13 13:52:53.848 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Start completed. 2025-05-13 13:52:53.855 [HikariPool-7 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-11 - configuration: 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3c9e19de 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-11" 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.861 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.861 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-11 - Starting... 2025-05-13 13:52:53.862 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-11 - Added connection org.sqlite.jdbc4.JDBC4Connection@6115846e 2025-05-13 13:52:53.862 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-11 - Added connection org.sqlite.jdbc4.JDBC4Connection@6115846e 2025-05-13 13:52:53.862 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-11 - Start completed. 2025-05-13 13:52:53.868 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Shutdown initiated... 2025-05-13 13:52:53.868 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Close initiated... 2025-05-13 13:52:53.868 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.868 [HikariPool-10 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-10 - Closing connection org.sqlite.jdbc4.JDBC4Connection@503556cb: (connection evicted) 2025-05-13 13:52:53.869 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:53.869 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Closed. 2025-05-13 13:52:53.869 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Shutdown completed. 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-12 - configuration: 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2c2a7d53 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-12" 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.871 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.871 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Starting... 2025-05-13 13:52:53.872 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Added connection org.sqlite.jdbc4.JDBC4Connection@1de85972 2025-05-13 13:52:53.872 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Added connection org.sqlite.jdbc4.JDBC4Connection@1de85972 2025-05-13 13:52:53.872 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Start completed. 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-13 - configuration: 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@28fa541 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-13" 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:53.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:53.882 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-13 - Starting... 2025-05-13 13:52:53.883 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-13 - Added connection org.sqlite.jdbc4.JDBC4Connection@4aab7195 2025-05-13 13:52:53.883 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-13 - Added connection org.sqlite.jdbc4.JDBC4Connection@4aab7195 2025-05-13 13:52:53.883 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-13 - Start completed. 2025-05-13 13:52:53.897 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Shutdown initiated... 2025-05-13 13:52:53.898 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Close initiated... 2025-05-13 13:52:53.898 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.898 [HikariPool-12 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-12 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1de85972: (connection evicted) 2025-05-13 13:52:53.898 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:53.898 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Closed. 2025-05-13 13:52:53.898 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Shutdown completed. 2025-05-13 13:52:53.939 [HikariPool-9 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-9 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.962 [HikariPool-11 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-11 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:53.983 [HikariPool-13 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-13 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-14 - configuration: 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@48106381 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-14" 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.079 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.079 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.079 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Starting... 2025-05-13 13:52:54.079 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Added connection org.sqlite.jdbc4.JDBC4Connection@22e813fc 2025-05-13 13:52:54.079 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Added connection org.sqlite.jdbc4.JDBC4Connection@22e813fc 2025-05-13 13:52:54.079 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Start completed. 2025-05-13 13:52:54.087 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-15 - configuration: 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@433d93e7 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-15" 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.088 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-15 - Starting... 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-15 - Added connection org.sqlite.jdbc4.JDBC4Connection@213012a0 2025-05-13 13:52:54.088 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-15 - Added connection org.sqlite.jdbc4.JDBC4Connection@213012a0 2025-05-13 13:52:54.088 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-15 - Start completed. 2025-05-13 13:52:54.179 [HikariPool-14 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.180 [DefaultDispatcher-worker-16 @coroutine#133] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@213012a0 2025-05-13 13:52:54.188 [HikariPool-15 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-15 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.199 [DefaultDispatcher-worker-16 @coroutine#135] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@213012a0 2025-05-13 13:52:54.205 [DefaultDispatcher-worker-7 @coroutine#137] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@213012a0 2025-05-13 13:52:54.209 [DefaultDispatcher-worker-7 @coroutine#139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@213012a0 2025-05-13 13:52:54.243 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Shutdown initiated... 2025-05-13 13:52:54.243 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Close initiated... 2025-05-13 13:52:54.243 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.243 [HikariPool-14 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-14 - Closing connection org.sqlite.jdbc4.JDBC4Connection@22e813fc: (connection evicted) 2025-05-13 13:52:54.244 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.244 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Closed. 2025-05-13 13:52:54.244 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Shutdown completed. 2025-05-13 13:52:54.247 [Test worker @coroutine#141] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@213012a0 2025-05-13 13:52:54.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-16 - configuration: 2025-05-13 13:52:54.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@780ee3ad 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.255 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-16" 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.256 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.256 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Starting... 2025-05-13 13:52:54.257 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Added connection org.sqlite.jdbc4.JDBC4Connection@545604a9 2025-05-13 13:52:54.257 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Added connection org.sqlite.jdbc4.JDBC4Connection@545604a9 2025-05-13 13:52:54.257 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Start completed. 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-17 - configuration: 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1029cf9 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.265 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-17" 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.266 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-17 - Starting... 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-17 - Added connection org.sqlite.jdbc4.JDBC4Connection@27dfd12b 2025-05-13 13:52:54.266 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-17 - Added connection org.sqlite.jdbc4.JDBC4Connection@27dfd12b 2025-05-13 13:52:54.266 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-17 - Start completed. 2025-05-13 13:52:54.269 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Shutdown initiated... 2025-05-13 13:52:54.269 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Close initiated... 2025-05-13 13:52:54.269 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.269 [HikariPool-16 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-16 - Closing connection org.sqlite.jdbc4.JDBC4Connection@545604a9: (connection evicted) 2025-05-13 13:52:54.269 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.269 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Closed. 2025-05-13 13:52:54.269 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Shutdown completed. 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-18 - configuration: 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@25d9291a 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-18" 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.271 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.272 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.272 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.272 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.272 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.272 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Starting... 2025-05-13 13:52:54.272 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d5574c7 2025-05-13 13:52:54.272 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d5574c7 2025-05-13 13:52:54.272 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Start completed. 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-19 - configuration: 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5a7a6d34 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-19" 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.280 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.280 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-19 - Starting... 2025-05-13 13:52:54.281 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-19 - Added connection org.sqlite.jdbc4.JDBC4Connection@70d687b8 2025-05-13 13:52:54.281 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-19 - Added connection org.sqlite.jdbc4.JDBC4Connection@70d687b8 2025-05-13 13:52:54.281 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-19 - Start completed. 2025-05-13 13:52:54.282 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Shutdown initiated... 2025-05-13 13:52:54.282 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Close initiated... 2025-05-13 13:52:54.282 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.283 [HikariPool-18 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-18 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5d5574c7: (connection evicted) 2025-05-13 13:52:54.283 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.283 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Closed. 2025-05-13 13:52:54.283 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Shutdown completed. 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-20 - configuration: 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@f1d1463 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-20" 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.284 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Starting... 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a278584 2025-05-13 13:52:54.284 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a278584 2025-05-13 13:52:54.284 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Start completed. 2025-05-13 13:52:54.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-21 - configuration: 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@28f90752 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-21" 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.293 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-21 - Starting... 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-21 - Added connection org.sqlite.jdbc4.JDBC4Connection@72a34537 2025-05-13 13:52:54.293 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-21 - Added connection org.sqlite.jdbc4.JDBC4Connection@72a34537 2025-05-13 13:52:54.293 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-21 - Start completed. 2025-05-13 13:52:54.294 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Shutdown initiated... 2025-05-13 13:52:54.295 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Close initiated... 2025-05-13 13:52:54.295 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.295 [HikariPool-20 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-20 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6a278584: (connection evicted) 2025-05-13 13:52:54.295 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.295 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Closed. 2025-05-13 13:52:54.295 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Shutdown completed. 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-22 - configuration: 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@d7055be 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.297 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-22" 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.298 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Starting... 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Added connection org.sqlite.jdbc4.JDBC4Connection@12a6e8ed 2025-05-13 13:52:54.298 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Added connection org.sqlite.jdbc4.JDBC4Connection@12a6e8ed 2025-05-13 13:52:54.298 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Start completed. 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-23 - configuration: 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@63b4b9c6 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-23" 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.306 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-23 - Starting... 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-23 - Added connection org.sqlite.jdbc4.JDBC4Connection@603f4e3e 2025-05-13 13:52:54.306 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-23 - Added connection org.sqlite.jdbc4.JDBC4Connection@603f4e3e 2025-05-13 13:52:54.306 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-23 - Start completed. 2025-05-13 13:52:54.352 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Shutdown initiated... 2025-05-13 13:52:54.352 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Close initiated... 2025-05-13 13:52:54.352 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.353 [HikariPool-22 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-22 - Closing connection org.sqlite.jdbc4.JDBC4Connection@12a6e8ed: (connection evicted) 2025-05-13 13:52:54.353 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.353 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Closed. 2025-05-13 13:52:54.353 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Shutdown completed. 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-24 - configuration: 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3722f39d 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-24" 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.355 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.355 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Starting... 2025-05-13 13:52:54.356 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Added connection org.sqlite.jdbc4.JDBC4Connection@57b63253 2025-05-13 13:52:54.356 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Added connection org.sqlite.jdbc4.JDBC4Connection@57b63253 2025-05-13 13:52:54.356 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Start completed. 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-25 - configuration: 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@c0013b8 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-25" 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.364 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-25 - Starting... 2025-05-13 13:52:54.365 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-25 - Added connection org.sqlite.jdbc4.JDBC4Connection@2493eec6 2025-05-13 13:52:54.365 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-25 - Added connection org.sqlite.jdbc4.JDBC4Connection@2493eec6 2025-05-13 13:52:54.365 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-25 - Start completed. 2025-05-13 13:52:54.366 [HikariPool-17 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-17 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.367 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Shutdown initiated... 2025-05-13 13:52:54.367 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Close initiated... 2025-05-13 13:52:54.367 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.367 [HikariPool-24 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-24 - Closing connection org.sqlite.jdbc4.JDBC4Connection@57b63253: (connection evicted) 2025-05-13 13:52:54.367 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.367 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Closed. 2025-05-13 13:52:54.367 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Shutdown completed. 2025-05-13 13:52:54.368 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-26 - configuration: 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4ec427 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-26" 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.369 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Starting... 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Added connection org.sqlite.jdbc4.JDBC4Connection@fde487b 2025-05-13 13:52:54.369 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Added connection org.sqlite.jdbc4.JDBC4Connection@fde487b 2025-05-13 13:52:54.369 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Start completed. 2025-05-13 13:52:54.378 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-27 - configuration: 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4cc4d454 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-27" 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.379 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-27 - Starting... 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-27 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c58d7be 2025-05-13 13:52:54.379 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-27 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c58d7be 2025-05-13 13:52:54.379 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-27 - Start completed. 2025-05-13 13:52:54.381 [HikariPool-19 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-19 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.388 [DefaultDispatcher-worker-14 @coroutine#183] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-27 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c58d7be 2025-05-13 13:52:54.388 [DefaultDispatcher-worker-14 @coroutine#185] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-27 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c58d7be 2025-05-13 13:52:54.389 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Shutdown initiated... 2025-05-13 13:52:54.389 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Close initiated... 2025-05-13 13:52:54.389 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.390 [HikariPool-26 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-26 - Closing connection org.sqlite.jdbc4.JDBC4Connection@fde487b: (connection evicted) 2025-05-13 13:52:54.390 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.390 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Closed. 2025-05-13 13:52:54.390 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Shutdown completed. 2025-05-13 13:52:54.390 [Test worker @coroutine#187] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-27 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c58d7be 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-28 - configuration: 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2166c48a 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-28" 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.392 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.392 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Starting... 2025-05-13 13:52:54.393 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Added connection org.sqlite.jdbc4.JDBC4Connection@73385d3f 2025-05-13 13:52:54.393 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Added connection org.sqlite.jdbc4.JDBC4Connection@73385d3f 2025-05-13 13:52:54.393 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Start completed. 2025-05-13 13:52:54.393 [HikariPool-21 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-21 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-29 - configuration: 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6814262d 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-29" 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.401 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-29 - Starting... 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-29 - Added connection org.sqlite.jdbc4.JDBC4Connection@75a9cc24 2025-05-13 13:52:54.401 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-29 - Added connection org.sqlite.jdbc4.JDBC4Connection@75a9cc24 2025-05-13 13:52:54.401 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-29 - Start completed. 2025-05-13 13:52:54.407 [HikariPool-23 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-23 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.413 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Shutdown initiated... 2025-05-13 13:52:54.413 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Close initiated... 2025-05-13 13:52:54.413 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.413 [HikariPool-28 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-28 - Closing connection org.sqlite.jdbc4.JDBC4Connection@73385d3f: (connection evicted) 2025-05-13 13:52:54.413 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.413 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Closed. 2025-05-13 13:52:54.413 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Shutdown completed. 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-30 - configuration: 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2e7a9db7 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-30" 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.420 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Starting... 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Added connection org.sqlite.jdbc4.JDBC4Connection@11cc9e1e 2025-05-13 13:52:54.420 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Added connection org.sqlite.jdbc4.JDBC4Connection@11cc9e1e 2025-05-13 13:52:54.420 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Start completed. 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-31 - configuration: 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@216328b2 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-31" 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.429 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.429 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-31 - Starting... 2025-05-13 13:52:54.430 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-31 - Added connection org.sqlite.jdbc4.JDBC4Connection@54234569 2025-05-13 13:52:54.430 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-31 - Added connection org.sqlite.jdbc4.JDBC4Connection@54234569 2025-05-13 13:52:54.430 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-31 - Start completed. 2025-05-13 13:52:54.465 [HikariPool-25 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-25 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.479 [HikariPool-27 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-27 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.502 [HikariPool-29 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-29 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.521 [HikariPool-30 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.530 [HikariPool-31 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-31 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.531 [DefaultDispatcher-worker-7 @coroutine#204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-31 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@54234569 2025-05-13 13:52:54.532 [DefaultDispatcher-worker-7 @coroutine#206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-31 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@54234569 2025-05-13 13:52:54.533 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Shutdown initiated... 2025-05-13 13:52:54.533 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Close initiated... 2025-05-13 13:52:54.533 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.533 [HikariPool-30 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-30 - Closing connection org.sqlite.jdbc4.JDBC4Connection@11cc9e1e: (connection evicted) 2025-05-13 13:52:54.534 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.534 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Closed. 2025-05-13 13:52:54.534 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Shutdown completed. 2025-05-13 13:52:54.534 [Test worker @coroutine#208] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-31 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@54234569 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-32 - configuration: 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4cf230bf 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-32" 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.536 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.536 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Starting... 2025-05-13 13:52:54.537 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Added connection org.sqlite.jdbc4.JDBC4Connection@64665781 2025-05-13 13:52:54.537 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Added connection org.sqlite.jdbc4.JDBC4Connection@64665781 2025-05-13 13:52:54.537 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Start completed. 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-33 - configuration: 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@430d3021 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-33" 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.545 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.545 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-33 - Starting... 2025-05-13 13:52:54.546 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-33 - Added connection org.sqlite.jdbc4.JDBC4Connection@3220c28 2025-05-13 13:52:54.546 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-33 - Added connection org.sqlite.jdbc4.JDBC4Connection@3220c28 2025-05-13 13:52:54.546 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-33 - Start completed. 2025-05-13 13:52:54.637 [HikariPool-32 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.646 [HikariPool-33 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-33 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.683 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Shutdown initiated... 2025-05-13 13:52:54.683 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Close initiated... 2025-05-13 13:52:54.683 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.683 [HikariPool-32 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-32 - Closing connection org.sqlite.jdbc4.JDBC4Connection@64665781: (connection evicted) 2025-05-13 13:52:54.683 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.683 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Closed. 2025-05-13 13:52:54.683 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Shutdown completed. 2025-05-13 13:52:54.685 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-34 - configuration: 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@e91facf 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-34" 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.686 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Starting... 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Added connection org.sqlite.jdbc4.JDBC4Connection@6bf0f70a 2025-05-13 13:52:54.686 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Added connection org.sqlite.jdbc4.JDBC4Connection@6bf0f70a 2025-05-13 13:52:54.686 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Start completed. 2025-05-13 13:52:54.694 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-35 - configuration: 2025-05-13 13:52:54.694 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.694 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.694 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.694 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.694 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5310e451 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-35" 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.695 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-35 - Starting... 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-35 - Added connection org.sqlite.jdbc4.JDBC4Connection@74830d73 2025-05-13 13:52:54.695 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-35 - Added connection org.sqlite.jdbc4.JDBC4Connection@74830d73 2025-05-13 13:52:54.695 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-35 - Start completed. 2025-05-13 13:52:54.697 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Shutdown initiated... 2025-05-13 13:52:54.697 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Close initiated... 2025-05-13 13:52:54.697 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.697 [HikariPool-34 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-34 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6bf0f70a: (connection evicted) 2025-05-13 13:52:54.697 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.697 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Closed. 2025-05-13 13:52:54.697 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Shutdown completed. 2025-05-13 13:52:54.706 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-36 - configuration: 2025-05-13 13:52:54.706 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.706 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.706 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.706 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.706 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.706 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@32c0fecc 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-36" 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.707 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Starting... 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Added connection org.sqlite.jdbc4.JDBC4Connection@d13379e 2025-05-13 13:52:54.707 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Added connection org.sqlite.jdbc4.JDBC4Connection@d13379e 2025-05-13 13:52:54.707 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Start completed. 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-37 - configuration: 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7c8df667 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-37" 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.716 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-37 - Starting... 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-37 - Added connection org.sqlite.jdbc4.JDBC4Connection@be616f0 2025-05-13 13:52:54.716 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-37 - Added connection org.sqlite.jdbc4.JDBC4Connection@be616f0 2025-05-13 13:52:54.716 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-37 - Start completed. 2025-05-13 13:52:54.795 [HikariPool-35 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-35 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.807 [HikariPool-36 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.813 [DefaultDispatcher-worker-17 @coroutine#231] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-37 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@be616f0 2025-05-13 13:52:54.814 [DefaultDispatcher-worker-17 @coroutine#233] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-37 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@be616f0 2025-05-13 13:52:54.815 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Shutdown initiated... 2025-05-13 13:52:54.815 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Close initiated... 2025-05-13 13:52:54.815 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.815 [HikariPool-36 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-36 - Closing connection org.sqlite.jdbc4.JDBC4Connection@d13379e: (connection evicted) 2025-05-13 13:52:54.815 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.815 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Closed. 2025-05-13 13:52:54.815 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Shutdown completed. 2025-05-13 13:52:54.816 [Test worker @coroutine#235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-37 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@be616f0 2025-05-13 13:52:54.816 [HikariPool-37 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-37 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-38 - configuration: 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1c8e8fed 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-38" 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.818 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.818 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Starting... 2025-05-13 13:52:54.819 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Added connection org.sqlite.jdbc4.JDBC4Connection@713e7d9a 2025-05-13 13:52:54.819 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Added connection org.sqlite.jdbc4.JDBC4Connection@713e7d9a 2025-05-13 13:52:54.819 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Start completed. 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-39 - configuration: 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@681d704e 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.829 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-39" 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.830 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-39 - Starting... 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-39 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c3ab672 2025-05-13 13:52:54.830 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-39 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c3ab672 2025-05-13 13:52:54.830 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-39 - Start completed. 2025-05-13 13:52:54.832 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Shutdown initiated... 2025-05-13 13:52:54.832 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Close initiated... 2025-05-13 13:52:54.832 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.833 [HikariPool-38 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-38 - Closing connection org.sqlite.jdbc4.JDBC4Connection@713e7d9a: (connection evicted) 2025-05-13 13:52:54.833 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.833 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Closed. 2025-05-13 13:52:54.833 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Shutdown completed. 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-40 - configuration: 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@734cf881 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-40" 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.844 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Starting... 2025-05-13 13:52:54.845 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Added connection org.sqlite.jdbc4.JDBC4Connection@56299b0e 2025-05-13 13:52:54.845 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Added connection org.sqlite.jdbc4.JDBC4Connection@56299b0e 2025-05-13 13:52:54.845 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Start completed. 2025-05-13 13:52:54.858 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@56299b0e 2025-05-13 13:52:54.863 [Test worker @coroutine#245] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@56299b0e 2025-05-13 13:52:54.865 [Test worker @coroutine#247] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@56299b0e 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-41 - configuration: 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@654b899f 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.867 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-41" 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.868 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-41 - Starting... 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-41 - Added connection org.sqlite.jdbc4.JDBC4Connection@13f4048e 2025-05-13 13:52:54.868 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-41 - Added connection org.sqlite.jdbc4.JDBC4Connection@13f4048e 2025-05-13 13:52:54.868 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-41 - Start completed. 2025-05-13 13:52:54.873 [DefaultDispatcher-worker-13 @coroutine#249] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@56299b0e 2025-05-13 13:52:54.878 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Shutdown initiated... 2025-05-13 13:52:54.878 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Close initiated... 2025-05-13 13:52:54.878 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.878 [HikariPool-40 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Closing connection org.sqlite.jdbc4.JDBC4Connection@56299b0e: (connection evicted) 2025-05-13 13:52:54.880 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.880 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Closed. 2025-05-13 13:52:54.880 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Shutdown completed. 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-42 - configuration: 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6bfdaa7a 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-42" 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.882 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.882 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Starting... 2025-05-13 13:52:54.884 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Added connection org.sqlite.jdbc4.JDBC4Connection@149b53fa 2025-05-13 13:52:54.884 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Added connection org.sqlite.jdbc4.JDBC4Connection@149b53fa 2025-05-13 13:52:54.884 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Start completed. 2025-05-13 13:52:54.885 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@149b53fa 2025-05-13 13:52:54.891 [Test worker @coroutine#262] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@149b53fa 2025-05-13 13:52:54.892 [Test worker @coroutine#264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@149b53fa 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-43 - configuration: 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2c1a8529 2025-05-13 13:52:54.892 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-43" 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.893 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-43 - Starting... 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-43 - Added connection org.sqlite.jdbc4.JDBC4Connection@45e639ee 2025-05-13 13:52:54.893 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-43 - Added connection org.sqlite.jdbc4.JDBC4Connection@45e639ee 2025-05-13 13:52:54.893 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-43 - Start completed. 2025-05-13 13:52:54.898 [DefaultDispatcher-worker-9 @coroutine#277] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-43 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45e639ee 2025-05-13 13:52:54.898 [DefaultDispatcher-worker-17 @coroutine#266] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@149b53fa 2025-05-13 13:52:54.899 [Test worker @coroutine#280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-43 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45e639ee 2025-05-13 13:52:54.901 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Shutdown initiated... 2025-05-13 13:52:54.901 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Close initiated... 2025-05-13 13:52:54.901 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.901 [HikariPool-42 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Closing connection org.sqlite.jdbc4.JDBC4Connection@149b53fa: (connection evicted) 2025-05-13 13:52:54.901 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.901 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Closed. 2025-05-13 13:52:54.901 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Shutdown completed. 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-44 - configuration: 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1fb71788 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-44" 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.903 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.903 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Starting... 2025-05-13 13:52:54.905 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Added connection org.sqlite.jdbc4.JDBC4Connection@4dac40b 2025-05-13 13:52:54.905 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Added connection org.sqlite.jdbc4.JDBC4Connection@4dac40b 2025-05-13 13:52:54.905 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Start completed. 2025-05-13 13:52:54.905 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-44 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4dac40b 2025-05-13 13:52:54.911 [Test worker @coroutine#283] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-44 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4dac40b 2025-05-13 13:52:54.912 [Test worker @coroutine#285] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-44 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4dac40b 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-45 - configuration: 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3ee258 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-45" 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.913 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.913 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-45 - Starting... 2025-05-13 13:52:54.914 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-45 - Added connection org.sqlite.jdbc4.JDBC4Connection@73a49597 2025-05-13 13:52:54.914 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-45 - Added connection org.sqlite.jdbc4.JDBC4Connection@73a49597 2025-05-13 13:52:54.914 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-45 - Start completed. 2025-05-13 13:52:54.915 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Shutdown initiated... 2025-05-13 13:52:54.915 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Close initiated... 2025-05-13 13:52:54.915 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:52:54.915 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.915 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Closed. 2025-05-13 13:52:54.915 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Shutdown completed. 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-46 - configuration: 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6cd66f6a 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-46" 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.917 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.917 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Starting... 2025-05-13 13:52:54.919 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Added connection org.sqlite.jdbc4.JDBC4Connection@578b2dec 2025-05-13 13:52:54.919 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Added connection org.sqlite.jdbc4.JDBC4Connection@578b2dec 2025-05-13 13:52:54.919 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Start completed. 2025-05-13 13:52:54.920 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-46 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@578b2dec 2025-05-13 13:52:54.926 [Test worker @coroutine#299] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-46 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@578b2dec 2025-05-13 13:52:54.927 [Test worker @coroutine#301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-46 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@578b2dec 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-47 - configuration: 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@48ee3c2d 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-47" 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.929 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.929 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-47 - Starting... 2025-05-13 13:52:54.930 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-47 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a80c534 2025-05-13 13:52:54.930 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-47 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a80c534 2025-05-13 13:52:54.930 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-47 - Start completed. 2025-05-13 13:52:54.930 [HikariPool-39 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-39 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.933 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Shutdown initiated... 2025-05-13 13:52:54.933 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Close initiated... 2025-05-13 13:52:54.933 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:52:54.933 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:54.933 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Closed. 2025-05-13 13:52:54.933 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Shutdown completed. 2025-05-13 13:52:54.935 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-48 - configuration: 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@28e48b65 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-48" 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:54.936 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Starting... 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f4d2294 2025-05-13 13:52:54.936 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f4d2294 2025-05-13 13:52:54.936 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Start completed. 2025-05-13 13:52:54.968 [HikariPool-41 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-41 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:54.970 [DefaultDispatcher-worker-11 @coroutine#314] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f4d2294 2025-05-13 13:52:54.977 [DefaultDispatcher-worker-6 @coroutine#314] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f4d2294 2025-05-13 13:52:54.993 [HikariPool-43 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-43 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.013 [DefaultDispatcher-worker-11 @coroutine#314] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f4d2294 2025-05-13 13:52:55.014 [HikariPool-45 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-45 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.014 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Shutdown initiated... 2025-05-13 13:52:55.014 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Close initiated... 2025-05-13 13:52:55.014 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.014 [HikariPool-48 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6f4d2294: (connection evicted) 2025-05-13 13:52:55.015 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.015 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Closed. 2025-05-13 13:52:55.015 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Shutdown completed. 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-49 - configuration: 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@43f99817 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-49" 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.016 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Starting... 2025-05-13 13:52:55.017 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b9ecd05 2025-05-13 13:52:55.017 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b9ecd05 2025-05-13 13:52:55.017 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Start completed. 2025-05-13 13:52:55.030 [HikariPool-47 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-47 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.039 [DefaultDispatcher-worker-14 @coroutine#318] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-49 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b9ecd05 2025-05-13 13:52:55.043 [DefaultDispatcher-worker-7 @coroutine#318] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-49 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b9ecd05 2025-05-13 13:52:55.056 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Shutdown initiated... 2025-05-13 13:52:55.056 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Close initiated... 2025-05-13 13:52:55.056 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.056 [HikariPool-49 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-49 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2b9ecd05: (connection evicted) 2025-05-13 13:52:55.056 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.056 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Closed. 2025-05-13 13:52:55.056 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Shutdown completed. 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-50 - configuration: 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6c75e3bc 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-50" 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.057 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Starting... 2025-05-13 13:52:55.058 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Added connection org.sqlite.jdbc4.JDBC4Connection@2374452a 2025-05-13 13:52:55.058 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Added connection org.sqlite.jdbc4.JDBC4Connection@2374452a 2025-05-13 13:52:55.058 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Start completed. 2025-05-13 13:52:55.077 [DefaultDispatcher-worker-9 @coroutine#321] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-50 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2374452a 2025-05-13 13:52:55.078 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Shutdown initiated... 2025-05-13 13:52:55.078 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Close initiated... 2025-05-13 13:52:55.078 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.079 [HikariPool-50 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-50 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2374452a: (connection evicted) 2025-05-13 13:52:55.079 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.079 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Closed. 2025-05-13 13:52:55.079 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Shutdown completed. 2025-05-13 13:52:55.079 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-51 - configuration: 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@397a10df 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-51" 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.080 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Starting... 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Added connection org.sqlite.jdbc4.JDBC4Connection@141dfcf9 2025-05-13 13:52:55.080 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Added connection org.sqlite.jdbc4.JDBC4Connection@141dfcf9 2025-05-13 13:52:55.080 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Start completed. 2025-05-13 13:52:55.099 [DefaultDispatcher-worker-7 @coroutine#323] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-51 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@141dfcf9 2025-05-13 13:52:55.105 [DefaultDispatcher-worker-12 @coroutine#323] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-51 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@141dfcf9 2025-05-13 13:52:55.105 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Shutdown initiated... 2025-05-13 13:52:55.105 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Close initiated... 2025-05-13 13:52:55.105 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.105 [HikariPool-51 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-51 - Closing connection org.sqlite.jdbc4.JDBC4Connection@141dfcf9: (connection evicted) 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.106 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Closed. 2025-05-13 13:52:55.106 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Shutdown completed. 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-52 - configuration: 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@56f72909 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.106 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-52" 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.107 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Starting... 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Added connection org.sqlite.jdbc4.JDBC4Connection@3199a202 2025-05-13 13:52:55.107 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Added connection org.sqlite.jdbc4.JDBC4Connection@3199a202 2025-05-13 13:52:55.107 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Start completed. 2025-05-13 13:52:55.126 [DefaultDispatcher-worker-17 @coroutine#326] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-52 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3199a202 2025-05-13 13:52:55.128 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Shutdown initiated... 2025-05-13 13:52:55.128 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Close initiated... 2025-05-13 13:52:55.128 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.128 [HikariPool-52 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-52 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3199a202: (connection evicted) 2025-05-13 13:52:55.128 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.128 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Closed. 2025-05-13 13:52:55.128 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Shutdown completed. 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-53 - configuration: 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@53a09566 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-53" 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.129 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Starting... 2025-05-13 13:52:55.129 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Added connection org.sqlite.jdbc4.JDBC4Connection@14af73e1 2025-05-13 13:52:55.130 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Added connection org.sqlite.jdbc4.JDBC4Connection@14af73e1 2025-05-13 13:52:55.130 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Start completed. 2025-05-13 13:52:55.148 [DefaultDispatcher-worker-15 @coroutine#328] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-53 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@14af73e1 2025-05-13 13:52:55.148 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Shutdown initiated... 2025-05-13 13:52:55.148 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Close initiated... 2025-05-13 13:52:55.148 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.148 [HikariPool-53 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-53 - Closing connection org.sqlite.jdbc4.JDBC4Connection@14af73e1: (connection evicted) 2025-05-13 13:52:55.148 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.148 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Closed. 2025-05-13 13:52:55.148 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Shutdown completed. 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-54 - configuration: 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@51468039 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-54" 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.290 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.290 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Starting... 2025-05-13 13:52:55.291 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Added connection org.sqlite.jdbc4.JDBC4Connection@575d48db 2025-05-13 13:52:55.291 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Added connection org.sqlite.jdbc4.JDBC4Connection@575d48db 2025-05-13 13:52:55.291 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Start completed. 2025-05-13 13:52:55.330 [DefaultDispatcher-worker-6 @coroutine#339] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@575d48db 2025-05-13 13:52:55.336 [DefaultDispatcher-worker-8 @coroutine#341] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@575d48db 2025-05-13 13:52:55.337 [Test worker @coroutine#343] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:52621/manifest.json 2025-05-13 13:52:55.337 [Test worker @coroutine#343] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:52621/manifest.json. 2025-05-13 13:52:55.337 [Test worker @coroutine#343] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:52621/manifest.json 2025-05-13 13:52:55.339 [Test worker @coroutine#343] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:52621/manifest.json 2025-05-13 13:52:55.339 [Test worker @coroutine#343] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:52621/manifest.json 2025-05-13 13:52:55.391 [HikariPool-54 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.417 [Test worker @coroutine#343] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:52621/manifest.json. 2025-05-13 13:52:55.417 [Test worker @coroutine#343] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:52621/manifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:52:55.425 [DefaultDispatcher-worker-2 @coroutine#343] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@575d48db 2025-05-13 13:52:55.429 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Shutdown initiated... 2025-05-13 13:52:55.429 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Close initiated... 2025-05-13 13:52:55.429 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.429 [HikariPool-54 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Closing connection org.sqlite.jdbc4.JDBC4Connection@575d48db: (connection evicted) 2025-05-13 13:52:55.429 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.429 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Closed. 2025-05-13 13:52:55.429 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Shutdown completed. 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-55 - configuration: 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2ae4c424 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-55" 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.453 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.453 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-55 - Starting... 2025-05-13 13:52:55.454 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-55 - Added connection org.sqlite.jdbc4.JDBC4Connection@237aba92 2025-05-13 13:52:55.454 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-55 - Added connection org.sqlite.jdbc4.JDBC4Connection@237aba92 2025-05-13 13:52:55.454 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-55 - Start completed. 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-56 - configuration: 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3a45308f 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-56" 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.461 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Starting... 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Added connection org.sqlite.jdbc4.JDBC4Connection@3cc817bd 2025-05-13 13:52:55.461 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Added connection org.sqlite.jdbc4.JDBC4Connection@3cc817bd 2025-05-13 13:52:55.461 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Start completed. 2025-05-13 13:52:55.478 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 13:52:55.517 [Test worker] INFO ktor.application - Application started in 0.042 seconds. 2025-05-13 13:52:55.518 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@67e1a5fd 2025-05-13 13:52:55.554 [HikariPool-55 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-55 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.561 [HikariPool-56 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.581 [DefaultDispatcher-worker-2 @coroutine#355] INFO ktor.application - Responding at http://0.0.0.0:46123 2025-05-13 13:52:55.581 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-57 - configuration: 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@71817f66 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-57" 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.582 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-57 - Starting... 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-57 - Added connection org.sqlite.jdbc4.JDBC4Connection@ad585fb 2025-05-13 13:52:55.582 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-57 - Added connection org.sqlite.jdbc4.JDBC4Connection@ad585fb 2025-05-13 13:52:55.582 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-57 - Start completed. 2025-05-13 13:52:55.601 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 13:52:55.605 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 13:52:55.605 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 13:52:55.605 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 13:52:55.606 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 13:52:55.606 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 13:52:55.606 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 13:52:55.606 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 13:52:55.606 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:52:55.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-58 - configuration: 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2a666c8e 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-58" 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:55.607 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Starting... 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.607 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.607 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Start completed. 2025-05-13 13:52:55.639 [DefaultDispatcher-worker-16 @coroutine#360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.645 [DefaultDispatcher-worker-18 @coroutine#360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.649 [DefaultDispatcher-worker-9 @coroutine#364] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-57 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ad585fb 2025-05-13 13:52:55.651 [DefaultDispatcher-worker-9 @coroutine#366] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-57 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ad585fb 2025-05-13 13:52:55.656 [DefaultDispatcher-worker-5 @coroutine#360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.661 [DefaultDispatcher-worker-11 @coroutine#360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.662 [Test worker @coroutine#360] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.662 [Test worker @coroutine#360] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json. 2025-05-13 13:52:55.662 [Test worker @coroutine#360] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.664 [Test worker @coroutine#360] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.664 [Test worker @coroutine#360] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.664 [Test worker @coroutine#360] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json. 2025-05-13 13:52:55.664 [Test worker @coroutine#360] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:52:55.674 [DefaultDispatcher-worker-18 @coroutine#360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.677 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 13:52:55.678 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-81204d3c-13ba-4fbb-9031-3a969f1c1bb5', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 13:52:55.680 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:52:55.680 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-81204d3c-13ba-4fbb-9031-3a969f1c1bb5 2025-05-13 13:52:55.682 [HikariPool-57 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-57 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.683 [DefaultDispatcher-worker-18 @coroutine#380] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:55.683 [DefaultDispatcher-worker-18 @coroutine#380] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:46123/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:52:55.683 [DefaultDispatcher-worker-18 @coroutine#380] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:55.683 [DefaultDispatcher-worker-18 @coroutine#380] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46123/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:52:55.687 [DefaultDispatcher-worker-12 @coroutine#379] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.687 [DefaultDispatcher-worker-12 @coroutine#379] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/UmAppDatabase/replication/nodeId 2025-05-13 13:52:55.688 [DefaultDispatcher-worker-12 @coroutine#379] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:46123/UmAppDatabase/replication/nodeId. 2025-05-13 13:52:55.688 [DefaultDispatcher-worker-12 @coroutine#379] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/UmAppDatabase/replication/nodeId 2025-05-13 13:52:55.691 [DefaultDispatcher-worker-3 @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/api/blob/upload-init-batch 2025-05-13 13:52:55.692 [DefaultDispatcher-worker-3 @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:46123/api/blob/upload-init-batch. 2025-05-13 13:52:55.692 [DefaultDispatcher-worker-3 @coroutine#378] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/api/blob/upload-init-batch 2025-05-13 13:52:55.692 [DefaultDispatcher-worker-3 @coroutine#378] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46123/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:52:55.707 [HikariPool-58 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.730 [eventLoopGroupProxy-4-1 @call-handler#401] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 13:52:55.730 [eventLoopGroupProxy-4-4 @call-handler#400] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 13:52:55.730 [eventLoopGroupProxy-4-3 @call-handler#403] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 13:52:55.730 [eventLoopGroupProxy-4-2 @call-handler#402] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 13:52:55.734 [eventLoopGroupProxy-4-2 @call-handler#402] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:55.734 [eventLoopGroupProxy-4-3 @call-handler#403] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:55.735 [eventLoopGroupProxy-4-1 @call-handler#401] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 13:52:55.735 [eventLoopGroupProxy-4-4 @call-handler#400] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:55.735 [eventLoopGroupProxy-4-4 @call-handler#400] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:52:55.737 [DefaultDispatcher-worker-17 @coroutine#379] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/UmAppDatabase/replication/nodeId 2025-05-13 13:52:55.737 [DefaultDispatcher-worker-17 @coroutine#379] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46123/UmAppDatabase/replication/nodeId 2025-05-13 13:52:55.737 [eventLoopGroupProxy-4-4 @call-handler#400] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:55.738 [DefaultDispatcher-worker-12 @coroutine#380] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:55.738 [DefaultDispatcher-worker-12 @coroutine#380] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46123/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:55.741 [eventLoopGroupProxy-4-3 @call-handler#403] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 15ms 2025-05-13 13:52:55.741 [eventLoopGroupProxy-4-4 @call-handler#400] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 15ms 2025-05-13 13:52:55.744 [DefaultDispatcher-worker-6 @coroutine#379] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.745 [eventLoopGroupProxy-4-1 @coroutine#410] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@237aba92 2025-05-13 13:52:55.749 [DefaultDispatcher-worker-2 @coroutine#381] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.753 [eventLoopGroupProxy-4-1 @call-handler#401] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 27ms 2025-05-13 13:52:55.754 [DefaultDispatcher-worker-2 @coroutine#378] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/api/blob/upload-init-batch 2025-05-13 13:52:55.754 [DefaultDispatcher-worker-2 @coroutine#378] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46123/api/blob/upload-init-batch 2025-05-13 13:52:55.757 [DefaultDispatcher-worker-2 @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:46123/api/blob/upload-init-batch. 2025-05-13 13:52:55.757 [DefaultDispatcher-worker-2 @coroutine#378] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46123/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:55.766 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/api/blob/upload-batch-data 2025-05-13 13:52:55.766 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46123/api/blob/upload-batch-data. 2025-05-13 13:52:55.766 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/api/blob/upload-batch-data 2025-05-13 13:52:55.766 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46123/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:55.769 [eventLoopGroupProxy-4-4 @call-handler#417] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:55.780 [eventLoopGroupProxy-4-4 @coroutine#418] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@237aba92 2025-05-13 13:52:55.780 [eventLoopGroupProxy-4-4 @call-handler#417] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:55.780 [eventLoopGroupProxy-4-4 @call-handler#417] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 12ms 2025-05-13 13:52:55.781 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/api/blob/upload-batch-data 2025-05-13 13:52:55.787 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/api/blob/upload-batch-data 2025-05-13 13:52:55.787 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46123/api/blob/upload-batch-data. 2025-05-13 13:52:55.787 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/api/blob/upload-batch-data 2025-05-13 13:52:55.787 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46123/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:55.788 [eventLoopGroupProxy-4-4 @call-handler#422] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:55.791 [eventLoopGroupProxy-4-4 @coroutine#423] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@237aba92 2025-05-13 13:52:55.791 [eventLoopGroupProxy-4-4 @call-handler#422] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:55.791 [eventLoopGroupProxy-4-4 @call-handler#422] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 13:52:55.791 [DefaultDispatcher-worker-2 @coroutine#415] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/api/blob/upload-batch-data 2025-05-13 13:52:55.804 [DefaultDispatcher-worker-12 @coroutine#378] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.812 [DefaultDispatcher-worker-6 @coroutine#381] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.823 [DefaultDispatcher-worker-6 @coroutine#381] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/UmAppDatabase/replication/message 2025-05-13 13:52:55.824 [DefaultDispatcher-worker-6 @coroutine#381] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:46123/UmAppDatabase/replication/message. 2025-05-13 13:52:55.824 [DefaultDispatcher-worker-6 @coroutine#381] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/UmAppDatabase/replication/message 2025-05-13 13:52:55.824 [DefaultDispatcher-worker-6 @coroutine#381] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46123/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:52:55.825 [eventLoopGroupProxy-4-4 @call-handler#436] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:52:55.826 [eventLoopGroupProxy-4-4 @call-handler#436] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:52:55.826 [eventLoopGroupProxy-4-4 @call-handler#436] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:52:55.838 [DefaultDispatcher-worker-18 @call-handler#436] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-56 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3cc817bd 2025-05-13 13:52:55.839 [eventLoopGroupProxy-4-4 @call-handler#436] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:55.839 [DefaultDispatcher-worker-9 @coroutine#354] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.839 [DefaultDispatcher-worker-9 @coroutine#354] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json. 2025-05-13 13:52:55.839 [DefaultDispatcher-worker-9 @coroutine#354] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.839 [eventLoopGroupProxy-4-4 @call-handler#436] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 14ms 2025-05-13 13:52:55.840 [DefaultDispatcher-worker-9 @coroutine#381] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/UmAppDatabase/replication/message 2025-05-13 13:52:55.840 [DefaultDispatcher-worker-9 @coroutine#381] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46123/UmAppDatabase/replication/message 2025-05-13 13:52:55.840 [DefaultDispatcher-worker-9 @coroutine#381] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:46123/UmAppDatabase/replication/message. 2025-05-13 13:52:55.840 [DefaultDispatcher-worker-9 @coroutine#381] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46123/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:55.841 [DefaultDispatcher-worker-16 @coroutine#354] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.841 [DefaultDispatcher-worker-16 @coroutine#354] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json 2025-05-13 13:52:55.841 [DefaultDispatcher-worker-16 @coroutine#354] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json. 2025-05-13 13:52:55.841 [DefaultDispatcher-worker-16 @coroutine#354] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46123/api/content/727139575169114112/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:52:55.845 [DefaultDispatcher-worker-12 @coroutine#381] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8 2025-05-13 13:52:55.846 [DefaultDispatcher-worker-7 @coroutine#354] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-56 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3cc817bd 2025-05-13 13:52:55.847 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 13:52:55.847 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 13:52:55.847 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 13:52:55.847 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 13:52:55.847 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 13:52:55.848 [Test worker @coroutine#448] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-57 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ad585fb 2025-05-13 13:52:55.848 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Shutdown initiated... 2025-05-13 13:52:55.848 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Close initiated... 2025-05-13 13:52:55.848 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:55.848 [HikariPool-58 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7e7987b8: (connection evicted) 2025-05-13 13:52:55.849 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:55.849 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Closed. 2025-05-13 13:52:55.849 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Shutdown completed. 2025-05-13 13:52:56.102 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:56.102 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:56.305 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:56.852 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@67e1a5fd 2025-05-13 13:52:56.852 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@67e1a5fd 2025-05-13 13:52:56.863 [Test worker @coroutine#453] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@237aba92 2025-05-13 13:52:56.863 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Shutdown initiated... 2025-05-13 13:52:56.863 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Close initiated... 2025-05-13 13:52:56.863 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:56.864 [HikariPool-56 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-56 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3cc817bd: (connection evicted) 2025-05-13 13:52:56.864 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:56.864 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Closed. 2025-05-13 13:52:56.864 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Shutdown completed. 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-59 - configuration: 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3113595e 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-59" 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:56.884 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:56.884 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-59 - Starting... 2025-05-13 13:52:56.885 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-59 - Added connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:56.885 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-59 - Added connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:56.885 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-59 - Start completed. 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-60 - configuration: 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@23e297d9 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:56.886 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-60" 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:56.887 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Starting... 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Added connection org.sqlite.jdbc4.JDBC4Connection@a74c940 2025-05-13 13:52:56.887 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Added connection org.sqlite.jdbc4.JDBC4Connection@a74c940 2025-05-13 13:52:56.887 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Start completed. 2025-05-13 13:52:56.894 [DefaultDispatcher-worker-17 @coroutine#459] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-43 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45e639ee 2025-05-13 13:52:56.895 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 13:52:56.896 [Test worker] INFO ktor.application - Application started in 0.001 seconds. 2025-05-13 13:52:56.896 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@35e3f3b8 2025-05-13 13:52:56.897 [DefaultDispatcher-worker-17 @coroutine#462] INFO ktor.application - Responding at http://0.0.0.0:33005 2025-05-13 13:52:56.897 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-61 - configuration: 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5b0d480c 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-61" 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:56.898 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-61 - Starting... 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-61 - Added connection org.sqlite.jdbc4.JDBC4Connection@6689bf04 2025-05-13 13:52:56.898 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-61 - Added connection org.sqlite.jdbc4.JDBC4Connection@6689bf04 2025-05-13 13:52:56.898 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-61 - Start completed. 2025-05-13 13:52:56.899 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 13:52:56.900 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 13:52:56.900 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 13:52:56.900 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 13:52:56.900 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 13:52:56.900 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 13:52:56.900 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 13:52:56.900 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 13:52:56.900 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-62 - configuration: 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5ead245 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-62" 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:56.900 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Starting... 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Added connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.900 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Added connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.900 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Start completed. 2025-05-13 13:52:56.920 [DefaultDispatcher-worker-7 @coroutine#467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.924 [DefaultDispatcher-worker-14 @coroutine#467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.928 [DefaultDispatcher-worker-11 @coroutine#471] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-61 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6689bf04 2025-05-13 13:52:56.929 [Test worker @coroutine#473] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-61 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6689bf04 2025-05-13 13:52:56.934 [DefaultDispatcher-worker-14 @coroutine#467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.938 [DefaultDispatcher-worker-11 @coroutine#467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.938 [Test worker @coroutine#467] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:56.938 [Test worker @coroutine#467] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json. 2025-05-13 13:52:56.938 [Test worker @coroutine#467] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:56.939 [Test worker @coroutine#467] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:56.939 [Test worker @coroutine#467] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:56.939 [Test worker @coroutine#467] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json. 2025-05-13 13:52:56.939 [Test worker @coroutine#467] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:52:56.946 [DefaultDispatcher-worker-12 @coroutine#467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.946 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 13:52:56.946 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-f051e93b-1cae-47f2-a0f4-8e98b5f6d33b', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 13:52:56.947 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:52:56.947 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-f051e93b-1cae-47f2-a0f4-8e98b5f6d33b 2025-05-13 13:52:56.948 [DefaultDispatcher-worker-11 @coroutine#487] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:56.948 [DefaultDispatcher-worker-11 @coroutine#487] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33005/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:52:56.948 [DefaultDispatcher-worker-11 @coroutine#487] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:56.948 [DefaultDispatcher-worker-11 @coroutine#487] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:52:56.950 [eventLoopGroupProxy-7-1 @call-handler#497] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 13:52:56.950 [eventLoopGroupProxy-7-2 @call-handler#498] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 13:52:56.950 [eventLoopGroupProxy-7-1 @call-handler#497] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:56.950 [eventLoopGroupProxy-7-2 @call-handler#498] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:56.950 [eventLoopGroupProxy-7-2 @call-handler#498] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:52:56.951 [eventLoopGroupProxy-7-2 @call-handler#498] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:56.951 [eventLoopGroupProxy-7-2 @call-handler#498] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 1ms 2025-05-13 13:52:56.951 [DefaultDispatcher-worker-4 @coroutine#487] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:56.951 [DefaultDispatcher-worker-4 @coroutine#487] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33005/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:56.952 [DefaultDispatcher-worker-17 @coroutine#486] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.953 [DefaultDispatcher-worker-17 @coroutine#486] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/UmAppDatabase/replication/nodeId 2025-05-13 13:52:56.953 [DefaultDispatcher-worker-17 @coroutine#486] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33005/UmAppDatabase/replication/nodeId. 2025-05-13 13:52:56.953 [DefaultDispatcher-worker-17 @coroutine#486] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/UmAppDatabase/replication/nodeId 2025-05-13 13:52:56.954 [eventLoopGroupProxy-7-2 @call-handler#507] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 13:52:56.954 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:56.954 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-init-batch. 2025-05-13 13:52:56.954 [eventLoopGroupProxy-7-2 @call-handler#507] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:56.954 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:56.954 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:52:56.954 [eventLoopGroupProxy-7-2 @call-handler#507] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 0ms 2025-05-13 13:52:56.955 [DefaultDispatcher-worker-19 @coroutine#486] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/UmAppDatabase/replication/nodeId 2025-05-13 13:52:56.955 [DefaultDispatcher-worker-19 @coroutine#486] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33005/UmAppDatabase/replication/nodeId 2025-05-13 13:52:56.955 [eventLoopGroupProxy-7-2 @call-handler#512] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 13:52:56.955 [eventLoopGroupProxy-7-2 @call-handler#512] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 13:52:56.956 [eventLoopGroupProxy-7-2 @coroutine#513] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:56.957 [eventLoopGroupProxy-7-2 @call-handler#512] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 2ms 2025-05-13 13:52:56.957 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:56.957 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:56.958 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-init-batch. 2025-05-13 13:52:56.958 [DefaultDispatcher-worker-3 @coroutine#485] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33005/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:56.958 [DefaultDispatcher-worker-3 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.959 [DefaultDispatcher-worker-3 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:56.959 [DefaultDispatcher-worker-3 @coroutine#517] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.959 [DefaultDispatcher-worker-3 @coroutine#517] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:56.960 [eventLoopGroupProxy-7-2 @call-handler#519] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:56.960 [DefaultDispatcher-worker-5 @coroutine#486] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.961 [eventLoopGroupProxy-7-2 @coroutine#521] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:56.962 [eventLoopGroupProxy-7-2 @call-handler#519] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:56.962 [eventLoopGroupProxy-7-2 @call-handler#519] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 13:52:56.962 [DefaultDispatcher-worker-15 @coroutine#517] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.963 [DefaultDispatcher-worker-15 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.963 [DefaultDispatcher-worker-15 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:56.963 [DefaultDispatcher-worker-15 @coroutine#517] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.963 [DefaultDispatcher-worker-15 @coroutine#517] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:56.964 [eventLoopGroupProxy-7-2 @call-handler#525] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:56.965 [DefaultDispatcher-worker-4 @coroutine#488] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:56.966 [eventLoopGroupProxy-7-2 @coroutine#526] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:56.966 [eventLoopGroupProxy-7-2 @call-handler#525] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:56.966 [eventLoopGroupProxy-7-2 @call-handler#525] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:52:56.966 [DefaultDispatcher-worker-4 @coroutine#517] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.967 [DefaultDispatcher-worker-4 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.967 [DefaultDispatcher-worker-4 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:56.967 [DefaultDispatcher-worker-4 @coroutine#517] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:56.967 [DefaultDispatcher-worker-4 @coroutine#517] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:56.968 [eventLoopGroupProxy-7-2 @call-handler#530] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:56.985 [HikariPool-59 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-59 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:56.987 [HikariPool-60 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:56.998 [HikariPool-61 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-61 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:57.000 [HikariPool-62 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:57.010 [eventLoopGroupProxy-7-2 @call-handler#530] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.010 [eventLoopGroupProxy-7-2 @call-handler#530] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.011 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.011 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.012 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.012 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.012 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.013 [eventLoopGroupProxy-7-2 @call-handler#533] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.013 [eventLoopGroupProxy-7-2 @call-handler#533] INFO ktor.application - 500 Internal Server Error: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:52:57.013 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.014 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.014 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33005/api/blob/upload-batch-data to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:57.014 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.c.p.DefaultResponseValidation - Default response validation for http://localhost:33005/api/blob/upload-batch-data failed with io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:33005/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" 2025-05-13 13:52:57.014 [DefaultDispatcher-worker-16 @coroutine#517] TRACE i.k.client.plugins.HttpCallValidator - Processing exception io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:33005/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.021 [DefaultDispatcher-worker-10 @coroutine#485] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:57.027 [DefaultDispatcher-worker-9 @coroutine#485] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:57.029 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 13:52:57.529 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-15648af1-0fe3-4eb5-b38b-e07888655444', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 13:52:57.529 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:52:57.529 [MyScheduler_Worker-2] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-15648af1-0fe3-4eb5-b38b-e07888655444 2025-05-13 13:52:57.531 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:57.531 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-init-batch. 2025-05-13 13:52:57.531 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:57.531 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:52:57.533 [eventLoopGroupProxy-7-2 @call-handler#541] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 13:52:57.533 [eventLoopGroupProxy-7-2 @call-handler#541] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 13:52:57.534 [eventLoopGroupProxy-7-2 @coroutine#542] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:57.535 [eventLoopGroupProxy-7-2 @call-handler#541] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 2ms 2025-05-13 13:52:57.535 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:57.535 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33005/api/blob/upload-init-batch 2025-05-13 13:52:57.535 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-init-batch. 2025-05-13 13:52:57.535 [DefaultDispatcher-worker-6 @coroutine#538] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33005/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:57.536 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.536 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.536 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.536 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.537 [eventLoopGroupProxy-7-2 @call-handler#548] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.539 [eventLoopGroupProxy-7-2 @call-handler#548] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.539 [eventLoopGroupProxy-7-2 @call-handler#548] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:52:57.539 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.540 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.540 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.540 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.540 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.541 [eventLoopGroupProxy-7-2 @call-handler#551] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.542 [eventLoopGroupProxy-7-2 @call-handler#551] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.542 [eventLoopGroupProxy-7-2 @call-handler#551] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:52:57.543 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.543 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.543 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.543 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.543 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.544 [eventLoopGroupProxy-7-2 @call-handler#554] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.586 [eventLoopGroupProxy-7-2 @call-handler#554] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.586 [eventLoopGroupProxy-7-2 @call-handler#554] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.586 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.587 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.587 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.587 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.587 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.588 [eventLoopGroupProxy-7-2 @call-handler#558] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.630 [eventLoopGroupProxy-7-2 @call-handler#558] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.630 [eventLoopGroupProxy-7-2 @call-handler#558] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.631 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.631 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.631 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.631 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.631 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.632 [eventLoopGroupProxy-7-2 @call-handler#561] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.674 [eventLoopGroupProxy-7-2 @call-handler#561] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.674 [eventLoopGroupProxy-7-2 @call-handler#561] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.675 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.675 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.675 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.675 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.675 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.676 [eventLoopGroupProxy-7-2 @call-handler#564] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.718 [eventLoopGroupProxy-7-2 @call-handler#564] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.718 [eventLoopGroupProxy-7-2 @call-handler#564] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.719 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.719 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.719 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.719 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.719 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.720 [eventLoopGroupProxy-7-2 @call-handler#567] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.762 [eventLoopGroupProxy-7-2 @call-handler#567] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.762 [eventLoopGroupProxy-7-2 @call-handler#567] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.763 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.763 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.763 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.763 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.763 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.764 [eventLoopGroupProxy-7-2 @call-handler#570] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.806 [eventLoopGroupProxy-7-2 @call-handler#570] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.807 [eventLoopGroupProxy-7-2 @call-handler#570] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:52:57.807 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.807 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.808 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.808 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.808 [DefaultDispatcher-worker-7 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.808 [eventLoopGroupProxy-7-2 @call-handler#573] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.850 [eventLoopGroupProxy-7-2 @call-handler#573] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.850 [eventLoopGroupProxy-7-2 @call-handler#573] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.850 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.851 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.851 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.851 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.851 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.852 [eventLoopGroupProxy-7-2 @call-handler#576] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.892 [eventLoopGroupProxy-7-2 @call-handler#576] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.893 [eventLoopGroupProxy-7-2 @call-handler#576] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 41ms 2025-05-13 13:52:57.893 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.893 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.893 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.893 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.893 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.894 [eventLoopGroupProxy-7-2 @call-handler#580] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.936 [eventLoopGroupProxy-7-2 @call-handler#580] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.936 [eventLoopGroupProxy-7-2 @call-handler#580] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.936 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.937 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.937 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.937 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.937 [DefaultDispatcher-worker-12 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.938 [eventLoopGroupProxy-7-2 @call-handler#583] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:57.979 [eventLoopGroupProxy-7-2 @call-handler#583] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:57.979 [eventLoopGroupProxy-7-2 @call-handler#583] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:57.979 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.980 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.980 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:57.980 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:57.980 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:57.981 [eventLoopGroupProxy-7-2 @call-handler#586] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:58.023 [eventLoopGroupProxy-7-2 @call-handler#586] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:58.023 [eventLoopGroupProxy-7-2 @call-handler#586] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:52:58.023 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.024 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.024 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:58.024 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.024 [DefaultDispatcher-worker-20 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:58.025 [eventLoopGroupProxy-7-2 @call-handler#589] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:58.036 [DefaultDispatcher-worker-13 @coroutine#539] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:58.068 [eventLoopGroupProxy-7-2 @coroutine#591] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:58.068 [eventLoopGroupProxy-7-2 @call-handler#589] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:58.068 [eventLoopGroupProxy-7-2 @call-handler#589] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:52:58.069 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.070 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.070 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:58.070 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.070 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:58.071 [eventLoopGroupProxy-7-2 @call-handler#595] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:58.072 [eventLoopGroupProxy-7-2 @coroutine#596] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:58.072 [eventLoopGroupProxy-7-2 @call-handler#595] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:58.073 [eventLoopGroupProxy-7-2 @call-handler#595] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:52:58.073 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.074 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.074 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/blob/upload-batch-data. 2025-05-13 13:52:58.074 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.074 [DefaultDispatcher-worker-10 @coroutine#546] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:58.075 [eventLoopGroupProxy-7-2 @call-handler#600] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:58.076 [eventLoopGroupProxy-7-2 @coroutine#601] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:58.076 [eventLoopGroupProxy-7-2 @call-handler#600] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:58.076 [eventLoopGroupProxy-7-2 @call-handler#600] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:52:58.077 [DefaultDispatcher-worker-11 @coroutine#546] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/blob/upload-batch-data 2025-05-13 13:52:58.082 [DefaultDispatcher-worker-19 @coroutine#538] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:58.086 [DefaultDispatcher-worker-17 @coroutine#488] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:58.086 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/UmAppDatabase/replication/message 2025-05-13 13:52:58.087 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33005/UmAppDatabase/replication/message. 2025-05-13 13:52:58.087 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/UmAppDatabase/replication/message 2025-05-13 13:52:58.087 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33005/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:52:58.088 [eventLoopGroupProxy-7-2 @call-handler#610] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:52:58.088 [eventLoopGroupProxy-7-2 @call-handler#610] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:52:58.088 [eventLoopGroupProxy-7-2 @call-handler#610] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:52:58.098 [DefaultDispatcher-worker-15 @call-handler#610] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-60 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a74c940 2025-05-13 13:52:58.098 [eventLoopGroupProxy-7-2 @call-handler#610] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:58.099 [eventLoopGroupProxy-7-2 @call-handler#610] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 11ms 2025-05-13 13:52:58.099 [DefaultDispatcher-worker-6 @coroutine#461] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:58.099 [DefaultDispatcher-worker-6 @coroutine#461] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json. 2025-05-13 13:52:58.099 [DefaultDispatcher-worker-6 @coroutine#461] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:58.099 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/UmAppDatabase/replication/message 2025-05-13 13:52:58.099 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33005/UmAppDatabase/replication/message 2025-05-13 13:52:58.099 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33005/UmAppDatabase/replication/message. 2025-05-13 13:52:58.099 [DefaultDispatcher-worker-17 @coroutine#488] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33005/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:58.100 [DefaultDispatcher-worker-3 @coroutine#461] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:58.100 [DefaultDispatcher-worker-3 @coroutine#461] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json 2025-05-13 13:52:58.100 [DefaultDispatcher-worker-3 @coroutine#461] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json. 2025-05-13 13:52:58.100 [DefaultDispatcher-worker-3 @coroutine#461] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33005/api/content/727139581399400448/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:52:58.103 [DefaultDispatcher-worker-8 @coroutine#488] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57466fb7 2025-05-13 13:52:58.104 [DefaultDispatcher-worker-1 @coroutine#461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-60 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a74c940 2025-05-13 13:52:58.105 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 13:52:58.105 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 13:52:58.105 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 13:52:58.105 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 13:52:58.105 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 13:52:58.106 [Test worker @coroutine#626] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-61 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6689bf04 2025-05-13 13:52:58.106 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Shutdown initiated... 2025-05-13 13:52:58.106 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Close initiated... 2025-05-13 13:52:58.106 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:58.106 [HikariPool-62 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Closing connection org.sqlite.jdbc4.JDBC4Connection@57466fb7: (connection evicted) 2025-05-13 13:52:58.107 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:58.107 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Closed. 2025-05-13 13:52:58.107 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Shutdown completed. 2025-05-13 13:52:58.400 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:58.529 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:58.582 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:58.886 [DefaultDispatcher-worker-1 @coroutine#631] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7091a016 2025-05-13 13:52:59.109 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@35e3f3b8 2025-05-13 13:52:59.110 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@35e3f3b8 2025-05-13 13:52:59.110 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Shutdown initiated... 2025-05-13 13:52:59.110 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Close initiated... 2025-05-13 13:52:59.110 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:59.110 [HikariPool-60 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-60 - Closing connection org.sqlite.jdbc4.JDBC4Connection@a74c940: (connection evicted) 2025-05-13 13:52:59.111 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:59.111 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Closed. 2025-05-13 13:52:59.111 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Shutdown completed. 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-63 - configuration: 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@360d3f47 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-63" 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:59.122 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-63 - Starting... 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-63 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.122 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-63 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.122 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-63 - Start completed. 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-64 - configuration: 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4028aab2 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-64" 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:59.124 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Starting... 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ca9d3b2 2025-05-13 13:52:59.124 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ca9d3b2 2025-05-13 13:52:59.124 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Start completed. 2025-05-13 13:52:59.133 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 13:52:59.134 [Test worker] INFO ktor.application - Application started in 0.001 seconds. 2025-05-13 13:52:59.134 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@6b468710 2025-05-13 13:52:59.135 [DefaultDispatcher-worker-15 @coroutine#639] INFO ktor.application - Responding at http://0.0.0.0:35451 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-65 - configuration: 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@62f73b0c 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-65" 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:59.135 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:59.135 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-65 - Starting... 2025-05-13 13:52:59.136 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-65 - Added connection org.sqlite.jdbc4.JDBC4Connection@1d45c4b7 2025-05-13 13:52:59.136 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-65 - Added connection org.sqlite.jdbc4.JDBC4Connection@1d45c4b7 2025-05-13 13:52:59.136 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-65 - Start completed. 2025-05-13 13:52:59.137 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 13:52:59.137 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 13:52:59.137 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 13:52:59.137 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 13:52:59.137 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 13:52:59.137 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 13:52:59.137 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 13:52:59.137 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 13:52:59.137 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-66 - configuration: 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4626f584 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-66" 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:52:59.137 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:52:59.137 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Starting... 2025-05-13 13:52:59.138 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.138 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.138 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Start completed. 2025-05-13 13:52:59.155 [DefaultDispatcher-worker-20 @coroutine#644] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.159 [DefaultDispatcher-worker-13 @coroutine#644] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.163 [DefaultDispatcher-worker-17 @coroutine#648] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-65 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1d45c4b7 2025-05-13 13:52:59.165 [Test worker @coroutine#650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-65 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1d45c4b7 2025-05-13 13:52:59.169 [DefaultDispatcher-worker-1 @coroutine#644] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.173 [DefaultDispatcher-worker-6 @coroutine#644] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.173 [Test worker @coroutine#644] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.173 [Test worker @coroutine#644] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json. 2025-05-13 13:52:59.173 [Test worker @coroutine#644] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.174 [Test worker @coroutine#644] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.174 [Test worker @coroutine#644] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.174 [Test worker @coroutine#644] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json. 2025-05-13 13:52:59.174 [Test worker @coroutine#644] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:52:59.180 [DefaultDispatcher-worker-18 @coroutine#644] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.181 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 13:52:59.181 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-165772aa-a04f-43d0-97ba-d599ff34edfe', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 13:52:59.182 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:52:59.182 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-165772aa-a04f-43d0-97ba-d599ff34edfe 2025-05-13 13:52:59.182 [DefaultDispatcher-worker-18 @coroutine#664] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:59.182 [DefaultDispatcher-worker-18 @coroutine#664] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:35451/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:52:59.182 [DefaultDispatcher-worker-18 @coroutine#664] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:59.183 [DefaultDispatcher-worker-18 @coroutine#664] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:52:59.184 [eventLoopGroupProxy-10-1 @call-handler#674] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 13:52:59.184 [eventLoopGroupProxy-10-2 @call-handler#675] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 13:52:59.185 [eventLoopGroupProxy-10-1 @call-handler#674] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:59.185 [eventLoopGroupProxy-10-1 @call-handler#674] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:52:59.185 [eventLoopGroupProxy-10-2 @call-handler#675] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.185 [eventLoopGroupProxy-10-1 @call-handler#674] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.185 [eventLoopGroupProxy-10-1 @call-handler#674] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 1ms 2025-05-13 13:52:59.186 [DefaultDispatcher-worker-6 @coroutine#664] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:59.186 [DefaultDispatcher-worker-6 @coroutine#664] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35451/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:52:59.187 [DefaultDispatcher-worker-4 @coroutine#663] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.187 [DefaultDispatcher-worker-4 @coroutine#663] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/UmAppDatabase/replication/nodeId 2025-05-13 13:52:59.187 [DefaultDispatcher-worker-4 @coroutine#663] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:35451/UmAppDatabase/replication/nodeId. 2025-05-13 13:52:59.187 [DefaultDispatcher-worker-4 @coroutine#663] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/UmAppDatabase/replication/nodeId 2025-05-13 13:52:59.188 [DefaultDispatcher-worker-7 @coroutine#662] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/blob/upload-init-batch 2025-05-13 13:52:59.188 [DefaultDispatcher-worker-7 @coroutine#662] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/blob/upload-init-batch. 2025-05-13 13:52:59.188 [DefaultDispatcher-worker-7 @coroutine#662] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/blob/upload-init-batch 2025-05-13 13:52:59.188 [eventLoopGroupProxy-10-1 @call-handler#683] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 13:52:59.188 [DefaultDispatcher-worker-7 @coroutine#662] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:52:59.189 [eventLoopGroupProxy-10-1 @call-handler#683] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.189 [eventLoopGroupProxy-10-1 @call-handler#683] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 1ms 2025-05-13 13:52:59.189 [DefaultDispatcher-worker-4 @coroutine#663] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/UmAppDatabase/replication/nodeId 2025-05-13 13:52:59.189 [DefaultDispatcher-worker-4 @coroutine#663] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35451/UmAppDatabase/replication/nodeId 2025-05-13 13:52:59.189 [eventLoopGroupProxy-10-1 @call-handler#686] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 13:52:59.190 [eventLoopGroupProxy-10-1 @call-handler#686] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 13:52:59.191 [eventLoopGroupProxy-10-1 @coroutine#689] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.191 [eventLoopGroupProxy-10-1 @call-handler#686] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 2ms 2025-05-13 13:52:59.192 [DefaultDispatcher-worker-2 @coroutine#662] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/blob/upload-init-batch 2025-05-13 13:52:59.192 [DefaultDispatcher-worker-2 @coroutine#662] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35451/api/blob/upload-init-batch 2025-05-13 13:52:59.192 [DefaultDispatcher-worker-2 @coroutine#662] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:35451/api/blob/upload-init-batch. 2025-05-13 13:52:59.192 [DefaultDispatcher-worker-2 @coroutine#662] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:35451/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:59.194 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.194 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/blob/upload-batch-data. 2025-05-13 13:52:59.194 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.194 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:59.195 [DefaultDispatcher-worker-13 @coroutine#663] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.195 [eventLoopGroupProxy-10-1 @call-handler#695] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:59.197 [eventLoopGroupProxy-10-1 @coroutine#697] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.197 [eventLoopGroupProxy-10-1 @call-handler#695] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.197 [eventLoopGroupProxy-10-1 @call-handler#695] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:52:59.198 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.199 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.199 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/blob/upload-batch-data. 2025-05-13 13:52:59.199 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.199 [DefaultDispatcher-worker-2 @coroutine#693] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:59.199 [DefaultDispatcher-worker-4 @coroutine#665] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.200 [eventLoopGroupProxy-10-1 @call-handler#701] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:59.201 [eventLoopGroupProxy-10-1 @coroutine#702] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.201 [eventLoopGroupProxy-10-1 @call-handler#701] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.201 [eventLoopGroupProxy-10-1 @call-handler#701] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:52:59.202 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.207 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.207 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/blob/upload-batch-data. 2025-05-13 13:52:59.207 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.207 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:59.208 [eventLoopGroupProxy-10-1 @call-handler#706] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:59.211 [eventLoopGroupProxy-10-1 @coroutine#707] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.211 [eventLoopGroupProxy-10-1 @call-handler#706] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.211 [eventLoopGroupProxy-10-1 @call-handler#706] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 13:52:59.212 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.213 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.213 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/blob/upload-batch-data. 2025-05-13 13:52:59.213 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.213 [DefaultDispatcher-worker-4 @coroutine#693] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:59.214 [eventLoopGroupProxy-10-1 @call-handler#711] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:59.215 [eventLoopGroupProxy-10-1 @coroutine#712] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.215 [eventLoopGroupProxy-10-1 @call-handler#711] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.215 [eventLoopGroupProxy-10-1 @call-handler#711] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:52:59.215 [DefaultDispatcher-worker-18 @coroutine#693] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.216 [DefaultDispatcher-worker-18 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.216 [DefaultDispatcher-worker-18 @coroutine#693] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/blob/upload-batch-data. 2025-05-13 13:52:59.216 [DefaultDispatcher-worker-18 @coroutine#693] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.216 [DefaultDispatcher-worker-18 @coroutine#693] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:52:59.217 [eventLoopGroupProxy-10-1 @call-handler#716] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:52:59.218 [eventLoopGroupProxy-10-1 @coroutine#717] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:52:59.218 [eventLoopGroupProxy-10-1 @call-handler#716] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.218 [eventLoopGroupProxy-10-1 @call-handler#716] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:52:59.219 [DefaultDispatcher-worker-1 @coroutine#693] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/blob/upload-batch-data 2025-05-13 13:52:59.223 [HikariPool-63 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-63 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:59.224 [HikariPool-64 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:59.225 [DefaultDispatcher-worker-18 @coroutine#662] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.229 [DefaultDispatcher-worker-15 @coroutine#665] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.229 [DefaultDispatcher-worker-15 @coroutine#665] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/UmAppDatabase/replication/message 2025-05-13 13:52:59.229 [DefaultDispatcher-worker-15 @coroutine#665] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:35451/UmAppDatabase/replication/message. 2025-05-13 13:52:59.229 [DefaultDispatcher-worker-15 @coroutine#665] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/UmAppDatabase/replication/message 2025-05-13 13:52:59.229 [DefaultDispatcher-worker-15 @coroutine#665] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35451/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:52:59.230 [eventLoopGroupProxy-10-1 @call-handler#726] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:52:59.231 [eventLoopGroupProxy-10-1 @call-handler#726] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:52:59.231 [eventLoopGroupProxy-10-1 @call-handler#726] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:52:59.236 [HikariPool-65 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-65 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:59.238 [HikariPool-66 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:59.242 [DefaultDispatcher-worker-7 @call-handler#726] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-64 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ca9d3b2 2025-05-13 13:52:59.242 [eventLoopGroupProxy-10-1 @call-handler#726] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:52:59.242 [eventLoopGroupProxy-10-1 @call-handler#726] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 12ms 2025-05-13 13:52:59.242 [DefaultDispatcher-worker-13 @coroutine#638] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.243 [DefaultDispatcher-worker-13 @coroutine#638] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json. 2025-05-13 13:52:59.243 [DefaultDispatcher-worker-13 @coroutine#638] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.243 [DefaultDispatcher-worker-10 @coroutine#665] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/UmAppDatabase/replication/message 2025-05-13 13:52:59.243 [DefaultDispatcher-worker-10 @coroutine#665] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35451/UmAppDatabase/replication/message 2025-05-13 13:52:59.243 [DefaultDispatcher-worker-10 @coroutine#665] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:35451/UmAppDatabase/replication/message. 2025-05-13 13:52:59.243 [DefaultDispatcher-worker-10 @coroutine#665] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:35451/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:52:59.244 [DefaultDispatcher-worker-2 @coroutine#638] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.244 [DefaultDispatcher-worker-2 @coroutine#638] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json 2025-05-13 13:52:59.244 [DefaultDispatcher-worker-2 @coroutine#638] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json. 2025-05-13 13:52:59.244 [DefaultDispatcher-worker-2 @coroutine#638] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:35451/api/content/727139591508598784/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:52:59.248 [DefaultDispatcher-worker-12 @coroutine#665] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73 2025-05-13 13:52:59.249 [DefaultDispatcher-worker-4 @coroutine#638] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-64 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ca9d3b2 2025-05-13 13:52:59.250 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 13:52:59.250 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 13:52:59.250 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 13:52:59.250 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 13:52:59.250 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 13:52:59.251 [Test worker @coroutine#742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-65 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1d45c4b7 2025-05-13 13:52:59.251 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Shutdown initiated... 2025-05-13 13:52:59.251 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Close initiated... 2025-05-13 13:52:59.251 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:52:59.251 [HikariPool-66 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3e4ead73: (connection evicted) 2025-05-13 13:52:59.251 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:52:59.251 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Closed. 2025-05-13 13:52:59.251 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Shutdown completed. 2025-05-13 13:52:59.637 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:59.637 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:52:59.725 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:53:00.254 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@6b468710 2025-05-13 13:53:00.254 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@6b468710 2025-05-13 13:53:00.255 [Test worker @coroutine#747] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d195d15 2025-05-13 13:53:00.255 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Shutdown initiated... 2025-05-13 13:53:00.255 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Close initiated... 2025-05-13 13:53:00.255 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:00.255 [HikariPool-64 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-64 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3ca9d3b2: (connection evicted) 2025-05-13 13:53:00.256 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:00.256 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Closed. 2025-05-13 13:53:00.256 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Shutdown completed. 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-67 - configuration: 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5c945ee7 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-67" 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:00.291 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:00.291 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-67 - Starting... 2025-05-13 13:53:00.292 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-67 - Added connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.292 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-67 - Added connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.292 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-67 - Start completed. 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-68 - configuration: 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4244e477 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-68" 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:00.293 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:00.294 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Starting... 2025-05-13 13:53:00.294 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Added connection org.sqlite.jdbc4.JDBC4Connection@63614cdd 2025-05-13 13:53:00.294 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Added connection org.sqlite.jdbc4.JDBC4Connection@63614cdd 2025-05-13 13:53:00.294 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Start completed. 2025-05-13 13:53:00.302 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 13:53:00.303 [Test worker] INFO ktor.application - Application started in 0.001 seconds. 2025-05-13 13:53:00.303 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@2e76d0d3 2025-05-13 13:53:00.304 [DefaultDispatcher-worker-3 @coroutine#755] INFO ktor.application - Responding at http://0.0.0.0:40335 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-69 - configuration: 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@11896af6 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-69" 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:00.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:00.304 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-69 - Starting... 2025-05-13 13:53:00.305 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-69 - Added connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:00.305 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-69 - Added connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:00.305 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-69 - Start completed. 2025-05-13 13:53:00.306 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 13:53:00.306 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 13:53:00.306 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 13:53:00.306 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 13:53:00.306 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 13:53:00.306 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 13:53:00.306 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 13:53:00.306 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 13:53:00.306 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-70 - configuration: 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4f72078d 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-70" 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:00.306 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:00.306 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Starting... 2025-05-13 13:53:00.307 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Added connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.307 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Added connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.307 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Start completed. 2025-05-13 13:53:00.327 [DefaultDispatcher-worker-11 @coroutine#760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.331 [DefaultDispatcher-worker-10 @coroutine#760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.392 [HikariPool-67 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-67 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:00.394 [HikariPool-68 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:00.405 [DefaultDispatcher-worker-10 @coroutine#765] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:00.405 [HikariPool-69 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-69 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:00.407 [HikariPool-70 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:00.427 [DefaultDispatcher-worker-10 @coroutine#767] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:00.430 [DefaultDispatcher-worker-2 @coroutine#769] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:00.433 [DefaultDispatcher-worker-2 @coroutine#771] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:00.439 [DefaultDispatcher-worker-16 @coroutine#760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.444 [DefaultDispatcher-worker-9 @coroutine#760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.444 [Test worker @coroutine#760] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:00.444 [Test worker @coroutine#760] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json. 2025-05-13 13:53:00.444 [Test worker @coroutine#760] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:00.445 [Test worker @coroutine#760] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:00.445 [Test worker @coroutine#760] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:00.446 [Test worker @coroutine#760] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json. 2025-05-13 13:53:00.446 [Test worker @coroutine#760] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:53:00.500 [DefaultDispatcher-worker-11 @coroutine#760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.500 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 13:53:00.500 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-4269341d-a740-4fd8-8476-629b7b6bc6ee', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 13:53:00.501 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 13:53:00.501 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-4269341d-a740-4fd8-8476-629b7b6bc6ee 2025-05-13 13:53:00.501 [DefaultDispatcher-worker-11 @coroutine#785] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:00.501 [DefaultDispatcher-worker-11 @coroutine#785] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:40335/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:00.501 [DefaultDispatcher-worker-11 @coroutine#785] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:00.501 [DefaultDispatcher-worker-11 @coroutine#785] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:00.503 [eventLoopGroupProxy-13-2 @call-handler#796] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 13:53:00.503 [eventLoopGroupProxy-13-1 @call-handler#795] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 13:53:00.503 [eventLoopGroupProxy-13-2 @call-handler#796] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.504 [eventLoopGroupProxy-13-1 @call-handler#795] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:00.504 [eventLoopGroupProxy-13-1 @call-handler#795] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:00.504 [eventLoopGroupProxy-13-1 @call-handler#795] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.504 [eventLoopGroupProxy-13-1 @call-handler#795] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 1ms 2025-05-13 13:53:00.504 [DefaultDispatcher-worker-8 @coroutine#785] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:00.504 [DefaultDispatcher-worker-8 @coroutine#785] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40335/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:00.506 [DefaultDispatcher-worker-9 @coroutine#784] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.506 [DefaultDispatcher-worker-9 @coroutine#784] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/UmAppDatabase/replication/nodeId 2025-05-13 13:53:00.506 [DefaultDispatcher-worker-9 @coroutine#784] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:40335/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:00.506 [DefaultDispatcher-worker-9 @coroutine#784] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/UmAppDatabase/replication/nodeId 2025-05-13 13:53:00.507 [eventLoopGroupProxy-13-1 @call-handler#803] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 13:53:00.507 [eventLoopGroupProxy-13-1 @call-handler#803] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.507 [eventLoopGroupProxy-13-1 @call-handler#803] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 0ms 2025-05-13 13:53:00.507 [DefaultDispatcher-worker-13 @coroutine#784] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/UmAppDatabase/replication/nodeId 2025-05-13 13:53:00.507 [DefaultDispatcher-worker-13 @coroutine#784] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40335/UmAppDatabase/replication/nodeId 2025-05-13 13:53:00.512 [DefaultDispatcher-worker-20 @coroutine#784] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.517 [DefaultDispatcher-worker-15 @coroutine#786] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:00.518 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-init-batch 2025-05-13 13:53:00.518 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-init-batch. 2025-05-13 13:53:00.518 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-init-batch 2025-05-13 13:53:00.518 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:53:00.519 [eventLoopGroupProxy-13-1 @call-handler#810] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 13:53:00.520 [eventLoopGroupProxy-13-1 @call-handler#810] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 13:53:00.563 [eventLoopGroupProxy-13-1 @coroutine#812] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.564 [eventLoopGroupProxy-13-1 @call-handler#810] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 45ms 2025-05-13 13:53:00.564 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-init-batch 2025-05-13 13:53:00.564 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40335/api/blob/upload-init-batch 2025-05-13 13:53:00.565 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-init-batch. 2025-05-13 13:53:00.565 [DefaultDispatcher-worker-1 @coroutine#783] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:40335/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:00.567 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.567 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.567 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.567 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.568 [eventLoopGroupProxy-13-1 @call-handler#818] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.570 [eventLoopGroupProxy-13-1 @coroutine#819] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.570 [eventLoopGroupProxy-13-1 @call-handler#818] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.570 [eventLoopGroupProxy-13-1 @call-handler#818] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.570 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.571 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.571 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.571 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.571 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.572 [eventLoopGroupProxy-13-1 @call-handler#823] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.617 [eventLoopGroupProxy-13-1 @coroutine#824] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.617 [eventLoopGroupProxy-13-1 @call-handler#823] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.617 [eventLoopGroupProxy-13-1 @call-handler#823] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 45ms 2025-05-13 13:53:00.617 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.619 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.619 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.619 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.619 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.620 [eventLoopGroupProxy-13-1 @call-handler#828] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.621 [eventLoopGroupProxy-13-1 @coroutine#829] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.621 [eventLoopGroupProxy-13-1 @call-handler#828] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.622 [eventLoopGroupProxy-13-1 @call-handler#828] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.622 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.623 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.623 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.623 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.623 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.624 [eventLoopGroupProxy-13-1 @call-handler#833] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.626 [eventLoopGroupProxy-13-1 @coroutine#834] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.626 [eventLoopGroupProxy-13-1 @call-handler#833] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.626 [eventLoopGroupProxy-13-1 @call-handler#833] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.627 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.631 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.631 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.631 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.631 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.632 [eventLoopGroupProxy-13-1 @call-handler#838] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.635 [eventLoopGroupProxy-13-1 @coroutine#839] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.635 [eventLoopGroupProxy-13-1 @call-handler#838] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.635 [eventLoopGroupProxy-13-1 @call-handler#838] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 13:53:00.635 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.637 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.637 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.637 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.637 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.638 [eventLoopGroupProxy-13-1 @call-handler#843] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.697 [eventLoopGroupProxy-13-1 @coroutine#844] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.697 [eventLoopGroupProxy-13-1 @call-handler#843] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.697 [eventLoopGroupProxy-13-1 @call-handler#843] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 59ms 2025-05-13 13:53:00.698 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.699 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.699 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.699 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.699 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.700 [eventLoopGroupProxy-13-1 @call-handler#848] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.747 [eventLoopGroupProxy-13-1 @coroutine#849] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.747 [eventLoopGroupProxy-13-1 @call-handler#848] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.747 [eventLoopGroupProxy-13-1 @call-handler#848] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 47ms 2025-05-13 13:53:00.747 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.748 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.748 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.748 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.748 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.749 [eventLoopGroupProxy-13-1 @call-handler#853] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.792 [eventLoopGroupProxy-13-1 @coroutine#854] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.792 [eventLoopGroupProxy-13-1 @call-handler#853] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.792 [eventLoopGroupProxy-13-1 @call-handler#853] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:00.793 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.794 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.794 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.794 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.794 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.795 [eventLoopGroupProxy-13-1 @call-handler#858] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.837 [eventLoopGroupProxy-13-1 @coroutine#859] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.837 [eventLoopGroupProxy-13-1 @call-handler#858] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.837 [eventLoopGroupProxy-13-1 @call-handler#858] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:00.837 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.839 [eventLoopGroupProxy-13-1 @call-handler#863] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.882 [eventLoopGroupProxy-13-1 @coroutine#865] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.882 [eventLoopGroupProxy-13-1 @call-handler#863] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.882 [eventLoopGroupProxy-13-1 @call-handler#863] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:00.883 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.884 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.884 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.884 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.884 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.885 [eventLoopGroupProxy-13-1 @call-handler#869] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.886 [eventLoopGroupProxy-13-1 @coroutine#870] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.886 [eventLoopGroupProxy-13-1 @call-handler#869] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.886 [eventLoopGroupProxy-13-1 @call-handler#869] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.887 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.887 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.887 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.887 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.887 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.888 [eventLoopGroupProxy-13-1 @call-handler#874] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.889 [eventLoopGroupProxy-13-1 @coroutine#875] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.889 [eventLoopGroupProxy-13-1 @call-handler#874] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.889 [eventLoopGroupProxy-13-1 @call-handler#874] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.890 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.890 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.890 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.890 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.890 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.891 [eventLoopGroupProxy-13-1 @call-handler#879] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.892 [eventLoopGroupProxy-13-1 @coroutine#880] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.892 [eventLoopGroupProxy-13-1 @call-handler#879] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.892 [eventLoopGroupProxy-13-1 @call-handler#879] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.892 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.893 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.893 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.893 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.893 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.893 [eventLoopGroupProxy-13-1 @call-handler#884] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.894 [eventLoopGroupProxy-13-1 @coroutine#885] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.895 [eventLoopGroupProxy-13-1 @call-handler#884] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.895 [eventLoopGroupProxy-13-1 @call-handler#884] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.895 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.895 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.895 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.895 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.895 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.896 [eventLoopGroupProxy-13-1 @call-handler#889] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.897 [eventLoopGroupProxy-13-1 @coroutine#890] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.898 [eventLoopGroupProxy-13-1 @call-handler#889] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.898 [eventLoopGroupProxy-13-1 @call-handler#889] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.898 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.898 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.899 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.899 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.899 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.899 [eventLoopGroupProxy-13-1 @call-handler#894] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.900 [eventLoopGroupProxy-13-1 @coroutine#895] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.900 [eventLoopGroupProxy-13-1 @call-handler#894] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.900 [eventLoopGroupProxy-13-1 @call-handler#894] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.901 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.901 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.901 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.901 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.901 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.902 [eventLoopGroupProxy-13-1 @call-handler#899] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.903 [eventLoopGroupProxy-13-1 @coroutine#900] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.903 [eventLoopGroupProxy-13-1 @call-handler#899] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.903 [eventLoopGroupProxy-13-1 @call-handler#899] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.903 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.904 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.904 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.904 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.904 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.905 [eventLoopGroupProxy-13-1 @call-handler#904] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.906 [eventLoopGroupProxy-13-1 @coroutine#905] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.906 [eventLoopGroupProxy-13-1 @call-handler#904] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.906 [eventLoopGroupProxy-13-1 @call-handler#904] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.906 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.907 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.907 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.907 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.907 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.908 [eventLoopGroupProxy-13-1 @call-handler#909] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.909 [eventLoopGroupProxy-13-1 @coroutine#910] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.909 [eventLoopGroupProxy-13-1 @call-handler#909] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.909 [eventLoopGroupProxy-13-1 @call-handler#909] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.909 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.910 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.910 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.910 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.910 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.911 [eventLoopGroupProxy-13-1 @call-handler#914] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.912 [eventLoopGroupProxy-13-1 @coroutine#915] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.912 [eventLoopGroupProxy-13-1 @call-handler#914] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.912 [eventLoopGroupProxy-13-1 @call-handler#914] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.912 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.913 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.913 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.913 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.913 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.914 [eventLoopGroupProxy-13-1 @call-handler#919] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.915 [eventLoopGroupProxy-13-1 @coroutine#920] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.915 [eventLoopGroupProxy-13-1 @call-handler#919] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.915 [eventLoopGroupProxy-13-1 @call-handler#919] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.915 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.916 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.916 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.916 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.916 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.916 [eventLoopGroupProxy-13-1 @call-handler#924] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.918 [eventLoopGroupProxy-13-1 @coroutine#925] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.918 [eventLoopGroupProxy-13-1 @call-handler#924] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.918 [eventLoopGroupProxy-13-1 @call-handler#924] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.918 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.919 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.919 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.919 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.919 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.919 [eventLoopGroupProxy-13-1 @call-handler#929] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.920 [eventLoopGroupProxy-13-1 @coroutine#930] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.921 [eventLoopGroupProxy-13-1 @call-handler#929] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.921 [eventLoopGroupProxy-13-1 @call-handler#929] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.921 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.922 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.922 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.922 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.922 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.923 [eventLoopGroupProxy-13-1 @call-handler#934] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.924 [eventLoopGroupProxy-13-1 @coroutine#935] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.924 [eventLoopGroupProxy-13-1 @call-handler#934] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.924 [eventLoopGroupProxy-13-1 @call-handler#934] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.925 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.925 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.925 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.925 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.925 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.926 [eventLoopGroupProxy-13-1 @call-handler#939] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.927 [eventLoopGroupProxy-13-1 @coroutine#940] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.927 [eventLoopGroupProxy-13-1 @call-handler#939] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.927 [eventLoopGroupProxy-13-1 @call-handler#939] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.927 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.928 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.928 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.928 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.928 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.929 [eventLoopGroupProxy-13-1 @call-handler#944] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.930 [eventLoopGroupProxy-13-1 @coroutine#945] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.930 [eventLoopGroupProxy-13-1 @call-handler#944] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.930 [eventLoopGroupProxy-13-1 @call-handler#944] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.930 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.931 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.931 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.931 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.931 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.931 [eventLoopGroupProxy-13-1 @call-handler#949] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.932 [eventLoopGroupProxy-13-1 @coroutine#950] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.932 [eventLoopGroupProxy-13-1 @call-handler#949] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.932 [eventLoopGroupProxy-13-1 @call-handler#949] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.933 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.933 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.933 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.933 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.933 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.935 [eventLoopGroupProxy-13-1 @call-handler#954] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.936 [eventLoopGroupProxy-13-1 @coroutine#955] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.936 [eventLoopGroupProxy-13-1 @call-handler#954] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.936 [eventLoopGroupProxy-13-1 @call-handler#954] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.936 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.937 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.937 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.937 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.937 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.937 [eventLoopGroupProxy-13-1 @call-handler#959] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.938 [eventLoopGroupProxy-13-1 @coroutine#960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.939 [eventLoopGroupProxy-13-1 @call-handler#959] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.939 [eventLoopGroupProxy-13-1 @call-handler#959] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.939 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.940 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.940 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.940 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.940 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.940 [eventLoopGroupProxy-13-1 @call-handler#964] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.941 [eventLoopGroupProxy-13-1 @coroutine#965] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.941 [eventLoopGroupProxy-13-1 @call-handler#964] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.941 [eventLoopGroupProxy-13-1 @call-handler#964] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.942 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.942 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.942 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.942 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.942 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.943 [eventLoopGroupProxy-13-1 @call-handler#969] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.944 [eventLoopGroupProxy-13-1 @coroutine#970] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.944 [eventLoopGroupProxy-13-1 @call-handler#969] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.944 [eventLoopGroupProxy-13-1 @call-handler#969] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.944 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.945 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.945 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.945 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.945 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.946 [eventLoopGroupProxy-13-1 @call-handler#974] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.947 [eventLoopGroupProxy-13-1 @coroutine#975] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.947 [eventLoopGroupProxy-13-1 @call-handler#974] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.947 [eventLoopGroupProxy-13-1 @call-handler#974] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.947 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.948 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.949 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.949 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.949 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.949 [eventLoopGroupProxy-13-1 @call-handler#979] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.950 [eventLoopGroupProxy-13-1 @coroutine#980] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.950 [eventLoopGroupProxy-13-1 @call-handler#979] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.951 [eventLoopGroupProxy-13-1 @call-handler#979] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.951 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.953 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.953 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.953 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.953 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.954 [eventLoopGroupProxy-13-1 @call-handler#984] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.955 [eventLoopGroupProxy-13-1 @coroutine#985] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.955 [eventLoopGroupProxy-13-1 @call-handler#984] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.955 [eventLoopGroupProxy-13-1 @call-handler#984] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:00.955 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.956 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.956 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.956 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.956 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.957 [eventLoopGroupProxy-13-1 @call-handler#989] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.958 [eventLoopGroupProxy-13-1 @coroutine#990] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.958 [eventLoopGroupProxy-13-1 @call-handler#989] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.958 [eventLoopGroupProxy-13-1 @call-handler#989] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:00.959 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.959 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.959 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.959 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.959 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.960 [eventLoopGroupProxy-13-1 @call-handler#994] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:00.964 [eventLoopGroupProxy-13-1 @coroutine#995] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:00.965 [eventLoopGroupProxy-13-1 @call-handler#994] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:00.965 [eventLoopGroupProxy-13-1 @call-handler#994] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 5ms 2025-05-13 13:53:00.965 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.966 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.966 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:00.966 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:00.966 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:00.967 [eventLoopGroupProxy-13-1 @call-handler#999] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.009 [eventLoopGroupProxy-13-1 @coroutine#1000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.009 [eventLoopGroupProxy-13-1 @call-handler#999] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.009 [eventLoopGroupProxy-13-1 @call-handler#999] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:01.009 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.010 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.010 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.010 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.010 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.011 [eventLoopGroupProxy-13-1 @call-handler#1004] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.012 [eventLoopGroupProxy-13-1 @coroutine#1005] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.012 [eventLoopGroupProxy-13-1 @call-handler#1004] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.012 [eventLoopGroupProxy-13-1 @call-handler#1004] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.012 [DefaultDispatcher-worker-4 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.013 [DefaultDispatcher-worker-4 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.013 [DefaultDispatcher-worker-4 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.013 [DefaultDispatcher-worker-4 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.013 [DefaultDispatcher-worker-4 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.014 [eventLoopGroupProxy-13-1 @call-handler#1009] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.015 [eventLoopGroupProxy-13-1 @coroutine#1010] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.015 [eventLoopGroupProxy-13-1 @call-handler#1009] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.015 [eventLoopGroupProxy-13-1 @call-handler#1009] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.015 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.015 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.015 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.015 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.015 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.016 [eventLoopGroupProxy-13-1 @call-handler#1014] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.017 [eventLoopGroupProxy-13-1 @coroutine#1015] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.017 [eventLoopGroupProxy-13-1 @call-handler#1014] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.017 [eventLoopGroupProxy-13-1 @call-handler#1014] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.017 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.018 [DefaultDispatcher-worker-9 @coroutine#804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:01.018 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.018 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.018 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.018 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.018 [eventLoopGroupProxy-13-1 @call-handler#1020] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.061 [eventLoopGroupProxy-13-1 @coroutine#1021] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.061 [eventLoopGroupProxy-13-1 @call-handler#1020] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.061 [eventLoopGroupProxy-13-1 @call-handler#1020] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.061 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.062 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.062 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.062 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.062 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.063 [eventLoopGroupProxy-13-1 @call-handler#1025] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.106 [eventLoopGroupProxy-13-1 @coroutine#1026] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.106 [eventLoopGroupProxy-13-1 @call-handler#1025] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.106 [eventLoopGroupProxy-13-1 @call-handler#1025] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.106 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.107 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.107 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.107 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.107 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.108 [eventLoopGroupProxy-13-1 @call-handler#1030] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.109 [eventLoopGroupProxy-13-1 @coroutine#1031] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.109 [eventLoopGroupProxy-13-1 @call-handler#1030] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.109 [eventLoopGroupProxy-13-1 @call-handler#1030] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.109 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.110 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.110 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.110 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.110 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.111 [eventLoopGroupProxy-13-1 @call-handler#1035] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.112 [eventLoopGroupProxy-13-1 @coroutine#1036] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.112 [eventLoopGroupProxy-13-1 @call-handler#1035] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.112 [eventLoopGroupProxy-13-1 @call-handler#1035] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.112 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.113 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.113 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.113 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.113 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.113 [eventLoopGroupProxy-13-1 @call-handler#1040] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.155 [eventLoopGroupProxy-13-1 @coroutine#1041] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.156 [eventLoopGroupProxy-13-1 @call-handler#1040] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.156 [eventLoopGroupProxy-13-1 @call-handler#1040] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.156 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.157 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.157 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.157 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.157 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.158 [eventLoopGroupProxy-13-1 @call-handler#1046] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.159 [eventLoopGroupProxy-13-1 @coroutine#1047] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.159 [eventLoopGroupProxy-13-1 @call-handler#1046] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.159 [eventLoopGroupProxy-13-1 @call-handler#1046] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.159 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.160 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.160 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.160 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.160 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.161 [eventLoopGroupProxy-13-1 @call-handler#1051] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.162 [eventLoopGroupProxy-13-1 @coroutine#1052] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.162 [eventLoopGroupProxy-13-1 @call-handler#1051] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.162 [eventLoopGroupProxy-13-1 @call-handler#1051] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.162 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.163 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.163 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.163 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.163 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.163 [eventLoopGroupProxy-13-1 @call-handler#1056] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.164 [eventLoopGroupProxy-13-1 @coroutine#1057] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.164 [eventLoopGroupProxy-13-1 @call-handler#1056] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.164 [eventLoopGroupProxy-13-1 @call-handler#1056] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.165 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.166 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.166 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.166 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.166 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.166 [eventLoopGroupProxy-13-1 @call-handler#1061] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.167 [eventLoopGroupProxy-13-1 @coroutine#1062] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.168 [eventLoopGroupProxy-13-1 @call-handler#1061] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.168 [eventLoopGroupProxy-13-1 @call-handler#1061] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.168 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.168 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.168 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.168 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.169 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.169 [eventLoopGroupProxy-13-1 @call-handler#1066] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.215 [eventLoopGroupProxy-13-1 @coroutine#1067] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.215 [eventLoopGroupProxy-13-1 @call-handler#1066] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.216 [eventLoopGroupProxy-13-1 @call-handler#1066] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 47ms 2025-05-13 13:53:01.216 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.217 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.217 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.217 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.217 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.218 [eventLoopGroupProxy-13-1 @call-handler#1071] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.219 [eventLoopGroupProxy-13-1 @coroutine#1072] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.219 [eventLoopGroupProxy-13-1 @call-handler#1071] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.219 [eventLoopGroupProxy-13-1 @call-handler#1071] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.220 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.220 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.220 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.220 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.220 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.221 [eventLoopGroupProxy-13-1 @call-handler#1076] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.222 [eventLoopGroupProxy-13-1 @coroutine#1077] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.222 [eventLoopGroupProxy-13-1 @call-handler#1076] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.222 [eventLoopGroupProxy-13-1 @call-handler#1076] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.223 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.223 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.223 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.223 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.223 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.224 [eventLoopGroupProxy-13-1 @call-handler#1081] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.225 [eventLoopGroupProxy-13-1 @coroutine#1082] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.225 [eventLoopGroupProxy-13-1 @call-handler#1081] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.225 [eventLoopGroupProxy-13-1 @call-handler#1081] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.225 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.226 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.226 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.226 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.226 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.227 [eventLoopGroupProxy-13-1 @call-handler#1086] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.228 [eventLoopGroupProxy-13-1 @coroutine#1087] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.228 [eventLoopGroupProxy-13-1 @call-handler#1086] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.228 [eventLoopGroupProxy-13-1 @call-handler#1086] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.228 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.229 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.229 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.229 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.229 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.230 [eventLoopGroupProxy-13-1 @call-handler#1091] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.231 [eventLoopGroupProxy-13-1 @coroutine#1092] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.231 [eventLoopGroupProxy-13-1 @call-handler#1091] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.231 [eventLoopGroupProxy-13-1 @call-handler#1091] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.231 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.232 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.232 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.232 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.232 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.233 [eventLoopGroupProxy-13-1 @call-handler#1096] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.234 [eventLoopGroupProxy-13-1 @coroutine#1097] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.234 [eventLoopGroupProxy-13-1 @call-handler#1096] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.234 [eventLoopGroupProxy-13-1 @call-handler#1096] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.235 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.235 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.235 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.235 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.235 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.236 [eventLoopGroupProxy-13-1 @call-handler#1101] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.237 [eventLoopGroupProxy-13-1 @coroutine#1102] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.237 [eventLoopGroupProxy-13-1 @call-handler#1101] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.237 [eventLoopGroupProxy-13-1 @call-handler#1101] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.237 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.238 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.238 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.238 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.238 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.239 [eventLoopGroupProxy-13-1 @call-handler#1106] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.240 [eventLoopGroupProxy-13-1 @coroutine#1107] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.240 [eventLoopGroupProxy-13-1 @call-handler#1106] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.240 [eventLoopGroupProxy-13-1 @call-handler#1106] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.240 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.241 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.241 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.241 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.241 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.241 [eventLoopGroupProxy-13-1 @call-handler#1111] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.242 [eventLoopGroupProxy-13-1 @coroutine#1112] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.242 [eventLoopGroupProxy-13-1 @call-handler#1111] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.242 [eventLoopGroupProxy-13-1 @call-handler#1111] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.243 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.244 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.244 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.244 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.244 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.244 [eventLoopGroupProxy-13-1 @call-handler#1116] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.245 [eventLoopGroupProxy-13-1 @coroutine#1117] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.246 [eventLoopGroupProxy-13-1 @call-handler#1116] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.246 [eventLoopGroupProxy-13-1 @call-handler#1116] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.246 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.246 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.246 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.246 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.246 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.247 [eventLoopGroupProxy-13-1 @call-handler#1121] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.248 [eventLoopGroupProxy-13-1 @coroutine#1122] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.248 [eventLoopGroupProxy-13-1 @call-handler#1121] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.248 [eventLoopGroupProxy-13-1 @call-handler#1121] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.248 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.249 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.249 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.249 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.249 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.250 [eventLoopGroupProxy-13-1 @call-handler#1126] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.251 [eventLoopGroupProxy-13-1 @coroutine#1127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.251 [eventLoopGroupProxy-13-1 @call-handler#1126] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.251 [eventLoopGroupProxy-13-1 @call-handler#1126] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.251 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.251 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.251 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.251 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.251 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.252 [eventLoopGroupProxy-13-1 @call-handler#1131] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.294 [eventLoopGroupProxy-13-1 @coroutine#1132] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.295 [eventLoopGroupProxy-13-1 @call-handler#1131] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.295 [eventLoopGroupProxy-13-1 @call-handler#1131] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.295 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.296 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.296 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.296 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.296 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.296 [eventLoopGroupProxy-13-1 @call-handler#1136] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.297 [eventLoopGroupProxy-13-1 @coroutine#1137] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.297 [eventLoopGroupProxy-13-1 @call-handler#1136] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.297 [eventLoopGroupProxy-13-1 @call-handler#1136] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.298 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.298 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.298 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.298 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.298 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.299 [eventLoopGroupProxy-13-1 @call-handler#1141] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.300 [eventLoopGroupProxy-13-1 @coroutine#1142] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.300 [eventLoopGroupProxy-13-1 @call-handler#1141] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.300 [eventLoopGroupProxy-13-1 @call-handler#1141] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.300 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.301 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.301 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.301 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.301 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.301 [eventLoopGroupProxy-13-1 @call-handler#1146] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.343 [eventLoopGroupProxy-13-1 @coroutine#1147] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.343 [eventLoopGroupProxy-13-1 @call-handler#1146] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.343 [eventLoopGroupProxy-13-1 @call-handler#1146] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:01.344 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.344 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.344 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.344 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.344 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.345 [eventLoopGroupProxy-13-1 @call-handler#1151] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.346 [eventLoopGroupProxy-13-1 @coroutine#1152] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.346 [eventLoopGroupProxy-13-1 @call-handler#1151] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.346 [eventLoopGroupProxy-13-1 @call-handler#1151] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.347 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.347 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.347 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.347 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.347 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.348 [eventLoopGroupProxy-13-1 @call-handler#1156] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.349 [eventLoopGroupProxy-13-1 @coroutine#1157] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.349 [eventLoopGroupProxy-13-1 @call-handler#1156] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.349 [eventLoopGroupProxy-13-1 @call-handler#1156] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.349 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.350 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.350 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.350 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.350 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.350 [eventLoopGroupProxy-13-1 @call-handler#1161] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.351 [eventLoopGroupProxy-13-1 @coroutine#1162] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.351 [eventLoopGroupProxy-13-1 @call-handler#1161] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.351 [eventLoopGroupProxy-13-1 @call-handler#1161] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.352 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.352 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.352 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.352 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.352 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.353 [eventLoopGroupProxy-13-1 @call-handler#1166] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.394 [eventLoopGroupProxy-13-1 @coroutine#1167] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.394 [eventLoopGroupProxy-13-1 @call-handler#1166] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.394 [eventLoopGroupProxy-13-1 @call-handler#1166] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 41ms 2025-05-13 13:53:01.395 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.395 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.395 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.395 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.395 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.396 [eventLoopGroupProxy-13-1 @call-handler#1171] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.397 [eventLoopGroupProxy-13-1 @coroutine#1172] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.397 [eventLoopGroupProxy-13-1 @call-handler#1171] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.397 [eventLoopGroupProxy-13-1 @call-handler#1171] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.397 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.398 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.398 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.398 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.398 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.398 [eventLoopGroupProxy-13-1 @call-handler#1176] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.441 [eventLoopGroupProxy-13-1 @coroutine#1177] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.441 [eventLoopGroupProxy-13-1 @call-handler#1176] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.441 [eventLoopGroupProxy-13-1 @call-handler#1176] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.442 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.445 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.445 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.445 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.445 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.445 [eventLoopGroupProxy-13-1 @call-handler#1181] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.489 [eventLoopGroupProxy-13-1 @coroutine#1183] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.489 [eventLoopGroupProxy-13-1 @call-handler#1181] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.489 [eventLoopGroupProxy-13-1 @call-handler#1181] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 44ms 2025-05-13 13:53:01.490 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.490 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.490 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.490 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.490 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.491 [eventLoopGroupProxy-13-1 @call-handler#1187] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.527 [DefaultDispatcher-worker-8 @coroutine#804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:01.533 [eventLoopGroupProxy-13-1 @coroutine#1189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.533 [eventLoopGroupProxy-13-1 @call-handler#1187] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.533 [eventLoopGroupProxy-13-1 @call-handler#1187] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:01.534 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.535 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.535 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.535 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.535 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.535 [eventLoopGroupProxy-13-1 @call-handler#1193] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.577 [eventLoopGroupProxy-13-1 @coroutine#1194] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.577 [eventLoopGroupProxy-13-1 @call-handler#1193] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.577 [eventLoopGroupProxy-13-1 @call-handler#1193] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:01.578 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.579 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.579 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.579 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.579 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.579 [eventLoopGroupProxy-13-1 @call-handler#1198] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.580 [eventLoopGroupProxy-13-1 @coroutine#1199] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.580 [eventLoopGroupProxy-13-1 @call-handler#1198] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.580 [eventLoopGroupProxy-13-1 @call-handler#1198] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.581 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.581 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.581 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.581 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.581 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.582 [eventLoopGroupProxy-13-1 @call-handler#1203] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.583 [eventLoopGroupProxy-13-1 @coroutine#1204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.583 [eventLoopGroupProxy-13-1 @call-handler#1203] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.583 [eventLoopGroupProxy-13-1 @call-handler#1203] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.583 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.584 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.584 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.584 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.584 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.584 [eventLoopGroupProxy-13-1 @call-handler#1208] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.585 [eventLoopGroupProxy-13-1 @coroutine#1209] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.585 [eventLoopGroupProxy-13-1 @call-handler#1208] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.585 [eventLoopGroupProxy-13-1 @call-handler#1208] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.585 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.586 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.586 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.586 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.586 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.586 [eventLoopGroupProxy-13-1 @call-handler#1213] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.587 [eventLoopGroupProxy-13-1 @coroutine#1214] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.587 [eventLoopGroupProxy-13-1 @call-handler#1213] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.587 [eventLoopGroupProxy-13-1 @call-handler#1213] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.588 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.588 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.588 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.588 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.588 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.589 [eventLoopGroupProxy-13-1 @call-handler#1218] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.589 [eventLoopGroupProxy-13-1 @coroutine#1219] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.590 [eventLoopGroupProxy-13-1 @call-handler#1218] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.590 [eventLoopGroupProxy-13-1 @call-handler#1218] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.590 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.590 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.590 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.590 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.590 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.591 [eventLoopGroupProxy-13-1 @call-handler#1223] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.592 [eventLoopGroupProxy-13-1 @coroutine#1224] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.592 [eventLoopGroupProxy-13-1 @call-handler#1223] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.592 [eventLoopGroupProxy-13-1 @call-handler#1223] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.592 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.593 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.593 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.593 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.593 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.593 [eventLoopGroupProxy-13-1 @call-handler#1228] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.594 [eventLoopGroupProxy-13-1 @coroutine#1229] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.594 [eventLoopGroupProxy-13-1 @call-handler#1228] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.594 [eventLoopGroupProxy-13-1 @call-handler#1228] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.595 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.595 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.595 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.595 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.595 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.596 [eventLoopGroupProxy-13-1 @call-handler#1233] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.597 [eventLoopGroupProxy-13-1 @coroutine#1234] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.597 [eventLoopGroupProxy-13-1 @call-handler#1233] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.597 [eventLoopGroupProxy-13-1 @call-handler#1233] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.597 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.598 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.598 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.598 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.598 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.598 [eventLoopGroupProxy-13-1 @call-handler#1238] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.599 [eventLoopGroupProxy-13-1 @coroutine#1239] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.599 [eventLoopGroupProxy-13-1 @call-handler#1238] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.600 [eventLoopGroupProxy-13-1 @call-handler#1238] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.600 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.600 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.600 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.600 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.600 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.601 [eventLoopGroupProxy-13-1 @call-handler#1243] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.602 [eventLoopGroupProxy-13-1 @coroutine#1244] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.602 [eventLoopGroupProxy-13-1 @call-handler#1243] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.602 [eventLoopGroupProxy-13-1 @call-handler#1243] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.602 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.603 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.603 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.603 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.603 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.603 [eventLoopGroupProxy-13-1 @call-handler#1248] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.604 [eventLoopGroupProxy-13-1 @coroutine#1249] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.604 [eventLoopGroupProxy-13-1 @call-handler#1248] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.604 [eventLoopGroupProxy-13-1 @call-handler#1248] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.604 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.605 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.605 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.605 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.605 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.606 [eventLoopGroupProxy-13-1 @call-handler#1253] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.607 [eventLoopGroupProxy-13-1 @coroutine#1254] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.607 [eventLoopGroupProxy-13-1 @call-handler#1253] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.607 [eventLoopGroupProxy-13-1 @call-handler#1253] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.607 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.607 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.608 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.608 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.608 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.608 [eventLoopGroupProxy-13-1 @call-handler#1258] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.609 [eventLoopGroupProxy-13-1 @coroutine#1259] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.609 [eventLoopGroupProxy-13-1 @call-handler#1258] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.609 [eventLoopGroupProxy-13-1 @call-handler#1258] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.609 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.610 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.610 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.610 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.610 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.610 [eventLoopGroupProxy-13-1 @call-handler#1263] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.611 [eventLoopGroupProxy-13-1 @coroutine#1264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.611 [eventLoopGroupProxy-13-1 @call-handler#1263] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.612 [eventLoopGroupProxy-13-1 @call-handler#1263] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.612 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.612 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.612 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.612 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.612 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.613 [eventLoopGroupProxy-13-1 @call-handler#1268] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.656 [eventLoopGroupProxy-13-1 @coroutine#1269] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.656 [eventLoopGroupProxy-13-1 @call-handler#1268] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.657 [eventLoopGroupProxy-13-1 @call-handler#1268] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 44ms 2025-05-13 13:53:01.657 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.658 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.658 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.658 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.658 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.658 [eventLoopGroupProxy-13-1 @call-handler#1273] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.659 [eventLoopGroupProxy-13-1 @coroutine#1274] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.660 [eventLoopGroupProxy-13-1 @call-handler#1273] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.660 [eventLoopGroupProxy-13-1 @call-handler#1273] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.660 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.660 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.660 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.660 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.660 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.661 [eventLoopGroupProxy-13-1 @call-handler#1278] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.662 [eventLoopGroupProxy-13-1 @coroutine#1279] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.662 [eventLoopGroupProxy-13-1 @call-handler#1278] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.662 [eventLoopGroupProxy-13-1 @call-handler#1278] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.662 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.663 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.663 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.663 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.663 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.663 [eventLoopGroupProxy-13-1 @call-handler#1283] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.665 [eventLoopGroupProxy-13-1 @coroutine#1284] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.665 [eventLoopGroupProxy-13-1 @call-handler#1283] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.665 [eventLoopGroupProxy-13-1 @call-handler#1283] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.665 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.665 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.665 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.665 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.666 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.666 [eventLoopGroupProxy-13-1 @call-handler#1288] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.667 [eventLoopGroupProxy-13-1 @coroutine#1289] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.667 [eventLoopGroupProxy-13-1 @call-handler#1288] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.667 [eventLoopGroupProxy-13-1 @call-handler#1288] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.667 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.668 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.668 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.668 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.668 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.668 [eventLoopGroupProxy-13-1 @call-handler#1293] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.669 [eventLoopGroupProxy-13-1 @coroutine#1294] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.670 [eventLoopGroupProxy-13-1 @call-handler#1293] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.670 [eventLoopGroupProxy-13-1 @call-handler#1293] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.670 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.670 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.670 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.670 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.670 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.671 [eventLoopGroupProxy-13-1 @call-handler#1298] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.672 [eventLoopGroupProxy-13-1 @coroutine#1299] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.672 [eventLoopGroupProxy-13-1 @call-handler#1298] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.672 [eventLoopGroupProxy-13-1 @call-handler#1298] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.672 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.673 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.673 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.673 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.673 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.673 [eventLoopGroupProxy-13-1 @call-handler#1303] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.717 [eventLoopGroupProxy-13-1 @coroutine#1304] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.717 [eventLoopGroupProxy-13-1 @call-handler#1303] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.717 [eventLoopGroupProxy-13-1 @call-handler#1303] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 44ms 2025-05-13 13:53:01.717 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.718 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.718 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.718 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.718 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.719 [eventLoopGroupProxy-13-1 @call-handler#1308] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.720 [eventLoopGroupProxy-13-1 @coroutine#1309] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.720 [eventLoopGroupProxy-13-1 @call-handler#1308] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.720 [eventLoopGroupProxy-13-1 @call-handler#1308] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.721 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.721 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.721 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.721 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.721 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.722 [eventLoopGroupProxy-13-1 @call-handler#1313] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.723 [eventLoopGroupProxy-13-1 @coroutine#1314] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.723 [eventLoopGroupProxy-13-1 @call-handler#1313] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.723 [eventLoopGroupProxy-13-1 @call-handler#1313] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.724 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.724 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.724 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.724 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.724 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.725 [eventLoopGroupProxy-13-1 @call-handler#1318] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.768 [eventLoopGroupProxy-13-1 @coroutine#1320] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.768 [eventLoopGroupProxy-13-1 @call-handler#1318] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.768 [eventLoopGroupProxy-13-1 @call-handler#1318] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.768 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.769 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.769 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.769 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.769 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.770 [eventLoopGroupProxy-13-1 @call-handler#1324] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.771 [eventLoopGroupProxy-13-1 @coroutine#1325] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.771 [eventLoopGroupProxy-13-1 @call-handler#1324] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.771 [eventLoopGroupProxy-13-1 @call-handler#1324] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.771 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.772 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.772 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.772 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.772 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.772 [eventLoopGroupProxy-13-1 @call-handler#1329] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.773 [eventLoopGroupProxy-13-1 @coroutine#1330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.773 [eventLoopGroupProxy-13-1 @call-handler#1329] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.773 [eventLoopGroupProxy-13-1 @call-handler#1329] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.773 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.774 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.774 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.774 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.774 [DefaultDispatcher-worker-9 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.774 [eventLoopGroupProxy-13-1 @call-handler#1334] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.775 [eventLoopGroupProxy-13-1 @coroutine#1335] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.776 [eventLoopGroupProxy-13-1 @call-handler#1334] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.776 [eventLoopGroupProxy-13-1 @call-handler#1334] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.776 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.776 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.776 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.777 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.777 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.777 [eventLoopGroupProxy-13-1 @call-handler#1339] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.778 [eventLoopGroupProxy-13-1 @coroutine#1340] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.778 [eventLoopGroupProxy-13-1 @call-handler#1339] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.778 [eventLoopGroupProxy-13-1 @call-handler#1339] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.778 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.779 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.779 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.779 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.779 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.779 [eventLoopGroupProxy-13-1 @call-handler#1344] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.780 [eventLoopGroupProxy-13-1 @coroutine#1345] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.780 [eventLoopGroupProxy-13-1 @call-handler#1344] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.780 [eventLoopGroupProxy-13-1 @call-handler#1344] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.780 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.781 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.781 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.781 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.781 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.781 [eventLoopGroupProxy-13-1 @call-handler#1349] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.782 [eventLoopGroupProxy-13-1 @coroutine#1350] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.782 [eventLoopGroupProxy-13-1 @call-handler#1349] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.782 [eventLoopGroupProxy-13-1 @call-handler#1349] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.782 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.783 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.783 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.783 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.783 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.783 [eventLoopGroupProxy-13-1 @call-handler#1354] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.784 [eventLoopGroupProxy-13-1 @coroutine#1355] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.784 [eventLoopGroupProxy-13-1 @call-handler#1354] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.784 [eventLoopGroupProxy-13-1 @call-handler#1354] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.785 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.785 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.785 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.785 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.785 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.786 [eventLoopGroupProxy-13-1 @call-handler#1359] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.786 [eventLoopGroupProxy-13-1 @coroutine#1360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.787 [eventLoopGroupProxy-13-1 @call-handler#1359] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.787 [eventLoopGroupProxy-13-1 @call-handler#1359] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.787 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.787 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.787 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.787 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.787 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.788 [eventLoopGroupProxy-13-1 @call-handler#1364] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.789 [eventLoopGroupProxy-13-1 @coroutine#1365] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.789 [eventLoopGroupProxy-13-1 @call-handler#1364] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.789 [eventLoopGroupProxy-13-1 @call-handler#1364] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.789 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.790 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.790 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.790 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.790 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.790 [eventLoopGroupProxy-13-1 @call-handler#1369] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.791 [eventLoopGroupProxy-13-1 @coroutine#1370] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.791 [eventLoopGroupProxy-13-1 @call-handler#1369] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.791 [eventLoopGroupProxy-13-1 @call-handler#1369] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.791 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.792 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.792 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.792 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.792 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.792 [eventLoopGroupProxy-13-1 @call-handler#1374] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.793 [eventLoopGroupProxy-13-1 @coroutine#1375] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.793 [eventLoopGroupProxy-13-1 @call-handler#1374] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.793 [eventLoopGroupProxy-13-1 @call-handler#1374] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.793 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.794 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.794 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.794 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.794 [DefaultDispatcher-worker-16 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.794 [eventLoopGroupProxy-13-1 @call-handler#1379] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.837 [eventLoopGroupProxy-13-1 @coroutine#1380] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.837 [eventLoopGroupProxy-13-1 @call-handler#1379] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.837 [eventLoopGroupProxy-13-1 @call-handler#1379] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.837 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.838 [DefaultDispatcher-worker-2 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.839 [eventLoopGroupProxy-13-1 @call-handler#1384] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.840 [eventLoopGroupProxy-13-1 @coroutine#1385] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.840 [eventLoopGroupProxy-13-1 @call-handler#1384] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.840 [eventLoopGroupProxy-13-1 @call-handler#1384] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:01.840 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.841 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.841 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.841 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.841 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.842 [eventLoopGroupProxy-13-1 @call-handler#1389] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.885 [eventLoopGroupProxy-13-1 @coroutine#1390] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.885 [eventLoopGroupProxy-13-1 @call-handler#1389] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.885 [eventLoopGroupProxy-13-1 @call-handler#1389] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.886 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.887 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.887 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.887 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.887 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.887 [eventLoopGroupProxy-13-1 @call-handler#1394] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.888 [eventLoopGroupProxy-13-1 @coroutine#1395] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.888 [eventLoopGroupProxy-13-1 @call-handler#1394] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.889 [eventLoopGroupProxy-13-1 @call-handler#1394] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:01.889 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.889 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.889 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.889 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.889 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.890 [eventLoopGroupProxy-13-1 @call-handler#1399] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.932 [eventLoopGroupProxy-13-1 @coroutine#1400] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.933 [eventLoopGroupProxy-13-1 @call-handler#1399] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.933 [eventLoopGroupProxy-13-1 @call-handler#1399] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:01.933 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.934 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.934 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.934 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.934 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.935 [eventLoopGroupProxy-13-1 @call-handler#1404] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:01.976 [eventLoopGroupProxy-13-1 @coroutine#1405] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:01.976 [eventLoopGroupProxy-13-1 @call-handler#1404] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:01.976 [eventLoopGroupProxy-13-1 @call-handler#1404] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:01.977 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.978 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.978 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:01.978 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:01.978 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:01.978 [eventLoopGroupProxy-13-1 @call-handler#1409] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.020 [eventLoopGroupProxy-13-1 @coroutine#1410] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.020 [eventLoopGroupProxy-13-1 @call-handler#1409] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.020 [eventLoopGroupProxy-13-1 @call-handler#1409] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:02.021 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.022 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.022 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.022 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.022 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.023 [eventLoopGroupProxy-13-1 @call-handler#1414] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.038 [DefaultDispatcher-worker-6 @coroutine#804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:02.065 [eventLoopGroupProxy-13-1 @coroutine#1417] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.065 [eventLoopGroupProxy-13-1 @call-handler#1414] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.065 [eventLoopGroupProxy-13-1 @call-handler#1414] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:02.066 [DefaultDispatcher-worker-17 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.066 [DefaultDispatcher-worker-17 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.066 [DefaultDispatcher-worker-17 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.066 [DefaultDispatcher-worker-17 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.066 [DefaultDispatcher-worker-17 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.067 [eventLoopGroupProxy-13-1 @call-handler#1421] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.109 [eventLoopGroupProxy-13-1 @coroutine#1422] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.109 [eventLoopGroupProxy-13-1 @call-handler#1421] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.110 [eventLoopGroupProxy-13-1 @call-handler#1421] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.110 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.111 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.111 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.111 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.111 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.111 [eventLoopGroupProxy-13-1 @call-handler#1426] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.112 [eventLoopGroupProxy-13-1 @coroutine#1427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.112 [eventLoopGroupProxy-13-1 @call-handler#1426] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.112 [eventLoopGroupProxy-13-1 @call-handler#1426] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.113 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.113 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.113 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.113 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.113 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.114 [eventLoopGroupProxy-13-1 @call-handler#1431] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.156 [eventLoopGroupProxy-13-1 @coroutine#1432] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.156 [eventLoopGroupProxy-13-1 @call-handler#1431] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.156 [eventLoopGroupProxy-13-1 @call-handler#1431] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.156 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.157 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.157 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.157 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.157 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.158 [eventLoopGroupProxy-13-1 @call-handler#1436] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.159 [eventLoopGroupProxy-13-1 @coroutine#1437] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.159 [eventLoopGroupProxy-13-1 @call-handler#1436] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.159 [eventLoopGroupProxy-13-1 @call-handler#1436] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:02.159 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.160 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.160 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.160 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.160 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.160 [eventLoopGroupProxy-13-1 @call-handler#1441] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.162 [eventLoopGroupProxy-13-1 @coroutine#1442] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.162 [eventLoopGroupProxy-13-1 @call-handler#1441] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.162 [eventLoopGroupProxy-13-1 @call-handler#1441] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:02.162 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.162 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.162 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.162 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.162 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.163 [eventLoopGroupProxy-13-1 @call-handler#1446] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.164 [eventLoopGroupProxy-13-1 @coroutine#1447] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.164 [eventLoopGroupProxy-13-1 @call-handler#1446] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.164 [eventLoopGroupProxy-13-1 @call-handler#1446] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.164 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.165 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.165 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.165 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.165 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.165 [eventLoopGroupProxy-13-1 @call-handler#1451] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.167 [eventLoopGroupProxy-13-1 @coroutine#1452] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.167 [eventLoopGroupProxy-13-1 @call-handler#1451] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.167 [eventLoopGroupProxy-13-1 @call-handler#1451] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:02.167 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.167 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.167 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.167 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.167 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.168 [eventLoopGroupProxy-13-1 @call-handler#1456] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.169 [eventLoopGroupProxy-13-1 @coroutine#1457] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.169 [eventLoopGroupProxy-13-1 @call-handler#1456] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.169 [eventLoopGroupProxy-13-1 @call-handler#1456] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.169 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.169 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.169 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.169 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.169 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.170 [eventLoopGroupProxy-13-1 @call-handler#1461] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.213 [eventLoopGroupProxy-13-1 @coroutine#1462] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.213 [eventLoopGroupProxy-13-1 @call-handler#1461] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.213 [eventLoopGroupProxy-13-1 @call-handler#1461] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.213 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.214 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.214 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.214 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.214 [DefaultDispatcher-worker-13 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.215 [eventLoopGroupProxy-13-1 @call-handler#1466] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.215 [eventLoopGroupProxy-13-1 @coroutine#1467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.215 [eventLoopGroupProxy-13-1 @call-handler#1466] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.216 [eventLoopGroupProxy-13-1 @call-handler#1466] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:02.216 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.216 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.216 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.216 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.216 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.217 [eventLoopGroupProxy-13-1 @call-handler#1471] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.217 [eventLoopGroupProxy-13-1 @coroutine#1472] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.217 [eventLoopGroupProxy-13-1 @call-handler#1471] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.217 [eventLoopGroupProxy-13-1 @call-handler#1471] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 0ms 2025-05-13 13:53:02.218 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.218 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.218 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.218 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.218 [DefaultDispatcher-worker-18 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.218 [eventLoopGroupProxy-13-1 @call-handler#1476] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.219 [eventLoopGroupProxy-13-1 @coroutine#1477] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.219 [eventLoopGroupProxy-13-1 @call-handler#1476] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.219 [eventLoopGroupProxy-13-1 @call-handler#1476] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.220 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.220 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.220 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.220 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.220 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.220 [eventLoopGroupProxy-13-1 @call-handler#1481] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.262 [eventLoopGroupProxy-13-1 @coroutine#1482] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.262 [eventLoopGroupProxy-13-1 @call-handler#1481] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.262 [eventLoopGroupProxy-13-1 @call-handler#1481] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:02.263 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.263 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.263 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.263 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.263 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.264 [eventLoopGroupProxy-13-1 @call-handler#1486] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.265 [eventLoopGroupProxy-13-1 @coroutine#1487] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.265 [eventLoopGroupProxy-13-1 @call-handler#1486] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.265 [eventLoopGroupProxy-13-1 @call-handler#1486] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.265 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.266 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.266 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.266 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.266 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.266 [eventLoopGroupProxy-13-1 @call-handler#1491] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.267 [eventLoopGroupProxy-13-1 @coroutine#1492] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.267 [eventLoopGroupProxy-13-1 @call-handler#1491] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.267 [eventLoopGroupProxy-13-1 @call-handler#1491] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.267 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.268 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.268 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.268 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.268 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.268 [eventLoopGroupProxy-13-1 @call-handler#1496] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.269 [eventLoopGroupProxy-13-1 @coroutine#1497] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.269 [eventLoopGroupProxy-13-1 @call-handler#1496] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.269 [eventLoopGroupProxy-13-1 @call-handler#1496] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.269 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.270 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.270 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.270 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.270 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.270 [eventLoopGroupProxy-13-1 @call-handler#1501] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.294 [DefaultDispatcher-worker-7 @coroutine#1502] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.310 [DefaultDispatcher-worker-7 @coroutine#1504] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:02.312 [eventLoopGroupProxy-13-1 @coroutine#1506] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.312 [eventLoopGroupProxy-13-1 @call-handler#1501] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.312 [eventLoopGroupProxy-13-1 @call-handler#1501] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 13:53:02.313 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.314 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.314 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.314 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.314 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.314 [eventLoopGroupProxy-13-1 @call-handler#1510] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.357 [eventLoopGroupProxy-13-1 @coroutine#1512] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.357 [eventLoopGroupProxy-13-1 @call-handler#1510] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.358 [eventLoopGroupProxy-13-1 @call-handler#1510] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 44ms 2025-05-13 13:53:02.358 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.359 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.359 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.359 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.359 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.359 [eventLoopGroupProxy-13-1 @call-handler#1516] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.361 [eventLoopGroupProxy-13-1 @coroutine#1517] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.361 [eventLoopGroupProxy-13-1 @call-handler#1516] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.361 [eventLoopGroupProxy-13-1 @call-handler#1516] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:02.361 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.362 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.362 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.362 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.362 [DefaultDispatcher-worker-5 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.362 [eventLoopGroupProxy-13-1 @call-handler#1521] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.367 [eventLoopGroupProxy-13-1 @coroutine#1522] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.367 [eventLoopGroupProxy-13-1 @call-handler#1521] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.367 [eventLoopGroupProxy-13-1 @call-handler#1521] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 5ms 2025-05-13 13:53:02.367 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.368 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.368 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.368 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.368 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.368 [eventLoopGroupProxy-13-1 @call-handler#1526] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.369 [eventLoopGroupProxy-13-1 @coroutine#1527] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.369 [eventLoopGroupProxy-13-1 @call-handler#1526] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.369 [eventLoopGroupProxy-13-1 @call-handler#1526] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.369 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.370 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.370 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.370 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.370 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.370 [eventLoopGroupProxy-13-1 @call-handler#1531] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.412 [eventLoopGroupProxy-13-1 @coroutine#1532] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.413 [eventLoopGroupProxy-13-1 @call-handler#1531] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.413 [eventLoopGroupProxy-13-1 @call-handler#1531] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.413 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.414 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.414 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.414 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.414 [DefaultDispatcher-worker-19 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.414 [eventLoopGroupProxy-13-1 @call-handler#1536] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.415 [eventLoopGroupProxy-13-1 @coroutine#1537] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.415 [eventLoopGroupProxy-13-1 @call-handler#1536] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.415 [eventLoopGroupProxy-13-1 @call-handler#1536] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.415 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.416 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.416 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.416 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.416 [DefaultDispatcher-worker-10 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.416 [eventLoopGroupProxy-13-1 @call-handler#1541] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.458 [eventLoopGroupProxy-13-1 @coroutine#1542] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.459 [eventLoopGroupProxy-13-1 @call-handler#1541] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.459 [eventLoopGroupProxy-13-1 @call-handler#1541] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.459 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.460 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.460 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.460 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.460 [DefaultDispatcher-worker-7 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.460 [eventLoopGroupProxy-13-1 @call-handler#1546] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.502 [eventLoopGroupProxy-13-1 @coroutine#1547] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.502 [eventLoopGroupProxy-13-1 @call-handler#1546] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.503 [eventLoopGroupProxy-13-1 @call-handler#1546] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.503 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.504 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.504 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.504 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.504 [DefaultDispatcher-worker-14 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.504 [eventLoopGroupProxy-13-1 @call-handler#1551] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.505 [eventLoopGroupProxy-13-1 @coroutine#1552] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.505 [eventLoopGroupProxy-13-1 @call-handler#1551] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.506 [eventLoopGroupProxy-13-1 @call-handler#1551] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:02.506 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.506 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.506 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.506 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.506 [DefaultDispatcher-worker-6 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.507 [eventLoopGroupProxy-13-1 @call-handler#1556] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.545 [DefaultDispatcher-worker-15 @coroutine#804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:02.550 [eventLoopGroupProxy-13-1 @coroutine#1558] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.550 [eventLoopGroupProxy-13-1 @call-handler#1556] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.550 [eventLoopGroupProxy-13-1 @call-handler#1556] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.550 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.551 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.551 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.551 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.551 [DefaultDispatcher-worker-8 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.552 [eventLoopGroupProxy-13-1 @call-handler#1562] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.553 [eventLoopGroupProxy-13-1 @coroutine#1563] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.553 [eventLoopGroupProxy-13-1 @call-handler#1562] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.553 [eventLoopGroupProxy-13-1 @call-handler#1562] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.553 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.554 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.554 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.554 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.554 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.554 [eventLoopGroupProxy-13-1 @call-handler#1567] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.555 [eventLoopGroupProxy-13-1 @coroutine#1568] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.555 [eventLoopGroupProxy-13-1 @call-handler#1567] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.555 [eventLoopGroupProxy-13-1 @call-handler#1567] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.555 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.556 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.556 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.556 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.556 [DefaultDispatcher-worker-12 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.556 [eventLoopGroupProxy-13-1 @call-handler#1572] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.557 [eventLoopGroupProxy-13-1 @coroutine#1573] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.557 [eventLoopGroupProxy-13-1 @call-handler#1572] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.557 [eventLoopGroupProxy-13-1 @call-handler#1572] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.558 [DefaultDispatcher-worker-15 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.559 [DefaultDispatcher-worker-15 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.559 [DefaultDispatcher-worker-15 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.559 [DefaultDispatcher-worker-15 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.559 [DefaultDispatcher-worker-15 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.559 [eventLoopGroupProxy-13-1 @call-handler#1577] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.564 [eventLoopGroupProxy-13-1 @coroutine#1578] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.564 [eventLoopGroupProxy-13-1 @call-handler#1577] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.564 [eventLoopGroupProxy-13-1 @call-handler#1577] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 5ms 2025-05-13 13:53:02.564 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.565 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.565 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.565 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.565 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.565 [eventLoopGroupProxy-13-1 @call-handler#1582] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.607 [eventLoopGroupProxy-13-1 @coroutine#1583] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.608 [eventLoopGroupProxy-13-1 @call-handler#1582] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.608 [eventLoopGroupProxy-13-1 @call-handler#1582] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 13:53:02.608 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.609 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.609 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.609 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.609 [DefaultDispatcher-worker-20 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.610 [eventLoopGroupProxy-13-1 @call-handler#1587] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.611 [eventLoopGroupProxy-13-1 @coroutine#1588] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.611 [eventLoopGroupProxy-13-1 @call-handler#1587] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.611 [eventLoopGroupProxy-13-1 @call-handler#1587] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.611 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.612 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.612 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.612 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.612 [DefaultDispatcher-worker-3 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.612 [eventLoopGroupProxy-13-1 @call-handler#1592] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.613 [eventLoopGroupProxy-13-1 @coroutine#1593] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.613 [eventLoopGroupProxy-13-1 @call-handler#1592] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.613 [eventLoopGroupProxy-13-1 @call-handler#1592] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 13:53:02.614 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.614 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.614 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/blob/upload-batch-data. 2025-05-13 13:53:02.614 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.614 [DefaultDispatcher-worker-1 @coroutine#816] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:02.615 [eventLoopGroupProxy-13-1 @call-handler#1597] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:02.617 [eventLoopGroupProxy-13-1 @coroutine#1598] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:02.617 [eventLoopGroupProxy-13-1 @call-handler#1597] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.617 [eventLoopGroupProxy-13-1 @call-handler#1597] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 13:53:02.617 [DefaultDispatcher-worker-15 @coroutine#816] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/blob/upload-batch-data 2025-05-13 13:53:02.623 [DefaultDispatcher-worker-4 @coroutine#783] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:02.628 [DefaultDispatcher-worker-10 @coroutine#786] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:02.628 [DefaultDispatcher-worker-10 @coroutine#786] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/UmAppDatabase/replication/message 2025-05-13 13:53:02.628 [DefaultDispatcher-worker-10 @coroutine#786] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:40335/UmAppDatabase/replication/message. 2025-05-13 13:53:02.628 [DefaultDispatcher-worker-10 @coroutine#786] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/UmAppDatabase/replication/message 2025-05-13 13:53:02.628 [DefaultDispatcher-worker-10 @coroutine#786] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:40335/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:53:02.629 [eventLoopGroupProxy-13-1 @call-handler#1607] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:53:02.629 [eventLoopGroupProxy-13-1 @call-handler#1607] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:53:02.629 [eventLoopGroupProxy-13-1 @call-handler#1607] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:02.640 [DefaultDispatcher-worker-19 @call-handler#1607] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-68 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63614cdd 2025-05-13 13:53:02.641 [eventLoopGroupProxy-13-1 @call-handler#1607] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:02.641 [eventLoopGroupProxy-13-1 @call-handler#1607] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 12ms 2025-05-13 13:53:02.641 [DefaultDispatcher-worker-19 @coroutine#754] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:02.641 [DefaultDispatcher-worker-19 @coroutine#754] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json. 2025-05-13 13:53:02.641 [DefaultDispatcher-worker-19 @coroutine#754] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:02.641 [DefaultDispatcher-worker-20 @coroutine#786] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/UmAppDatabase/replication/message 2025-05-13 13:53:02.641 [DefaultDispatcher-worker-20 @coroutine#786] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40335/UmAppDatabase/replication/message 2025-05-13 13:53:02.641 [DefaultDispatcher-worker-20 @coroutine#786] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:40335/UmAppDatabase/replication/message. 2025-05-13 13:53:02.641 [DefaultDispatcher-worker-20 @coroutine#786] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:40335/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:02.642 [DefaultDispatcher-worker-7 @coroutine#754] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:02.642 [DefaultDispatcher-worker-7 @coroutine#754] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json 2025-05-13 13:53:02.642 [DefaultDispatcher-worker-9 @coroutine#754] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json. 2025-05-13 13:53:02.642 [DefaultDispatcher-worker-9 @coroutine#754] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:40335/api/content/727139597020614656/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:53:02.646 [DefaultDispatcher-worker-17 @coroutine#786] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3555d804 2025-05-13 13:53:02.659 [DefaultDispatcher-worker-6 @coroutine#754] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-68 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63614cdd 2025-05-13 13:53:02.678 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 13:53:02.678 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 13:53:02.678 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 13:53:02.678 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 13:53:02.678 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 13:53:02.680 [Test worker @coroutine#1624] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2fbb098f 2025-05-13 13:53:02.680 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Shutdown initiated... 2025-05-13 13:53:02.680 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Close initiated... 2025-05-13 13:53:02.680 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:02.680 [HikariPool-70 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3555d804: (connection evicted) 2025-05-13 13:53:02.681 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:02.681 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Closed. 2025-05-13 13:53:02.681 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Shutdown completed. 2025-05-13 13:53:02.806 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:53:02.807 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:53:03.124 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 13:53:03.683 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@2e76d0d3 2025-05-13 13:53:03.684 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@2e76d0d3 2025-05-13 13:53:03.687 [Test worker @coroutine#1629] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16eb93af 2025-05-13 13:53:03.687 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Shutdown initiated... 2025-05-13 13:53:03.687 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Close initiated... 2025-05-13 13:53:03.687 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:03.687 [HikariPool-68 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-68 - Closing connection org.sqlite.jdbc4.JDBC4Connection@63614cdd: (connection evicted) 2025-05-13 13:53:03.688 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:03.688 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Closed. 2025-05-13 13:53:03.688 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Shutdown completed. 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-71 - configuration: 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4be5b9b1 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-71" 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:03.695 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:03.695 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-71 - Starting... 2025-05-13 13:53:03.696 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-71 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e212f46 2025-05-13 13:53:03.696 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-71 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e212f46 2025-05-13 13:53:03.696 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-71 - Start completed. 2025-05-13 13:53:03.713 [DefaultDispatcher-worker-7 @coroutine#1636] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-71 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e212f46 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-72 - configuration: 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@14745c3c 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-72" 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:03.717 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-72 - Starting... 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-72 - Added connection org.sqlite.jdbc4.JDBC4Connection@7dda5b25 2025-05-13 13:53:03.717 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-72 - Added connection org.sqlite.jdbc4.JDBC4Connection@7dda5b25 2025-05-13 13:53:03.717 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-72 - Start completed. 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-73 - configuration: 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3e371088 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-73" 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:03.718 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-73 - Starting... 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-73 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a89226e 2025-05-13 13:53:03.718 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-73 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a89226e 2025-05-13 13:53:03.718 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-73 - Start completed. 2025-05-13 13:53:03.720 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 13:53:03.720 [Test worker] INFO ktor.application - Application started in 0.0 seconds. 2025-05-13 13:53:03.721 [DefaultDispatcher-worker-6 @coroutine#1645] INFO ktor.application - Responding at http://0.0.0.0:39329 2025-05-13 13:53:03.723 [DefaultDispatcher-worker-6 @coroutine#1647] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-72 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7dda5b25 2025-05-13 13:53:03.724 [Test worker @coroutine#1646] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:39329/api/blob/upload-init-batch 2025-05-13 13:53:03.724 [Test worker @coroutine#1646] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:39329/api/blob/upload-init-batch. 2025-05-13 13:53:03.724 [Test worker @coroutine#1646] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:39329/api/blob/upload-init-batch 2025-05-13 13:53:03.724 [Test worker @coroutine#1646] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:39329/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:53:03.726 [eventLoopGroupProxy-16-1 @call-handler#1652] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 13:53:03.726 [eventLoopGroupProxy-16-1 @call-handler#1652] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 13:53:03.727 [eventLoopGroupProxy-16-1 @coroutine#1653] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-73 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3a89226e 2025-05-13 13:53:03.728 [Test worker @coroutine#1646] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:39329/api/blob/upload-init-batch 2025-05-13 13:53:03.728 [Test worker @coroutine#1646] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:39329/api/blob/upload-init-batch 2025-05-13 13:53:03.728 [Test worker @coroutine#1646] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:39329/api/blob/upload-init-batch. 2025-05-13 13:53:03.728 [Test worker @coroutine#1646] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:39329/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:03.728 [Test worker @coroutine#1657] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:39329/api/blob/upload-batch-data 2025-05-13 13:53:03.728 [Test worker @coroutine#1657] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:39329/api/blob/upload-batch-data. 2025-05-13 13:53:03.728 [Test worker @coroutine#1657] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:39329/api/blob/upload-batch-data 2025-05-13 13:53:03.728 [Test worker @coroutine#1657] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:39329/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:03.729 [eventLoopGroupProxy-16-1 @call-handler#1659] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 13:53:03.731 [eventLoopGroupProxy-16-1 @coroutine#1660] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-73 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3a89226e 2025-05-13 13:53:03.731 [eventLoopGroupProxy-16-1 @call-handler#1659] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:03.731 [Test worker @coroutine#1657] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:39329/api/blob/upload-batch-data 2025-05-13 13:53:03.733 [eventLoopGroupProxy-16-2 @call-handler#1669] TRACE io.ktor.routing.Routing - Trace for [api, blob, SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:3 -> SUCCESS @ /api/blob/{...} /api/blob/{...}/(method:GET), segment:3 -> SUCCESS @ /api/blob/{...}/(method:GET) Matched routes: "" -> "api" -> "blob" -> "{...}" -> "(method:GET)" Route resolve result: SUCCESS @ /api/blob/{...}/(method:GET) 2025-05-13 13:53:03.735 [eventLoopGroupProxy-16-2 @call-handler#1669] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:03.738 [Test worker @coroutine#1671] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-72 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7dda5b25 2025-05-13 13:53:03.796 [HikariPool-71 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-71 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:03.817 [HikariPool-72 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-72 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:03.818 [HikariPool-73 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-73 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:04.783 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-74 - configuration: 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@206e5183 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-74" 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:04.784 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Starting... 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Added connection org.sqlite.jdbc4.JDBC4Connection@32eb38e5 2025-05-13 13:53:04.784 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Added connection org.sqlite.jdbc4.JDBC4Connection@32eb38e5 2025-05-13 13:53:04.784 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Start completed. 2025-05-13 13:53:04.804 [DefaultDispatcher-worker-17 @coroutine#1678] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-74 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32eb38e5 2025-05-13 13:53:04.807 [Test worker @coroutine#1678] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55045/api/blob/upload-init-batch 2025-05-13 13:53:04.807 [Test worker @coroutine#1678] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55045/api/blob/upload-init-batch. 2025-05-13 13:53:04.807 [Test worker @coroutine#1678] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55045/api/blob/upload-init-batch 2025-05-13 13:53:04.807 [Test worker @coroutine#1678] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:55045/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:53:04.808 [Test worker @coroutine#1678] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55045/api/blob/upload-init-batch 2025-05-13 13:53:04.809 [Test worker @coroutine#1678] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55045/api/blob/upload-init-batch 2025-05-13 13:53:04.809 [Test worker @coroutine#1678] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:55045/api/blob/upload-init-batch. 2025-05-13 13:53:04.809 [Test worker @coroutine#1678] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:55045/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:04.814 [DefaultDispatcher-worker-3 @coroutine#1678] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-74 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32eb38e5 2025-05-13 13:53:04.817 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Shutdown initiated... 2025-05-13 13:53:04.817 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Close initiated... 2025-05-13 13:53:04.817 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:04.817 [HikariPool-74 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-74 - Closing connection org.sqlite.jdbc4.JDBC4Connection@32eb38e5: (connection evicted) 2025-05-13 13:53:04.817 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:04.817 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Closed. 2025-05-13 13:53:04.817 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Shutdown completed. 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-75 - configuration: 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@22fe90df 2025-05-13 13:53:04.826 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-75" 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:04.827 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Starting... 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e564c78 2025-05-13 13:53:04.827 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e564c78 2025-05-13 13:53:04.827 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Start completed. 2025-05-13 13:53:04.837 [Test worker @coroutine#1689] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55577/api/blob/upload-init-batch 2025-05-13 13:53:04.837 [Test worker @coroutine#1689] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55577/api/blob/upload-init-batch. 2025-05-13 13:53:04.837 [Test worker @coroutine#1689] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55577/api/blob/upload-init-batch 2025-05-13 13:53:04.837 [Test worker @coroutine#1689] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:55577/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:53:04.838 [Test worker @coroutine#1689] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55577/api/blob/upload-init-batch 2025-05-13 13:53:04.838 [Test worker @coroutine#1689] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55577/api/blob/upload-init-batch 2025-05-13 13:53:04.839 [Test worker @coroutine#1689] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:55577/api/blob/upload-init-batch. 2025-05-13 13:53:04.839 [Test worker @coroutine#1689] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:55577/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:04.839 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Shutdown initiated... 2025-05-13 13:53:04.839 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Close initiated... 2025-05-13 13:53:04.839 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:04.839 [HikariPool-75 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-75 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2e564c78: (connection evicted) 2025-05-13 13:53:04.840 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:04.840 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Closed. 2025-05-13 13:53:04.840 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Shutdown completed. 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-76 - configuration: 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5ed88e31 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-76" 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:04.843 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Starting... 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ad9fea 2025-05-13 13:53:04.843 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ad9fea 2025-05-13 13:53:04.843 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Start completed. 2025-05-13 13:53:04.853 [Test worker @coroutine#1695] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36415/api/blob/upload-init-batch 2025-05-13 13:53:04.853 [Test worker @coroutine#1695] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36415/api/blob/upload-init-batch. 2025-05-13 13:53:04.853 [Test worker @coroutine#1695] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36415/api/blob/upload-init-batch 2025-05-13 13:53:04.853 [Test worker @coroutine#1695] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36415/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 13:53:04.854 [Test worker @coroutine#1695] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36415/api/blob/upload-init-batch 2025-05-13 13:53:04.854 [Test worker @coroutine#1695] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36415/api/blob/upload-init-batch 2025-05-13 13:53:04.854 [Test worker @coroutine#1695] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:36415/api/blob/upload-init-batch. 2025-05-13 13:53:04.854 [Test worker @coroutine#1695] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:36415/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:04.858 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Shutdown initiated... 2025-05-13 13:53:04.858 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Close initiated... 2025-05-13 13:53:04.858 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:04.858 [HikariPool-76 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-76 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3ad9fea: (connection evicted) 2025-05-13 13:53:04.858 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:04.858 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Closed. 2025-05-13 13:53:04.858 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Shutdown completed. 2025-05-13 13:53:05.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-77 - configuration: 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@24890021 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-77" 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:05.060 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-77 - Starting... 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-77 - Added connection org.sqlite.jdbc4.JDBC4Connection@27422187 2025-05-13 13:53:05.060 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-77 - Added connection org.sqlite.jdbc4.JDBC4Connection@27422187 2025-05-13 13:53:05.060 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-77 - Start completed. 2025-05-13 13:53:05.091 [DefaultDispatcher-worker-4 @coroutine#1714] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-77 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27422187 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-78 - configuration: 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1fd77205 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-78" 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:05.093 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:05.093 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-78 - Starting... 2025-05-13 13:53:05.094 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-78 - Added connection org.sqlite.jdbc4.JDBC4Connection@288915a1 2025-05-13 13:53:05.094 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-78 - Added connection org.sqlite.jdbc4.JDBC4Connection@288915a1 2025-05-13 13:53:05.094 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-78 - Start completed. 2025-05-13 13:53:05.112 [DefaultDispatcher-worker-11 @coroutine#1720] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-78 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@288915a1 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-79 - configuration: 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@56017274 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-79" 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:05.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:05.113 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-79 - Starting... 2025-05-13 13:53:05.114 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-79 - Added connection org.sqlite.jdbc4.JDBC4Connection@23adbd6b 2025-05-13 13:53:05.114 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-79 - Added connection org.sqlite.jdbc4.JDBC4Connection@23adbd6b 2025-05-13 13:53:05.114 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-79 - Start completed. 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-80 - configuration: 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@73483d4b 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-80" 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:05.133 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Starting... 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Added connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.133 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Added connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.133 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Start completed. 2025-05-13 13:53:05.152 [DefaultDispatcher-worker-2 @coroutine#1724] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.156 [DefaultDispatcher-worker-3 @coroutine#1724] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.160 [DefaultDispatcher-worker-12 @coroutine#1724] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.160 [HikariPool-77 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-77 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:05.164 [DefaultDispatcher-worker-9 @coroutine#1724] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.165 [Test worker @coroutine#1730] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.170 [DefaultDispatcher-worker-16 @coroutine#1729] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67eabe02 2025-05-13 13:53:05.173 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Shutdown initiated... 2025-05-13 13:53:05.173 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Close initiated... 2025-05-13 13:53:05.173 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:05.173 [HikariPool-80 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Closing connection org.sqlite.jdbc4.JDBC4Connection@67eabe02: (connection evicted) 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:05.174 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Closed. 2025-05-13 13:53:05.174 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Shutdown completed. 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-81 - configuration: 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2fd409c1 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-81" 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:05.174 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:05.174 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Starting... 2025-05-13 13:53:05.175 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Added connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.175 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Added connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.175 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Start completed. 2025-05-13 13:53:05.193 [DefaultDispatcher-worker-8 @coroutine#1733] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.194 [HikariPool-78 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-78 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:05.197 [DefaultDispatcher-worker-15 @coroutine#1733] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.201 [DefaultDispatcher-worker-3 @coroutine#1733] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.205 [DefaultDispatcher-worker-9 @coroutine#1733] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.207 [Test worker @coroutine#1739] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.211 [DefaultDispatcher-worker-1 @coroutine#1738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8 2025-05-13 13:53:05.212 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Shutdown initiated... 2025-05-13 13:53:05.212 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Close initiated... 2025-05-13 13:53:05.212 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:05.212 [HikariPool-81 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3013e1e8: (connection evicted) 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:05.213 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Closed. 2025-05-13 13:53:05.213 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Shutdown completed. 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-82 - configuration: 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6ae5e1cf 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-82" 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:05.213 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Starting... 2025-05-13 13:53:05.213 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e627ab8 2025-05-13 13:53:05.214 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e627ab8 2025-05-13 13:53:05.214 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Start completed. 2025-05-13 13:53:05.214 [HikariPool-79 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-79 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:05.232 [DefaultDispatcher-worker-18 @coroutine#1742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e627ab8 2025-05-13 13:53:05.236 [DefaultDispatcher-worker-3 @coroutine#1742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e627ab8 2025-05-13 13:53:05.239 [DefaultDispatcher-worker-9 @coroutine#1742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e627ab8 2025-05-13 13:53:05.243 [DefaultDispatcher-worker-18 @coroutine#1742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e627ab8 2025-05-13 13:53:05.243 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Shutdown initiated... 2025-05-13 13:53:05.243 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Close initiated... 2025-05-13 13:53:05.243 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:05.244 [HikariPool-82 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6e627ab8: (connection evicted) 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:05.244 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Closed. 2025-05-13 13:53:05.244 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Shutdown completed. 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-83 - configuration: 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@69c263f8 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-83" 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:05.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:05.244 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Starting... 2025-05-13 13:53:05.245 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Added connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.245 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Added connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.245 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Start completed. 2025-05-13 13:53:05.263 [DefaultDispatcher-worker-1 @coroutine#1748] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.267 [DefaultDispatcher-worker-12 @coroutine#1748] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.271 [DefaultDispatcher-worker-1 @coroutine#1748] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.275 [DefaultDispatcher-worker-6 @coroutine#1748] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.277 [Test worker @coroutine#1754] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.280 [DefaultDispatcher-worker-15 @coroutine#1753] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@198a0416 2025-05-13 13:53:05.281 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Shutdown initiated... 2025-05-13 13:53:05.281 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Close initiated... 2025-05-13 13:53:05.281 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:05.281 [HikariPool-83 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Closing connection org.sqlite.jdbc4.JDBC4Connection@198a0416: (connection evicted) 2025-05-13 13:53:05.281 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:05.281 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Closed. 2025-05-13 13:53:05.281 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Shutdown completed. 2025-05-13 13:53:05.722 [DefaultDispatcher-worker-15 @coroutine#1762] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-71 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e212f46 2025-05-13 13:53:05.722 [DefaultDispatcher-worker-19 @coroutine#1763] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-73 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3a89226e 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-84 - configuration: 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@35d145fb 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-84" 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:08.812 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-84 - Starting... 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-84 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e757f39 2025-05-13 13:53:08.812 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-84 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e757f39 2025-05-13 13:53:08.812 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-84 - Start completed. 2025-05-13 13:53:08.832 [DefaultDispatcher-worker-14 @coroutine#1797] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-84 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e757f39 2025-05-13 13:53:08.912 [HikariPool-84 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-84 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-85 - configuration: 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@66ce4b4 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-85" 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.303 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-85 - Starting... 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-85 - Added connection org.sqlite.jdbc4.JDBC4Connection@76ccde41 2025-05-13 13:53:09.303 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-85 - Added connection org.sqlite.jdbc4.JDBC4Connection@76ccde41 2025-05-13 13:53:09.303 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-85 - Start completed. 2025-05-13 13:53:09.321 [DefaultDispatcher-worker-10 @coroutine#1802] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ccde41 2025-05-13 13:53:09.325 [DefaultDispatcher-worker-18 @coroutine#1804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ccde41 2025-05-13 13:53:09.328 [DefaultDispatcher-worker-3 @coroutine#1804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ccde41 2025-05-13 13:53:09.332 [DefaultDispatcher-worker-7 @coroutine#1804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ccde41 2025-05-13 13:53:09.336 [DefaultDispatcher-worker-4 @coroutine#1804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ccde41 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-86 - configuration: 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@773cc551 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-86" 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.340 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-86 - Starting... 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-86 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f0f56f5 2025-05-13 13:53:09.340 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-86 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f0f56f5 2025-05-13 13:53:09.341 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-86 - Start completed. 2025-05-13 13:53:09.358 [DefaultDispatcher-worker-11 @coroutine#1809] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f0f56f5 2025-05-13 13:53:09.362 [DefaultDispatcher-worker-5 @coroutine#1811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f0f56f5 2025-05-13 13:53:09.365 [DefaultDispatcher-worker-5 @coroutine#1811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f0f56f5 2025-05-13 13:53:09.369 [DefaultDispatcher-worker-4 @coroutine#1811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f0f56f5 2025-05-13 13:53:09.370 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-87 - configuration: 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@45f4c27c 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-87" 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.371 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-87 - Starting... 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-87 - Added connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.371 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-87 - Added connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.371 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-87 - Start completed. 2025-05-13 13:53:09.389 [DefaultDispatcher-worker-19 @coroutine#1815] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.393 [DefaultDispatcher-worker-10 @coroutine#1817] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.397 [DefaultDispatcher-worker-4 @coroutine#1817] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.401 [DefaultDispatcher-worker-14 @coroutine#1817] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.403 [HikariPool-85 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-85 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.404 [DefaultDispatcher-worker-9 @coroutine#1817] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.410 [DefaultDispatcher-worker-11 @coroutine#1817] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@949165f 2025-05-13 13:53:09.410 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-88 - configuration: 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4e22dadb 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-88" 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.411 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-88 - Starting... 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-88 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a916120 2025-05-13 13:53:09.411 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-88 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a916120 2025-05-13 13:53:09.411 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-88 - Start completed. 2025-05-13 13:53:09.430 [DefaultDispatcher-worker-20 @coroutine#1823] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a916120 2025-05-13 13:53:09.434 [DefaultDispatcher-worker-8 @coroutine#1825] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a916120 2025-05-13 13:53:09.438 [DefaultDispatcher-worker-15 @coroutine#1825] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a916120 2025-05-13 13:53:09.441 [HikariPool-86 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-86 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.441 [DefaultDispatcher-worker-3 @coroutine#1825] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a916120 2025-05-13 13:53:09.446 [DefaultDispatcher-worker-3 @coroutine#1825] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a916120 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-89 - configuration: 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1299fed3 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.446 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-89" 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.447 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-89 - Starting... 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-89 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.447 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-89 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.447 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-89 - Start completed. 2025-05-13 13:53:09.466 [DefaultDispatcher-worker-17 @coroutine#1830] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.470 [DefaultDispatcher-worker-2 @coroutine#1832] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.471 [HikariPool-87 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-87 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.474 [DefaultDispatcher-worker-12 @coroutine#1832] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.477 [DefaultDispatcher-worker-5 @coroutine#1832] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.481 [DefaultDispatcher-worker-11 @coroutine#1832] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.485 [DefaultDispatcher-worker-13 @coroutine#1832] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb87009 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-90 - configuration: 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7fd3c38b 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-90" 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.488 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-90 - Starting... 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-90 - Added connection org.sqlite.jdbc4.JDBC4Connection@25031fd4 2025-05-13 13:53:09.488 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-90 - Added connection org.sqlite.jdbc4.JDBC4Connection@25031fd4 2025-05-13 13:53:09.488 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-90 - Start completed. 2025-05-13 13:53:09.507 [DefaultDispatcher-worker-10 @coroutine#1838] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25031fd4 2025-05-13 13:53:09.511 [DefaultDispatcher-worker-4 @coroutine#1840] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25031fd4 2025-05-13 13:53:09.511 [HikariPool-88 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-88 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.514 [DefaultDispatcher-worker-1 @coroutine#1840] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25031fd4 2025-05-13 13:53:09.517 [DefaultDispatcher-worker-1 @coroutine#1840] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25031fd4 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-91 - configuration: 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@c10f7a8 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-91" 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.518 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-91 - Starting... 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-91 - Added connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.518 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-91 - Added connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.518 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-91 - Start completed. 2025-05-13 13:53:09.536 [DefaultDispatcher-worker-11 @coroutine#1844] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.540 [DefaultDispatcher-worker-4 @coroutine#1846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.543 [DefaultDispatcher-worker-5 @coroutine#1846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.546 [DefaultDispatcher-worker-1 @coroutine#1846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.547 [HikariPool-89 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-89 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.549 [DefaultDispatcher-worker-7 @coroutine#1846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.555 [DefaultDispatcher-worker-14 @coroutine#1846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33de9d85 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-92 - configuration: 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@f943847 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-92" 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.557 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.557 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-92 - Starting... 2025-05-13 13:53:09.558 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-92 - Added connection org.sqlite.jdbc4.JDBC4Connection@47596e9 2025-05-13 13:53:09.558 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-92 - Added connection org.sqlite.jdbc4.JDBC4Connection@47596e9 2025-05-13 13:53:09.558 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-92 - Start completed. 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-93 - configuration: 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@73973e77 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-93" 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.568 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-93 - Starting... 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-93 - Added connection org.sqlite.jdbc4.JDBC4Connection@29612ee2 2025-05-13 13:53:09.568 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-93 - Added connection org.sqlite.jdbc4.JDBC4Connection@29612ee2 2025-05-13 13:53:09.568 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-93 - Start completed. 2025-05-13 13:53:09.583 [Test worker @coroutine#1853] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-93 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29612ee2 2025-05-13 13:53:09.584 [Test worker @coroutine#1855] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-93 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29612ee2 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-94 - configuration: 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4b8c9729 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-94" 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.588 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-94 - Starting... 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-94 - Added connection org.sqlite.jdbc4.JDBC4Connection@15ade272 2025-05-13 13:53:09.588 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-94 - Added connection org.sqlite.jdbc4.JDBC4Connection@15ade272 2025-05-13 13:53:09.588 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-94 - Start completed. 2025-05-13 13:53:09.589 [HikariPool-90 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-90 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.602 [Test worker @coroutine#1859] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-94 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15ade272 2025-05-13 13:53:09.603 [Test worker @coroutine#1861] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-94 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15ade272 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-95 - configuration: 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7e8f97dd 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-95" 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.606 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-95 - Starting... 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-95 - Added connection org.sqlite.jdbc4.JDBC4Connection@69862a1 2025-05-13 13:53:09.606 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-95 - Added connection org.sqlite.jdbc4.JDBC4Connection@69862a1 2025-05-13 13:53:09.606 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-95 - Start completed. 2025-05-13 13:53:09.618 [HikariPool-91 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-91 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.620 [Test worker @coroutine#1864] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-95 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@69862a1 2025-05-13 13:53:09.621 [Test worker @coroutine#1866] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-95 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@69862a1 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-96 - configuration: 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@268f126f 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-96" 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:09.622 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-96 - Starting... 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-96 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e8995cc 2025-05-13 13:53:09.622 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-96 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e8995cc 2025-05-13 13:53:09.622 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-96 - Start completed. 2025-05-13 13:53:09.635 [Test worker @coroutine#1869] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-96 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e8995cc 2025-05-13 13:53:09.636 [Test worker @coroutine#1871] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-96 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e8995cc 2025-05-13 13:53:09.640 [Test worker @coroutine#1875] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58243/ 2025-05-13 13:53:09.640 [Test worker @coroutine#1875] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58243/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.641 [Test worker @coroutine#1875] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58243/ 2025-05-13 13:53:09.641 [Test worker @coroutine#1875] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58243/ 2025-05-13 13:53:09.641 [Test worker @coroutine#1875] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58243/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.658 [HikariPool-92 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-92 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.668 [HikariPool-93 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-93 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.682 [Test worker @coroutine#1875] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58243/ 2025-05-13 13:53:09.682 [Test worker @coroutine#1875] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58243/ 2025-05-13 13:53:09.682 [Test worker @coroutine#1875] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58243/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.688 [HikariPool-94 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-94 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.707 [HikariPool-95 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-95 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.722 [HikariPool-96 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-96 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:09.723 [Test worker @coroutine#1875] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58243/ 2025-05-13 13:53:09.723 [Test worker @coroutine#1875] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58243/ 2025-05-13 13:53:09.723 [Test worker @coroutine#1875] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58243/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.764 [Test worker @coroutine#1875] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58243/ 2025-05-13 13:53:09.764 [Test worker @coroutine#1875] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58243/ 2025-05-13 13:53:09.764 [Test worker @coroutine#1875] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58243/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.805 [Test worker @coroutine#1875] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58243/ 2025-05-13 13:53:09.805 [Test worker @coroutine#1875] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58243/ 2025-05-13 13:53:09.805 [Test worker @coroutine#1875] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58243/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.846 [Test worker @coroutine#1875] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58243/ 2025-05-13 13:53:09.846 [Test worker @coroutine#1875] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58243/ 2025-05-13 13:53:09.846 [Test worker @coroutine#1875] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58243/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.888 [Test worker @coroutine#1875] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58243/ 2025-05-13 13:53:09.900 [Test worker @coroutine#1892] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:56549/ 2025-05-13 13:53:09.900 [Test worker @coroutine#1892] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:56549/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.901 [Test worker @coroutine#1892] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:56549/ 2025-05-13 13:53:09.901 [Test worker @coroutine#1892] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:56549/ 2025-05-13 13:53:09.901 [Test worker @coroutine#1892] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:56549/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.942 [Test worker @coroutine#1892] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:56549/ 2025-05-13 13:53:09.942 [Test worker @coroutine#1892] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:56549/ 2025-05-13 13:53:09.942 [Test worker @coroutine#1892] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:56549/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:09.983 [Test worker @coroutine#1892] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:56549/ 2025-05-13 13:53:09.983 [Test worker @coroutine#1892] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:56549/ 2025-05-13 13:53:09.983 [Test worker @coroutine#1892] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:56549/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:10.024 [Test worker @coroutine#1892] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:56549/ 2025-05-13 13:53:10.024 [Test worker @coroutine#1892] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:56549/ 2025-05-13 13:53:10.024 [Test worker @coroutine#1892] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:56549/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:10.065 [Test worker @coroutine#1892] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:56549/ 2025-05-13 13:53:10.065 [Test worker @coroutine#1892] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:56549/ 2025-05-13 13:53:10.065 [Test worker @coroutine#1892] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:56549/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:10.106 [Test worker @coroutine#1892] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:56549/ 2025-05-13 13:53:10.106 [Test worker @coroutine#1892] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:56549/ 2025-05-13 13:53:10.106 [Test worker @coroutine#1892] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:56549/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 13:53:10.107 [Test worker @coroutine#1892] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:56549/ 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-97 - configuration: 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@52f71d2 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-97" 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.155 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.155 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-97 - Starting... 2025-05-13 13:53:10.156 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-97 - Added connection org.sqlite.jdbc4.JDBC4Connection@48543f11 2025-05-13 13:53:10.156 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-97 - Added connection org.sqlite.jdbc4.JDBC4Connection@48543f11 2025-05-13 13:53:10.156 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-97 - Start completed. 2025-05-13 13:53:10.193 [DefaultDispatcher-worker-3 @coroutine#1921] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-97 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@48543f11 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-98 - configuration: 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4a49ce3a 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-98" 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.199 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-98 - Starting... 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-98 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e73e41 2025-05-13 13:53:10.199 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-98 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e73e41 2025-05-13 13:53:10.199 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-98 - Start completed. 2025-05-13 13:53:10.218 [DefaultDispatcher-worker-3 @coroutine#1939] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-98 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e73e41 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-99 - configuration: 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4ebd0b52 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.218 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-99" 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.219 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-99 - Starting... 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-99 - Added connection org.sqlite.jdbc4.JDBC4Connection@110f66e3 2025-05-13 13:53:10.219 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-99 - Added connection org.sqlite.jdbc4.JDBC4Connection@110f66e3 2025-05-13 13:53:10.219 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-99 - Start completed. 2025-05-13 13:53:10.237 [DefaultDispatcher-worker-5 @coroutine#1948] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-99 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@110f66e3 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-100 - configuration: 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@bafc754 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-100" 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.239 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-100 - Starting... 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-100 - Added connection org.sqlite.jdbc4.JDBC4Connection@590ab84 2025-05-13 13:53:10.239 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-100 - Added connection org.sqlite.jdbc4.JDBC4Connection@590ab84 2025-05-13 13:53:10.239 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-100 - Start completed. 2025-05-13 13:53:10.256 [HikariPool-97 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-97 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.259 [DefaultDispatcher-worker-20 @coroutine#1958] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-100 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@590ab84 2025-05-13 13:53:10.259 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-101 - configuration: 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@17810908 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-101" 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.260 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-101 - Starting... 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-101 - Added connection org.sqlite.jdbc4.JDBC4Connection@597eb9ac 2025-05-13 13:53:10.260 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-101 - Added connection org.sqlite.jdbc4.JDBC4Connection@597eb9ac 2025-05-13 13:53:10.260 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-101 - Start completed. 2025-05-13 13:53:10.281 [DefaultDispatcher-worker-3 @coroutine#1968] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-101 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@597eb9ac 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-102 - configuration: 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1bf4a79b 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-102" 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.282 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.283 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-102 - Starting... 2025-05-13 13:53:10.283 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-102 - Added connection org.sqlite.jdbc4.JDBC4Connection@51e14cb6 2025-05-13 13:53:10.283 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-102 - Added connection org.sqlite.jdbc4.JDBC4Connection@51e14cb6 2025-05-13 13:53:10.283 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-102 - Start completed. 2025-05-13 13:53:10.299 [HikariPool-98 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-98 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.309 [DefaultDispatcher-worker-7 @coroutine#1978] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-102 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@51e14cb6 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-103 - configuration: 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@77feca04 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.312 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-103" 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.313 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-103 - Starting... 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-103 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ac35b17 2025-05-13 13:53:10.313 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-103 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ac35b17 2025-05-13 13:53:10.313 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-103 - Start completed. 2025-05-13 13:53:10.319 [HikariPool-99 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-99 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.335 [DefaultDispatcher-worker-14 @coroutine#1992] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-103 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5ac35b17 2025-05-13 13:53:10.336 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-104 - configuration: 2025-05-13 13:53:10.336 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.336 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.336 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@53b579d2 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-104" 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.337 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Starting... 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Added connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.337 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Added connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.337 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Start completed. 2025-05-13 13:53:10.339 [HikariPool-100 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-100 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.356 [DefaultDispatcher-worker-9 @coroutine#2002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.360 [HikariPool-101 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-101 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.361 [DefaultDispatcher-worker-6 @coroutine#2002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.365 [DefaultDispatcher-worker-7 @coroutine#2002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.369 [DefaultDispatcher-worker-8 @coroutine#2002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.376 [DefaultDispatcher-worker-4 @coroutine#2002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.380 [DefaultDispatcher-worker-14 @coroutine#2002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3da701a1 2025-05-13 13:53:10.383 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Shutdown initiated... 2025-05-13 13:53:10.383 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Close initiated... 2025-05-13 13:53:10.383 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.383 [HikariPool-104 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3da701a1: (connection evicted) 2025-05-13 13:53:10.383 [HikariPool-102 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-102 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.383 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:10.383 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Closed. 2025-05-13 13:53:10.383 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Shutdown completed. 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-105 - configuration: 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4fcb796f 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-105" 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.384 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.385 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.385 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.385 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.385 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.385 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.385 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-105 - Starting... 2025-05-13 13:53:10.385 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-105 - Added connection org.sqlite.jdbc4.JDBC4Connection@66c91224 2025-05-13 13:53:10.385 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-105 - Added connection org.sqlite.jdbc4.JDBC4Connection@66c91224 2025-05-13 13:53:10.385 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-105 - Start completed. 2025-05-13 13:53:10.407 [DefaultDispatcher-worker-14 @coroutine#2009] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-105 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@66c91224 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-106 - configuration: 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7fb8d720 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-106" 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.412 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.412 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-106 - Starting... 2025-05-13 13:53:10.413 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-106 - Added connection org.sqlite.jdbc4.JDBC4Connection@6202f8bf 2025-05-13 13:53:10.413 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-106 - Added connection org.sqlite.jdbc4.JDBC4Connection@6202f8bf 2025-05-13 13:53:10.413 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-106 - Start completed. 2025-05-13 13:53:10.413 [HikariPool-103 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-103 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.433 [DefaultDispatcher-worker-14 @coroutine#2013] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-106 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6202f8bf 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-107 - configuration: 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@623be2a0 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.433 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-107" 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.434 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-107 - Starting... 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-107 - Added connection org.sqlite.jdbc4.JDBC4Connection@1df83569 2025-05-13 13:53:10.434 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-107 - Added connection org.sqlite.jdbc4.JDBC4Connection@1df83569 2025-05-13 13:53:10.434 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-107 - Start completed. 2025-05-13 13:53:10.453 [DefaultDispatcher-worker-5 @coroutine#2017] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-107 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1df83569 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-108 - configuration: 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1d2ce035 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-108" 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.454 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-108 - Starting... 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-108 - Added connection org.sqlite.jdbc4.JDBC4Connection@3894d1b1 2025-05-13 13:53:10.454 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-108 - Added connection org.sqlite.jdbc4.JDBC4Connection@3894d1b1 2025-05-13 13:53:10.454 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-108 - Start completed. 2025-05-13 13:53:10.473 [DefaultDispatcher-worker-1 @coroutine#2021] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-108 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3894d1b1 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-109 - configuration: 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@12f933c7 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-109" 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.474 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-109 - Starting... 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-109 - Added connection org.sqlite.jdbc4.JDBC4Connection@531bfe4b 2025-05-13 13:53:10.474 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-109 - Added connection org.sqlite.jdbc4.JDBC4Connection@531bfe4b 2025-05-13 13:53:10.474 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-109 - Start completed. 2025-05-13 13:53:10.485 [HikariPool-105 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-105 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.494 [DefaultDispatcher-worker-13 @coroutine#2025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-109 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@531bfe4b 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-110 - configuration: 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3da12ba4 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-110" 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.495 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.495 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-110 - Starting... 2025-05-13 13:53:10.496 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-110 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b949de4 2025-05-13 13:53:10.496 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-110 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b949de4 2025-05-13 13:53:10.496 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-110 - Start completed. 2025-05-13 13:53:10.513 [HikariPool-106 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-106 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.515 [DefaultDispatcher-worker-12 @coroutine#2030] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-110 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1b949de4 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-111 - configuration: 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@321302bc 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.516 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-111" 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.517 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-111 - Starting... 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-111 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b826482 2025-05-13 13:53:10.517 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-111 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b826482 2025-05-13 13:53:10.517 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-111 - Start completed. 2025-05-13 13:53:10.534 [HikariPool-107 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-107 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.536 [DefaultDispatcher-worker-3 @coroutine#2034] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-111 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b826482 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-112 - configuration: 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@62d5617 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-112" 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:10.537 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:10.537 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-112 - Starting... 2025-05-13 13:53:10.538 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-112 - Added connection org.sqlite.jdbc4.JDBC4Connection@489989eb 2025-05-13 13:53:10.538 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-112 - Added connection org.sqlite.jdbc4.JDBC4Connection@489989eb 2025-05-13 13:53:10.538 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-112 - Start completed. 2025-05-13 13:53:10.554 [HikariPool-108 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-108 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.557 [DefaultDispatcher-worker-9 @coroutine#2038] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-112 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@489989eb 2025-05-13 13:53:10.591 [HikariPool-109 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-109 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.596 [HikariPool-110 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-110 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.623 [HikariPool-111 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-111 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:10.638 [HikariPool-112 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-112 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-113 - configuration: 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@22f1a340 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-113" 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.632 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-113 - Starting... 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-113 - Added connection org.sqlite.jdbc4.JDBC4Connection@7aa5292d 2025-05-13 13:53:14.632 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-113 - Added connection org.sqlite.jdbc4.JDBC4Connection@7aa5292d 2025-05-13 13:53:14.632 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-113 - Start completed. 2025-05-13 13:53:14.641 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-113 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7aa5292d 2025-05-13 13:53:14.650 [DefaultDispatcher-worker-6 @coroutine#2057] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-113 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7aa5292d 2025-05-13 13:53:14.656 [DefaultDispatcher-worker-4 @coroutine#2059] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-113 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7aa5292d 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-114 - configuration: 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@66e44f9f 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-114" 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.657 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-114 - Starting... 2025-05-13 13:53:14.658 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-114 - Added connection org.sqlite.jdbc4.JDBC4Connection@554db19d 2025-05-13 13:53:14.658 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-114 - Added connection org.sqlite.jdbc4.JDBC4Connection@554db19d 2025-05-13 13:53:14.658 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-114 - Start completed. 2025-05-13 13:53:14.666 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@554db19d 2025-05-13 13:53:14.674 [DefaultDispatcher-worker-15 @coroutine#2061] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@554db19d 2025-05-13 13:53:14.679 [DefaultDispatcher-worker-12 @coroutine#2063] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@554db19d 2025-05-13 13:53:14.682 [DefaultDispatcher-worker-6 @coroutine#2063] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@554db19d 2025-05-13 13:53:14.686 [DefaultDispatcher-worker-10 @coroutine#2063] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@554db19d 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-115 - configuration: 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@103a1ad3 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-115" 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.687 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-115 - Starting... 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-115 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b18fa79 2025-05-13 13:53:14.687 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-115 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b18fa79 2025-05-13 13:53:14.687 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-115 - Start completed. 2025-05-13 13:53:14.695 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1b18fa79 2025-05-13 13:53:14.704 [DefaultDispatcher-worker-11 @coroutine#2068] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1b18fa79 2025-05-13 13:53:14.708 [DefaultDispatcher-worker-9 @coroutine#2070] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1b18fa79 2025-05-13 13:53:14.711 [DefaultDispatcher-worker-2 @coroutine#2070] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1b18fa79 2025-05-13 13:53:14.714 [DefaultDispatcher-worker-3 @coroutine#2070] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1b18fa79 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-116 - configuration: 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@530ee11a 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-116" 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-116 - Starting... 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-116 - Added connection org.sqlite.jdbc4.JDBC4Connection@7057d9f4 2025-05-13 13:53:14.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-116 - Added connection org.sqlite.jdbc4.JDBC4Connection@7057d9f4 2025-05-13 13:53:14.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-116 - Start completed. 2025-05-13 13:53:14.723 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7057d9f4 2025-05-13 13:53:14.733 [HikariPool-113 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-113 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.733 [DefaultDispatcher-worker-1 @coroutine#2074] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7057d9f4 2025-05-13 13:53:14.738 [DefaultDispatcher-worker-5 @coroutine#2076] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7057d9f4 2025-05-13 13:53:14.742 [DefaultDispatcher-worker-4 @coroutine#2076] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7057d9f4 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-117 - configuration: 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4dfe56dc 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-117" 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.742 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.742 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-117 - Starting... 2025-05-13 13:53:14.743 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-117 - Added connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 13:53:14.743 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-117 - Added connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 13:53:14.743 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-117 - Start completed. 2025-05-13 13:53:14.751 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-117 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 13:53:14.758 [HikariPool-114 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-114 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.760 [DefaultDispatcher-worker-3 @coroutine#2079] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-117 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 13:53:14.765 [DefaultDispatcher-worker-4 @coroutine#2081] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-117 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-118 - configuration: 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@119f035f 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-118" 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.766 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-118 - Starting... 2025-05-13 13:53:14.767 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-118 - Added connection org.sqlite.jdbc4.JDBC4Connection@60c68c7b 2025-05-13 13:53:14.767 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-118 - Added connection org.sqlite.jdbc4.JDBC4Connection@60c68c7b 2025-05-13 13:53:14.767 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-118 - Start completed. 2025-05-13 13:53:14.775 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-118 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60c68c7b 2025-05-13 13:53:14.784 [DefaultDispatcher-worker-5 @coroutine#2083] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-118 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60c68c7b 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-119 - configuration: 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@14af9f51 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-119" 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.786 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.787 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-119 - Starting... 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-119 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f466207 2025-05-13 13:53:14.787 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-119 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f466207 2025-05-13 13:53:14.787 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-119 - Start completed. 2025-05-13 13:53:14.787 [HikariPool-115 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-115 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.798 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-119 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f466207 2025-05-13 13:53:14.807 [DefaultDispatcher-worker-5 @coroutine#2086] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-119 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f466207 2025-05-13 13:53:14.867 [HikariPool-116 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-116 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.867 [HikariPool-117 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-117 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.867 [HikariPool-118 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-118 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.887 [HikariPool-119 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-119 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-120 - configuration: 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@eea69a9 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-120" 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.932 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-120 - Starting... 2025-05-13 13:53:14.933 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:14.933 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:14.933 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-120 - Start completed. 2025-05-13 13:53:14.945 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:14.950 [Test worker @coroutine#2091] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:14.951 [Test worker @coroutine#2093] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:14.953 [DefaultDispatcher-worker-4 @coroutine#2097] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:14.953 [DefaultDispatcher-worker-4 @coroutine#2097] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:14.953 [DefaultDispatcher-worker-4 @coroutine#2097] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:14.953 [DefaultDispatcher-worker-4 @coroutine#2097] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:40365/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:14.954 [DefaultDispatcher-worker-14 @coroutine#2097] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:14.954 [DefaultDispatcher-worker-14 @coroutine#2097] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:14.957 [DefaultDispatcher-worker-12 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:14.957 [DefaultDispatcher-worker-12 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:14.957 [DefaultDispatcher-worker-12 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:14.957 [DefaultDispatcher-worker-12 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:14.957 [DefaultDispatcher-worker-10 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:14.957 [DefaultDispatcher-worker-10 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:14.958 [Test worker @coroutine#2101] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-121 - configuration: 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@696a6506 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-121" 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:14.959 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-121 - Starting... 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@2cbd855e 2025-05-13 13:53:14.959 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@2cbd855e 2025-05-13 13:53:14.959 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-121 - Start completed. 2025-05-13 13:53:14.972 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2cbd855e 2025-05-13 13:53:14.977 [Test worker @coroutine#2108] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2cbd855e 2025-05-13 13:53:14.978 [Test worker @coroutine#2110] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2cbd855e 2025-05-13 13:53:14.981 [DefaultDispatcher-worker-16 @coroutine#2119] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 13:53:14.981 [DefaultDispatcher-worker-16 @coroutine#2119] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/auth/login?username=bob&password=pass&maxDateOfBirth=0. 2025-05-13 13:53:14.981 [DefaultDispatcher-worker-16 @coroutine#2119] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 13:53:14.983 [DefaultDispatcher-worker-10 @coroutine#2119] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 13:53:14.983 [DefaultDispatcher-worker-10 @coroutine#2119] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 13:53:14.983 [DefaultDispatcher-worker-20 @coroutine#2112] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2cbd855e 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-122 - configuration: 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7a553110 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-122" 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.024 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-122 - Starting... 2025-05-13 13:53:15.025 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.025 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.025 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-122 - Start completed. 2025-05-13 13:53:15.033 [HikariPool-120 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.035 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@4888265b 2025-05-13 13:53:15.035 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@4888265b 2025-05-13 13:53:15.036 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@464fd13a 2025-05-13 13:53:15.036 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@464fd13a 2025-05-13 13:53:15.037 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@42704d2b 2025-05-13 13:53:15.037 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@42704d2b 2025-05-13 13:53:15.038 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.038 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@772db01 2025-05-13 13:53:15.038 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@772db01 2025-05-13 13:53:15.040 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@ec18f4a 2025-05-13 13:53:15.040 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@ec18f4a 2025-05-13 13:53:15.041 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@36bf59a9 2025-05-13 13:53:15.041 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@36bf59a9 2025-05-13 13:53:15.042 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@76e65340 2025-05-13 13:53:15.042 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@76e65340 2025-05-13 13:53:15.043 [Test worker @coroutine#2124] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.043 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@675d244e 2025-05-13 13:53:15.043 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@675d244e 2025-05-13 13:53:15.044 [Test worker @coroutine#2126] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.045 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@65644c30 2025-05-13 13:53:15.045 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@65644c30 2025-05-13 13:53:15.045 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.045 [DefaultDispatcher-worker-8 @coroutine#2130] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.045 [DefaultDispatcher-worker-8 @coroutine#2130] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.045 [DefaultDispatcher-worker-8 @coroutine#2130] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.045 [DefaultDispatcher-worker-8 @coroutine#2130] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:53065/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.046 [DefaultDispatcher-worker-18 @coroutine#2130] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.046 [DefaultDispatcher-worker-18 @coroutine#2130] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.049 [DefaultDispatcher-worker-6 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.049 [DefaultDispatcher-worker-6 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.049 [DefaultDispatcher-worker-6 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.049 [DefaultDispatcher-worker-6 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.050 [DefaultDispatcher-worker-1 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.050 [DefaultDispatcher-worker-1 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.051 [Test worker @coroutine#2134] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.056 [DefaultDispatcher-worker-11 @coroutine#2141] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.060 [HikariPool-121 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.060 [DefaultDispatcher-worker-12 @coroutine#2141] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.061 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@15249834 2025-05-13 13:53:15.061 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@15249834 2025-05-13 13:53:15.063 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1be364e0 2025-05-13 13:53:15.063 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1be364e0 2025-05-13 13:53:15.064 [DefaultDispatcher-worker-20 @coroutine#2141] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.065 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fdcf344 2025-05-13 13:53:15.065 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fdcf344 2025-05-13 13:53:15.067 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ade6edb 2025-05-13 13:53:15.067 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ade6edb 2025-05-13 13:53:15.068 [DefaultDispatcher-worker-10 @coroutine#2141] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.069 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b0aa88c 2025-05-13 13:53:15.069 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b0aa88c 2025-05-13 13:53:15.071 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b4e1569 2025-05-13 13:53:15.071 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b4e1569 2025-05-13 13:53:15.072 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@13708d97 2025-05-13 13:53:15.072 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@13708d97 2025-05-13 13:53:15.073 [DefaultDispatcher-worker-10 @coroutine#2146] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.074 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@3af19194 2025-05-13 13:53:15.074 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@3af19194 2025-05-13 13:53:15.076 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@401108e 2025-05-13 13:53:15.076 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@401108e 2025-05-13 13:53:15.076 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.077 [DefaultDispatcher-worker-6 @coroutine#2146] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.081 [DefaultDispatcher-worker-19 @coroutine#2146] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.085 [DefaultDispatcher-worker-3 @coroutine#2146] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.090 [DefaultDispatcher-worker-17 @coroutine#2151] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.094 [DefaultDispatcher-worker-11 @coroutine#2151] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-123 - configuration: 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@308d8de8 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.101 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-123" 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.102 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-123 - Starting... 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:15.102 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:15.102 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-123 - Start completed. 2025-05-13 13:53:15.115 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:15.120 [Test worker @coroutine#2170] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:15.121 [Test worker @coroutine#2172] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:15.122 [DefaultDispatcher-worker-9 @coroutine#2176] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.122 [DefaultDispatcher-worker-9 @coroutine#2176] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.122 [DefaultDispatcher-worker-9 @coroutine#2176] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.122 [DefaultDispatcher-worker-9 @coroutine#2176] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:39301/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.123 [DefaultDispatcher-worker-6 @coroutine#2176] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.123 [DefaultDispatcher-worker-6 @coroutine#2176] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.125 [HikariPool-122 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.126 [DefaultDispatcher-worker-19 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:15.126 [DefaultDispatcher-worker-19 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.126 [DefaultDispatcher-worker-19 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.126 [DefaultDispatcher-worker-19 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.126 [DefaultDispatcher-worker-7 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.126 [DefaultDispatcher-worker-7 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.127 [Test worker @coroutine#2180] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-124 - configuration: 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@309b6768 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-124" 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.127 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.127 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-124 - Starting... 2025-05-13 13:53:15.128 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@72a87077 2025-05-13 13:53:15.128 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@72a87077 2025-05-13 13:53:15.129 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f70b659 2025-05-13 13:53:15.129 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f70b659 2025-05-13 13:53:15.129 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-124 - Start completed. 2025-05-13 13:53:15.129 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c6f9052 2025-05-13 13:53:15.129 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c6f9052 2025-05-13 13:53:15.130 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f70b659 2025-05-13 13:53:15.131 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@78501b07 2025-05-13 13:53:15.131 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@78501b07 2025-05-13 13:53:15.132 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d529a69 2025-05-13 13:53:15.132 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d529a69 2025-05-13 13:53:15.134 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@cc87e7c 2025-05-13 13:53:15.134 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@cc87e7c 2025-05-13 13:53:15.135 [Test worker @coroutine#2187] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f70b659 2025-05-13 13:53:15.136 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@c2582b7 2025-05-13 13:53:15.136 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@c2582b7 2025-05-13 13:53:15.136 [Test worker @coroutine#2189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f70b659 2025-05-13 13:53:15.137 [DefaultDispatcher-worker-10 @coroutine#2198] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 13:53:15.137 [DefaultDispatcher-worker-10 @coroutine#2198] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/auth/login?username=bob&password=wrong&maxDateOfBirth=0. 2025-05-13 13:53:15.137 [DefaultDispatcher-worker-10 @coroutine#2198] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 13:53:15.137 [DefaultDispatcher-worker-3 @coroutine#2198] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 13:53:15.137 [DefaultDispatcher-worker-3 @coroutine#2198] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 13:53:15.137 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@74553817 2025-05-13 13:53:15.137 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@74553817 2025-05-13 13:53:15.139 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d7d6526 2025-05-13 13:53:15.139 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d7d6526 2025-05-13 13:53:15.140 [DefaultDispatcher-worker-13 @coroutine#2191] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f70b659 2025-05-13 13:53:15.141 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@1289db6b 2025-05-13 13:53:15.141 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@1289db6b 2025-05-13 13:53:15.141 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-125 - configuration: 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@31ce271c 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-125" 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.179 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.179 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-125 - Starting... 2025-05-13 13:53:15.180 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:15.180 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:15.180 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-125 - Start completed. 2025-05-13 13:53:15.193 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:15.198 [Test worker @coroutine#2202] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:15.199 [Test worker @coroutine#2204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:15.200 [DefaultDispatcher-worker-12 @coroutine#2208] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.200 [DefaultDispatcher-worker-12 @coroutine#2208] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.200 [DefaultDispatcher-worker-12 @coroutine#2208] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.200 [DefaultDispatcher-worker-12 @coroutine#2208] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:44025/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.201 [DefaultDispatcher-worker-20 @coroutine#2208] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.201 [DefaultDispatcher-worker-20 @coroutine#2208] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.202 [HikariPool-123 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.204 [DefaultDispatcher-worker-8 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:15.204 [DefaultDispatcher-worker-8 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.204 [DefaultDispatcher-worker-8 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.204 [DefaultDispatcher-worker-8 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.204 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@49e83e69 2025-05-13 13:53:15.204 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@49e83e69 2025-05-13 13:53:15.204 [DefaultDispatcher-worker-7 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.204 [DefaultDispatcher-worker-7 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.205 [Test worker @coroutine#2212] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-126 - configuration: 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@326d39fd 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.205 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-126" 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.206 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.206 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@472fc924 2025-05-13 13:53:15.206 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@472fc924 2025-05-13 13:53:15.206 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-126 - Starting... 2025-05-13 13:53:15.207 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@43105519 2025-05-13 13:53:15.207 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@43105519 2025-05-13 13:53:15.207 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@2693e39c 2025-05-13 13:53:15.207 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@2693e39c 2025-05-13 13:53:15.207 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-126 - Start completed. 2025-05-13 13:53:15.208 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2693e39c 2025-05-13 13:53:15.209 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@612c31f 2025-05-13 13:53:15.209 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@612c31f 2025-05-13 13:53:15.210 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@e01bec2 2025-05-13 13:53:15.210 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@e01bec2 2025-05-13 13:53:15.211 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@37de20cf 2025-05-13 13:53:15.211 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@37de20cf 2025-05-13 13:53:15.213 [Test worker @coroutine#2219] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2693e39c 2025-05-13 13:53:15.213 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@762703b0 2025-05-13 13:53:15.213 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@762703b0 2025-05-13 13:53:15.214 [Test worker @coroutine#2221] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2693e39c 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-127 - configuration: 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@173602c0 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.215 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@663d3c50 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.215 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@663d3c50 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-127" 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.215 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.215 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-127 - Starting... 2025-05-13 13:53:15.216 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:15.216 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:15.216 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-127 - Start completed. 2025-05-13 13:53:15.217 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@654969fb 2025-05-13 13:53:15.217 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@654969fb 2025-05-13 13:53:15.217 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.218 [DefaultDispatcher-worker-17 @coroutine#2223] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2693e39c 2025-05-13 13:53:15.228 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:15.229 [HikariPool-124 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.231 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@2fba349a 2025-05-13 13:53:15.231 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@2fba349a 2025-05-13 13:53:15.233 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@217dcf1d 2025-05-13 13:53:15.233 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@217dcf1d 2025-05-13 13:53:15.234 [Test worker @coroutine#2231] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:15.235 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@25425fea 2025-05-13 13:53:15.235 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@25425fea 2025-05-13 13:53:15.235 [Test worker @coroutine#2233] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:15.235 [DefaultDispatcher-worker-17 @coroutine#2237] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.235 [DefaultDispatcher-worker-17 @coroutine#2237] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.235 [DefaultDispatcher-worker-17 @coroutine#2237] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.235 [DefaultDispatcher-worker-17 @coroutine#2237] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:34175/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.236 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6040c526 2025-05-13 13:53:15.236 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6040c526 2025-05-13 13:53:15.236 [DefaultDispatcher-worker-11 @coroutine#2237] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.236 [DefaultDispatcher-worker-11 @coroutine#2237] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.238 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ea02350 2025-05-13 13:53:15.238 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ea02350 2025-05-13 13:53:15.239 [DefaultDispatcher-worker-1 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:15.240 [DefaultDispatcher-worker-1 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.240 [DefaultDispatcher-worker-1 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.240 [DefaultDispatcher-worker-1 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.240 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@51ea02be 2025-05-13 13:53:15.240 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@51ea02be 2025-05-13 13:53:15.240 [DefaultDispatcher-worker-10 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.240 [DefaultDispatcher-worker-10 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.241 [Test worker @coroutine#2241] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-128 - configuration: 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@58dd1d0c 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-128" 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.241 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@66e0ba66 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.241 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@66e0ba66 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.241 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.241 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-128 - Starting... 2025-05-13 13:53:15.243 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f3a69 2025-05-13 13:53:15.243 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f3a69 2025-05-13 13:53:15.243 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@3dd8b40e 2025-05-13 13:53:15.243 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@3dd8b40e 2025-05-13 13:53:15.243 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-128 - Start completed. 2025-05-13 13:53:15.243 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3dd8b40e 2025-05-13 13:53:15.244 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fca2397 2025-05-13 13:53:15.244 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fca2397 2025-05-13 13:53:15.244 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.249 [Test worker @coroutine#2248] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3dd8b40e 2025-05-13 13:53:15.249 [Test worker @coroutine#2250] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3dd8b40e 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-129 - configuration: 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2de15e3f 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-129" 2025-05-13 13:53:15.250 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-129 - Starting... 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:15.251 [DefaultDispatcher-worker-14 @coroutine#2259] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-129 - Start completed. 2025-05-13 13:53:15.254 [DefaultDispatcher-worker-9 @coroutine#2252] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3dd8b40e 2025-05-13 13:53:15.264 [DefaultDispatcher-worker-14 @coroutine#2259] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:15.270 [DefaultDispatcher-worker-14 @coroutine#2261] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-14 @coroutine#2263] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-7 @coroutine#2266] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-7 @coroutine#2266] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-7 @coroutine#2266] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-7 @coroutine#2266] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-14 @coroutine#2259] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-14 @coroutine#2259] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 13:53:15.271 [DefaultDispatcher-worker-14 @coroutine#2259] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.272 [DefaultDispatcher-worker-18 @coroutine#2266] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.272 [DefaultDispatcher-worker-15 @coroutine#2259] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-130 - configuration: 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7b897456 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-130" 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.273 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-130 - Starting... 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.273 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.273 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-130 - Start completed. 2025-05-13 13:53:15.275 [DefaultDispatcher-worker-3 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:15.276 [DefaultDispatcher-worker-3 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.276 [DefaultDispatcher-worker-3 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.276 [DefaultDispatcher-worker-3 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.276 [DefaultDispatcher-worker-17 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.280 [HikariPool-125 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.282 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@5771d2ef 2025-05-13 13:53:15.282 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@5771d2ef 2025-05-13 13:53:15.283 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@59b63671 2025-05-13 13:53:15.283 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@59b63671 2025-05-13 13:53:15.285 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d89b99f 2025-05-13 13:53:15.285 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d89b99f 2025-05-13 13:53:15.286 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.287 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@188b3c4a 2025-05-13 13:53:15.287 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@188b3c4a 2025-05-13 13:53:15.288 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@4134731e 2025-05-13 13:53:15.288 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@4134731e 2025-05-13 13:53:15.290 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@29d9c0f7 2025-05-13 13:53:15.290 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@29d9c0f7 2025-05-13 13:53:15.291 [Test worker @coroutine#2274] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.292 [Test worker @coroutine#2277] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.292 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@398cd112 2025-05-13 13:53:15.292 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@398cd112 2025-05-13 13:53:15.292 [DefaultDispatcher-worker-8 @coroutine#2281] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.293 [DefaultDispatcher-worker-8 @coroutine#2281] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.293 [DefaultDispatcher-worker-8 @coroutine#2281] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.293 [DefaultDispatcher-worker-8 @coroutine#2281] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:44685/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.294 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@78a4c305 2025-05-13 13:53:15.294 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@78a4c305 2025-05-13 13:53:15.294 [DefaultDispatcher-worker-4 @coroutine#2281] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.294 [DefaultDispatcher-worker-4 @coroutine#2281] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.296 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@1aeaf38c 2025-05-13 13:53:15.296 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@1aeaf38c 2025-05-13 13:53:15.296 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.297 [DefaultDispatcher-worker-15 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.297 [DefaultDispatcher-worker-15 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.297 [DefaultDispatcher-worker-15 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.297 [DefaultDispatcher-worker-15 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.297 [DefaultDispatcher-worker-8 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.297 [DefaultDispatcher-worker-8 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.298 [Test worker @coroutine#2285] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.303 [DefaultDispatcher-worker-15 @coroutine#2292] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.307 [DefaultDispatcher-worker-4 @coroutine#2292] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.307 [HikariPool-126 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.309 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@323fb10e 2025-05-13 13:53:15.309 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@323fb10e 2025-05-13 13:53:15.311 [DefaultDispatcher-worker-10 @coroutine#2292] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.311 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@3cf85939 2025-05-13 13:53:15.311 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@3cf85939 2025-05-13 13:53:15.313 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@38c7da7e 2025-05-13 13:53:15.313 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@38c7da7e 2025-05-13 13:53:15.315 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@7dc55302 2025-05-13 13:53:15.315 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@7dc55302 2025-05-13 13:53:15.315 [DefaultDispatcher-worker-2 @coroutine#2292] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.316 [HikariPool-127 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.317 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@323d2a75 2025-05-13 13:53:15.317 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@323d2a75 2025-05-13 13:53:15.318 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@473366ad 2025-05-13 13:53:15.318 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@473366ad 2025-05-13 13:53:15.319 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cf28c9a 2025-05-13 13:53:15.319 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cf28c9a 2025-05-13 13:53:15.319 [DefaultDispatcher-worker-18 @coroutine#2297] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.320 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@49f4803b 2025-05-13 13:53:15.320 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@49f4803b 2025-05-13 13:53:15.320 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4ae0ab50 2025-05-13 13:53:15.320 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4ae0ab50 2025-05-13 13:53:15.321 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@4dcb0ddd 2025-05-13 13:53:15.321 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@4dcb0ddd 2025-05-13 13:53:15.322 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@1deaac4d 2025-05-13 13:53:15.322 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@1deaac4d 2025-05-13 13:53:15.323 [DefaultDispatcher-worker-14 @coroutine#2297] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.323 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@8c98a00 2025-05-13 13:53:15.323 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@8c98a00 2025-05-13 13:53:15.324 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@465f5307 2025-05-13 13:53:15.324 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@465f5307 2025-05-13 13:53:15.324 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.325 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@549383ba 2025-05-13 13:53:15.325 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@549383ba 2025-05-13 13:53:15.326 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@398b244b 2025-05-13 13:53:15.326 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@398b244b 2025-05-13 13:53:15.326 [DefaultDispatcher-worker-17 @coroutine#2297] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.328 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@2c3b7342 2025-05-13 13:53:15.328 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@2c3b7342 2025-05-13 13:53:15.330 [DefaultDispatcher-worker-18 @coroutine#2297] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.330 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@68e6754f 2025-05-13 13:53:15.330 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@68e6754f 2025-05-13 13:53:15.332 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@20a0b5ba 2025-05-13 13:53:15.332 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@20a0b5ba 2025-05-13 13:53:15.332 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.334 [DefaultDispatcher-worker-14 @coroutine#2302] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.335 [DefaultDispatcher-worker-12 @coroutine#2309] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.335 [DefaultDispatcher-worker-12 @coroutine#2309] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 13:53:15.335 [DefaultDispatcher-worker-12 @coroutine#2309] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.336 [DefaultDispatcher-worker-18 @coroutine#2309] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.336 [DefaultDispatcher-worker-18 @coroutine#2309] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.343 [HikariPool-128 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.345 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@701f15db 2025-05-13 13:53:15.345 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@701f15db 2025-05-13 13:53:15.347 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ed8e5a8 2025-05-13 13:53:15.347 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ed8e5a8 2025-05-13 13:53:15.350 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ae77eab 2025-05-13 13:53:15.350 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ae77eab 2025-05-13 13:53:15.351 [HikariPool-129 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.351 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@3fe5ef93 2025-05-13 13:53:15.351 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@3fe5ef93 2025-05-13 13:53:15.353 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@37dc8479 2025-05-13 13:53:15.353 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@37dc8479 2025-05-13 13:53:15.353 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@664b8b59 2025-05-13 13:53:15.353 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@664b8b59 2025-05-13 13:53:15.354 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@e10d28f 2025-05-13 13:53:15.354 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@e10d28f 2025-05-13 13:53:15.355 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@688c79e0 2025-05-13 13:53:15.355 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@688c79e0 2025-05-13 13:53:15.356 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fc3e7c0 2025-05-13 13:53:15.356 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fc3e7c0 2025-05-13 13:53:15.356 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6cb3e029 2025-05-13 13:53:15.356 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6cb3e029 2025-05-13 13:53:15.357 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fca10dc 2025-05-13 13:53:15.357 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fca10dc 2025-05-13 13:53:15.358 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@29b173db 2025-05-13 13:53:15.358 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@29b173db 2025-05-13 13:53:15.359 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@ce6a810 2025-05-13 13:53:15.359 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@ce6a810 2025-05-13 13:53:15.359 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.360 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@139a34f7 2025-05-13 13:53:15.360 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@139a34f7 2025-05-13 13:53:15.362 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@18521c1d 2025-05-13 13:53:15.362 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@18521c1d 2025-05-13 13:53:15.364 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b930596 2025-05-13 13:53:15.364 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b930596 2025-05-13 13:53:15.366 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@499e8c94 2025-05-13 13:53:15.366 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@499e8c94 2025-05-13 13:53:15.367 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@be134dc 2025-05-13 13:53:15.367 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@be134dc 2025-05-13 13:53:15.367 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.373 [HikariPool-130 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.376 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@21301ff9 2025-05-13 13:53:15.376 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@21301ff9 2025-05-13 13:53:15.376 [DefaultDispatcher-worker-3 @coroutine#2309] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:44685/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 13:53:15.376 [DefaultDispatcher-worker-3 @coroutine#2309] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:44685/auth/login?username=bob&password=password&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:15.377 [DefaultDispatcher-worker-3 @coroutine#2309] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.377 [DefaultDispatcher-worker-3 @coroutine#2309] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42. 2025-05-13 13:53:15.377 [DefaultDispatcher-worker-3 @coroutine#2309] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.377 [DefaultDispatcher-worker-14 @coroutine#2309] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.377 [DefaultDispatcher-worker-14 @coroutine#2309] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.378 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ff7f5af 2025-05-13 13:53:15.378 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ff7f5af 2025-05-13 13:53:15.380 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bc87489 2025-05-13 13:53:15.380 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bc87489 2025-05-13 13:53:15.382 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ecaff94 2025-05-13 13:53:15.382 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ecaff94 2025-05-13 13:53:15.384 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f24ea63 2025-05-13 13:53:15.384 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f24ea63 2025-05-13 13:53:15.385 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fee34a5 2025-05-13 13:53:15.385 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fee34a5 2025-05-13 13:53:15.388 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@37ea7fed 2025-05-13 13:53:15.388 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@37ea7fed 2025-05-13 13:53:15.390 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@ee500db 2025-05-13 13:53:15.390 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@ee500db 2025-05-13 13:53:15.392 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@66fa9496 2025-05-13 13:53:15.392 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@66fa9496 2025-05-13 13:53:15.392 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - After adding stats (total=10, active=1, idle=9, waiting=0) 2025-05-13 13:53:15.395 [DefaultDispatcher-worker-18 @coroutine#2309] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-131 - configuration: 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@56ece9c 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-131" 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.398 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.398 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-131 - Starting... 2025-05-13 13:53:15.399 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.399 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.399 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-131 - Start completed. 2025-05-13 13:53:15.411 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.416 [Test worker @coroutine#2326] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.417 [Test worker @coroutine#2328] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.418 [DefaultDispatcher-worker-8 @coroutine#2332] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.418 [DefaultDispatcher-worker-8 @coroutine#2332] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.418 [DefaultDispatcher-worker-8 @coroutine#2332] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.418 [DefaultDispatcher-worker-8 @coroutine#2332] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:35763/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.419 [DefaultDispatcher-worker-5 @coroutine#2332] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.419 [DefaultDispatcher-worker-5 @coroutine#2332] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.422 [DefaultDispatcher-worker-14 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.422 [DefaultDispatcher-worker-14 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.422 [DefaultDispatcher-worker-14 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.422 [DefaultDispatcher-worker-14 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.422 [DefaultDispatcher-worker-14 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.422 [DefaultDispatcher-worker-14 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.423 [Test worker @coroutine#2336] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-132 - configuration: 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6ca9ec77 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.423 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-132" 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.424 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-132 - Starting... 2025-05-13 13:53:15.426 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c2a7c73 2025-05-13 13:53:15.426 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c2a7c73 2025-05-13 13:53:15.426 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-132 - Start completed. 2025-05-13 13:53:15.426 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c2a7c73 2025-05-13 13:53:15.431 [Test worker @coroutine#2343] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c2a7c73 2025-05-13 13:53:15.432 [Test worker @coroutine#2345] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c2a7c73 2025-05-13 13:53:15.436 [DefaultDispatcher-worker-12 @coroutine#2347] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c2a7c73 2025-05-13 13:53:15.436 [DefaultDispatcher-worker-10 @coroutine#2354] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.439 [DefaultDispatcher-worker-7 @coroutine#2354] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.443 [DefaultDispatcher-worker-4 @coroutine#2354] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.446 [DefaultDispatcher-worker-19 @coroutine#2354] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.457 [DefaultDispatcher-worker-6 @coroutine#2360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.464 [DefaultDispatcher-worker-11 @coroutine#2362] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.468 [DefaultDispatcher-worker-5 @coroutine#2362] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.472 [DefaultDispatcher-worker-1 @coroutine#2362] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.475 [DefaultDispatcher-worker-5 @coroutine#2362] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.479 [DefaultDispatcher-worker-17 @coroutine#2362] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-133 - configuration: 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@14a488ed 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-133" 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.480 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.480 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-133 - Starting... 2025-05-13 13:53:15.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.481 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-133 - Start completed. 2025-05-13 13:53:15.494 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.499 [Test worker @coroutine#2368] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.499 [HikariPool-131 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.500 [Test worker @coroutine#2370] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.500 [DefaultDispatcher-worker-17 @coroutine#2374] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.500 [DefaultDispatcher-worker-17 @coroutine#2374] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.500 [DefaultDispatcher-worker-17 @coroutine#2374] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.500 [DefaultDispatcher-worker-17 @coroutine#2374] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36309/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.501 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@23a55400 2025-05-13 13:53:15.501 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@23a55400 2025-05-13 13:53:15.502 [DefaultDispatcher-worker-11 @coroutine#2374] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.502 [DefaultDispatcher-worker-11 @coroutine#2374] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.503 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@2d62ae04 2025-05-13 13:53:15.503 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@2d62ae04 2025-05-13 13:53:15.505 [DefaultDispatcher-worker-4 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.505 [DefaultDispatcher-worker-4 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.505 [DefaultDispatcher-worker-4 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.505 [DefaultDispatcher-worker-4 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.505 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@295d3f70 2025-05-13 13:53:15.505 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@295d3f70 2025-05-13 13:53:15.505 [DefaultDispatcher-worker-9 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.505 [DefaultDispatcher-worker-9 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.507 [Test worker @coroutine#2378] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-134 - configuration: 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.507 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c5fa43f 2025-05-13 13:53:15.507 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c5fa43f 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@252f00ba 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-134" 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.507 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-134 - Starting... 2025-05-13 13:53:15.509 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6553e8e0 2025-05-13 13:53:15.509 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6553e8e0 2025-05-13 13:53:15.510 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@5efa05f9 2025-05-13 13:53:15.510 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@5efa05f9 2025-05-13 13:53:15.510 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-134 - Start completed. 2025-05-13 13:53:15.510 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5efa05f9 2025-05-13 13:53:15.510 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@5df968c0 2025-05-13 13:53:15.510 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@5df968c0 2025-05-13 13:53:15.512 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1d1f7ab0 2025-05-13 13:53:15.512 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1d1f7ab0 2025-05-13 13:53:15.514 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@c705b70 2025-05-13 13:53:15.514 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@c705b70 2025-05-13 13:53:15.515 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@761ea6f6 2025-05-13 13:53:15.515 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@761ea6f6 2025-05-13 13:53:15.515 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.515 [Test worker @coroutine#2385] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5efa05f9 2025-05-13 13:53:15.516 [Test worker @coroutine#2387] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5efa05f9 2025-05-13 13:53:15.520 [DefaultDispatcher-worker-10 @coroutine#2389] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5efa05f9 2025-05-13 13:53:15.521 [DefaultDispatcher-worker-8 @coroutine#2396] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.524 [DefaultDispatcher-worker-18 @coroutine#2396] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.526 [HikariPool-132 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.528 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f574a47 2025-05-13 13:53:15.528 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f574a47 2025-05-13 13:53:15.528 [DefaultDispatcher-worker-12 @coroutine#2396] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.530 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@1190b7dd 2025-05-13 13:53:15.530 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@1190b7dd 2025-05-13 13:53:15.532 [DefaultDispatcher-worker-20 @coroutine#2396] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.532 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@15af2137 2025-05-13 13:53:15.532 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@15af2137 2025-05-13 13:53:15.533 [DefaultDispatcher-worker-19 @coroutine#2402] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.533 [DefaultDispatcher-worker-19 @coroutine#2402] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 13:53:15.533 [DefaultDispatcher-worker-19 @coroutine#2402] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.533 [DefaultDispatcher-worker-9 @coroutine#2402] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.533 [DefaultDispatcher-worker-9 @coroutine#2402] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 13:53:15.534 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@50adbde6 2025-05-13 13:53:15.534 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@50adbde6 2025-05-13 13:53:15.535 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@750dd0c6 2025-05-13 13:53:15.535 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@750dd0c6 2025-05-13 13:53:15.537 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@6137afe5 2025-05-13 13:53:15.537 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@6137afe5 2025-05-13 13:53:15.539 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@d7d9c6d 2025-05-13 13:53:15.539 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@d7d9c6d 2025-05-13 13:53:15.541 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@308242a9 2025-05-13 13:53:15.541 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@308242a9 2025-05-13 13:53:15.542 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b122f9f 2025-05-13 13:53:15.542 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b122f9f 2025-05-13 13:53:15.542 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.574 [DefaultDispatcher-worker-16 @coroutine#2402] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:36309/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 13:53:15.574 [DefaultDispatcher-worker-16 @coroutine#2402] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:36309/auth/login?username=bob&password=password&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:15.574 [DefaultDispatcher-worker-16 @coroutine#2402] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.574 [DefaultDispatcher-worker-16 @coroutine#2402] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42. 2025-05-13 13:53:15.574 [DefaultDispatcher-worker-16 @coroutine#2402] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.575 [DefaultDispatcher-worker-19 @coroutine#2402] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.575 [DefaultDispatcher-worker-19 @coroutine#2402] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 13:53:15.581 [HikariPool-133 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:15.583 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f5cfd13 2025-05-13 13:53:15.583 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f5cfd13 2025-05-13 13:53:15.585 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@519b0888 2025-05-13 13:53:15.585 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@519b0888 2025-05-13 13:53:15.586 [DefaultDispatcher-worker-4 @coroutine#2402] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:15.587 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@55a49663 2025-05-13 13:53:15.587 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@55a49663 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-135 - configuration: 2025-05-13 13:53:15.588 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@10a602b3 2025-05-13 13:53:15.588 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@10a602b3 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6bc1c8d0 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-135" 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.588 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.588 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-135 - Starting... 2025-05-13 13:53:15.589 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.589 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.589 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-135 - Start completed. 2025-05-13 13:53:15.590 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@28aac1d1 2025-05-13 13:53:15.590 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@28aac1d1 2025-05-13 13:53:15.591 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@217c5304 2025-05-13 13:53:15.591 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@217c5304 2025-05-13 13:53:15.593 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@509acec6 2025-05-13 13:53:15.593 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@509acec6 2025-05-13 13:53:15.595 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@7089fdfc 2025-05-13 13:53:15.595 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@7089fdfc 2025-05-13 13:53:15.596 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@e531e75 2025-05-13 13:53:15.596 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@e531e75 2025-05-13 13:53:15.596 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.601 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.606 [Test worker @coroutine#2422] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.607 [Test worker @coroutine#2424] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.607 [DefaultDispatcher-worker-19 @coroutine#2428] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.607 [DefaultDispatcher-worker-19 @coroutine#2428] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:15.607 [DefaultDispatcher-worker-19 @coroutine#2428] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.608 [DefaultDispatcher-worker-19 @coroutine#2428] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:39163/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.608 [DefaultDispatcher-worker-8 @coroutine#2428] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.608 [DefaultDispatcher-worker-8 @coroutine#2428] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:15.610 [HikariPool-134 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.612 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e2bb25b 2025-05-13 13:53:15.612 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e2bb25b 2025-05-13 13:53:15.612 [DefaultDispatcher-worker-6 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.612 [DefaultDispatcher-worker-6 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.612 [DefaultDispatcher-worker-6 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.612 [DefaultDispatcher-worker-6 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.612 [DefaultDispatcher-worker-12 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.612 [DefaultDispatcher-worker-12 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.613 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@70ec53ee 2025-05-13 13:53:15.613 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@70ec53ee 2025-05-13 13:53:15.613 [Test worker @coroutine#2432] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-136 - configuration: 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@14ecd835 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-136" 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.613 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.613 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-136 - Starting... 2025-05-13 13:53:15.614 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@74d3d92b 2025-05-13 13:53:15.614 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@74d3d92b 2025-05-13 13:53:15.615 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@1eeb9e5c 2025-05-13 13:53:15.615 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@1eeb9e5c 2025-05-13 13:53:15.615 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-136 - Start completed. 2025-05-13 13:53:15.615 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1eeb9e5c 2025-05-13 13:53:15.615 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@31d159d5 2025-05-13 13:53:15.615 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@31d159d5 2025-05-13 13:53:15.617 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@12cb8cde 2025-05-13 13:53:15.617 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@12cb8cde 2025-05-13 13:53:15.618 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@aace4a 2025-05-13 13:53:15.618 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@aace4a 2025-05-13 13:53:15.620 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a5a45f5 2025-05-13 13:53:15.620 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a5a45f5 2025-05-13 13:53:15.621 [Test worker @coroutine#2439] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1eeb9e5c 2025-05-13 13:53:15.621 [Test worker @coroutine#2441] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1eeb9e5c 2025-05-13 13:53:15.622 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@51fea69a 2025-05-13 13:53:15.622 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@51fea69a 2025-05-13 13:53:15.624 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f9d6d07 2025-05-13 13:53:15.624 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f9d6d07 2025-05-13 13:53:15.624 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.624 [DefaultDispatcher-worker-2 @coroutine#2450] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/auth/register 2025-05-13 13:53:15.624 [DefaultDispatcher-worker-2 @coroutine#2450] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/auth/register. 2025-05-13 13:53:15.624 [DefaultDispatcher-worker-2 @coroutine#2450] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/auth/register 2025-05-13 13:53:15.624 [DefaultDispatcher-worker-2 @coroutine#2450] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:39163/auth/register from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.624 [DefaultDispatcher-worker-4 @coroutine#2450] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/auth/register 2025-05-13 13:53:15.624 [DefaultDispatcher-worker-4 @coroutine#2450] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/auth/register 2025-05-13 13:53:15.626 [DefaultDispatcher-worker-9 @coroutine#2443] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1eeb9e5c 2025-05-13 13:53:15.665 [DefaultDispatcher-worker-19 @coroutine#2450] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:39163/auth/register. 2025-05-13 13:53:15.665 [DefaultDispatcher-worker-19 @coroutine#2450] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:39163/auth/register to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:15.677 [DefaultDispatcher-worker-6 @coroutine#2450] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.682 [DefaultDispatcher-worker-17 @coroutine#2450] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:15.689 [HikariPool-135 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.690 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-137 - configuration: 2025-05-13 13:53:15.690 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.690 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.690 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1abb719a 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-137" 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.691 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Starting... 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.691 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.691 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Start completed. 2025-05-13 13:53:15.691 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@41159489 2025-05-13 13:53:15.691 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@41159489 2025-05-13 13:53:15.693 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fd262db 2025-05-13 13:53:15.693 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fd262db 2025-05-13 13:53:15.694 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@4bedfff9 2025-05-13 13:53:15.694 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@4bedfff9 2025-05-13 13:53:15.696 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@eef68e0 2025-05-13 13:53:15.696 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@eef68e0 2025-05-13 13:53:15.698 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@63b31468 2025-05-13 13:53:15.698 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@63b31468 2025-05-13 13:53:15.699 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f2b667f 2025-05-13 13:53:15.699 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f2b667f 2025-05-13 13:53:15.701 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b9d4454 2025-05-13 13:53:15.701 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b9d4454 2025-05-13 13:53:15.703 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ec097af 2025-05-13 13:53:15.703 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ec097af 2025-05-13 13:53:15.704 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@152bde4b 2025-05-13 13:53:15.704 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@152bde4b 2025-05-13 13:53:15.704 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.704 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.710 [Test worker @coroutine#2457] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.710 [Test worker @coroutine#2459] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.712 [DefaultDispatcher-worker-6 @coroutine#2463] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.712 [DefaultDispatcher-worker-6 @coroutine#2463] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 13:53:15.712 [DefaultDispatcher-worker-6 @coroutine#2463] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.712 [DefaultDispatcher-worker-6 @coroutine#2463] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.713 [DefaultDispatcher-worker-2 @coroutine#2463] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.713 [DefaultDispatcher-worker-2 @coroutine#2463] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.715 [HikariPool-136 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.716 [DefaultDispatcher-worker-18 @coroutine#2462] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.716 [DefaultDispatcher-worker-18 @coroutine#2462] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.716 [DefaultDispatcher-worker-18 @coroutine#2462] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 13:53:15.716 [DefaultDispatcher-worker-18 @coroutine#2462] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.717 [DefaultDispatcher-worker-18 @coroutine#2462] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.717 [DefaultDispatcher-worker-18 @coroutine#2462] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.717 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@5bd066f5 2025-05-13 13:53:15.717 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@5bd066f5 2025-05-13 13:53:15.718 [Test worker @coroutine#2468] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.719 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@551783ff 2025-05-13 13:53:15.719 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@551783ff 2025-05-13 13:53:15.720 [Test worker @coroutine#2474] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.720 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@51280d85 2025-05-13 13:53:15.720 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@51280d85 2025-05-13 13:53:15.722 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@142a89c4 2025-05-13 13:53:15.722 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@142a89c4 2025-05-13 13:53:15.724 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@4c95a27a 2025-05-13 13:53:15.724 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@4c95a27a 2025-05-13 13:53:15.725 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@2574d86c 2025-05-13 13:53:15.725 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@2574d86c 2025-05-13 13:53:15.727 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@3421ad62 2025-05-13 13:53:15.727 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@3421ad62 2025-05-13 13:53:15.729 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@7405768b 2025-05-13 13:53:15.729 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@7405768b 2025-05-13 13:53:15.730 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@15629c03 2025-05-13 13:53:15.730 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@15629c03 2025-05-13 13:53:15.730 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 13:53:15.732 [Test worker @coroutine#2481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db 2025-05-13 13:53:15.733 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Shutdown initiated... 2025-05-13 13:53:15.733 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Close initiated... 2025-05-13 13:53:15.733 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.733 [HikariPool-137 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3c5d60db: (connection evicted) 2025-05-13 13:53:15.734 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:15.734 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Closed. 2025-05-13 13:53:15.734 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Shutdown completed. 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-138 - configuration: 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@34d6e9a4 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-138" 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.735 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.735 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Starting... 2025-05-13 13:53:15.736 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Added connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.736 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Added connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.736 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Start completed. 2025-05-13 13:53:15.737 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.742 [Test worker @coroutine#2484] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.743 [Test worker @coroutine#2486] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.744 [DefaultDispatcher-worker-11 @coroutine#2490] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.744 [DefaultDispatcher-worker-11 @coroutine#2490] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 13:53:15.744 [DefaultDispatcher-worker-11 @coroutine#2490] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.744 [DefaultDispatcher-worker-11 @coroutine#2490] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.744 [DefaultDispatcher-worker-10 @coroutine#2490] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.744 [DefaultDispatcher-worker-10 @coroutine#2490] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.748 [DefaultDispatcher-worker-17 @coroutine#2489] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.748 [DefaultDispatcher-worker-17 @coroutine#2489] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.748 [DefaultDispatcher-worker-17 @coroutine#2489] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 13:53:15.748 [DefaultDispatcher-worker-17 @coroutine#2489] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.748 [DefaultDispatcher-worker-17 @coroutine#2489] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.748 [DefaultDispatcher-worker-17 @coroutine#2489] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.749 [Test worker @coroutine#2494] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.750 [Test worker @coroutine#2501] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.752 [Test worker @coroutine#2508] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4822fc53 2025-05-13 13:53:15.753 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Shutdown initiated... 2025-05-13 13:53:15.753 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Close initiated... 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.753 [HikariPool-138 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4822fc53: (connection evicted) 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:15.753 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Closed. 2025-05-13 13:53:15.753 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Shutdown completed. 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-139 - configuration: 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.753 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@67836d4 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-139" 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.754 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.754 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Starting... 2025-05-13 13:53:15.756 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.756 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.756 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Start completed. 2025-05-13 13:53:15.756 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.763 [Test worker @coroutine#2511] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.764 [Test worker @coroutine#2513] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.765 [DefaultDispatcher-worker-17 @coroutine#2517] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.765 [DefaultDispatcher-worker-17 @coroutine#2517] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 13:53:15.765 [DefaultDispatcher-worker-17 @coroutine#2517] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.765 [DefaultDispatcher-worker-17 @coroutine#2517] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.766 [DefaultDispatcher-worker-2 @coroutine#2517] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.766 [DefaultDispatcher-worker-2 @coroutine#2517] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.768 [DefaultDispatcher-worker-7 @coroutine#2516] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.769 [DefaultDispatcher-worker-7 @coroutine#2516] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.769 [DefaultDispatcher-worker-7 @coroutine#2516] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 13:53:15.769 [DefaultDispatcher-worker-7 @coroutine#2516] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.769 [DefaultDispatcher-worker-7 @coroutine#2516] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.769 [DefaultDispatcher-worker-7 @coroutine#2516] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.770 [Test worker @coroutine#2521] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.771 [Test worker @coroutine#2528] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.773 [Test worker @coroutine#2535] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.774 [Test worker @coroutine#2537] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.775 [Test worker @coroutine#2543] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.777 [Test worker @coroutine#2545] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.778 [Test worker @coroutine#2546] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f 2025-05-13 13:53:15.779 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Shutdown initiated... 2025-05-13 13:53:15.779 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Close initiated... 2025-05-13 13:53:15.779 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.779 [HikariPool-139 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Closing connection org.sqlite.jdbc4.JDBC4Connection@20e4e27f: (connection evicted) 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:15.780 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Closed. 2025-05-13 13:53:15.780 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Shutdown completed. 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-140 - configuration: 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@69d6fe75 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-140" 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.780 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.780 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Starting... 2025-05-13 13:53:15.781 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Added connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.781 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Added connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.781 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Start completed. 2025-05-13 13:53:15.782 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.787 [Test worker @coroutine#2549] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.788 [Test worker @coroutine#2551] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.789 [DefaultDispatcher-worker-7 @coroutine#2555] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.789 [DefaultDispatcher-worker-7 @coroutine#2555] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 13:53:15.789 [DefaultDispatcher-worker-7 @coroutine#2555] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.789 [DefaultDispatcher-worker-7 @coroutine#2555] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.789 [DefaultDispatcher-worker-2 @coroutine#2555] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.789 [DefaultDispatcher-worker-2 @coroutine#2555] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.793 [DefaultDispatcher-worker-7 @coroutine#2554] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.793 [DefaultDispatcher-worker-7 @coroutine#2554] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.793 [DefaultDispatcher-worker-7 @coroutine#2554] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 13:53:15.793 [DefaultDispatcher-worker-7 @coroutine#2554] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.794 [DefaultDispatcher-worker-8 @coroutine#2554] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.794 [DefaultDispatcher-worker-8 @coroutine#2554] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.795 [Test worker @coroutine#2559] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.796 [Test worker @coroutine#2566] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.798 [Test worker @coroutine#2573] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c 2025-05-13 13:53:15.798 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Shutdown initiated... 2025-05-13 13:53:15.798 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Close initiated... 2025-05-13 13:53:15.798 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.798 [HikariPool-140 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3fe7c87c: (connection evicted) 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:15.799 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Closed. 2025-05-13 13:53:15.799 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Shutdown completed. 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-141 - configuration: 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@672c4e24 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-141" 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.799 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.799 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Starting... 2025-05-13 13:53:15.801 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Added connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.801 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Added connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.801 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Start completed. 2025-05-13 13:53:15.801 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.806 [Test worker @coroutine#2581] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.807 [Test worker @coroutine#2583] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.808 [DefaultDispatcher-worker-9 @coroutine#2587] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.808 [DefaultDispatcher-worker-9 @coroutine#2587] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 13:53:15.808 [DefaultDispatcher-worker-9 @coroutine#2587] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.808 [DefaultDispatcher-worker-9 @coroutine#2587] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.809 [DefaultDispatcher-worker-15 @coroutine#2587] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.809 [DefaultDispatcher-worker-15 @coroutine#2587] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.812 [DefaultDispatcher-worker-13 @coroutine#2586] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.812 [DefaultDispatcher-worker-13 @coroutine#2586] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.812 [DefaultDispatcher-worker-13 @coroutine#2586] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 13:53:15.812 [DefaultDispatcher-worker-13 @coroutine#2586] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.812 [DefaultDispatcher-worker-16 @coroutine#2586] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.812 [DefaultDispatcher-worker-16 @coroutine#2586] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.813 [Test worker @coroutine#2593] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.815 [Test worker @coroutine#2598] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.816 [Test worker @coroutine#2600] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.817 [Test worker @coroutine#2602] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.819 [Test worker @coroutine#2609] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd 2025-05-13 13:53:15.819 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Shutdown initiated... 2025-05-13 13:53:15.819 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Close initiated... 2025-05-13 13:53:15.819 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.819 [HikariPool-141 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7a2b3cfd: (connection evicted) 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:15.820 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Closed. 2025-05-13 13:53:15.820 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Shutdown completed. 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-142 - configuration: 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@541d8a9e 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-142" 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:15.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:15.820 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Starting... 2025-05-13 13:53:15.822 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Added connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.822 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Added connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.822 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Start completed. 2025-05-13 13:53:15.822 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.827 [Test worker @coroutine#2612] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.828 [Test worker @coroutine#2614] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.829 [DefaultDispatcher-worker-12 @coroutine#2618] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.829 [DefaultDispatcher-worker-12 @coroutine#2618] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 13:53:15.829 [DefaultDispatcher-worker-12 @coroutine#2618] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.829 [DefaultDispatcher-worker-12 @coroutine#2618] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:15.830 [DefaultDispatcher-worker-11 @coroutine#2618] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.830 [DefaultDispatcher-worker-11 @coroutine#2618] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 13:53:15.833 [DefaultDispatcher-worker-17 @coroutine#2617] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.833 [DefaultDispatcher-worker-17 @coroutine#2617] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.833 [DefaultDispatcher-worker-17 @coroutine#2617] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 13:53:15.833 [DefaultDispatcher-worker-17 @coroutine#2617] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.834 [DefaultDispatcher-worker-17 @coroutine#2617] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.834 [DefaultDispatcher-worker-17 @coroutine#2617] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 13:53:15.834 [Test worker @coroutine#2622] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.836 [Test worker @coroutine#2629] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32cda33c 2025-05-13 13:53:15.836 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Shutdown initiated... 2025-05-13 13:53:15.836 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Close initiated... 2025-05-13 13:53:15.836 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:15.837 [HikariPool-142 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Closing connection org.sqlite.jdbc4.JDBC4Connection@32cda33c: (connection evicted) 2025-05-13 13:53:15.837 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:15.837 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Closed. 2025-05-13 13:53:15.837 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Shutdown completed. 2025-05-13 13:53:15.962 [DefaultDispatcher-worker-13 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:15.962 [DefaultDispatcher-worker-13 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.962 [DefaultDispatcher-worker-13 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:15.962 [DefaultDispatcher-worker-13 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.963 [DefaultDispatcher-worker-4 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:15.963 [DefaultDispatcher-worker-4 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.054 [DefaultDispatcher-worker-20 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:16.054 [DefaultDispatcher-worker-20 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.054 [DefaultDispatcher-worker-20 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.054 [DefaultDispatcher-worker-20 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.055 [DefaultDispatcher-worker-8 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.055 [DefaultDispatcher-worker-8 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.082 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-143 - configuration: 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@448c4742 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-143" 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Starting... 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Added connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Added connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.083 [Test worker @coroutine#2667] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Start completed. 2025-05-13 13:53:16.091 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.096 [Test worker @coroutine#2668] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.097 [Test worker @coroutine#2670] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.098 [Test worker @coroutine#2672] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.104 [DefaultDispatcher-worker-19 @coroutine#2674] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.110 [DefaultDispatcher-worker-3 @coroutine#2686] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@118cbb26 2025-05-13 13:53:16.111 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Shutdown initiated... 2025-05-13 13:53:16.111 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Close initiated... 2025-05-13 13:53:16.111 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.112 [HikariPool-143 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Closing connection org.sqlite.jdbc4.JDBC4Connection@118cbb26: (connection evicted) 2025-05-13 13:53:16.112 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.112 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Closed. 2025-05-13 13:53:16.112 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Shutdown completed. 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-144 - configuration: 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@41acf2f1 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.113 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-144" 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Starting... 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Added connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Added connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.114 [Test worker @coroutine#2692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Start completed. 2025-05-13 13:53:16.121 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.126 [Test worker @coroutine#2693] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.127 [Test worker @coroutine#2695] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.128 [Test worker @coroutine#2697] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-145 - configuration: 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@203b98cf 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-145" 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Starting... 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Added connection org.sqlite.jdbc4.JDBC4Connection@22495f2f 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Added connection org.sqlite.jdbc4.JDBC4Connection@22495f2f 2025-05-13 13:53:16.129 [Test worker @coroutine#2692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Start completed. 2025-05-13 13:53:16.131 [DefaultDispatcher-worker-2 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:16.131 [DefaultDispatcher-worker-2 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.131 [DefaultDispatcher-worker-2 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.131 [DefaultDispatcher-worker-2 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.132 [DefaultDispatcher-worker-6 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.132 [DefaultDispatcher-worker-6 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.138 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@22495f2f 2025-05-13 13:53:16.143 [Test worker @coroutine#2702] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@22495f2f 2025-05-13 13:53:16.144 [Test worker @coroutine#2704] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@22495f2f 2025-05-13 13:53:16.145 [Test worker @coroutine#2706] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@22495f2f 2025-05-13 13:53:16.148 [DefaultDispatcher-worker-1 @coroutine#2708] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@22495f2f 2025-05-13 13:53:16.156 [DefaultDispatcher-worker-20 @coroutine#2692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.160 [DefaultDispatcher-worker-11 @coroutine#2692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.163 [DefaultDispatcher-worker-12 @coroutine#2692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8 2025-05-13 13:53:16.179 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Shutdown initiated... 2025-05-13 13:53:16.179 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Close initiated... 2025-05-13 13:53:16.179 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.179 [HikariPool-144 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Closing connection org.sqlite.jdbc4.JDBC4Connection@87cb1d8: (connection evicted) 2025-05-13 13:53:16.180 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.180 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Closed. 2025-05-13 13:53:16.180 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Shutdown completed. 2025-05-13 13:53:16.180 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Shutdown initiated... 2025-05-13 13:53:16.180 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Close initiated... 2025-05-13 13:53:16.180 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.180 [HikariPool-145 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Closing connection org.sqlite.jdbc4.JDBC4Connection@22495f2f: (connection evicted) 2025-05-13 13:53:16.180 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.181 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Closed. 2025-05-13 13:53:16.181 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Shutdown completed. 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-146 - configuration: 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@183e8c8a 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-146" 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.181 [Test worker @coroutine#2728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Starting... 2025-05-13 13:53:16.182 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Added connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.182 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Added connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.182 [Test worker @coroutine#2728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Start completed. 2025-05-13 13:53:16.190 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.195 [Test worker @coroutine#2729] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.197 [Test worker @coroutine#2731] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.197 [Test worker @coroutine#2733] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-147 - configuration: 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@57e83608 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-147" 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Starting... 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4 2025-05-13 13:53:16.198 [Test worker @coroutine#2728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Start completed. 2025-05-13 13:53:16.206 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4 2025-05-13 13:53:16.209 [DefaultDispatcher-worker-14 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:16.209 [DefaultDispatcher-worker-14 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.209 [DefaultDispatcher-worker-14 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.209 [DefaultDispatcher-worker-14 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.209 [DefaultDispatcher-worker-18 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.209 [DefaultDispatcher-worker-18 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.211 [Test worker @coroutine#2736] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4 2025-05-13 13:53:16.211 [Test worker @coroutine#2741] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4 2025-05-13 13:53:16.212 [Test worker @coroutine#2743] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4 2025-05-13 13:53:16.216 [DefaultDispatcher-worker-19 @coroutine#2745] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4 2025-05-13 13:53:16.223 [DefaultDispatcher-worker-8 @coroutine#2728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.227 [DefaultDispatcher-worker-7 @coroutine#2728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.230 [DefaultDispatcher-worker-19 @coroutine#2728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5 2025-05-13 13:53:16.232 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Shutdown initiated... 2025-05-13 13:53:16.232 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Close initiated... 2025-05-13 13:53:16.232 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.232 [HikariPool-146 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Closing connection org.sqlite.jdbc4.JDBC4Connection@509bf2d5: (connection evicted) 2025-05-13 13:53:16.232 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.232 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Closed. 2025-05-13 13:53:16.232 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Shutdown completed. 2025-05-13 13:53:16.233 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Shutdown initiated... 2025-05-13 13:53:16.233 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Close initiated... 2025-05-13 13:53:16.233 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.233 [HikariPool-147 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2f726cf4: (connection evicted) 2025-05-13 13:53:16.233 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.233 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Closed. 2025-05-13 13:53:16.233 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Shutdown completed. 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-148 - configuration: 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@12128849 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-148" 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Starting... 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Added connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Added connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.234 [Test worker @coroutine#2766] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Start completed. 2025-05-13 13:53:16.242 [Test worker @coroutine#2766] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.244 [DefaultDispatcher-worker-8 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:16.244 [DefaultDispatcher-worker-8 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.244 [DefaultDispatcher-worker-8 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.244 [DefaultDispatcher-worker-8 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.245 [DefaultDispatcher-worker-14 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.245 [DefaultDispatcher-worker-14 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.247 [Test worker @coroutine#2767] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.248 [Test worker @coroutine#2772] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.249 [Test worker @coroutine#2774] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.253 [DefaultDispatcher-worker-1 @coroutine#2776] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.263 [DefaultDispatcher-worker-11 @coroutine#2766] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.264 [Test worker @coroutine#2785] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.267 [DefaultDispatcher-worker-3 @coroutine#2766] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3049dcac 2025-05-13 13:53:16.278 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Shutdown initiated... 2025-05-13 13:53:16.278 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Close initiated... 2025-05-13 13:53:16.278 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.279 [HikariPool-148 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3049dcac: (connection evicted) 2025-05-13 13:53:16.279 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.279 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Closed. 2025-05-13 13:53:16.279 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Shutdown completed. 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-149 - configuration: 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5e352e3a 2025-05-13 13:53:16.280 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-149" 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Starting... 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Added connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Added connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.282 [Test worker @coroutine#2821] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Start completed. 2025-05-13 13:53:16.283 [DefaultDispatcher-worker-5 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:16.283 [DefaultDispatcher-worker-5 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.283 [DefaultDispatcher-worker-5 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.283 [DefaultDispatcher-worker-5 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.284 [DefaultDispatcher-worker-5 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.290 [Test worker @coroutine#2821] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.295 [Test worker @coroutine#2825] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.296 [Test worker @coroutine#2827] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.297 [Test worker @coroutine#2829] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.301 [DefaultDispatcher-worker-2 @coroutine#2831] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.302 [DefaultDispatcher-worker-3 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:16.302 [DefaultDispatcher-worker-3 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.302 [DefaultDispatcher-worker-3 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.302 [DefaultDispatcher-worker-3 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.303 [DefaultDispatcher-worker-16 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.303 [DefaultDispatcher-worker-16 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.314 [DefaultDispatcher-worker-14 @coroutine#2821] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.315 [Test worker @coroutine#2843] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.318 [DefaultDispatcher-worker-15 @coroutine#2821] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39 2025-05-13 13:53:16.322 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Shutdown initiated... 2025-05-13 13:53:16.322 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Close initiated... 2025-05-13 13:53:16.322 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.322 [HikariPool-149 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Closing connection org.sqlite.jdbc4.JDBC4Connection@38a6ca39: (connection evicted) 2025-05-13 13:53:16.322 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.322 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Closed. 2025-05-13 13:53:16.322 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Shutdown completed. 2025-05-13 13:53:16.323 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-150 - configuration: 2025-05-13 13:53:16.323 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@14997cb9 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-150" 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Starting... 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Added connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Added connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.324 [Test worker @coroutine#2880] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Start completed. 2025-05-13 13:53:16.331 [Test worker @coroutine#2880] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.336 [Test worker @coroutine#2881] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.337 [Test worker @coroutine#2883] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.338 [Test worker @coroutine#2885] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.342 [DefaultDispatcher-worker-13 @coroutine#2887] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.353 [DefaultDispatcher-worker-10 @coroutine#2880] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.357 [DefaultDispatcher-worker-18 @coroutine#2880] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.426 [HikariPool-150 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.430 [DefaultDispatcher-worker-7 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:16.430 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.430 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.430 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.431 [DefaultDispatcher-worker-2 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.431 [DefaultDispatcher-worker-2 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.479 [DefaultDispatcher-worker-20 @coroutine#2912] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@301434fb 2025-05-13 13:53:16.510 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Shutdown initiated... 2025-05-13 13:53:16.510 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Close initiated... 2025-05-13 13:53:16.510 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.510 [HikariPool-150 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Closing connection org.sqlite.jdbc4.JDBC4Connection@301434fb: (connection evicted) 2025-05-13 13:53:16.510 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.510 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Closed. 2025-05-13 13:53:16.510 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Shutdown completed. 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-151 - configuration: 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@75c36570 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-151" 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.512 [Test worker @coroutine#2921] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Starting... 2025-05-13 13:53:16.513 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Added connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.513 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Added connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.513 [Test worker @coroutine#2921] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Start completed. 2025-05-13 13:53:16.514 [DefaultDispatcher-worker-1 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:16.514 [DefaultDispatcher-worker-1 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.514 [DefaultDispatcher-worker-1 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.514 [DefaultDispatcher-worker-1 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.515 [DefaultDispatcher-worker-5 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.515 [DefaultDispatcher-worker-5 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.521 [Test worker @coroutine#2921] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.526 [Test worker @coroutine#2925] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.526 [Test worker @coroutine#2927] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.528 [Test worker @coroutine#2929] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.532 [DefaultDispatcher-worker-3 @coroutine#2931] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.533 [Test worker @coroutine#2936] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.544 [DefaultDispatcher-worker-13 @coroutine#2921] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.547 [DefaultDispatcher-worker-15 @coroutine#2921] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@238cac6 2025-05-13 13:53:16.553 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Shutdown initiated... 2025-05-13 13:53:16.553 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Close initiated... 2025-05-13 13:53:16.553 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.553 [HikariPool-151 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Closing connection org.sqlite.jdbc4.JDBC4Connection@238cac6: (connection evicted) 2025-05-13 13:53:16.554 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.554 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Closed. 2025-05-13 13:53:16.554 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Shutdown completed. 2025-05-13 13:53:16.554 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-152 - configuration: 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@a55b4f9 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-152" 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Starting... 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Added connection org.sqlite.jdbc4.JDBC4Connection@72769bf5 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Added connection org.sqlite.jdbc4.JDBC4Connection@72769bf5 2025-05-13 13:53:16.555 [Test worker @coroutine#2958] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Start completed. 2025-05-13 13:53:16.565 [Test worker @coroutine#2958] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72769bf5 2025-05-13 13:53:16.570 [Test worker @coroutine#2959] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72769bf5 2025-05-13 13:53:16.571 [Test worker @coroutine#2961] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72769bf5 2025-05-13 13:53:16.572 [Test worker @coroutine#2963] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72769bf5 2025-05-13 13:53:16.577 [DefaultDispatcher-worker-1 @coroutine#2965] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72769bf5 2025-05-13 13:53:16.623 [DefaultDispatcher-worker-7 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:16.623 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.623 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.623 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.624 [DefaultDispatcher-worker-8 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.624 [DefaultDispatcher-worker-8 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.624 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Shutdown initiated... 2025-05-13 13:53:16.624 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Close initiated... 2025-05-13 13:53:16.624 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.624 [HikariPool-152 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Closing connection org.sqlite.jdbc4.JDBC4Connection@72769bf5: (connection evicted) 2025-05-13 13:53:16.625 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:16.625 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Closed. 2025-05-13 13:53:16.625 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Shutdown completed. 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-153 - configuration: 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5623fd90 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-153" 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.627 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Starting... 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Added connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.627 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Added connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.627 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Start completed. 2025-05-13 13:53:16.686 [DefaultDispatcher-worker-7 @coroutine#2991] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.690 [DefaultDispatcher-worker-4 @coroutine#2991] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.693 [DefaultDispatcher-worker-8 @coroutine#2991] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.697 [DefaultDispatcher-worker-11 @coroutine#2991] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.714 [DefaultDispatcher-worker-7 @coroutine#2991] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.714 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 13:53:16.719 [Test worker] INFO ktor.application - Application started in 0.005 seconds. 2025-05-13 13:53:16.720 [DefaultDispatcher-worker-6 @coroutine#2997] INFO ktor.application - Responding at http://0.0.0.0:42729 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-154 - configuration: 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@427c9a13 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-154" 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.720 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.720 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Starting... 2025-05-13 13:53:16.721 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.721 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.721 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Start completed. 2025-05-13 13:53:16.727 [HikariPool-153 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.729 [DefaultDispatcher-worker-7 @coroutine#2999] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.729 [DefaultDispatcher-worker-7 @coroutine#2999] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:16.729 [DefaultDispatcher-worker-7 @coroutine#2999] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.729 [DefaultDispatcher-worker-7 @coroutine#2999] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:16.731 [eventLoopGroupProxy-19-2 @call-handler#3007] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 13:53:16.731 [eventLoopGroupProxy-19-1 @call-handler#3008] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 13:53:16.731 [eventLoopGroupProxy-19-2 @call-handler#3007] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.731 [eventLoopGroupProxy-19-1 @call-handler#3008] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.731 [eventLoopGroupProxy-19-1 @call-handler#3008] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:16.731 [eventLoopGroupProxy-19-1 @call-handler#3008] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.732 [DefaultDispatcher-worker-4 @coroutine#2999] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.732 [DefaultDispatcher-worker-4 @coroutine#2999] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-155 - configuration: 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4eb313ed 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-155" 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.734 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Starting... 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Added connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.734 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Added connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.734 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Start completed. 2025-05-13 13:53:16.740 [DefaultDispatcher-worker-12 @coroutine#2998] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.740 [DefaultDispatcher-worker-12 @coroutine#2998] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.740 [DefaultDispatcher-worker-12 @coroutine#2998] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.740 [DefaultDispatcher-worker-12 @coroutine#2998] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.741 [eventLoopGroupProxy-19-1 @call-handler#3013] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 13:53:16.741 [eventLoopGroupProxy-19-1 @call-handler#3013] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.741 [DefaultDispatcher-worker-10 @coroutine#2998] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.741 [DefaultDispatcher-worker-10 @coroutine#2998] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.745 [DefaultDispatcher-worker-6 @coroutine#3018] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.745 [DefaultDispatcher-worker-6 @coroutine#3018] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:16.745 [DefaultDispatcher-worker-6 @coroutine#3018] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.745 [DefaultDispatcher-worker-6 @coroutine#3018] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:16.745 [DefaultDispatcher-worker-10 @coroutine#2998] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.745 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-156 - configuration: 2025-05-13 13:53:16.745 [eventLoopGroupProxy-19-1 @call-handler#3023] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 13:53:16.745 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:16.745 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:16.745 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:16.745 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:16.745 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:16.745 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@109fff4a 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:16.746 [eventLoopGroupProxy-19-1 @call-handler#3023] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-156" 2025-05-13 13:53:16.746 [eventLoopGroupProxy-19-1 @call-handler#3023] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:16.746 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-156 - Starting... 2025-05-13 13:53:16.746 [eventLoopGroupProxy-19-1 @call-handler#3023] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-156 - Added connection org.sqlite.jdbc4.JDBC4Connection@144caca6 2025-05-13 13:53:16.746 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-156 - Added connection org.sqlite.jdbc4.JDBC4Connection@144caca6 2025-05-13 13:53:16.746 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-156 - Start completed. 2025-05-13 13:53:16.746 [DefaultDispatcher-worker-12 @coroutine#3018] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.746 [DefaultDispatcher-worker-12 @coroutine#3018] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.746 [eventLoopGroupProxy-19-3 @call-handler#3027] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 13:53:16.746 [eventLoopGroupProxy-19-3 @call-handler#3027] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.749 [DefaultDispatcher-worker-4 @coroutine#3000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.755 [DefaultDispatcher-worker-4 @coroutine#3017] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.755 [DefaultDispatcher-worker-4 @coroutine#3017] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.755 [DefaultDispatcher-worker-4 @coroutine#3017] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.755 [DefaultDispatcher-worker-4 @coroutine#3017] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.756 [DefaultDispatcher-worker-4 @coroutine#3032] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.756 [DefaultDispatcher-worker-4 @coroutine#3032] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 13:53:16.756 [DefaultDispatcher-worker-4 @coroutine#3032] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.756 [eventLoopGroupProxy-19-1 @call-handler#3035] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 13:53:16.756 [DefaultDispatcher-worker-4 @coroutine#3032] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 13:53:16.756 [eventLoopGroupProxy-19-1 @call-handler#3035] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.756 [DefaultDispatcher-worker-1 @coroutine#3017] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.756 [DefaultDispatcher-worker-1 @coroutine#3017] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.756 [eventLoopGroupProxy-19-1 @call-handler#3038] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 13:53:16.756 [eventLoopGroupProxy-19-1 @call-handler#3038] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.756 [eventLoopGroupProxy-19-1 @call-handler#3038] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:16.757 [eventLoopGroupProxy-19-4 @call-handler#3044] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 13:53:16.757 [eventLoopGroupProxy-19-4 @call-handler#3044] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.759 [DefaultDispatcher-worker-13 @coroutine#3017] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.760 [DefaultDispatcher-worker-1 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.760 [eventLoopGroupProxy-19-1 @call-handler#3038] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.761 [DefaultDispatcher-worker-4 @coroutine#3032] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.761 [DefaultDispatcher-worker-4 @coroutine#3032] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 13:53:16.763 [DefaultDispatcher-worker-17 @coroutine#3019] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.764 [DefaultDispatcher-worker-4 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.765 [DefaultDispatcher-worker-6 @coroutine#3031] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-156 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@144caca6 2025-05-13 13:53:16.765 [DefaultDispatcher-worker-6 @coroutine#3031] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.765 [DefaultDispatcher-worker-6 @coroutine#3031] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.765 [DefaultDispatcher-worker-6 @coroutine#3031] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.766 [eventLoopGroupProxy-19-1 @call-handler#3052] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 13:53:16.766 [eventLoopGroupProxy-19-1 @call-handler#3052] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.766 [DefaultDispatcher-worker-2 @coroutine#3031] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.766 [DefaultDispatcher-worker-2 @coroutine#3031] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.770 [DefaultDispatcher-worker-1 @coroutine#3031] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-156 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@144caca6 2025-05-13 13:53:16.773 [DefaultDispatcher-worker-1 @coroutine#3033] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-156 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@144caca6 2025-05-13 13:53:16.780 [DefaultDispatcher-worker-7 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.781 [DefaultDispatcher-worker-10 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.781 [DefaultDispatcher-worker-10 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/auth/login?username=testuser0&password=test&maxDateOfBirth=0. 2025-05-13 13:53:16.781 [DefaultDispatcher-worker-10 @coroutine#3042] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.782 [eventLoopGroupProxy-19-1 @call-handler#3066] TRACE io.ktor.routing.Routing - Trace for [auth, login] /, segment:0 -> SUCCESS @ / /auth, segment:1 -> SUCCESS @ /auth /auth/login, segment:2 -> SUCCESS @ /auth/login /auth/login/(method:POST), segment:2 -> SUCCESS @ /auth/login/(method:POST) /auth/register, segment:1 -> FAILURE "Selector didn't match" @ /auth/register /auth/person, segment:1 -> FAILURE "Selector didn't match" @ /auth/person /auth/hash, segment:1 -> FAILURE "Selector didn't match" @ /auth/hash /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "auth" -> "login" -> "(method:POST)" Route resolve result: SUCCESS @ /auth/login/(method:POST) 2025-05-13 13:53:16.785 [DefaultDispatcher-worker-6 @coroutine#3058] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.797 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.797 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.797 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/auth/login?username=testuser0&password=test&maxDateOfBirth=0. 2025-05-13 13:53:16.797 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/auth/login?username=testuser0&password=test&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.797 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207361 2025-05-13 13:53:16.798 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207361. 2025-05-13 13:53:16.798 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207361 2025-05-13 13:53:16.798 [eventLoopGroupProxy-19-1 @call-handler#3070] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, findByUidWithPicture] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) /UmAppDatabase/PersonDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "findByUidWithPicture" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) 2025-05-13 13:53:16.802 [eventLoopGroupProxy-19-1 @call-handler#3070] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.802 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207361 2025-05-13 13:53:16.802 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207361 2025-05-13 13:53:16.803 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207361. 2025-05-13 13:53:16.803 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207361 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.807 [DefaultDispatcher-worker-18 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.808 [DefaultDispatcher-worker-18 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.808 [DefaultDispatcher-worker-18 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 13:53:16.808 [DefaultDispatcher-worker-18 @coroutine#3042] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.808 [eventLoopGroupProxy-19-1 @call-handler#3074] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, SiteDao, getSiteAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:2 -> SUCCESS @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteDao/getSiteAsync, segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync /UmAppDatabase/SiteDao/getSiteAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) /UmAppDatabase/SiteDao/getSiteAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao/getSiteAsFlow /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "SiteDao" -> "getSiteAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) 2025-05-13 13:53:16.809 [eventLoopGroupProxy-19-1 @call-handler#3074] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.809 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.810 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.810 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 13:53:16.810 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.814 [DefaultDispatcher-worker-11 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.821 [HikariPool-154 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:16.825 [DefaultDispatcher-worker-20 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.828 [DefaultDispatcher-worker-8 @coroutine#3000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.828 [DefaultDispatcher-worker-5 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.828 [DefaultDispatcher-worker-8 @coroutine#3000] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.828 [DefaultDispatcher-worker-8 @coroutine#3000] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:16.828 [DefaultDispatcher-worker-8 @coroutine#3000] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.829 [DefaultDispatcher-worker-8 @coroutine#3000] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:42729/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:53:16.829 [eventLoopGroupProxy-19-1 @call-handler#3081] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:53:16.829 [eventLoopGroupProxy-19-1 @call-handler#3081] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:53:16.829 [eventLoopGroupProxy-19-1 @call-handler#3081] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:16.834 [DefaultDispatcher-worker-3 @call-handler#3081] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.834 [eventLoopGroupProxy-19-1 @call-handler#3081] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.834 [DefaultDispatcher-worker-9 @coroutine#3000] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.834 [DefaultDispatcher-worker-9 @coroutine#3000] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.834 [HikariPool-155 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.835 [DefaultDispatcher-worker-9 @coroutine#3000] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:16.835 [DefaultDispatcher-worker-9 @coroutine#3000] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.839 [DefaultDispatcher-worker-8 @coroutine#3000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.844 [DefaultDispatcher-worker-19 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.844 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.845 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/auth/login?username=testuser1&password=test&maxDateOfBirth=0. 2025-05-13 13:53:16.845 [DefaultDispatcher-worker-7 @coroutine#3042] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.845 [eventLoopGroupProxy-19-1 @call-handler#3094] TRACE io.ktor.routing.Routing - Trace for [auth, login] /, segment:0 -> SUCCESS @ / /auth, segment:1 -> SUCCESS @ /auth /auth/login, segment:2 -> SUCCESS @ /auth/login /auth/login/(method:POST), segment:2 -> SUCCESS @ /auth/login/(method:POST) /auth/register, segment:1 -> FAILURE "Selector didn't match" @ /auth/register /auth/person, segment:1 -> FAILURE "Selector didn't match" @ /auth/person /auth/hash, segment:1 -> FAILURE "Selector didn't match" @ /auth/hash /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "auth" -> "login" -> "(method:POST)" Route resolve result: SUCCESS @ /auth/login/(method:POST) 2025-05-13 13:53:16.846 [HikariPool-156 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-156 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:16.848 [DefaultDispatcher-worker-3 @coroutine#3086] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.858 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.858 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 13:53:16.858 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/auth/login?username=testuser1&password=test&maxDateOfBirth=0. 2025-05-13 13:53:16.858 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/auth/login?username=testuser1&password=test&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.859 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207362 2025-05-13 13:53:16.859 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207362. 2025-05-13 13:53:16.859 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207362 2025-05-13 13:53:16.859 [eventLoopGroupProxy-19-1 @call-handler#3098] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, findByUidWithPicture] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) /UmAppDatabase/PersonDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "findByUidWithPicture" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) 2025-05-13 13:53:16.860 [eventLoopGroupProxy-19-1 @call-handler#3098] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.860 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207362 2025-05-13 13:53:16.860 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207362 2025-05-13 13:53:16.860 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207362. 2025-05-13 13:53:16.860 [DefaultDispatcher-worker-5 @coroutine#3042] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727139667800207362 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.865 [DefaultDispatcher-worker-12 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.865 [DefaultDispatcher-worker-12 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.865 [DefaultDispatcher-worker-12 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 13:53:16.865 [DefaultDispatcher-worker-12 @coroutine#3042] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.865 [eventLoopGroupProxy-19-1 @call-handler#3102] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, SiteDao, getSiteAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:2 -> SUCCESS @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteDao/getSiteAsync, segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync /UmAppDatabase/SiteDao/getSiteAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) /UmAppDatabase/SiteDao/getSiteAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao/getSiteAsFlow /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "SiteDao" -> "getSiteAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) 2025-05-13 13:53:16.866 [eventLoopGroupProxy-19-1 @call-handler#3102] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.866 [DefaultDispatcher-worker-6 @coroutine#3042] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.866 [DefaultDispatcher-worker-6 @coroutine#3042] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 13:53:16.866 [DefaultDispatcher-worker-6 @coroutine#3042] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 13:53:16.866 [DefaultDispatcher-worker-6 @coroutine#3042] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/SiteDao/getSiteAsync to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.870 [DefaultDispatcher-worker-14 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.881 [DefaultDispatcher-worker-19 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.885 [DefaultDispatcher-worker-8 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.885 [DefaultDispatcher-worker-12 @coroutine#3019] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.885 [DefaultDispatcher-worker-12 @coroutine#3019] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.885 [DefaultDispatcher-worker-12 @coroutine#3019] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:16.885 [DefaultDispatcher-worker-12 @coroutine#3019] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.885 [DefaultDispatcher-worker-12 @coroutine#3019] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:42729/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:53:16.886 [eventLoopGroupProxy-19-1 @call-handler#3108] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:53:16.886 [eventLoopGroupProxy-19-1 @call-handler#3108] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:53:16.886 [eventLoopGroupProxy-19-1 @call-handler#3108] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:16.888 [DefaultDispatcher-worker-19 @coroutine#3042] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.892 [DefaultDispatcher-worker-12 @call-handler#3108] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.892 [eventLoopGroupProxy-19-1 @call-handler#3108] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.892 [DefaultDispatcher-worker-13 @coroutine#3019] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.893 [DefaultDispatcher-worker-13 @coroutine#3019] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.893 [DefaultDispatcher-worker-13 @coroutine#3019] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:16.893 [DefaultDispatcher-worker-13 @coroutine#3019] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.897 [DefaultDispatcher-worker-7 @coroutine#3019] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.900 [UI Thread @coroutine#3128] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:16.900 [UI Thread @coroutine#3128] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360. 2025-05-13 13:53:16.900 [UI Thread @coroutine#3128] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:16.900 [UI Thread @coroutine#3132] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.900 [UI Thread @coroutine#3132] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.900 [UI Thread @coroutine#3132] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.901 [eventLoopGroupProxy-19-1 @call-handler#3143] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzDao, getTitleByUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzDao /UmAppDatabase/ClazzDao/findByClazzCode, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByClazzCode /UmAppDatabase/ClazzDao/clazzUidExistsAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzUidExistsAsync /UmAppDatabase/ClazzDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidAsFlow /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync /UmAppDatabase/ClazzDao/findClazzesWithPermission, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findClazzesWithPermission /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails /UmAppDatabase/ClazzDao/getTitleByUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow /UmAppDatabase/ClazzDao/getClazzNameAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAsFlow /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync /UmAppDatabase/ClazzDao/getCoursesByName, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getCoursesByName /UmAppDatabase/ClazzDao/findOneRosterUserClazzes, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findOneRosterUserClazzes /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzDao" -> "getTitleByUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) 2025-05-13 13:53:16.901 [UI Thread @coroutine#3137] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.901 [UI Thread @coroutine#3137] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.901 [UI Thread @coroutine#3137] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.901 [UI Thread @coroutine#3139] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.901 [UI Thread @coroutine#3139] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.901 [UI Thread @coroutine#3139] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.902 [UI Thread @coroutine#3157] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:16.902 [UI Thread @coroutine#3157] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361. 2025-05-13 13:53:16.902 [UI Thread @coroutine#3157] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:16.903 [eventLoopGroupProxy-19-1 @call-handler#3143] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.904 [eventLoopGroupProxy-19-5 @call-handler#3165] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentMarkDao, getAllMarksForUserAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentMarkDao" -> "getAllMarksForUserAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) 2025-05-13 13:53:16.904 [eventLoopGroupProxy-19-6 @call-handler#3166] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionDao, findByAssignmentUidAndAccountPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionDao" -> "findByAssignmentUidAndAccountPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) 2025-05-13 13:53:16.904 [UI Thread @coroutine#3128] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:16.904 [UI Thread @coroutine#3128] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:16.904 [UI Thread @coroutine#3128] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360. 2025-05-13 13:53:16.904 [UI Thread @coroutine#3128] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.904 [eventLoopGroupProxy-19-7 @call-handler#3168] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionFileDao, getByAssignmentUidAndPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionFileDao" -> "getByAssignmentUidAndPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) 2025-05-13 13:53:16.905 [eventLoopGroupProxy-19-8 @call-handler#3175] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, findAssignmentCourseBlockAndSubmitterUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "findAssignmentCourseBlockAndSubmitterUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) 2025-05-13 13:53:16.905 [eventLoopGroupProxy-19-5 @call-handler#3165] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.905 [eventLoopGroupProxy-19-6 @call-handler#3166] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.905 [eventLoopGroupProxy-19-7 @call-handler#3168] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.905 [UI Thread @coroutine#3132] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.905 [UI Thread @coroutine#3132] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.905 [UI Thread @coroutine#3137] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.905 [UI Thread @coroutine#3137] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.905 [UI Thread @coroutine#3132] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.905 [UI Thread @coroutine#3132] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.906 [UI Thread @coroutine#3137] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.906 [UI Thread @coroutine#3137] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.906 [UI Thread @coroutine#3139] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.906 [UI Thread @coroutine#3139] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.906 [UI Thread @coroutine#3139] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.906 [UI Thread @coroutine#3139] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.909 [DefaultDispatcher-worker-4 @coroutine#3128] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.912 [eventLoopGroupProxy-19-8 @call-handler#3175] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.912 [UI Thread @coroutine#3157] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:16.912 [UI Thread @coroutine#3157] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:16.913 [UI Thread @coroutine#3157] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361. 2025-05-13 13:53:16.913 [UI Thread @coroutine#3157] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.913 [DefaultDispatcher-worker-2 @coroutine#3132] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.916 [DefaultDispatcher-worker-9 @coroutine#3137] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.920 [DefaultDispatcher-worker-13 @coroutine#3139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.924 [DefaultDispatcher-worker-7 @coroutine#3157] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.927 [UI Thread @coroutine#3187] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727139667800207360 2025-05-13 13:53:16.927 [UI Thread @coroutine#3187] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727139667800207360. 2025-05-13 13:53:16.927 [UI Thread @coroutine#3187] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727139667800207360 2025-05-13 13:53:16.928 [eventLoopGroupProxy-19-1 @call-handler#3189] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, findByUidWithBlockAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync/(method:GET) /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "findByUidWithBlockAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync/(method:GET) 2025-05-13 13:53:16.929 [eventLoopGroupProxy-19-1 @call-handler#3189] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.929 [UI Thread @coroutine#3187] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727139667800207360 2025-05-13 13:53:16.929 [UI Thread @coroutine#3187] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727139667800207360 2025-05-13 13:53:16.929 [UI Thread @coroutine#3187] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727139667800207360. 2025-05-13 13:53:16.929 [UI Thread @coroutine#3187] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.934 [DefaultDispatcher-worker-11 @coroutine#3187] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.938 [DefaultDispatcher-worker-16 @coroutine#3187] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.942 [DefaultDispatcher-worker-19 @coroutine#3000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.942 [DefaultDispatcher-worker-19 @coroutine#3000] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.942 [DefaultDispatcher-worker-19 @coroutine#3000] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:16.942 [DefaultDispatcher-worker-19 @coroutine#3000] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.942 [DefaultDispatcher-worker-19 @coroutine#3000] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:42729/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:53:16.942 [eventLoopGroupProxy-19-1 @call-handler#3197] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:53:16.943 [eventLoopGroupProxy-19-1 @call-handler#3197] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:53:16.943 [eventLoopGroupProxy-19-1 @call-handler#3197] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:16.947 [DefaultDispatcher-worker-18 @call-handler#3197] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:16.947 [eventLoopGroupProxy-19-1 @call-handler#3197] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.947 [DefaultDispatcher-worker-2 @coroutine#3000] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.947 [DefaultDispatcher-worker-2 @coroutine#3000] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:16.947 [DefaultDispatcher-worker-2 @coroutine#3000] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:16.947 [DefaultDispatcher-worker-2 @coroutine#3000] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.951 [DefaultDispatcher-worker-9 @coroutine#3000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:16.951 [UI Thread @coroutine#3214] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727139667800207362&assignmentUid=727139667800207360&clazzUid=727139667800207360&submitterUid=727139667800207361 2025-05-13 13:53:16.951 [UI Thread @coroutine#3214] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727139667800207362&assignmentUid=727139667800207360&clazzUid=727139667800207360&submitterUid=727139667800207361. 2025-05-13 13:53:16.951 [UI Thread @coroutine#3214] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727139667800207362&assignmentUid=727139667800207360&clazzUid=727139667800207360&submitterUid=727139667800207361 2025-05-13 13:53:16.952 [eventLoopGroupProxy-19-1 @call-handler#3218] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CoursePermissionDao, userPermissionsForAssignmentSubmitterUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/CoursePermissionDao/findByClazzUidAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/findByClazzUidAsPagingSource /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUid /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUidAsFlow /UmAppDatabase/CoursePermissionDao/userHasEnrolmentEditPermission, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/userHasEnrolmentEditPermission /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsFlow2, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsFlow2 /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsFlow /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsync /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzTripleAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzTripleAsFlow /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsync2, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsync2 /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid, segment:3 -> SUCCESS @ /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid/(method:GET) /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CoursePermissionDao" -> "userPermissionsForAssignmentSubmitterUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid/(method:GET) 2025-05-13 13:53:16.955 [eventLoopGroupProxy-19-1 @call-handler#3218] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.955 [UI Thread @coroutine#3214] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727139667800207362&assignmentUid=727139667800207360&clazzUid=727139667800207360&submitterUid=727139667800207361 2025-05-13 13:53:16.955 [UI Thread @coroutine#3214] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727139667800207362&assignmentUid=727139667800207360&clazzUid=727139667800207360&submitterUid=727139667800207361 2025-05-13 13:53:16.955 [UI Thread @coroutine#3214] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727139667800207362&assignmentUid=727139667800207360&clazzUid=727139667800207360&submitterUid=727139667800207361. 2025-05-13 13:53:16.955 [UI Thread @coroutine#3214] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727139667800207362&assignmentUid=727139667800207360&clazzUid=727139667800207360&submitterUid=727139667800207361 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.959 [DefaultDispatcher-worker-2 @coroutine#3214] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.963 [UI Thread @coroutine#3228] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/PersonDao/getNamesByUid?uid=727139667800207361 2025-05-13 13:53:16.963 [UI Thread @coroutine#3228] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/getNamesByUid?uid=727139667800207361. 2025-05-13 13:53:16.963 [UI Thread @coroutine#3228] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/PersonDao/getNamesByUid?uid=727139667800207361 2025-05-13 13:53:16.964 [eventLoopGroupProxy-19-1 @call-handler#3237] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, getNamesByUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/getNamesByUid/(method:GET) /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "getNamesByUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/getNamesByUid/(method:GET) 2025-05-13 13:53:16.964 [UI Thread @coroutine#3233] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.964 [UI Thread @coroutine#3233] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.964 [UI Thread @coroutine#3233] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.965 [UI Thread @coroutine#3238] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727139667800207360 2025-05-13 13:53:16.965 [eventLoopGroupProxy-19-1 @call-handler#3237] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.965 [UI Thread @coroutine#3238] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727139667800207360. 2025-05-13 13:53:16.965 [UI Thread @coroutine#3238] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727139667800207360 2025-05-13 13:53:16.965 [eventLoopGroupProxy-19-5 @call-handler#3246] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentMarkDao, getAllMarksForSubmitterAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow/(method:GET) /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentMarkDao" -> "getAllMarksForSubmitterAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow/(method:GET) 2025-05-13 13:53:16.965 [UI Thread @coroutine#3240] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.965 [UI Thread @coroutine#3240] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.965 [UI Thread @coroutine#3240] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.965 [UI Thread @coroutine#3242] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.965 [eventLoopGroupProxy-19-6 @call-handler#3251] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseBlockDao, findCourseBlockByAssignmentUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseBlockDao/findByUidAsyncAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByUidAsyncAsFlow /UmAppDatabase/CourseBlockDao/findByUidWithPictureAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByUidWithPictureAsFlow /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsync /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsFlow /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsPagingSource /UmAppDatabase/CourseBlockDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByUidAsFlow /UmAppDatabase/CourseBlockDao/findCourseBlockAndClazzUidByDiscussionPostUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findCourseBlockAndClazzUidByDiscussionPostUid /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid/(method:GET) /UmAppDatabase/CourseBlockDao/findBySourcedId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findBySourcedId /UmAppDatabase/CourseBlockDao/findByClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByClazzUidAsFlow /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseBlockDao" -> "findCourseBlockByAssignmentUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid/(method:GET) 2025-05-13 13:53:16.965 [UI Thread @coroutine#3242] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.965 [UI Thread @coroutine#3242] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.965 [eventLoopGroupProxy-19-7 @call-handler#3254] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionDao, getAllSubmissionsFromSubmitterAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionDao" -> "getAllSubmissionsFromSubmitterAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow/(method:GET) 2025-05-13 13:53:16.965 [eventLoopGroupProxy-19-1 @call-handler#3256] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionFileDao, getAllSubmissionFilesFromSubmitterAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionFileDao" -> "getAllSubmissionFilesFromSubmitterAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow/(method:GET) 2025-05-13 13:53:16.966 [UI Thread @coroutine#3228] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/PersonDao/getNamesByUid?uid=727139667800207361 2025-05-13 13:53:16.966 [UI Thread @coroutine#3228] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/PersonDao/getNamesByUid?uid=727139667800207361 2025-05-13 13:53:16.966 [eventLoopGroupProxy-19-7 @call-handler#3254] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.966 [UI Thread @coroutine#3228] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/getNamesByUid?uid=727139667800207361. 2025-05-13 13:53:16.966 [UI Thread @coroutine#3228] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/PersonDao/getNamesByUid?uid=727139667800207361 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.966 [UI Thread @coroutine#3240] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.966 [UI Thread @coroutine#3240] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.967 [UI Thread @coroutine#3240] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.967 [UI Thread @coroutine#3240] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.967 [eventLoopGroupProxy-19-1 @call-handler#3256] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.967 [UI Thread @coroutine#3242] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.967 [UI Thread @coroutine#3242] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.967 [UI Thread @coroutine#3242] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.967 [UI Thread @coroutine#3242] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.967 [eventLoopGroupProxy-19-5 @call-handler#3246] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.967 [UI Thread @coroutine#3233] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.967 [UI Thread @coroutine#3233] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:16.968 [UI Thread @coroutine#3233] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:16.968 [UI Thread @coroutine#3233] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.968 [eventLoopGroupProxy-19-6 @call-handler#3251] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.968 [DefaultDispatcher-worker-2 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:16.969 [DefaultDispatcher-worker-2 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.969 [DefaultDispatcher-worker-2 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:16.969 [DefaultDispatcher-worker-2 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.969 [UI Thread @coroutine#3238] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727139667800207360 2025-05-13 13:53:16.969 [UI Thread @coroutine#3238] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727139667800207360 2025-05-13 13:53:16.969 [UI Thread @coroutine#3238] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727139667800207360. 2025-05-13 13:53:16.969 [UI Thread @coroutine#3238] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.969 [DefaultDispatcher-worker-16 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.969 [DefaultDispatcher-worker-16 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:16.971 [DefaultDispatcher-worker-15 @coroutine#3228] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.975 [DefaultDispatcher-worker-16 @coroutine#3240] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.978 [DefaultDispatcher-worker-15 @coroutine#3242] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.981 [DefaultDispatcher-worker-6 @coroutine#3233] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.987 [DefaultDispatcher-worker-3 @coroutine#3238] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:16.991 [UI Thread @coroutine#3275] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207362 2025-05-13 13:53:16.991 [UI Thread @coroutine#3275] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207362. 2025-05-13 13:53:16.991 [UI Thread @coroutine#3275] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207362 2025-05-13 13:53:16.991 [eventLoopGroupProxy-19-1 @call-handler#3277] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, getSubmitterUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid/(method:GET) /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "getSubmitterUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid/(method:GET) 2025-05-13 13:53:16.994 [eventLoopGroupProxy-19-1 @call-handler#3277] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:16.994 [UI Thread @coroutine#3275] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207362 2025-05-13 13:53:16.994 [UI Thread @coroutine#3275] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207362 2025-05-13 13:53:16.995 [UI Thread @coroutine#3275] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207362. 2025-05-13 13:53:16.995 [UI Thread @coroutine#3275] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207362 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:16.999 [DefaultDispatcher-worker-2 @coroutine#3275] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:17.000 [UI Thread @coroutine#3275] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/PersonDao/findByUidAsync?uid=727139667800207361 2025-05-13 13:53:17.000 [UI Thread @coroutine#3275] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidAsync?uid=727139667800207361. 2025-05-13 13:53:17.000 [UI Thread @coroutine#3275] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/PersonDao/findByUidAsync?uid=727139667800207361 2025-05-13 13:53:17.001 [eventLoopGroupProxy-19-1 @call-handler#3281] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, findByUidAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidAsync, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findByUidAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidAsync/(method:GET) /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "findByUidAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/findByUidAsync/(method:GET) 2025-05-13 13:53:17.001 [eventLoopGroupProxy-19-1 @call-handler#3281] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:17.002 [UI Thread @coroutine#3275] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/PersonDao/findByUidAsync?uid=727139667800207361 2025-05-13 13:53:17.002 [UI Thread @coroutine#3275] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidAsync?uid=727139667800207361 2025-05-13 13:53:17.002 [UI Thread @coroutine#3275] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/PersonDao/findByUidAsync?uid=727139667800207361. 2025-05-13 13:53:17.002 [UI Thread @coroutine#3275] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/PersonDao/findByUidAsync?uid=727139667800207361 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:17.006 [DefaultDispatcher-worker-9 @coroutine#3275] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:17.011 [DefaultDispatcher-worker-19 @coroutine#3275] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:17.015 [DefaultDispatcher-worker-20 @coroutine#3019] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:17.015 [DefaultDispatcher-worker-20 @coroutine#3019] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:17.015 [DefaultDispatcher-worker-20 @coroutine#3019] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:17.015 [DefaultDispatcher-worker-20 @coroutine#3019] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:17.015 [DefaultDispatcher-worker-20 @coroutine#3019] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:42729/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 13:53:17.015 [eventLoopGroupProxy-19-1 @call-handler#3286] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 13:53:17.015 [eventLoopGroupProxy-19-1 @call-handler#3286] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 13:53:17.016 [eventLoopGroupProxy-19-1 @call-handler#3286] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 13:53:17.020 [DefaultDispatcher-worker-18 @call-handler#3286] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a03c19 2025-05-13 13:53:17.020 [eventLoopGroupProxy-19-1 @call-handler#3286] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:17.020 [DefaultDispatcher-worker-2 @coroutine#3019] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:17.020 [DefaultDispatcher-worker-2 @coroutine#3019] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/replication/message 2025-05-13 13:53:17.020 [DefaultDispatcher-worker-2 @coroutine#3019] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/replication/message. 2025-05-13 13:53:17.020 [DefaultDispatcher-worker-2 @coroutine#3019] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:17.021 [UI Thread @coroutine#3310] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:17.021 [UI Thread @coroutine#3310] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360. 2025-05-13 13:53:17.021 [UI Thread @coroutine#3310] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:17.022 [UI Thread @coroutine#3314] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.022 [UI Thread @coroutine#3314] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:17.022 [UI Thread @coroutine#3314] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.022 [eventLoopGroupProxy-19-1 @call-handler#3325] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzDao, getTitleByUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzDao /UmAppDatabase/ClazzDao/findByClazzCode, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByClazzCode /UmAppDatabase/ClazzDao/clazzUidExistsAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzUidExistsAsync /UmAppDatabase/ClazzDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidAsFlow /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync /UmAppDatabase/ClazzDao/findClazzesWithPermission, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findClazzesWithPermission /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails /UmAppDatabase/ClazzDao/getTitleByUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow /UmAppDatabase/ClazzDao/getClazzNameAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAsFlow /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync /UmAppDatabase/ClazzDao/getCoursesByName, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getCoursesByName /UmAppDatabase/ClazzDao/findOneRosterUserClazzes, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findOneRosterUserClazzes /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzDao" -> "getTitleByUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) 2025-05-13 13:53:17.022 [UI Thread @coroutine#3319] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.022 [UI Thread @coroutine#3319] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:17.022 [UI Thread @coroutine#3319] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.022 [eventLoopGroupProxy-19-5 @call-handler#3328] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentMarkDao, getAllMarksForUserAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentMarkDao" -> "getAllMarksForUserAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) 2025-05-13 13:53:17.022 [UI Thread @coroutine#3321] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.022 [UI Thread @coroutine#3321] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:17.022 [UI Thread @coroutine#3321] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.022 [eventLoopGroupProxy-19-1 @call-handler#3325] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:17.022 [eventLoopGroupProxy-19-6 @call-handler#3339] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionDao, findByAssignmentUidAndAccountPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionDao" -> "findByAssignmentUidAndAccountPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) 2025-05-13 13:53:17.022 [UI Thread @coroutine#3338] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:17.022 [UI Thread @coroutine#3338] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361. 2025-05-13 13:53:17.022 [UI Thread @coroutine#3338] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:17.022 [eventLoopGroupProxy-19-7 @call-handler#3341] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionFileDao, getByAssignmentUidAndPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionFileDao" -> "getByAssignmentUidAndPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) 2025-05-13 13:53:17.023 [UI Thread @coroutine#3310] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:17.023 [UI Thread @coroutine#3310] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 2025-05-13 13:53:17.023 [UI Thread @coroutine#3310] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360. 2025-05-13 13:53:17.023 [eventLoopGroupProxy-19-6 @call-handler#3339] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:17.023 [UI Thread @coroutine#3310] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:17.023 [eventLoopGroupProxy-19-1 @call-handler#3349] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, findAssignmentCourseBlockAndSubmitterUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "findAssignmentCourseBlockAndSubmitterUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) 2025-05-13 13:53:17.023 [eventLoopGroupProxy-19-7 @call-handler#3341] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:17.023 [eventLoopGroupProxy-19-5 @call-handler#3328] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:17.023 [UI Thread @coroutine#3319] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.023 [UI Thread @coroutine#3319] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.023 [UI Thread @coroutine#3319] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:17.023 [UI Thread @coroutine#3319] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:17.023 [UI Thread @coroutine#3314] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.023 [UI Thread @coroutine#3314] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.023 [UI Thread @coroutine#3321] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.023 [UI Thread @coroutine#3321] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 2025-05-13 13:53:17.024 [UI Thread @coroutine#3314] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:17.024 [UI Thread @coroutine#3314] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:17.024 [UI Thread @coroutine#3321] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360. 2025-05-13 13:53:17.024 [UI Thread @coroutine#3321] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727139667800207361&assignmentUid=727139667800207360 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:17.025 [eventLoopGroupProxy-19-1 @call-handler#3349] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 13:53:17.025 [UI Thread @coroutine#3338] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:17.025 [UI Thread @coroutine#3338] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 2025-05-13 13:53:17.025 [UI Thread @coroutine#3338] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361. 2025-05-13 13:53:17.025 [UI Thread @coroutine#3338] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:42729/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727139667800207360&clazzUid=727139667800207360&accountPersonUid=727139667800207361 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:17.025 [DefaultDispatcher-worker-10 @coroutine#3019] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63d8590c 2025-05-13 13:53:17.028 [DefaultDispatcher-worker-6 @coroutine#3310] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:17.032 [DefaultDispatcher-worker-2 @coroutine#3319] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:17.036 [DefaultDispatcher-worker-5 @coroutine#3314] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:17.039 [DefaultDispatcher-worker-8 @coroutine#3321] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:17.043 [DefaultDispatcher-worker-17 @coroutine#3338] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9 2025-05-13 13:53:17.044 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Shutdown initiated... 2025-05-13 13:53:17.044 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Close initiated... 2025-05-13 13:53:17.044 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:17.045 [HikariPool-154 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6e620fa9: (connection evicted) 2025-05-13 13:53:17.045 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:17.045 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Closed. 2025-05-13 13:53:17.045 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Shutdown completed. 2025-05-13 13:53:17.045 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Shutdown initiated... 2025-05-13 13:53:17.045 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Close initiated... 2025-05-13 13:53:17.045 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:17.046 [HikariPool-155 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Closing connection org.sqlite.jdbc4.JDBC4Connection@63d8590c: (connection evicted) 2025-05-13 13:53:17.046 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:17.046 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Closed. 2025-05-13 13:53:17.046 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Shutdown completed. 2025-05-13 13:53:17.060 [DefaultDispatcher-worker-4 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:17.060 [DefaultDispatcher-worker-4 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.060 [DefaultDispatcher-worker-4 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.060 [DefaultDispatcher-worker-4 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.061 [DefaultDispatcher-worker-14 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.061 [DefaultDispatcher-worker-14 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.136 [DefaultDispatcher-worker-2 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:17.136 [DefaultDispatcher-worker-2 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.136 [DefaultDispatcher-worker-2 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.136 [DefaultDispatcher-worker-2 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.137 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.137 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.214 [DefaultDispatcher-worker-20 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:17.214 [DefaultDispatcher-worker-20 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.214 [DefaultDispatcher-worker-20 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.214 [DefaultDispatcher-worker-20 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.214 [DefaultDispatcher-worker-8 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.214 [DefaultDispatcher-worker-8 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.250 [DefaultDispatcher-worker-9 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:17.250 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.250 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.250 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.251 [DefaultDispatcher-worker-4 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.251 [DefaultDispatcher-worker-4 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.288 [DefaultDispatcher-worker-5 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:17.289 [DefaultDispatcher-worker-5 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.289 [DefaultDispatcher-worker-5 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.289 [DefaultDispatcher-worker-5 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.289 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.307 [DefaultDispatcher-worker-19 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:17.307 [DefaultDispatcher-worker-19 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.307 [DefaultDispatcher-worker-19 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.307 [DefaultDispatcher-worker-19 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.307 [DefaultDispatcher-worker-11 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.307 [DefaultDispatcher-worker-11 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.435 [DefaultDispatcher-worker-7 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:17.435 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.435 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.435 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.436 [DefaultDispatcher-worker-1 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.436 [DefaultDispatcher-worker-1 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.519 [DefaultDispatcher-worker-2 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:17.519 [DefaultDispatcher-worker-2 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.519 [DefaultDispatcher-worker-2 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.519 [DefaultDispatcher-worker-2 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.519 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.519 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.629 [DefaultDispatcher-worker-7 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:17.629 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.629 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.629 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.630 [DefaultDispatcher-worker-15 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.630 [DefaultDispatcher-worker-15 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.974 [DefaultDispatcher-worker-4 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:17.974 [DefaultDispatcher-worker-4 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.974 [DefaultDispatcher-worker-4 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:17.974 [DefaultDispatcher-worker-4 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.974 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:17.974 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.048 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Shutdown initiated... 2025-05-13 13:53:18.048 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Close initiated... 2025-05-13 13:53:18.048 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.048 [HikariPool-153 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Closing connection org.sqlite.jdbc4.JDBC4Connection@65a03c19: (connection evicted) 2025-05-13 13:53:18.049 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.049 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Closed. 2025-05-13 13:53:18.049 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Shutdown completed. 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-157 - configuration: 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@62243a7a 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-157" 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Starting... 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Added connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Added connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.051 [Test worker @coroutine#3405] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Start completed. 2025-05-13 13:53:18.058 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.064 [Test worker @coroutine#3406] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.064 [Test worker @coroutine#3408] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.065 [DefaultDispatcher-worker-18 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:18.065 [DefaultDispatcher-worker-18 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.065 [DefaultDispatcher-worker-18 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.065 [DefaultDispatcher-worker-18 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.066 [DefaultDispatcher-worker-20 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.066 [DefaultDispatcher-worker-20 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.066 [Test worker @coroutine#3410] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-158 - configuration: 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@bf32f3f 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-158" 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.066 [Test worker @coroutine#3405] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Starting... 2025-05-13 13:53:18.067 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Added connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a 2025-05-13 13:53:18.067 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Added connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a 2025-05-13 13:53:18.067 [Test worker @coroutine#3405] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Start completed. 2025-05-13 13:53:18.074 [Test worker @coroutine#3405] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a 2025-05-13 13:53:18.079 [Test worker @coroutine#3415] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a 2025-05-13 13:53:18.080 [Test worker @coroutine#3417] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a 2025-05-13 13:53:18.081 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a 2025-05-13 13:53:18.084 [DefaultDispatcher-worker-8 @coroutine#3421] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a 2025-05-13 13:53:18.091 [DefaultDispatcher-worker-2 @coroutine#3405] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.097 [DefaultDispatcher-worker-7 @coroutine#3405] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d 2025-05-13 13:53:18.101 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Shutdown initiated... 2025-05-13 13:53:18.101 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Close initiated... 2025-05-13 13:53:18.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.101 [HikariPool-157 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Closing connection org.sqlite.jdbc4.JDBC4Connection@26acbc9d: (connection evicted) 2025-05-13 13:53:18.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.101 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Closed. 2025-05-13 13:53:18.101 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Shutdown completed. 2025-05-13 13:53:18.101 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Shutdown initiated... 2025-05-13 13:53:18.101 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Close initiated... 2025-05-13 13:53:18.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.101 [HikariPool-158 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7b50e70a: (connection evicted) 2025-05-13 13:53:18.102 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.102 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Closed. 2025-05-13 13:53:18.102 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Shutdown completed. 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-159 - configuration: 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@28833fff 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-159" 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.102 [Test worker @coroutine#3467] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Starting... 2025-05-13 13:53:18.103 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Added connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.103 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Added connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.103 [Test worker @coroutine#3467] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Start completed. 2025-05-13 13:53:18.110 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.115 [Test worker @coroutine#3468] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.116 [Test worker @coroutine#3470] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.117 [Test worker @coroutine#3472] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-160 - configuration: 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6bca3b27 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-160" 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Starting... 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Added connection org.sqlite.jdbc4.JDBC4Connection@15974f4e 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Added connection org.sqlite.jdbc4.JDBC4Connection@15974f4e 2025-05-13 13:53:18.117 [Test worker @coroutine#3467] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Start completed. 2025-05-13 13:53:18.124 [Test worker @coroutine#3467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15974f4e 2025-05-13 13:53:18.129 [Test worker @coroutine#3474] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15974f4e 2025-05-13 13:53:18.130 [Test worker @coroutine#3476] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15974f4e 2025-05-13 13:53:18.131 [Test worker @coroutine#3478] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15974f4e 2025-05-13 13:53:18.134 [DefaultDispatcher-worker-19 @coroutine#3480] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15974f4e 2025-05-13 13:53:18.140 [DefaultDispatcher-worker-11 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:18.140 [DefaultDispatcher-worker-11 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.140 [DefaultDispatcher-worker-11 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.141 [DefaultDispatcher-worker-11 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.141 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.141 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.142 [DefaultDispatcher-worker-1 @coroutine#3467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.146 [DefaultDispatcher-worker-15 @coroutine#3467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.151 [DefaultDispatcher-worker-1 @coroutine#3467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.160 [DefaultDispatcher-worker-2 @coroutine#3529] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3868c92e 2025-05-13 13:53:18.162 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Shutdown initiated... 2025-05-13 13:53:18.162 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Close initiated... 2025-05-13 13:53:18.162 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.162 [HikariPool-159 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3868c92e: (connection evicted) 2025-05-13 13:53:18.162 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.162 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Closed. 2025-05-13 13:53:18.162 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Shutdown completed. 2025-05-13 13:53:18.163 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Shutdown initiated... 2025-05-13 13:53:18.163 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Close initiated... 2025-05-13 13:53:18.163 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.163 [HikariPool-160 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Closing connection org.sqlite.jdbc4.JDBC4Connection@15974f4e: (connection evicted) 2025-05-13 13:53:18.163 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.163 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Closed. 2025-05-13 13:53:18.163 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Shutdown completed. 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-161 - configuration: 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@cfe7be3 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-161" 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Starting... 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.164 [Test worker @coroutine#3556] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Start completed. 2025-05-13 13:53:18.171 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.176 [Test worker @coroutine#3557] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.177 [Test worker @coroutine#3559] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.178 [Test worker @coroutine#3561] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-162 - configuration: 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7f50b08a 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-162" 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Starting... 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Added connection org.sqlite.jdbc4.JDBC4Connection@333cedbd 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Added connection org.sqlite.jdbc4.JDBC4Connection@333cedbd 2025-05-13 13:53:18.178 [Test worker @coroutine#3556] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Start completed. 2025-05-13 13:53:18.185 [Test worker @coroutine#3556] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@333cedbd 2025-05-13 13:53:18.190 [Test worker @coroutine#3563] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@333cedbd 2025-05-13 13:53:18.191 [Test worker @coroutine#3565] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@333cedbd 2025-05-13 13:53:18.192 [Test worker @coroutine#3567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@333cedbd 2025-05-13 13:53:18.195 [DefaultDispatcher-worker-18 @coroutine#3569] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@333cedbd 2025-05-13 13:53:18.202 [DefaultDispatcher-worker-18 @coroutine#3556] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.207 [DefaultDispatcher-worker-11 @coroutine#3556] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a349644 2025-05-13 13:53:18.210 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Shutdown initiated... 2025-05-13 13:53:18.210 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Close initiated... 2025-05-13 13:53:18.210 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.210 [HikariPool-161 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5a349644: (connection evicted) 2025-05-13 13:53:18.211 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.211 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Closed. 2025-05-13 13:53:18.211 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Shutdown completed. 2025-05-13 13:53:18.211 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Shutdown initiated... 2025-05-13 13:53:18.211 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Close initiated... 2025-05-13 13:53:18.211 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.211 [HikariPool-162 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Closing connection org.sqlite.jdbc4.JDBC4Connection@333cedbd: (connection evicted) 2025-05-13 13:53:18.211 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.211 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Closed. 2025-05-13 13:53:18.211 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Shutdown completed. 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-163 - configuration: 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@bf2f2ce 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-163" 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Starting... 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Added connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Added connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.212 [Test worker @coroutine#3613] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Start completed. 2025-05-13 13:53:18.219 [DefaultDispatcher-worker-5 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:18.219 [DefaultDispatcher-worker-5 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.219 [DefaultDispatcher-worker-5 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.219 [DefaultDispatcher-worker-5 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.220 [DefaultDispatcher-worker-9 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.220 [DefaultDispatcher-worker-9 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.220 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.225 [Test worker @coroutine#3617] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.226 [Test worker @coroutine#3619] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.227 [Test worker @coroutine#3621] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-164 - configuration: 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6f54d397 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-164" 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Starting... 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7 2025-05-13 13:53:18.227 [Test worker @coroutine#3613] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Start completed. 2025-05-13 13:53:18.235 [Test worker @coroutine#3613] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7 2025-05-13 13:53:18.239 [Test worker @coroutine#3623] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7 2025-05-13 13:53:18.240 [Test worker @coroutine#3625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7 2025-05-13 13:53:18.241 [Test worker @coroutine#3627] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7 2025-05-13 13:53:18.245 [DefaultDispatcher-worker-1 @coroutine#3629] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7 2025-05-13 13:53:18.252 [DefaultDispatcher-worker-19 @coroutine#3613] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.254 [DefaultDispatcher-worker-18 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:18.254 [DefaultDispatcher-worker-18 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.254 [DefaultDispatcher-worker-18 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.254 [DefaultDispatcher-worker-18 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.255 [DefaultDispatcher-worker-7 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.255 [DefaultDispatcher-worker-7 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.256 [DefaultDispatcher-worker-15 @coroutine#3613] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d 2025-05-13 13:53:18.260 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Shutdown initiated... 2025-05-13 13:53:18.260 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Close initiated... 2025-05-13 13:53:18.260 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.260 [HikariPool-163 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Closing connection org.sqlite.jdbc4.JDBC4Connection@cc41d2d: (connection evicted) 2025-05-13 13:53:18.260 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.260 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Closed. 2025-05-13 13:53:18.260 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Shutdown completed. 2025-05-13 13:53:18.260 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Shutdown initiated... 2025-05-13 13:53:18.260 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Close initiated... 2025-05-13 13:53:18.260 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.260 [HikariPool-164 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6ce365b7: (connection evicted) 2025-05-13 13:53:18.261 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.261 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Closed. 2025-05-13 13:53:18.261 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Shutdown completed. 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-165 - configuration: 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5df17e60 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-165" 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.261 [Test worker @coroutine#3676] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Starting... 2025-05-13 13:53:18.262 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Added connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.262 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Added connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.262 [Test worker @coroutine#3676] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Start completed. 2025-05-13 13:53:18.269 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.274 [Test worker @coroutine#3677] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.275 [Test worker @coroutine#3679] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.276 [Test worker @coroutine#3681] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-166 - configuration: 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@386cc1c4 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-166" 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Starting... 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Added connection org.sqlite.jdbc4.JDBC4Connection@790bd0e 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Added connection org.sqlite.jdbc4.JDBC4Connection@790bd0e 2025-05-13 13:53:18.276 [Test worker @coroutine#3676] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Start completed. 2025-05-13 13:53:18.284 [Test worker @coroutine#3676] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@790bd0e 2025-05-13 13:53:18.288 [Test worker @coroutine#3683] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@790bd0e 2025-05-13 13:53:18.289 [Test worker @coroutine#3685] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@790bd0e 2025-05-13 13:53:18.290 [Test worker @coroutine#3687] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@790bd0e 2025-05-13 13:53:18.293 [DefaultDispatcher-worker-20 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:18.293 [DefaultDispatcher-worker-20 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.293 [DefaultDispatcher-worker-20 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.293 [DefaultDispatcher-worker-20 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.294 [DefaultDispatcher-worker-11 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.294 [DefaultDispatcher-worker-8 @coroutine#3689] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@790bd0e 2025-05-13 13:53:18.301 [DefaultDispatcher-worker-16 @coroutine#3676] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.306 [DefaultDispatcher-worker-17 @coroutine#3676] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@264f18fe 2025-05-13 13:53:18.310 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Shutdown initiated... 2025-05-13 13:53:18.310 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Close initiated... 2025-05-13 13:53:18.310 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.310 [HikariPool-165 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Closing connection org.sqlite.jdbc4.JDBC4Connection@264f18fe: (connection evicted) 2025-05-13 13:53:18.311 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.311 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Closed. 2025-05-13 13:53:18.311 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Shutdown completed. 2025-05-13 13:53:18.311 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Shutdown initiated... 2025-05-13 13:53:18.311 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Close initiated... 2025-05-13 13:53:18.311 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.311 [HikariPool-166 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Closing connection org.sqlite.jdbc4.JDBC4Connection@790bd0e: (connection evicted) 2025-05-13 13:53:18.311 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.311 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Closed. 2025-05-13 13:53:18.311 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Shutdown completed. 2025-05-13 13:53:18.312 [DefaultDispatcher-worker-18 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:18.312 [DefaultDispatcher-worker-18 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.312 [DefaultDispatcher-worker-18 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.312 [DefaultDispatcher-worker-18 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-167 - configuration: 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7ebc2975 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-167" 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Starting... 2025-05-13 13:53:18.312 [DefaultDispatcher-worker-5 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.312 [DefaultDispatcher-worker-5 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Added connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Added connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.312 [Test worker @coroutine#3738] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Start completed. 2025-05-13 13:53:18.320 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.325 [Test worker @coroutine#3740] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.326 [Test worker @coroutine#3742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.327 [Test worker @coroutine#3744] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-168 - configuration: 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2a0a178f 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-168" 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.327 [Test worker @coroutine#3738] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Starting... 2025-05-13 13:53:18.328 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Added connection org.sqlite.jdbc4.JDBC4Connection@12db2921 2025-05-13 13:53:18.328 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Added connection org.sqlite.jdbc4.JDBC4Connection@12db2921 2025-05-13 13:53:18.328 [Test worker @coroutine#3738] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Start completed. 2025-05-13 13:53:18.335 [Test worker @coroutine#3738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@12db2921 2025-05-13 13:53:18.340 [Test worker @coroutine#3746] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@12db2921 2025-05-13 13:53:18.341 [Test worker @coroutine#3748] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@12db2921 2025-05-13 13:53:18.342 [Test worker @coroutine#3750] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@12db2921 2025-05-13 13:53:18.346 [DefaultDispatcher-worker-20 @coroutine#3752] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@12db2921 2025-05-13 13:53:18.353 [DefaultDispatcher-worker-19 @coroutine#3738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.358 [DefaultDispatcher-worker-19 @coroutine#3738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.361 [DefaultDispatcher-worker-8 @coroutine#3738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea 2025-05-13 13:53:18.365 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Shutdown initiated... 2025-05-13 13:53:18.365 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Close initiated... 2025-05-13 13:53:18.365 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.365 [HikariPool-167 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2640f5ea: (connection evicted) 2025-05-13 13:53:18.366 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.366 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Closed. 2025-05-13 13:53:18.366 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Shutdown completed. 2025-05-13 13:53:18.366 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Shutdown initiated... 2025-05-13 13:53:18.366 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Close initiated... 2025-05-13 13:53:18.366 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.366 [HikariPool-168 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Closing connection org.sqlite.jdbc4.JDBC4Connection@12db2921: (connection evicted) 2025-05-13 13:53:18.366 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.366 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Closed. 2025-05-13 13:53:18.366 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Shutdown completed. 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-169 - configuration: 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1a91d15f 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-169" 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Starting... 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.367 [Test worker @coroutine#3798] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Start completed. 2025-05-13 13:53:18.374 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.379 [Test worker @coroutine#3799] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.380 [Test worker @coroutine#3801] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.381 [Test worker @coroutine#3803] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-170 - configuration: 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@470b7fcf 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-170" 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Starting... 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Added connection org.sqlite.jdbc4.JDBC4Connection@52f8effb 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Added connection org.sqlite.jdbc4.JDBC4Connection@52f8effb 2025-05-13 13:53:18.381 [Test worker @coroutine#3798] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Start completed. 2025-05-13 13:53:18.389 [Test worker @coroutine#3798] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@52f8effb 2025-05-13 13:53:18.393 [Test worker @coroutine#3805] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@52f8effb 2025-05-13 13:53:18.394 [Test worker @coroutine#3807] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@52f8effb 2025-05-13 13:53:18.395 [Test worker @coroutine#3809] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@52f8effb 2025-05-13 13:53:18.399 [DefaultDispatcher-worker-19 @coroutine#3811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@52f8effb 2025-05-13 13:53:18.407 [DefaultDispatcher-worker-9 @coroutine#3798] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.411 [DefaultDispatcher-worker-8 @coroutine#3798] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.415 [DefaultDispatcher-worker-5 @coroutine#3798] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.424 [DefaultDispatcher-worker-18 @coroutine#3858] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a 2025-05-13 13:53:18.426 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Shutdown initiated... 2025-05-13 13:53:18.426 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Close initiated... 2025-05-13 13:53:18.426 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.426 [HikariPool-169 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1a42da0a: (connection evicted) 2025-05-13 13:53:18.426 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.426 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Closed. 2025-05-13 13:53:18.426 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Shutdown completed. 2025-05-13 13:53:18.426 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Shutdown initiated... 2025-05-13 13:53:18.426 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Close initiated... 2025-05-13 13:53:18.426 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.426 [HikariPool-170 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Closing connection org.sqlite.jdbc4.JDBC4Connection@52f8effb: (connection evicted) 2025-05-13 13:53:18.427 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.427 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Closed. 2025-05-13 13:53:18.427 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Shutdown completed. 2025-05-13 13:53:18.427 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-171 - configuration: 2025-05-13 13:53:18.427 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.427 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.427 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.427 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.427 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.427 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4873c645 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-171" 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Starting... 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Added connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Added connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.428 [Test worker @coroutine#3885] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Start completed. 2025-05-13 13:53:18.435 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.442 [DefaultDispatcher-worker-4 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:18.442 [DefaultDispatcher-worker-4 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.442 [DefaultDispatcher-worker-4 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.442 [DefaultDispatcher-worker-4 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.442 [Test worker @coroutine#3886] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.442 [DefaultDispatcher-worker-3 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.442 [DefaultDispatcher-worker-3 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.443 [Test worker @coroutine#3891] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.444 [Test worker @coroutine#3893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.444 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-172 - configuration: 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3f9e38d4 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-172" 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Starting... 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Added connection org.sqlite.jdbc4.JDBC4Connection@18a421ea 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Added connection org.sqlite.jdbc4.JDBC4Connection@18a421ea 2025-05-13 13:53:18.445 [Test worker @coroutine#3885] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Start completed. 2025-05-13 13:53:18.452 [Test worker @coroutine#3885] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a421ea 2025-05-13 13:53:18.457 [Test worker @coroutine#3895] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a421ea 2025-05-13 13:53:18.458 [Test worker @coroutine#3897] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a421ea 2025-05-13 13:53:18.459 [Test worker @coroutine#3899] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a421ea 2025-05-13 13:53:18.463 [DefaultDispatcher-worker-9 @coroutine#3901] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a421ea 2025-05-13 13:53:18.470 [DefaultDispatcher-worker-6 @coroutine#3885] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.475 [DefaultDispatcher-worker-6 @coroutine#3885] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.476 [Test worker @coroutine#3911] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2 2025-05-13 13:53:18.480 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Shutdown initiated... 2025-05-13 13:53:18.480 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Close initiated... 2025-05-13 13:53:18.480 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.480 [HikariPool-171 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Closing connection org.sqlite.jdbc4.JDBC4Connection@e7c3ba2: (connection evicted) 2025-05-13 13:53:18.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.481 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Closed. 2025-05-13 13:53:18.481 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Shutdown completed. 2025-05-13 13:53:18.481 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Shutdown initiated... 2025-05-13 13:53:18.481 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Close initiated... 2025-05-13 13:53:18.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.481 [HikariPool-172 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Closing connection org.sqlite.jdbc4.JDBC4Connection@18a421ea: (connection evicted) 2025-05-13 13:53:18.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.481 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Closed. 2025-05-13 13:53:18.481 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Shutdown completed. 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-173 - configuration: 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@55a8f92d 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-173" 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Starting... 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.482 [Test worker @coroutine#3947] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Start completed. 2025-05-13 13:53:18.490 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.495 [Test worker @coroutine#3948] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.495 [Test worker @coroutine#3950] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.496 [Test worker @coroutine#3952] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-174 - configuration: 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7308e2d6 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-174" 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Starting... 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f371390 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f371390 2025-05-13 13:53:18.497 [Test worker @coroutine#3947] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Start completed. 2025-05-13 13:53:18.504 [Test worker @coroutine#3947] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f371390 2025-05-13 13:53:18.509 [Test worker @coroutine#3954] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f371390 2025-05-13 13:53:18.510 [Test worker @coroutine#3956] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f371390 2025-05-13 13:53:18.511 [Test worker @coroutine#3958] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f371390 2025-05-13 13:53:18.515 [DefaultDispatcher-worker-3 @coroutine#3960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f371390 2025-05-13 13:53:18.522 [DefaultDispatcher-worker-7 @coroutine#3947] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.524 [DefaultDispatcher-worker-8 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:18.524 [DefaultDispatcher-worker-8 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.524 [DefaultDispatcher-worker-8 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.524 [DefaultDispatcher-worker-8 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.525 [DefaultDispatcher-worker-14 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.525 [DefaultDispatcher-worker-14 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.526 [DefaultDispatcher-worker-11 @coroutine#3947] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.527 [Test worker @coroutine#3973] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.528 [Test worker @coroutine#3975] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd 2025-05-13 13:53:18.531 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Shutdown initiated... 2025-05-13 13:53:18.531 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Close initiated... 2025-05-13 13:53:18.531 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.532 [HikariPool-173 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1ec690bd: (connection evicted) 2025-05-13 13:53:18.532 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.532 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Closed. 2025-05-13 13:53:18.532 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Shutdown completed. 2025-05-13 13:53:18.532 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Shutdown initiated... 2025-05-13 13:53:18.532 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Close initiated... 2025-05-13 13:53:18.532 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.532 [HikariPool-174 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6f371390: (connection evicted) 2025-05-13 13:53:18.532 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.533 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Closed. 2025-05-13 13:53:18.533 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Shutdown completed. 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-175 - configuration: 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@167da81d 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-175" 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Starting... 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.533 [Test worker @coroutine#4011] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Start completed. 2025-05-13 13:53:18.541 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.546 [Test worker @coroutine#4012] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.547 [Test worker @coroutine#4014] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.547 [Test worker @coroutine#4016] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-176 - configuration: 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1d1a706 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-176" 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Starting... 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6 2025-05-13 13:53:18.548 [Test worker @coroutine#4011] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Start completed. 2025-05-13 13:53:18.555 [Test worker @coroutine#4011] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6 2025-05-13 13:53:18.560 [Test worker @coroutine#4018] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6 2025-05-13 13:53:18.561 [Test worker @coroutine#4020] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6 2025-05-13 13:53:18.562 [Test worker @coroutine#4022] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6 2025-05-13 13:53:18.565 [DefaultDispatcher-worker-17 @coroutine#4024] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6 2025-05-13 13:53:18.572 [DefaultDispatcher-worker-8 @coroutine#4011] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.577 [DefaultDispatcher-worker-10 @coroutine#4011] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8 2025-05-13 13:53:18.614 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Shutdown initiated... 2025-05-13 13:53:18.614 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Close initiated... 2025-05-13 13:53:18.614 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.614 [HikariPool-175 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1fce17b8: (connection evicted) 2025-05-13 13:53:18.615 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.615 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Closed. 2025-05-13 13:53:18.615 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Shutdown completed. 2025-05-13 13:53:18.615 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Shutdown initiated... 2025-05-13 13:53:18.615 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Close initiated... 2025-05-13 13:53:18.615 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.615 [HikariPool-176 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3c9e82a6: (connection evicted) 2025-05-13 13:53:18.615 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.615 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Closed. 2025-05-13 13:53:18.615 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Shutdown completed. 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-177 - configuration: 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@19c28c97 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-177" 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Starting... 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.616 [Test worker @coroutine#4082] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Start completed. 2025-05-13 13:53:18.624 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.629 [Test worker @coroutine#4083] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.629 [Test worker @coroutine#4085] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.630 [Test worker @coroutine#4087] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-178 - configuration: 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5ab45d66 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-178" 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Starting... 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Added connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Added connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf 2025-05-13 13:53:18.631 [Test worker @coroutine#4082] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Start completed. 2025-05-13 13:53:18.634 [DefaultDispatcher-worker-15 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:18.634 [DefaultDispatcher-worker-15 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.634 [DefaultDispatcher-worker-15 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.634 [DefaultDispatcher-worker-15 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.635 [DefaultDispatcher-worker-14 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.635 [DefaultDispatcher-worker-14 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.639 [Test worker @coroutine#4082] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf 2025-05-13 13:53:18.644 [Test worker @coroutine#4092] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf 2025-05-13 13:53:18.644 [Test worker @coroutine#4094] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf 2025-05-13 13:53:18.645 [Test worker @coroutine#4096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf 2025-05-13 13:53:18.649 [DefaultDispatcher-worker-8 @coroutine#4098] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf 2025-05-13 13:53:18.656 [DefaultDispatcher-worker-8 @coroutine#4082] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.661 [DefaultDispatcher-worker-5 @coroutine#4082] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f03729f 2025-05-13 13:53:18.664 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Shutdown initiated... 2025-05-13 13:53:18.664 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Close initiated... 2025-05-13 13:53:18.664 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.664 [HikariPool-177 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4f03729f: (connection evicted) 2025-05-13 13:53:18.665 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.665 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Closed. 2025-05-13 13:53:18.665 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Shutdown completed. 2025-05-13 13:53:18.665 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Shutdown initiated... 2025-05-13 13:53:18.665 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Close initiated... 2025-05-13 13:53:18.665 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.665 [HikariPool-178 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Closing connection org.sqlite.jdbc4.JDBC4Connection@62a9e9bf: (connection evicted) 2025-05-13 13:53:18.665 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.665 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Closed. 2025-05-13 13:53:18.665 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Shutdown completed. 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-179 - configuration: 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@52bef30b 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-179" 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Starting... 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Added connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Added connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.666 [Test worker @coroutine#4143] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Start completed. 2025-05-13 13:53:18.673 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.678 [Test worker @coroutine#4144] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.679 [Test worker @coroutine#4146] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.680 [Test worker @coroutine#4148] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-180 - configuration: 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@76320633 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-180" 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Starting... 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc 2025-05-13 13:53:18.680 [Test worker @coroutine#4143] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Start completed. 2025-05-13 13:53:18.688 [Test worker @coroutine#4143] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc 2025-05-13 13:53:18.692 [Test worker @coroutine#4150] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc 2025-05-13 13:53:18.693 [Test worker @coroutine#4152] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc 2025-05-13 13:53:18.694 [Test worker @coroutine#4154] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc 2025-05-13 13:53:18.698 [DefaultDispatcher-worker-17 @coroutine#4156] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc 2025-05-13 13:53:18.705 [DefaultDispatcher-worker-17 @coroutine#4143] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.709 [DefaultDispatcher-worker-2 @coroutine#4143] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.710 [Test worker @coroutine#4166] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.711 [Test worker @coroutine#4168] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@358f85b1 2025-05-13 13:53:18.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Shutdown initiated... 2025-05-13 13:53:18.715 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Close initiated... 2025-05-13 13:53:18.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.715 [HikariPool-179 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Closing connection org.sqlite.jdbc4.JDBC4Connection@358f85b1: (connection evicted) 2025-05-13 13:53:18.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.715 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Closed. 2025-05-13 13:53:18.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Shutdown completed. 2025-05-13 13:53:18.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Shutdown initiated... 2025-05-13 13:53:18.715 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Close initiated... 2025-05-13 13:53:18.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.716 [HikariPool-180 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3ef97efc: (connection evicted) 2025-05-13 13:53:18.716 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.716 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Closed. 2025-05-13 13:53:18.716 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Shutdown completed. 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-181 - configuration: 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3d36204f 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-181" 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Starting... 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Added connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Added connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.717 [Test worker @coroutine#4204] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Start completed. 2025-05-13 13:53:18.724 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.730 [Test worker @coroutine#4205] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.731 [Test worker @coroutine#4207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.732 [Test worker @coroutine#4209] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-182 - configuration: 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@135fb22d 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-182" 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Starting... 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Added connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Added connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218 2025-05-13 13:53:18.732 [Test worker @coroutine#4204] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Start completed. 2025-05-13 13:53:18.739 [Test worker @coroutine#4204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218 2025-05-13 13:53:18.744 [Test worker @coroutine#4211] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218 2025-05-13 13:53:18.745 [Test worker @coroutine#4213] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218 2025-05-13 13:53:18.746 [Test worker @coroutine#4215] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218 2025-05-13 13:53:18.750 [DefaultDispatcher-worker-9 @coroutine#4217] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218 2025-05-13 13:53:18.756 [DefaultDispatcher-worker-12 @coroutine#4204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.761 [DefaultDispatcher-worker-19 @coroutine#4204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.765 [UI Thread @coroutine#4265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@105d2c27 2025-05-13 13:53:18.767 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Shutdown initiated... 2025-05-13 13:53:18.767 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Close initiated... 2025-05-13 13:53:18.767 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.768 [HikariPool-181 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Closing connection org.sqlite.jdbc4.JDBC4Connection@105d2c27: (connection evicted) 2025-05-13 13:53:18.768 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.768 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Closed. 2025-05-13 13:53:18.768 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Shutdown completed. 2025-05-13 13:53:18.768 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Shutdown initiated... 2025-05-13 13:53:18.768 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Close initiated... 2025-05-13 13:53:18.768 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.768 [HikariPool-182 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3b9d5218: (connection evicted) 2025-05-13 13:53:18.769 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.769 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Closed. 2025-05-13 13:53:18.769 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Shutdown completed. 2025-05-13 13:53:18.769 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-183 - configuration: 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@ce24a98 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-183" 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Starting... 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Added connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Added connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.770 [Test worker @coroutine#4296] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Start completed. 2025-05-13 13:53:18.777 [Test worker @coroutine#4296] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.782 [Test worker @coroutine#4297] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.783 [Test worker @coroutine#4299] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.784 [Test worker @coroutine#4301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.788 [DefaultDispatcher-worker-13 @coroutine#4303] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.789 [Test worker @coroutine#4307] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.796 [Test worker @coroutine#4316] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19858f26 2025-05-13 13:53:18.808 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Shutdown initiated... 2025-05-13 13:53:18.808 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Close initiated... 2025-05-13 13:53:18.808 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.808 [HikariPool-183 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Closing connection org.sqlite.jdbc4.JDBC4Connection@19858f26: (connection evicted) 2025-05-13 13:53:18.809 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.809 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Closed. 2025-05-13 13:53:18.809 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Shutdown completed. 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-184 - configuration: 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1a02063a 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-184" 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Starting... 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Added connection org.sqlite.jdbc4.JDBC4Connection@601c953c 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Added connection org.sqlite.jdbc4.JDBC4Connection@601c953c 2025-05-13 13:53:18.810 [Test worker @coroutine#4326] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Start completed. 2025-05-13 13:53:18.818 [Test worker @coroutine#4326] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@601c953c 2025-05-13 13:53:18.823 [Test worker @coroutine#4327] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@601c953c 2025-05-13 13:53:18.824 [Test worker @coroutine#4329] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@601c953c 2025-05-13 13:53:18.825 [Test worker @coroutine#4331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@601c953c 2025-05-13 13:53:18.827 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Shutdown initiated... 2025-05-13 13:53:18.827 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Close initiated... 2025-05-13 13:53:18.827 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:18.827 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.827 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Closed. 2025-05-13 13:53:18.827 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Shutdown completed. 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-185 - configuration: 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@41a372c1 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-185" 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.828 [Test worker @coroutine#4359] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Starting... 2025-05-13 13:53:18.829 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Added connection org.sqlite.jdbc4.JDBC4Connection@18c2b4c6 2025-05-13 13:53:18.829 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Added connection org.sqlite.jdbc4.JDBC4Connection@18c2b4c6 2025-05-13 13:53:18.829 [Test worker @coroutine#4359] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Start completed. 2025-05-13 13:53:18.836 [Test worker @coroutine#4359] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18c2b4c6 2025-05-13 13:53:18.841 [Test worker @coroutine#4360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18c2b4c6 2025-05-13 13:53:18.842 [Test worker @coroutine#4362] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18c2b4c6 2025-05-13 13:53:18.843 [Test worker @coroutine#4364] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18c2b4c6 2025-05-13 13:53:18.845 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Shutdown initiated... 2025-05-13 13:53:18.845 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Close initiated... 2025-05-13 13:53:18.845 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:18.845 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.845 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Closed. 2025-05-13 13:53:18.845 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Shutdown completed. 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-186 - configuration: 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@61bbe16d 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-186" 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Starting... 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fc3bf09 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fc3bf09 2025-05-13 13:53:18.846 [Test worker @coroutine#4389] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Start completed. 2025-05-13 13:53:18.854 [Test worker @coroutine#4389] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5fc3bf09 2025-05-13 13:53:18.859 [Test worker @coroutine#4390] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5fc3bf09 2025-05-13 13:53:18.860 [Test worker @coroutine#4392] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5fc3bf09 2025-05-13 13:53:18.861 [Test worker @coroutine#4394] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5fc3bf09 2025-05-13 13:53:18.863 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Shutdown initiated... 2025-05-13 13:53:18.863 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Close initiated... 2025-05-13 13:53:18.863 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:18.863 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.863 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Closed. 2025-05-13 13:53:18.863 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Shutdown completed. 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-187 - configuration: 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@319e02e7 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-187" 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.864 [Test worker @coroutine#4420] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Starting... 2025-05-13 13:53:18.865 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Added connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7 2025-05-13 13:53:18.865 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Added connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7 2025-05-13 13:53:18.865 [Test worker @coroutine#4420] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Start completed. 2025-05-13 13:53:18.873 [Test worker @coroutine#4420] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7 2025-05-13 13:53:18.878 [Test worker @coroutine#4421] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7 2025-05-13 13:53:18.878 [Test worker @coroutine#4423] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7 2025-05-13 13:53:18.880 [Test worker @coroutine#4425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7 2025-05-13 13:53:18.885 [DefaultDispatcher-worker-1 @coroutine#4427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7 2025-05-13 13:53:18.892 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Shutdown initiated... 2025-05-13 13:53:18.892 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Close initiated... 2025-05-13 13:53:18.892 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.893 [HikariPool-187 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3bbab7c7: (connection evicted) 2025-05-13 13:53:18.893 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.893 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Closed. 2025-05-13 13:53:18.893 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Shutdown completed. 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-188 - configuration: 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@158bd27d 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-188" 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.894 [Test worker @coroutine#4447] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Starting... 2025-05-13 13:53:18.895 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f18a661 2025-05-13 13:53:18.895 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f18a661 2025-05-13 13:53:18.895 [Test worker @coroutine#4447] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Start completed. 2025-05-13 13:53:18.902 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f18a661 2025-05-13 13:53:18.907 [Test worker @coroutine#4448] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f18a661 2025-05-13 13:53:18.908 [Test worker @coroutine#4450] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f18a661 2025-05-13 13:53:18.909 [Test worker @coroutine#4452] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f18a661 2025-05-13 13:53:18.911 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Shutdown initiated... 2025-05-13 13:53:18.911 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Close initiated... 2025-05-13 13:53:18.911 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:18.911 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.911 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Closed. 2025-05-13 13:53:18.911 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Shutdown completed. 2025-05-13 13:53:18.911 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-189 - configuration: 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1e0be005 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-189" 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Starting... 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Added connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Added connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.912 [Test worker @coroutine#4478] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Start completed. 2025-05-13 13:53:18.920 [Test worker @coroutine#4478] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.925 [Test worker @coroutine#4479] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.926 [Test worker @coroutine#4481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.926 [Test worker @coroutine#4483] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.930 [DefaultDispatcher-worker-9 @coroutine#4485] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.931 [Test worker @coroutine#4489] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.933 [Test worker @coroutine#4503] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7 2025-05-13 13:53:18.934 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Shutdown initiated... 2025-05-13 13:53:18.934 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Close initiated... 2025-05-13 13:53:18.934 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.934 [HikariPool-189 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Closing connection org.sqlite.jdbc4.JDBC4Connection@36cd58e7: (connection evicted) 2025-05-13 13:53:18.934 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.934 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Closed. 2025-05-13 13:53:18.934 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Shutdown completed. 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-190 - configuration: 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@45bb5862 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.935 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-190" 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Starting... 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.936 [Test worker @coroutine#4511] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Start completed. 2025-05-13 13:53:18.943 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.948 [Test worker @coroutine#4512] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.949 [Test worker @coroutine#4514] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.949 [Test worker @coroutine#4516] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-191 - configuration: 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5dd3841 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-191" 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Starting... 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e272f0 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e272f0 2025-05-13 13:53:18.950 [Test worker @coroutine#4511] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Start completed. 2025-05-13 13:53:18.958 [Test worker @coroutine#4511] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e272f0 2025-05-13 13:53:18.963 [Test worker @coroutine#4519] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e272f0 2025-05-13 13:53:18.964 [Test worker @coroutine#4521] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e272f0 2025-05-13 13:53:18.965 [Test worker @coroutine#4523] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e272f0 2025-05-13 13:53:18.971 [DefaultDispatcher-worker-2 @coroutine#4525] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e272f0 2025-05-13 13:53:18.978 [DefaultDispatcher-worker-3 @coroutine#4511] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.979 [DefaultDispatcher-worker-1 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:18.979 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.979 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:18.979 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.979 [DefaultDispatcher-worker-20 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.979 [DefaultDispatcher-worker-20 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:18.987 [DefaultDispatcher-worker-13 @coroutine#4511] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4 2025-05-13 13:53:18.991 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Shutdown initiated... 2025-05-13 13:53:18.991 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Close initiated... 2025-05-13 13:53:18.991 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.992 [HikariPool-190 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5a77e0e4: (connection evicted) 2025-05-13 13:53:18.992 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.992 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Closed. 2025-05-13 13:53:18.992 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Shutdown completed. 2025-05-13 13:53:18.992 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Shutdown initiated... 2025-05-13 13:53:18.992 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Close initiated... 2025-05-13 13:53:18.992 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:18.992 [HikariPool-191 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3e272f0: (connection evicted) 2025-05-13 13:53:18.993 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:18.993 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Closed. 2025-05-13 13:53:18.993 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Shutdown completed. 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-192 - configuration: 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@731819a0 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-192" 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:18.993 [Test worker @coroutine#4541] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Starting... 2025-05-13 13:53:18.994 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:18.994 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:18.994 [Test worker @coroutine#4541] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Start completed. 2025-05-13 13:53:19.001 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:19.006 [Test worker @coroutine#4542] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:19.007 [Test worker @coroutine#4544] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:19.008 [Test worker @coroutine#4546] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-193 - configuration: 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6114ed6f 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-193" 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Starting... 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Added connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Added connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 13:53:19.008 [Test worker @coroutine#4541] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Start completed. 2025-05-13 13:53:19.016 [Test worker @coroutine#4541] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 13:53:19.021 [Test worker @coroutine#4548] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 13:53:19.022 [Test worker @coroutine#4550] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 13:53:19.023 [Test worker @coroutine#4552] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 13:53:19.027 [DefaultDispatcher-worker-14 @coroutine#4554] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 13:53:19.034 [DefaultDispatcher-worker-6 @coroutine#4541] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:19.043 [DefaultDispatcher-worker-8 @coroutine#4541] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a 2025-05-13 13:53:19.045 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Shutdown initiated... 2025-05-13 13:53:19.045 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Close initiated... 2025-05-13 13:53:19.045 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.045 [HikariPool-192 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7c1f435a: (connection evicted) 2025-05-13 13:53:19.045 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.045 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Closed. 2025-05-13 13:53:19.045 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Shutdown completed. 2025-05-13 13:53:19.045 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Shutdown initiated... 2025-05-13 13:53:19.045 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Close initiated... 2025-05-13 13:53:19.045 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.045 [HikariPool-193 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Closing connection org.sqlite.jdbc4.JDBC4Connection@30f929ff: (connection evicted) 2025-05-13 13:53:19.046 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.046 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Closed. 2025-05-13 13:53:19.046 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Shutdown completed. 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-194 - configuration: 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@33e69162 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-194" 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Starting... 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Added connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Added connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.047 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Start completed. 2025-05-13 13:53:19.055 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.060 [Test worker @coroutine#4569] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.060 [Test worker @coroutine#4571] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.061 [Test worker @coroutine#4573] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.061 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-195 - configuration: 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7c689379 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-195" 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Starting... 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Added connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Added connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2 2025-05-13 13:53:19.062 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Start completed. 2025-05-13 13:53:19.070 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2 2025-05-13 13:53:19.070 [DefaultDispatcher-worker-11 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:19.070 [DefaultDispatcher-worker-11 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.070 [DefaultDispatcher-worker-11 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.070 [DefaultDispatcher-worker-11 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.071 [DefaultDispatcher-worker-6 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.071 [DefaultDispatcher-worker-6 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.075 [Test worker @coroutine#4575] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2 2025-05-13 13:53:19.076 [Test worker @coroutine#4580] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2 2025-05-13 13:53:19.077 [Test worker @coroutine#4582] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2 2025-05-13 13:53:19.080 [DefaultDispatcher-worker-4 @coroutine#4584] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2 2025-05-13 13:53:19.088 [DefaultDispatcher-worker-5 @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.096 [DefaultDispatcher-worker-19 @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.099 [DefaultDispatcher-worker-2 @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.104 [DefaultDispatcher-worker-7 @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7326f323 2025-05-13 13:53:19.110 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Shutdown initiated... 2025-05-13 13:53:19.110 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Close initiated... 2025-05-13 13:53:19.110 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.110 [HikariPool-194 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7326f323: (connection evicted) 2025-05-13 13:53:19.111 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.111 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Closed. 2025-05-13 13:53:19.111 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Shutdown completed. 2025-05-13 13:53:19.111 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Shutdown initiated... 2025-05-13 13:53:19.111 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Close initiated... 2025-05-13 13:53:19.111 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.111 [HikariPool-195 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Closing connection org.sqlite.jdbc4.JDBC4Connection@53a2dbf2: (connection evicted) 2025-05-13 13:53:19.112 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.112 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Closed. 2025-05-13 13:53:19.112 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Shutdown completed. 2025-05-13 13:53:19.112 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-196 - configuration: 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@758e8b8d 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-196" 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Starting... 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Added connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Added connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.113 [Test worker @coroutine#4609] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Start completed. 2025-05-13 13:53:19.120 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.125 [Test worker @coroutine#4610] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.126 [Test worker @coroutine#4613] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.127 [Test worker @coroutine#4615] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-197 - configuration: 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5d8319a7 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-197" 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.127 [Test worker @coroutine#4609] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Starting... 2025-05-13 13:53:19.128 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef 2025-05-13 13:53:19.128 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef 2025-05-13 13:53:19.128 [Test worker @coroutine#4609] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Start completed. 2025-05-13 13:53:19.135 [Test worker @coroutine#4609] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef 2025-05-13 13:53:19.140 [Test worker @coroutine#4617] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef 2025-05-13 13:53:19.141 [Test worker @coroutine#4619] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef 2025-05-13 13:53:19.142 [Test worker @coroutine#4621] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef 2025-05-13 13:53:19.145 [DefaultDispatcher-worker-16 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:19.145 [DefaultDispatcher-worker-16 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.145 [DefaultDispatcher-worker-16 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.145 [DefaultDispatcher-worker-16 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.146 [DefaultDispatcher-worker-20 @coroutine#4623] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef 2025-05-13 13:53:19.146 [DefaultDispatcher-worker-15 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.146 [DefaultDispatcher-worker-15 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.153 [DefaultDispatcher-worker-20 @coroutine#4609] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.158 [DefaultDispatcher-worker-11 @coroutine#4609] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.161 [DefaultDispatcher-worker-12 @coroutine#4609] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29922188 2025-05-13 13:53:19.167 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Shutdown initiated... 2025-05-13 13:53:19.167 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Close initiated... 2025-05-13 13:53:19.167 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.167 [HikariPool-196 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Closing connection org.sqlite.jdbc4.JDBC4Connection@29922188: (connection evicted) 2025-05-13 13:53:19.168 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.168 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Closed. 2025-05-13 13:53:19.168 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Shutdown completed. 2025-05-13 13:53:19.168 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Shutdown initiated... 2025-05-13 13:53:19.168 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Close initiated... 2025-05-13 13:53:19.168 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.168 [HikariPool-197 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2ea82cef: (connection evicted) 2025-05-13 13:53:19.168 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.168 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Closed. 2025-05-13 13:53:19.168 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Shutdown completed. 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-198 - configuration: 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@57d71569 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-198" 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Starting... 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Added connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Added connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.169 [Test worker @coroutine#4649] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Start completed. 2025-05-13 13:53:19.177 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.181 [Test worker @coroutine#4650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.182 [Test worker @coroutine#4652] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.183 [Test worker @coroutine#4654] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-199 - configuration: 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7a725c89 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.183 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-199" 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Starting... 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Added connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Added connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba 2025-05-13 13:53:19.184 [Test worker @coroutine#4649] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Start completed. 2025-05-13 13:53:19.191 [Test worker @coroutine#4649] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba 2025-05-13 13:53:19.196 [Test worker @coroutine#4656] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba 2025-05-13 13:53:19.197 [Test worker @coroutine#4658] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba 2025-05-13 13:53:19.198 [Test worker @coroutine#4660] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba 2025-05-13 13:53:19.202 [DefaultDispatcher-worker-12 @coroutine#4662] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba 2025-05-13 13:53:19.209 [DefaultDispatcher-worker-16 @coroutine#4649] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.213 [DefaultDispatcher-worker-12 @coroutine#4649] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64903a20 2025-05-13 13:53:19.215 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Shutdown initiated... 2025-05-13 13:53:19.215 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Close initiated... 2025-05-13 13:53:19.215 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.215 [HikariPool-198 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Closing connection org.sqlite.jdbc4.JDBC4Connection@64903a20: (connection evicted) 2025-05-13 13:53:19.216 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.216 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Closed. 2025-05-13 13:53:19.216 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Shutdown completed. 2025-05-13 13:53:19.216 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Shutdown initiated... 2025-05-13 13:53:19.216 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Close initiated... 2025-05-13 13:53:19.216 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.216 [HikariPool-199 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5936e4ba: (connection evicted) 2025-05-13 13:53:19.216 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.216 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Closed. 2025-05-13 13:53:19.216 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Shutdown completed. 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-200 - configuration: 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@18b12df9 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-200" 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Starting... 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Added connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Added connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.218 [Test worker @coroutine#4687] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Start completed. 2025-05-13 13:53:19.224 [DefaultDispatcher-worker-15 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:19.224 [DefaultDispatcher-worker-15 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.224 [DefaultDispatcher-worker-15 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.224 [DefaultDispatcher-worker-15 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.225 [DefaultDispatcher-worker-15 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.225 [DefaultDispatcher-worker-15 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.226 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.231 [Test worker @coroutine#4691] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.232 [Test worker @coroutine#4693] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.233 [Test worker @coroutine#4695] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-201 - configuration: 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@682bff78 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-201" 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.233 [Test worker @coroutine#4687] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Starting... 2025-05-13 13:53:19.234 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0 2025-05-13 13:53:19.234 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0 2025-05-13 13:53:19.234 [Test worker @coroutine#4687] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Start completed. 2025-05-13 13:53:19.241 [Test worker @coroutine#4687] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0 2025-05-13 13:53:19.245 [Test worker @coroutine#4698] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0 2025-05-13 13:53:19.246 [Test worker @coroutine#4700] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0 2025-05-13 13:53:19.247 [Test worker @coroutine#4702] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0 2025-05-13 13:53:19.251 [DefaultDispatcher-worker-14 @coroutine#4704] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0 2025-05-13 13:53:19.257 [DefaultDispatcher-worker-15 @coroutine#4687] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.259 [DefaultDispatcher-worker-9 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:19.259 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.259 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.259 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.260 [DefaultDispatcher-worker-13 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.260 [DefaultDispatcher-worker-13 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.262 [DefaultDispatcher-worker-14 @coroutine#4687] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.272 [DefaultDispatcher-worker-17 @coroutine#4721] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9 2025-05-13 13:53:19.273 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Shutdown initiated... 2025-05-13 13:53:19.273 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Close initiated... 2025-05-13 13:53:19.273 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.273 [HikariPool-200 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Closing connection org.sqlite.jdbc4.JDBC4Connection@370e5bb9: (connection evicted) 2025-05-13 13:53:19.274 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.274 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Closed. 2025-05-13 13:53:19.274 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Shutdown completed. 2025-05-13 13:53:19.274 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Shutdown initiated... 2025-05-13 13:53:19.274 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Close initiated... 2025-05-13 13:53:19.274 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.274 [HikariPool-201 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4e22fdc0: (connection evicted) 2025-05-13 13:53:19.274 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.274 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Closed. 2025-05-13 13:53:19.274 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Shutdown completed. 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-202 - configuration: 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@503eac4c 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-202" 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Starting... 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Added connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Added connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.275 [Test worker @coroutine#4728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Start completed. 2025-05-13 13:53:19.282 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.287 [Test worker @coroutine#4729] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.288 [Test worker @coroutine#4731] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.289 [Test worker @coroutine#4733] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-203 - configuration: 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@69a61267 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-203" 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Starting... 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Added connection org.sqlite.jdbc4.JDBC4Connection@673d73da 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Added connection org.sqlite.jdbc4.JDBC4Connection@673d73da 2025-05-13 13:53:19.289 [Test worker @coroutine#4728] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Start completed. 2025-05-13 13:53:19.297 [Test worker @coroutine#4728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@673d73da 2025-05-13 13:53:19.298 [DefaultDispatcher-worker-18 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:19.298 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.298 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.298 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.299 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.303 [Test worker @coroutine#4736] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@673d73da 2025-05-13 13:53:19.304 [Test worker @coroutine#4740] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@673d73da 2025-05-13 13:53:19.304 [Test worker @coroutine#4742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@673d73da 2025-05-13 13:53:19.308 [DefaultDispatcher-worker-3 @coroutine#4744] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@673d73da 2025-05-13 13:53:19.315 [DefaultDispatcher-worker-3 @coroutine#4728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.316 [DefaultDispatcher-worker-10 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:19.316 [DefaultDispatcher-worker-10 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.316 [DefaultDispatcher-worker-10 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.316 [DefaultDispatcher-worker-10 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.317 [DefaultDispatcher-worker-4 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.317 [DefaultDispatcher-worker-4 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.319 [DefaultDispatcher-worker-5 @coroutine#4728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.322 [DefaultDispatcher-worker-18 @coroutine#4728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.330 [DefaultDispatcher-worker-12 @coroutine#4763] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2836374 2025-05-13 13:53:19.330 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Shutdown initiated... 2025-05-13 13:53:19.330 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Close initiated... 2025-05-13 13:53:19.330 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.330 [HikariPool-202 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2836374: (connection evicted) 2025-05-13 13:53:19.331 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.331 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Closed. 2025-05-13 13:53:19.331 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Shutdown completed. 2025-05-13 13:53:19.331 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Shutdown initiated... 2025-05-13 13:53:19.331 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Close initiated... 2025-05-13 13:53:19.331 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.331 [HikariPool-203 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Closing connection org.sqlite.jdbc4.JDBC4Connection@673d73da: (connection evicted) 2025-05-13 13:53:19.331 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.331 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Closed. 2025-05-13 13:53:19.331 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Shutdown completed. 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-204 - configuration: 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@45a0ba61 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-204" 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.332 [Test worker @coroutine#4769] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Starting... 2025-05-13 13:53:19.333 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Added connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.333 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Added connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.333 [Test worker @coroutine#4769] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Start completed. 2025-05-13 13:53:19.340 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.345 [Test worker @coroutine#4770] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.345 [Test worker @coroutine#4772] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.346 [Test worker @coroutine#4774] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-205 - configuration: 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@73502c47 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-205" 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Starting... 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Added connection org.sqlite.jdbc4.JDBC4Connection@750e313c 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Added connection org.sqlite.jdbc4.JDBC4Connection@750e313c 2025-05-13 13:53:19.347 [Test worker @coroutine#4769] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Start completed. 2025-05-13 13:53:19.354 [Test worker @coroutine#4769] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@750e313c 2025-05-13 13:53:19.359 [Test worker @coroutine#4776] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@750e313c 2025-05-13 13:53:19.360 [Test worker @coroutine#4778] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@750e313c 2025-05-13 13:53:19.361 [Test worker @coroutine#4780] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@750e313c 2025-05-13 13:53:19.364 [DefaultDispatcher-worker-12 @coroutine#4782] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@750e313c 2025-05-13 13:53:19.371 [DefaultDispatcher-worker-8 @coroutine#4769] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.376 [DefaultDispatcher-worker-11 @coroutine#4769] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349 2025-05-13 13:53:19.382 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Shutdown initiated... 2025-05-13 13:53:19.382 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Close initiated... 2025-05-13 13:53:19.382 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.382 [HikariPool-204 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5b2ac349: (connection evicted) 2025-05-13 13:53:19.382 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.382 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Closed. 2025-05-13 13:53:19.382 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Shutdown completed. 2025-05-13 13:53:19.382 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Shutdown initiated... 2025-05-13 13:53:19.382 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Close initiated... 2025-05-13 13:53:19.382 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.383 [HikariPool-205 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Closing connection org.sqlite.jdbc4.JDBC4Connection@750e313c: (connection evicted) 2025-05-13 13:53:19.383 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.383 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Closed. 2025-05-13 13:53:19.383 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Shutdown completed. 2025-05-13 13:53:19.383 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-206 - configuration: 2025-05-13 13:53:19.383 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.383 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.383 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4a03c4bc 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-206" 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Starting... 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Added connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Added connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.384 [Test worker @coroutine#4808] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Start completed. 2025-05-13 13:53:19.391 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.397 [Test worker @coroutine#4809] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.397 [Test worker @coroutine#4811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.398 [Test worker @coroutine#4813] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.398 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-207 - configuration: 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@797a5b31 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-207" 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Starting... 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Added connection org.sqlite.jdbc4.JDBC4Connection@60035f1e 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Added connection org.sqlite.jdbc4.JDBC4Connection@60035f1e 2025-05-13 13:53:19.399 [Test worker @coroutine#4808] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Start completed. 2025-05-13 13:53:19.406 [Test worker @coroutine#4808] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60035f1e 2025-05-13 13:53:19.411 [Test worker @coroutine#4815] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60035f1e 2025-05-13 13:53:19.412 [Test worker @coroutine#4817] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60035f1e 2025-05-13 13:53:19.413 [Test worker @coroutine#4819] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60035f1e 2025-05-13 13:53:19.417 [DefaultDispatcher-worker-9 @coroutine#4821] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60035f1e 2025-05-13 13:53:19.424 [DefaultDispatcher-worker-4 @coroutine#4808] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.428 [DefaultDispatcher-worker-19 @coroutine#4808] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5aad4194 2025-05-13 13:53:19.431 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Shutdown initiated... 2025-05-13 13:53:19.431 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Close initiated... 2025-05-13 13:53:19.431 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.431 [HikariPool-206 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5aad4194: (connection evicted) 2025-05-13 13:53:19.431 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.431 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Closed. 2025-05-13 13:53:19.431 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Shutdown completed. 2025-05-13 13:53:19.431 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Shutdown initiated... 2025-05-13 13:53:19.431 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Close initiated... 2025-05-13 13:53:19.431 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.432 [HikariPool-207 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Closing connection org.sqlite.jdbc4.JDBC4Connection@60035f1e: (connection evicted) 2025-05-13 13:53:19.432 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.432 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Closed. 2025-05-13 13:53:19.432 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Shutdown completed. 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-208 - configuration: 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3e9c59ed 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-208" 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Starting... 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Added connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Added connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.433 [Test worker @coroutine#4849] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Start completed. 2025-05-13 13:53:19.440 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.446 [Test worker @coroutine#4850] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.447 [Test worker @coroutine#4852] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.447 [DefaultDispatcher-worker-7 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:19.447 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.447 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.447 [DefaultDispatcher-worker-7 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.448 [Test worker @coroutine#4854] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.448 [DefaultDispatcher-worker-12 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.448 [DefaultDispatcher-worker-12 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-209 - configuration: 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@66227940 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-209" 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Starting... 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Added connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Added connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15 2025-05-13 13:53:19.448 [Test worker @coroutine#4849] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Start completed. 2025-05-13 13:53:19.455 [Test worker @coroutine#4849] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15 2025-05-13 13:53:19.460 [Test worker @coroutine#4859] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15 2025-05-13 13:53:19.461 [Test worker @coroutine#4861] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15 2025-05-13 13:53:19.462 [Test worker @coroutine#4863] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15 2025-05-13 13:53:19.467 [DefaultDispatcher-worker-14 @coroutine#4865] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15 2025-05-13 13:53:19.474 [DefaultDispatcher-worker-16 @coroutine#4849] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.478 [DefaultDispatcher-worker-1 @coroutine#4849] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4471f216 2025-05-13 13:53:19.480 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Shutdown initiated... 2025-05-13 13:53:19.481 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Close initiated... 2025-05-13 13:53:19.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.481 [HikariPool-208 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4471f216: (connection evicted) 2025-05-13 13:53:19.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.481 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Closed. 2025-05-13 13:53:19.481 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Shutdown completed. 2025-05-13 13:53:19.481 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Shutdown initiated... 2025-05-13 13:53:19.481 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Close initiated... 2025-05-13 13:53:19.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.481 [HikariPool-209 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Closing connection org.sqlite.jdbc4.JDBC4Connection@ffb8f15: (connection evicted) 2025-05-13 13:53:19.482 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.482 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Closed. 2025-05-13 13:53:19.482 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Shutdown completed. 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-210 - configuration: 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@22d82fe8 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-210" 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Starting... 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Added connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Added connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.483 [Test worker @coroutine#4892] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Start completed. 2025-05-13 13:53:19.490 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.495 [Test worker @coroutine#4893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.496 [Test worker @coroutine#4895] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.497 [Test worker @coroutine#4897] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-211 - configuration: 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@25874884 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-211" 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Starting... 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Added connection org.sqlite.jdbc4.JDBC4Connection@274f51ad 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Added connection org.sqlite.jdbc4.JDBC4Connection@274f51ad 2025-05-13 13:53:19.497 [Test worker @coroutine#4892] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Start completed. 2025-05-13 13:53:19.504 [Test worker @coroutine#4892] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@274f51ad 2025-05-13 13:53:19.509 [Test worker @coroutine#4900] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@274f51ad 2025-05-13 13:53:19.510 [Test worker @coroutine#4902] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@274f51ad 2025-05-13 13:53:19.511 [Test worker @coroutine#4904] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@274f51ad 2025-05-13 13:53:19.514 [DefaultDispatcher-worker-19 @coroutine#4907] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@274f51ad 2025-05-13 13:53:19.521 [DefaultDispatcher-worker-9 @coroutine#4892] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.528 [DefaultDispatcher-worker-2 @coroutine#4892] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.528 [DefaultDispatcher-worker-8 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:19.528 [DefaultDispatcher-worker-8 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.528 [DefaultDispatcher-worker-8 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.529 [DefaultDispatcher-worker-8 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.529 [DefaultDispatcher-worker-18 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.529 [DefaultDispatcher-worker-18 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.532 [DefaultDispatcher-worker-7 @coroutine#4892] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.583 [HikariPool-210 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.597 [HikariPool-211 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.639 [DefaultDispatcher-worker-18 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:19.639 [DefaultDispatcher-worker-18 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.639 [DefaultDispatcher-worker-18 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.639 [DefaultDispatcher-worker-18 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.640 [DefaultDispatcher-worker-17 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.640 [DefaultDispatcher-worker-17 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.644 [DefaultDispatcher-worker-7 @coroutine#4927] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74c74c99 2025-05-13 13:53:19.645 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Shutdown initiated... 2025-05-13 13:53:19.645 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Close initiated... 2025-05-13 13:53:19.645 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.645 [HikariPool-210 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Closing connection org.sqlite.jdbc4.JDBC4Connection@74c74c99: (connection evicted) 2025-05-13 13:53:19.645 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.645 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Closed. 2025-05-13 13:53:19.645 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Shutdown completed. 2025-05-13 13:53:19.645 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Shutdown initiated... 2025-05-13 13:53:19.645 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Close initiated... 2025-05-13 13:53:19.645 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.645 [HikariPool-211 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Closing connection org.sqlite.jdbc4.JDBC4Connection@274f51ad: (connection evicted) 2025-05-13 13:53:19.646 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.646 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Closed. 2025-05-13 13:53:19.646 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Shutdown completed. 2025-05-13 13:53:19.646 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-212 - configuration: 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@472d201 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-212" 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Starting... 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Added connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Added connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.647 [Test worker @coroutine#4938] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Start completed. 2025-05-13 13:53:19.654 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.659 [Test worker @coroutine#4939] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.660 [Test worker @coroutine#4941] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.661 [Test worker @coroutine#4943] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-213 - configuration: 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@156322ce 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-213" 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Starting... 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Added connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Added connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8 2025-05-13 13:53:19.661 [Test worker @coroutine#4938] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Start completed. 2025-05-13 13:53:19.668 [Test worker @coroutine#4938] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8 2025-05-13 13:53:19.673 [Test worker @coroutine#4945] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8 2025-05-13 13:53:19.674 [Test worker @coroutine#4947] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8 2025-05-13 13:53:19.675 [Test worker @coroutine#4949] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8 2025-05-13 13:53:19.678 [DefaultDispatcher-worker-11 @coroutine#4951] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8 2025-05-13 13:53:19.685 [DefaultDispatcher-worker-15 @coroutine#4938] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.691 [DefaultDispatcher-worker-18 @coroutine#4938] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.695 [DefaultDispatcher-worker-13 @coroutine#4938] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c 2025-05-13 13:53:19.697 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Shutdown initiated... 2025-05-13 13:53:19.697 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Close initiated... 2025-05-13 13:53:19.697 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.697 [HikariPool-212 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7f8f120c: (connection evicted) 2025-05-13 13:53:19.697 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.697 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Closed. 2025-05-13 13:53:19.697 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Shutdown completed. 2025-05-13 13:53:19.698 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Shutdown initiated... 2025-05-13 13:53:19.698 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Close initiated... 2025-05-13 13:53:19.698 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.698 [HikariPool-213 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Closing connection org.sqlite.jdbc4.JDBC4Connection@44d5a0a8: (connection evicted) 2025-05-13 13:53:19.698 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.698 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Closed. 2025-05-13 13:53:19.698 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Shutdown completed. 2025-05-13 13:53:19.698 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-214 - configuration: 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@16e6a643 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-214" 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Starting... 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Added connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Added connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.699 [Test worker @coroutine#4967] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Start completed. 2025-05-13 13:53:19.706 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.711 [Test worker @coroutine#4968] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.712 [Test worker @coroutine#4970] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.713 [Test worker @coroutine#4972] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-215 - configuration: 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2539ab41 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-215" 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Starting... 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Added connection org.sqlite.jdbc4.JDBC4Connection@662754bb 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Added connection org.sqlite.jdbc4.JDBC4Connection@662754bb 2025-05-13 13:53:19.713 [Test worker @coroutine#4967] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Start completed. 2025-05-13 13:53:19.720 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@662754bb 2025-05-13 13:53:19.725 [Test worker @coroutine#4974] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@662754bb 2025-05-13 13:53:19.726 [Test worker @coroutine#4976] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@662754bb 2025-05-13 13:53:19.726 [Test worker @coroutine#4978] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@662754bb 2025-05-13 13:53:19.730 [DefaultDispatcher-worker-13 @coroutine#4980] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@662754bb 2025-05-13 13:53:19.737 [DefaultDispatcher-worker-13 @coroutine#4967] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.743 [DefaultDispatcher-worker-8 @coroutine#4967] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@223095d3 2025-05-13 13:53:19.746 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Shutdown initiated... 2025-05-13 13:53:19.746 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Close initiated... 2025-05-13 13:53:19.746 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.746 [HikariPool-214 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Closing connection org.sqlite.jdbc4.JDBC4Connection@223095d3: (connection evicted) 2025-05-13 13:53:19.746 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.746 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Closed. 2025-05-13 13:53:19.746 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Shutdown completed. 2025-05-13 13:53:19.746 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Shutdown initiated... 2025-05-13 13:53:19.746 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Close initiated... 2025-05-13 13:53:19.746 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.746 [HikariPool-215 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Closing connection org.sqlite.jdbc4.JDBC4Connection@662754bb: (connection evicted) 2025-05-13 13:53:19.747 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.747 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Closed. 2025-05-13 13:53:19.747 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Shutdown completed. 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-216 - configuration: 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3aac9173 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-216" 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Starting... 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Added connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Added connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.747 [Test worker @coroutine#4995] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Start completed. 2025-05-13 13:53:19.755 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.760 [Test worker @coroutine#4996] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.760 [Test worker @coroutine#4998] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.761 [Test worker @coroutine#5000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-217 - configuration: 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@77971bbf 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.761 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-217" 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Starting... 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7 2025-05-13 13:53:19.762 [Test worker @coroutine#4995] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Start completed. 2025-05-13 13:53:19.769 [Test worker @coroutine#4995] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7 2025-05-13 13:53:19.774 [Test worker @coroutine#5002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7 2025-05-13 13:53:19.774 [Test worker @coroutine#5004] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7 2025-05-13 13:53:19.775 [Test worker @coroutine#5006] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7 2025-05-13 13:53:19.779 [DefaultDispatcher-worker-11 @coroutine#5008] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7 2025-05-13 13:53:19.785 [DefaultDispatcher-worker-8 @coroutine#4995] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.791 [DefaultDispatcher-worker-2 @coroutine#4995] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.795 [DefaultDispatcher-worker-17 @coroutine#4995] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6 2025-05-13 13:53:19.797 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Shutdown initiated... 2025-05-13 13:53:19.797 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Close initiated... 2025-05-13 13:53:19.797 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.797 [HikariPool-216 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Closing connection org.sqlite.jdbc4.JDBC4Connection@18cb7c6: (connection evicted) 2025-05-13 13:53:19.798 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.798 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Closed. 2025-05-13 13:53:19.798 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Shutdown completed. 2025-05-13 13:53:19.798 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Shutdown initiated... 2025-05-13 13:53:19.798 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Close initiated... 2025-05-13 13:53:19.798 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.798 [HikariPool-217 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6b760eb7: (connection evicted) 2025-05-13 13:53:19.798 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.798 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Closed. 2025-05-13 13:53:19.798 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Shutdown completed. 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-218 - configuration: 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3405025a 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-218" 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Starting... 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Added connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.799 [Test worker @coroutine#5025] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Start completed. 2025-05-13 13:53:19.807 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.811 [Test worker @coroutine#5026] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.812 [Test worker @coroutine#5029] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.813 [Test worker @coroutine#5031] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.817 [DefaultDispatcher-worker-13 @coroutine#5033] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.820 [DefaultDispatcher-worker-2 @coroutine#5025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4 2025-05-13 13:53:19.828 [UI Thread @coroutine#5052] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/api/contententryimportjob/importjobs?contententryuid=727139680187305984 2025-05-13 13:53:19.828 [UI Thread @coroutine#5052] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/api/contententryimportjob/importjobs?contententryuid=727139680187305984. 2025-05-13 13:53:19.828 [UI Thread @coroutine#5052] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/api/contententryimportjob/importjobs?contententryuid=727139680187305984 2025-05-13 13:53:19.829 [UI Thread @coroutine#5052] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/api/contententryimportjob/importjobs?contententryuid=727139680187305984 2025-05-13 13:53:19.829 [UI Thread @coroutine#5052] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/api/contententryimportjob/importjobs?contententryuid=727139680187305984 2025-05-13 13:53:19.829 [UI Thread @coroutine#5052] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost/api/contententryimportjob/importjobs?contententryuid=727139680187305984. 2025-05-13 13:53:19.829 [UI Thread @coroutine#5052] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost/api/contententryimportjob/importjobs?contententryuid=727139680187305984 to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:53:19.831 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Shutdown initiated... 2025-05-13 13:53:19.831 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Close initiated... 2025-05-13 13:53:19.831 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.831 [HikariPool-218 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3ce17e4: (connection evicted) 2025-05-13 13:53:19.832 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.832 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Closed. 2025-05-13 13:53:19.832 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Shutdown completed. 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-219 - configuration: 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5c5cd332 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-219" 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.865 [Test worker @coroutine#5068] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Starting... 2025-05-13 13:53:19.866 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Added connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.866 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Added connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.866 [Test worker @coroutine#5068] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Start completed. 2025-05-13 13:53:19.873 [Test worker @coroutine#5068] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.878 [Test worker @coroutine#5069] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.879 [Test worker @coroutine#5071] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.880 [Test worker @coroutine#5073] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.892 [DefaultDispatcher-worker-12 @coroutine#5068] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.895 [DefaultDispatcher-worker-5 @coroutine#5075] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.898 [DefaultDispatcher-worker-10 @coroutine#5068] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d 2025-05-13 13:53:19.906 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Shutdown initiated... 2025-05-13 13:53:19.906 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Close initiated... 2025-05-13 13:53:19.906 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:19.906 [HikariPool-219 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Closing connection org.sqlite.jdbc4.JDBC4Connection@380f9c1d: (connection evicted) 2025-05-13 13:53:19.906 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.906 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Closed. 2025-05-13 13:53:19.906 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Shutdown completed. 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-220 - configuration: 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@63f9c2cd 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-220" 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Starting... 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a271c2b 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a271c2b 2025-05-13 13:53:19.943 [Test worker @coroutine#5093] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Start completed. 2025-05-13 13:53:19.951 [Test worker @coroutine#5093] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a271c2b 2025-05-13 13:53:19.957 [Test worker @coroutine#5094] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a271c2b 2025-05-13 13:53:19.957 [Test worker @coroutine#5096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a271c2b 2025-05-13 13:53:19.958 [Test worker @coroutine#5098] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a271c2b 2025-05-13 13:53:19.961 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Shutdown initiated... 2025-05-13 13:53:19.961 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Close initiated... 2025-05-13 13:53:19.961 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:19.961 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.961 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Closed. 2025-05-13 13:53:19.961 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Shutdown completed. 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-221 - configuration: 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@930b6f9 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-221" 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Starting... 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Added connection org.sqlite.jdbc4.JDBC4Connection@6d6e8dfc 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Added connection org.sqlite.jdbc4.JDBC4Connection@6d6e8dfc 2025-05-13 13:53:19.963 [Test worker @coroutine#5110] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Start completed. 2025-05-13 13:53:19.972 [Test worker @coroutine#5110] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d6e8dfc 2025-05-13 13:53:19.977 [Test worker @coroutine#5111] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d6e8dfc 2025-05-13 13:53:19.978 [Test worker @coroutine#5113] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d6e8dfc 2025-05-13 13:53:19.979 [Test worker @coroutine#5115] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d6e8dfc 2025-05-13 13:53:19.981 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Shutdown initiated... 2025-05-13 13:53:19.981 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Close initiated... 2025-05-13 13:53:19.981 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:19.981 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:19.981 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Closed. 2025-05-13 13:53:19.981 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Shutdown completed. 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-222 - configuration: 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5b7b5484 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-222" 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Starting... 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Added connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Added connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081 2025-05-13 13:53:19.982 [Test worker @coroutine#5128] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Start completed. 2025-05-13 13:53:19.984 [DefaultDispatcher-worker-1 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:19.984 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.984 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:19.984 [DefaultDispatcher-worker-1 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.985 [DefaultDispatcher-worker-11 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.985 [DefaultDispatcher-worker-11 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:19.991 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081 2025-05-13 13:53:19.996 [Test worker @coroutine#5132] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081 2025-05-13 13:53:19.997 [Test worker @coroutine#5134] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081 2025-05-13 13:53:19.998 [Test worker @coroutine#5136] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-223 - configuration: 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@685e8e17 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-223" 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Starting... 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7 2025-05-13 13:53:19.998 [Test worker @coroutine#5128] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Start completed. 2025-05-13 13:53:20.006 [Test worker @coroutine#5128] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7 2025-05-13 13:53:20.011 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7 2025-05-13 13:53:20.012 [Test worker @coroutine#5140] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7 2025-05-13 13:53:20.013 [Test worker @coroutine#5142] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7 2025-05-13 13:53:20.017 [DefaultDispatcher-worker-18 @coroutine#5144] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7 2025-05-13 13:53:20.025 [DefaultDispatcher-worker-7 @coroutine#5128] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081 2025-05-13 13:53:20.027 [UI Thread @coroutine#5154] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38987/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.027 [UI Thread @coroutine#5154] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38987/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 13:53:20.027 [UI Thread @coroutine#5154] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38987/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.028 [UI Thread @coroutine#5154] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38987/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.028 [UI Thread @coroutine#5154] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38987/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.028 [UI Thread @coroutine#5154] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:38987/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 13:53:20.028 [UI Thread @coroutine#5154] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:38987/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:20.029 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Shutdown initiated... 2025-05-13 13:53:20.029 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Close initiated... 2025-05-13 13:53:20.029 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.030 [HikariPool-222 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6dbfd081: (connection evicted) 2025-05-13 13:53:20.030 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.030 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Closed. 2025-05-13 13:53:20.030 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Shutdown completed. 2025-05-13 13:53:20.030 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Shutdown initiated... 2025-05-13 13:53:20.030 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Close initiated... 2025-05-13 13:53:20.030 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.030 [HikariPool-223 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5f3705e7: (connection evicted) 2025-05-13 13:53:20.031 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.031 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Closed. 2025-05-13 13:53:20.031 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Shutdown completed. 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-224 - configuration: 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@294a150c 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-224" 2025-05-13 13:53:20.031 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Starting... 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701 2025-05-13 13:53:20.032 [Test worker @coroutine#5160] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Start completed. 2025-05-13 13:53:20.039 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701 2025-05-13 13:53:20.044 [Test worker @coroutine#5161] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701 2025-05-13 13:53:20.045 [Test worker @coroutine#5163] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701 2025-05-13 13:53:20.046 [Test worker @coroutine#5165] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-225 - configuration: 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@420dee82 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-225" 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Starting... 2025-05-13 13:53:20.046 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Added connection org.sqlite.jdbc4.JDBC4Connection@81ac569 2025-05-13 13:53:20.047 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Added connection org.sqlite.jdbc4.JDBC4Connection@81ac569 2025-05-13 13:53:20.047 [Test worker @coroutine#5160] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Start completed. 2025-05-13 13:53:20.054 [Test worker @coroutine#5160] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@81ac569 2025-05-13 13:53:20.059 [Test worker @coroutine#5167] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@81ac569 2025-05-13 13:53:20.059 [Test worker @coroutine#5169] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@81ac569 2025-05-13 13:53:20.060 [Test worker @coroutine#5171] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@81ac569 2025-05-13 13:53:20.064 [DefaultDispatcher-worker-15 @coroutine#5173] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@81ac569 2025-05-13 13:53:20.071 [DefaultDispatcher-worker-6 @coroutine#5160] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701 2025-05-13 13:53:20.072 [UI Thread @coroutine#5183] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:52465/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.072 [UI Thread @coroutine#5183] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:52465/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 13:53:20.072 [UI Thread @coroutine#5183] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:52465/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.073 [UI Thread @coroutine#5183] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:52465/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.073 [UI Thread @coroutine#5183] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:52465/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.074 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Shutdown initiated... 2025-05-13 13:53:20.074 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Close initiated... 2025-05-13 13:53:20.074 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.074 [HikariPool-224 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4a0b1701: (connection evicted) 2025-05-13 13:53:20.074 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.074 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Closed. 2025-05-13 13:53:20.074 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Shutdown completed. 2025-05-13 13:53:20.074 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Shutdown initiated... 2025-05-13 13:53:20.074 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Close initiated... 2025-05-13 13:53:20.074 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.074 [HikariPool-225 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Closing connection org.sqlite.jdbc4.JDBC4Connection@81ac569: (connection evicted) 2025-05-13 13:53:20.075 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.075 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Closed. 2025-05-13 13:53:20.075 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Shutdown completed. 2025-05-13 13:53:20.075 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-226 - configuration: 2025-05-13 13:53:20.076 [DefaultDispatcher-worker-7 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@612e1c6e 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.076 [DefaultDispatcher-worker-7 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.076 [DefaultDispatcher-worker-7 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.076 [DefaultDispatcher-worker-7 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-226" 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Starting... 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Added connection org.sqlite.jdbc4.JDBC4Connection@15045e40 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Added connection org.sqlite.jdbc4.JDBC4Connection@15045e40 2025-05-13 13:53:20.076 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Start completed. 2025-05-13 13:53:20.076 [DefaultDispatcher-worker-6 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.076 [DefaultDispatcher-worker-6 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.084 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15045e40 2025-05-13 13:53:20.089 [Test worker @coroutine#5193] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15045e40 2025-05-13 13:53:20.090 [Test worker @coroutine#5195] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15045e40 2025-05-13 13:53:20.090 [Test worker @coroutine#5197] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15045e40 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-227 - configuration: 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6050d04d 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-227" 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Starting... 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Added connection org.sqlite.jdbc4.JDBC4Connection@331886ac 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Added connection org.sqlite.jdbc4.JDBC4Connection@331886ac 2025-05-13 13:53:20.091 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Start completed. 2025-05-13 13:53:20.098 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@331886ac 2025-05-13 13:53:20.103 [Test worker @coroutine#5199] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@331886ac 2025-05-13 13:53:20.104 [Test worker @coroutine#5201] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@331886ac 2025-05-13 13:53:20.104 [Test worker @coroutine#5203] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@331886ac 2025-05-13 13:53:20.108 [DefaultDispatcher-worker-1 @coroutine#5205] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@331886ac 2025-05-13 13:53:20.115 [DefaultDispatcher-worker-15 @coroutine#5189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@15045e40 2025-05-13 13:53:20.116 [UI Thread @coroutine#5216] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:41231/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.116 [UI Thread @coroutine#5216] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:41231/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 13:53:20.116 [UI Thread @coroutine#5216] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:41231/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.117 [UI Thread @coroutine#5216] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:41231/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.117 [UI Thread @coroutine#5216] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:41231/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 13:53:20.117 [UI Thread @coroutine#5216] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:41231/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 13:53:20.117 [UI Thread @coroutine#5216] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:41231/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:20.118 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Shutdown initiated... 2025-05-13 13:53:20.118 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Close initiated... 2025-05-13 13:53:20.118 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.118 [HikariPool-226 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Closing connection org.sqlite.jdbc4.JDBC4Connection@15045e40: (connection evicted) 2025-05-13 13:53:20.119 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.119 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Closed. 2025-05-13 13:53:20.119 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Shutdown completed. 2025-05-13 13:53:20.119 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Shutdown initiated... 2025-05-13 13:53:20.119 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Close initiated... 2025-05-13 13:53:20.119 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.119 [HikariPool-227 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Closing connection org.sqlite.jdbc4.JDBC4Connection@331886ac: (connection evicted) 2025-05-13 13:53:20.119 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.119 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Closed. 2025-05-13 13:53:20.119 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Shutdown completed. 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-228 - configuration: 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2c5dfc9b 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-228" 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Starting... 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Added connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Added connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.120 [Test worker @coroutine#5222] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Start completed. 2025-05-13 13:53:20.128 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.133 [Test worker @coroutine#5223] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.133 [Test worker @coroutine#5225] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.137 [Test worker @coroutine#5227] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-229 - configuration: 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@b7b5e7 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-229" 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Starting... 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Added connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Added connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53 2025-05-13 13:53:20.137 [Test worker @coroutine#5222] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Start completed. 2025-05-13 13:53:20.145 [Test worker @coroutine#5222] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53 2025-05-13 13:53:20.150 [DefaultDispatcher-worker-5 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:20.150 [Test worker @coroutine#5229] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53 2025-05-13 13:53:20.150 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.150 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.150 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.151 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.151 [DefaultDispatcher-worker-5 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.151 [Test worker @coroutine#5232] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53 2025-05-13 13:53:20.152 [Test worker @coroutine#5236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53 2025-05-13 13:53:20.155 [DefaultDispatcher-worker-16 @coroutine#5238] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53 2025-05-13 13:53:20.162 [DefaultDispatcher-worker-1 @coroutine#5222] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.170 [DefaultDispatcher-worker-10 @coroutine#5222] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3 2025-05-13 13:53:20.176 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Shutdown initiated... 2025-05-13 13:53:20.176 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Close initiated... 2025-05-13 13:53:20.176 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.176 [HikariPool-228 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5bee07c3: (connection evicted) 2025-05-13 13:53:20.176 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.176 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Closed. 2025-05-13 13:53:20.176 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Shutdown completed. 2025-05-13 13:53:20.176 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Shutdown initiated... 2025-05-13 13:53:20.176 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Close initiated... 2025-05-13 13:53:20.176 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.176 [HikariPool-229 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7abe3d53: (connection evicted) 2025-05-13 13:53:20.177 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.177 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Closed. 2025-05-13 13:53:20.177 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Shutdown completed. 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-230 - configuration: 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@24f6f6bf 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-230" 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Starting... 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Added connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Added connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.178 [Test worker @coroutine#5273] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Start completed. 2025-05-13 13:53:20.186 [Test worker @coroutine#5273] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.190 [Test worker @coroutine#5274] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.191 [Test worker @coroutine#5276] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.192 [Test worker @coroutine#5278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.196 [DefaultDispatcher-worker-13 @coroutine#5280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.206 [DefaultDispatcher-worker-19 @coroutine#5273] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.212 [DefaultDispatcher-worker-11 @coroutine#5273] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.222 [DefaultDispatcher-worker-11 @coroutine#5301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59e02113 2025-05-13 13:53:20.224 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Shutdown initiated... 2025-05-13 13:53:20.224 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Close initiated... 2025-05-13 13:53:20.224 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.224 [HikariPool-230 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Closing connection org.sqlite.jdbc4.JDBC4Connection@59e02113: (connection evicted) 2025-05-13 13:53:20.224 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.224 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Closed. 2025-05-13 13:53:20.224 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Shutdown completed. 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-231 - configuration: 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1f9b8c23 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.225 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-231" 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Starting... 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Added connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Added connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.226 [Test worker @coroutine#5307] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Start completed. 2025-05-13 13:53:20.229 [DefaultDispatcher-worker-12 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:20.229 [DefaultDispatcher-worker-12 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.229 [DefaultDispatcher-worker-12 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.229 [DefaultDispatcher-worker-12 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.230 [DefaultDispatcher-worker-1 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.230 [DefaultDispatcher-worker-1 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.234 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.239 [Test worker @coroutine#5311] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.239 [Test worker @coroutine#5313] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.240 [Test worker @coroutine#5315] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-232 - configuration: 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7f913c47 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-232" 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Starting... 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Added connection org.sqlite.jdbc4.JDBC4Connection@6cf58989 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Added connection org.sqlite.jdbc4.JDBC4Connection@6cf58989 2025-05-13 13:53:20.241 [Test worker @coroutine#5307] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Start completed. 2025-05-13 13:53:20.248 [Test worker @coroutine#5307] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cf58989 2025-05-13 13:53:20.253 [Test worker @coroutine#5317] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cf58989 2025-05-13 13:53:20.254 [Test worker @coroutine#5319] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cf58989 2025-05-13 13:53:20.255 [Test worker @coroutine#5321] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cf58989 2025-05-13 13:53:20.259 [DefaultDispatcher-worker-19 @coroutine#5323] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cf58989 2025-05-13 13:53:20.264 [DefaultDispatcher-worker-13 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:20.264 [DefaultDispatcher-worker-13 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.264 [DefaultDispatcher-worker-13 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.264 [DefaultDispatcher-worker-13 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.264 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.264 [DefaultDispatcher-worker-9 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.266 [DefaultDispatcher-worker-20 @coroutine#5307] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.270 [DefaultDispatcher-worker-10 @coroutine#5307] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11303cb 2025-05-13 13:53:20.274 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Shutdown initiated... 2025-05-13 13:53:20.274 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Close initiated... 2025-05-13 13:53:20.274 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.274 [HikariPool-231 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Closing connection org.sqlite.jdbc4.JDBC4Connection@11303cb: (connection evicted) 2025-05-13 13:53:20.275 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.275 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Closed. 2025-05-13 13:53:20.275 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Shutdown completed. 2025-05-13 13:53:20.275 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Shutdown initiated... 2025-05-13 13:53:20.275 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Close initiated... 2025-05-13 13:53:20.275 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.275 [HikariPool-232 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6cf58989: (connection evicted) 2025-05-13 13:53:20.275 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.275 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Closed. 2025-05-13 13:53:20.275 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Shutdown completed. 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-233 - configuration: 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@b917b5e 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-233" 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Starting... 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.276 [Test worker @coroutine#5351] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Start completed. 2025-05-13 13:53:20.284 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.289 [Test worker @coroutine#5352] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.289 [Test worker @coroutine#5354] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.290 [Test worker @coroutine#5356] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.294 [DefaultDispatcher-worker-9 @coroutine#5358] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.298 [DefaultDispatcher-worker-8 @coroutine#5351] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.303 [DefaultDispatcher-worker-13 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:20.303 [DefaultDispatcher-worker-13 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.303 [DefaultDispatcher-worker-13 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.303 [DefaultDispatcher-worker-13 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.303 [DefaultDispatcher-worker-11 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.304 [DefaultDispatcher-worker-17 @coroutine#5371] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161 2025-05-13 13:53:20.305 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Shutdown initiated... 2025-05-13 13:53:20.305 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Close initiated... 2025-05-13 13:53:20.305 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.305 [HikariPool-233 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6c1e2161: (connection evicted) 2025-05-13 13:53:20.305 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.305 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Closed. 2025-05-13 13:53:20.305 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Shutdown completed. 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-234 - configuration: 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3ae81b53 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-234" 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Starting... 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Added connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Added connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.306 [Test worker @coroutine#5381] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Start completed. 2025-05-13 13:53:20.315 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.320 [Test worker @coroutine#5382] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.321 [Test worker @coroutine#5384] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.321 [DefaultDispatcher-worker-12 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:20.321 [DefaultDispatcher-worker-12 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.321 [DefaultDispatcher-worker-12 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.321 [DefaultDispatcher-worker-12 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.322 [Test worker @coroutine#5386] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.322 [DefaultDispatcher-worker-10 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.322 [DefaultDispatcher-worker-10 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.326 [DefaultDispatcher-worker-15 @coroutine#5391] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.329 [DefaultDispatcher-worker-15 @coroutine#5403] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5127de08 2025-05-13 13:53:20.330 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Shutdown initiated... 2025-05-13 13:53:20.330 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Close initiated... 2025-05-13 13:53:20.330 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.330 [HikariPool-234 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5127de08: (connection evicted) 2025-05-13 13:53:20.330 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.330 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Closed. 2025-05-13 13:53:20.330 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Shutdown completed. 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-235 - configuration: 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@160a8986 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-235" 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Starting... 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3 2025-05-13 13:53:20.331 [Test worker @coroutine#5412] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Start completed. 2025-05-13 13:53:20.339 [Test worker @coroutine#5412] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3 2025-05-13 13:53:20.343 [Test worker @coroutine#5413] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3 2025-05-13 13:53:20.344 [Test worker @coroutine#5415] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3 2025-05-13 13:53:20.345 [Test worker @coroutine#5417] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3 2025-05-13 13:53:20.382 [DefaultDispatcher-worker-3 @coroutine#5419] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3 2025-05-13 13:53:20.385 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Shutdown initiated... 2025-05-13 13:53:20.385 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Close initiated... 2025-05-13 13:53:20.385 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.385 [HikariPool-235 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2f24e1f3: (connection evicted) 2025-05-13 13:53:20.386 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.386 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Closed. 2025-05-13 13:53:20.386 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Shutdown completed. 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-236 - configuration: 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@72bf63a 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-236" 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Starting... 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.386 [Test worker @coroutine#5434] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Start completed. 2025-05-13 13:53:20.394 [Test worker @coroutine#5434] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.399 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.399 [Test worker @coroutine#5437] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.400 [Test worker @coroutine#5439] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.404 [DefaultDispatcher-worker-8 @coroutine#5441] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.408 [DefaultDispatcher-worker-4 @coroutine#5434] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d 2025-05-13 13:53:20.410 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Shutdown initiated... 2025-05-13 13:53:20.410 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Close initiated... 2025-05-13 13:53:20.410 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.410 [HikariPool-236 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6a4ec62d: (connection evicted) 2025-05-13 13:53:20.411 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.411 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Closed. 2025-05-13 13:53:20.411 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Shutdown completed. 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-237 - configuration: 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@f4cfc61 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-237" 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Starting... 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Added connection org.sqlite.jdbc4.JDBC4Connection@b632594 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Added connection org.sqlite.jdbc4.JDBC4Connection@b632594 2025-05-13 13:53:20.413 [Test worker @coroutine#5458] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Start completed. 2025-05-13 13:53:20.420 [Test worker @coroutine#5458] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@b632594 2025-05-13 13:53:20.425 [Test worker @coroutine#5459] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@b632594 2025-05-13 13:53:20.426 [Test worker @coroutine#5461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@b632594 2025-05-13 13:53:20.427 [Test worker @coroutine#5463] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@b632594 2025-05-13 13:53:20.429 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Shutdown initiated... 2025-05-13 13:53:20.429 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Close initiated... 2025-05-13 13:53:20.429 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:20.429 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.429 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Closed. 2025-05-13 13:53:20.429 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Shutdown completed. 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-238 - configuration: 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1805b503 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-238" 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Starting... 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Added connection org.sqlite.jdbc4.JDBC4Connection@5331a22c 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Added connection org.sqlite.jdbc4.JDBC4Connection@5331a22c 2025-05-13 13:53:20.430 [Test worker @coroutine#5474] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Start completed. 2025-05-13 13:53:20.437 [Test worker @coroutine#5474] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5331a22c 2025-05-13 13:53:20.442 [Test worker @coroutine#5475] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5331a22c 2025-05-13 13:53:20.443 [Test worker @coroutine#5477] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5331a22c 2025-05-13 13:53:20.444 [Test worker @coroutine#5479] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5331a22c 2025-05-13 13:53:20.445 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Shutdown initiated... 2025-05-13 13:53:20.445 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Close initiated... 2025-05-13 13:53:20.445 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:20.445 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.445 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Closed. 2025-05-13 13:53:20.445 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Shutdown completed. 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-239 - configuration: 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5e7d994c 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-239" 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Starting... 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Added connection org.sqlite.jdbc4.JDBC4Connection@3077e4aa 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Added connection org.sqlite.jdbc4.JDBC4Connection@3077e4aa 2025-05-13 13:53:20.446 [Test worker @coroutine#5490] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Start completed. 2025-05-13 13:53:20.452 [DefaultDispatcher-worker-8 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:20.452 [DefaultDispatcher-worker-8 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.452 [DefaultDispatcher-worker-8 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.452 [DefaultDispatcher-worker-8 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.453 [DefaultDispatcher-worker-14 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.453 [DefaultDispatcher-worker-14 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.455 [Test worker @coroutine#5490] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3077e4aa 2025-05-13 13:53:20.460 [Test worker @coroutine#5494] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3077e4aa 2025-05-13 13:53:20.460 [Test worker @coroutine#5496] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3077e4aa 2025-05-13 13:53:20.461 [Test worker @coroutine#5498] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3077e4aa 2025-05-13 13:53:20.464 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Shutdown initiated... 2025-05-13 13:53:20.464 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Close initiated... 2025-05-13 13:53:20.464 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:20.464 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.464 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Closed. 2025-05-13 13:53:20.464 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Shutdown completed. 2025-05-13 13:53:20.468 [UI Thread @coroutine#5514] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:48775/Site/verify 2025-05-13 13:53:20.468 [UI Thread @coroutine#5514] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:48775/Site/verify. 2025-05-13 13:53:20.468 [UI Thread @coroutine#5514] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:48775/Site/verify 2025-05-13 13:53:20.469 [UI Thread @coroutine#5514] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:48775/Site/verify 2025-05-13 13:53:20.469 [UI Thread @coroutine#5514] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:48775/Site/verify 2025-05-13 13:53:20.469 [UI Thread @coroutine#5514] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:48775/Site/verify. 2025-05-13 13:53:20.469 [UI Thread @coroutine#5514] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:48775/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-240 - configuration: 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@344ab465 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-240" 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Starting... 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Added connection org.sqlite.jdbc4.JDBC4Connection@d05d8c3 2025-05-13 13:53:20.472 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Added connection org.sqlite.jdbc4.JDBC4Connection@d05d8c3 2025-05-13 13:53:20.473 [Test worker @coroutine#5528] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Start completed. 2025-05-13 13:53:20.481 [Test worker @coroutine#5528] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d05d8c3 2025-05-13 13:53:20.486 [Test worker @coroutine#5529] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d05d8c3 2025-05-13 13:53:20.486 [Test worker @coroutine#5531] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d05d8c3 2025-05-13 13:53:20.487 [Test worker @coroutine#5533] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d05d8c3 2025-05-13 13:53:20.489 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Shutdown initiated... 2025-05-13 13:53:20.489 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Close initiated... 2025-05-13 13:53:20.489 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:20.489 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.489 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Closed. 2025-05-13 13:53:20.489 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Shutdown completed. 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-241 - configuration: 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@321d39cc 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-241" 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Starting... 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Added connection org.sqlite.jdbc4.JDBC4Connection@3de473d9 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Added connection org.sqlite.jdbc4.JDBC4Connection@3de473d9 2025-05-13 13:53:20.490 [Test worker @coroutine#5545] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Start completed. 2025-05-13 13:53:20.498 [Test worker @coroutine#5545] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3de473d9 2025-05-13 13:53:20.503 [Test worker @coroutine#5546] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3de473d9 2025-05-13 13:53:20.504 [Test worker @coroutine#5548] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3de473d9 2025-05-13 13:53:20.505 [Test worker @coroutine#5550] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3de473d9 2025-05-13 13:53:20.506 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Shutdown initiated... 2025-05-13 13:53:20.506 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Close initiated... 2025-05-13 13:53:20.506 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:20.506 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.506 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Closed. 2025-05-13 13:53:20.506 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Shutdown completed. 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-242 - configuration: 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@61b06782 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-242" 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Starting... 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Added connection org.sqlite.jdbc4.JDBC4Connection@6434827e 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Added connection org.sqlite.jdbc4.JDBC4Connection@6434827e 2025-05-13 13:53:20.507 [Test worker @coroutine#5562] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Start completed. 2025-05-13 13:53:20.515 [Test worker @coroutine#5562] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6434827e 2025-05-13 13:53:20.520 [Test worker @coroutine#5563] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6434827e 2025-05-13 13:53:20.521 [Test worker @coroutine#5565] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6434827e 2025-05-13 13:53:20.522 [Test worker @coroutine#5567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6434827e 2025-05-13 13:53:20.523 [UI Thread @coroutine#5576] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54945/Site/verify 2025-05-13 13:53:20.523 [UI Thread @coroutine#5576] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54945/Site/verify. 2025-05-13 13:53:20.523 [UI Thread @coroutine#5576] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54945/Site/verify 2025-05-13 13:53:20.524 [UI Thread @coroutine#5576] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54945/Site/verify 2025-05-13 13:53:20.524 [UI Thread @coroutine#5576] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54945/Site/verify 2025-05-13 13:53:20.524 [UI Thread @coroutine#5576] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:54945/Site/verify. 2025-05-13 13:53:20.524 [UI Thread @coroutine#5576] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:54945/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:20.526 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Shutdown initiated... 2025-05-13 13:53:20.526 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Close initiated... 2025-05-13 13:53:20.526 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:20.526 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.526 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Closed. 2025-05-13 13:53:20.526 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Shutdown completed. 2025-05-13 13:53:20.528 [UI Thread @coroutine#5588] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:42389/Site/verify 2025-05-13 13:53:20.528 [UI Thread @coroutine#5588] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:42389/Site/verify. 2025-05-13 13:53:20.528 [UI Thread @coroutine#5588] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:42389/Site/verify 2025-05-13 13:53:20.529 [UI Thread @coroutine#5588] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:42389/Site/verify 2025-05-13 13:53:20.529 [UI Thread @coroutine#5588] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:42389/Site/verify 2025-05-13 13:53:20.529 [UI Thread @coroutine#5588] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:42389/Site/verify. 2025-05-13 13:53:20.529 [UI Thread @coroutine#5588] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:42389/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:20.531 [UI Thread @coroutine#5601] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:52567/Site/verify 2025-05-13 13:53:20.531 [UI Thread @coroutine#5601] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:52567/Site/verify. 2025-05-13 13:53:20.531 [UI Thread @coroutine#5601] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:52567/Site/verify 2025-05-13 13:53:20.532 [UI Thread @coroutine#5601] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:52567/Site/verify 2025-05-13 13:53:20.532 [UI Thread @coroutine#5601] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:52567/Site/verify 2025-05-13 13:53:20.532 [UI Thread @coroutine#5601] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:52567/Site/verify. 2025-05-13 13:53:20.532 [UI Thread @coroutine#5601] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:52567/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:20.534 [DefaultDispatcher-worker-7 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:20.534 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.534 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.534 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.534 [DefaultDispatcher-worker-5 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.534 [DefaultDispatcher-worker-5 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.535 [UI Thread @coroutine#5618] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:79/Site/verify 2025-05-13 13:53:20.535 [UI Thread @coroutine#5618] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:79/Site/verify. 2025-05-13 13:53:20.535 [UI Thread @coroutine#5618] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:79/Site/verify 2025-05-13 13:53:20.536 [UI Thread @coroutine#5618] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.ConnectException: Failed to connect to localhost/127.0.0.1:79 for request http://localhost:79/Site/verify 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-243 - configuration: 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@225fc6a2 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-243" 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.537 [Test worker @coroutine#5625] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Starting... 2025-05-13 13:53:20.538 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Added connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.538 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Added connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.538 [Test worker @coroutine#5625] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Start completed. 2025-05-13 13:53:20.546 [Test worker @coroutine#5625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.551 [Test worker @coroutine#5626] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.552 [Test worker @coroutine#5628] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.552 [Test worker @coroutine#5630] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.557 [DefaultDispatcher-worker-20 @coroutine#5632] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.567 [DefaultDispatcher-worker-20 @coroutine#5625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.571 [DefaultDispatcher-worker-10 @coroutine#5625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.574 [DefaultDispatcher-worker-17 @coroutine#5625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.577 [DefaultDispatcher-worker-3 @coroutine#5625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.580 [DefaultDispatcher-worker-4 @coroutine#5625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.585 [DefaultDispatcher-worker-13 @coroutine#5625] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.593 [DefaultDispatcher-worker-11 @coroutine#5648] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a 2025-05-13 13:53:20.594 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Shutdown initiated... 2025-05-13 13:53:20.594 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Close initiated... 2025-05-13 13:53:20.594 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.594 [HikariPool-243 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Closing connection org.sqlite.jdbc4.JDBC4Connection@19e3ce9a: (connection evicted) 2025-05-13 13:53:20.595 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.595 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Closed. 2025-05-13 13:53:20.595 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Shutdown completed. 2025-05-13 13:53:20.595 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-244 - configuration: 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@46d8d38 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-244" 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Starting... 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Added connection org.sqlite.jdbc4.JDBC4Connection@6fa84885 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Added connection org.sqlite.jdbc4.JDBC4Connection@6fa84885 2025-05-13 13:53:20.596 [Test worker @coroutine#5654] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Start completed. 2025-05-13 13:53:20.603 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6fa84885 2025-05-13 13:53:20.608 [Test worker @coroutine#5655] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6fa84885 2025-05-13 13:53:20.609 [Test worker @coroutine#5657] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6fa84885 2025-05-13 13:53:20.610 [Test worker @coroutine#5659] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6fa84885 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-245 - configuration: 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@15c4b89b 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-245" 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Starting... 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Added connection org.sqlite.jdbc4.JDBC4Connection@4058b398 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Added connection org.sqlite.jdbc4.JDBC4Connection@4058b398 2025-05-13 13:53:20.610 [Test worker @coroutine#5654] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Start completed. 2025-05-13 13:53:20.618 [Test worker @coroutine#5654] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4058b398 2025-05-13 13:53:20.623 [Test worker @coroutine#5661] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4058b398 2025-05-13 13:53:20.624 [Test worker @coroutine#5663] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4058b398 2025-05-13 13:53:20.625 [Test worker @coroutine#5665] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4058b398 2025-05-13 13:53:20.629 [DefaultDispatcher-worker-14 @coroutine#5667] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4058b398 2025-05-13 13:53:20.636 [DefaultDispatcher-worker-8 @coroutine#5654] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6fa84885 2025-05-13 13:53:20.644 [DefaultDispatcher-worker-18 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:20.644 [DefaultDispatcher-worker-18 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.644 [DefaultDispatcher-worker-18 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.644 [DefaultDispatcher-worker-18 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.645 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Shutdown initiated... 2025-05-13 13:53:20.645 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Close initiated... 2025-05-13 13:53:20.645 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.645 [HikariPool-244 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6fa84885: (connection evicted) 2025-05-13 13:53:20.645 [DefaultDispatcher-worker-3 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.645 [DefaultDispatcher-worker-3 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.646 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.646 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Closed. 2025-05-13 13:53:20.646 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Shutdown completed. 2025-05-13 13:53:20.646 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Shutdown initiated... 2025-05-13 13:53:20.646 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Close initiated... 2025-05-13 13:53:20.646 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.646 [HikariPool-245 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4058b398: (connection evicted) 2025-05-13 13:53:20.646 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.646 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Closed. 2025-05-13 13:53:20.646 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Shutdown completed. 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-246 - configuration: 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@72788282 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-246" 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Starting... 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Added connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Added connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.647 [Test worker @coroutine#5706] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Start completed. 2025-05-13 13:53:20.655 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.660 [Test worker @coroutine#5707] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.660 [Test worker @coroutine#5709] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.661 [Test worker @coroutine#5711] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-247 - configuration: 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@21259314 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-247" 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Starting... 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Added connection org.sqlite.jdbc4.JDBC4Connection@75acb326 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Added connection org.sqlite.jdbc4.JDBC4Connection@75acb326 2025-05-13 13:53:20.662 [Test worker @coroutine#5706] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Start completed. 2025-05-13 13:53:20.672 [Test worker @coroutine#5706] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75acb326 2025-05-13 13:53:20.677 [Test worker @coroutine#5713] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75acb326 2025-05-13 13:53:20.678 [Test worker @coroutine#5715] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75acb326 2025-05-13 13:53:20.679 [Test worker @coroutine#5717] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75acb326 2025-05-13 13:53:20.683 [DefaultDispatcher-worker-16 @coroutine#5719] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75acb326 2025-05-13 13:53:20.690 [DefaultDispatcher-worker-12 @coroutine#5706] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.694 [DefaultDispatcher-worker-5 @coroutine#5706] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60bc259a 2025-05-13 13:53:20.697 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Shutdown initiated... 2025-05-13 13:53:20.697 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Close initiated... 2025-05-13 13:53:20.697 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.697 [HikariPool-246 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Closing connection org.sqlite.jdbc4.JDBC4Connection@60bc259a: (connection evicted) 2025-05-13 13:53:20.698 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.698 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Closed. 2025-05-13 13:53:20.698 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Shutdown completed. 2025-05-13 13:53:20.698 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Shutdown initiated... 2025-05-13 13:53:20.698 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Close initiated... 2025-05-13 13:53:20.698 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.698 [HikariPool-247 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Closing connection org.sqlite.jdbc4.JDBC4Connection@75acb326: (connection evicted) 2025-05-13 13:53:20.698 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.698 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Closed. 2025-05-13 13:53:20.698 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Shutdown completed. 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-248 - configuration: 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7ca29492 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-248" 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Starting... 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Added connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Added connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.699 [Test worker @coroutine#5756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Start completed. 2025-05-13 13:53:20.707 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.712 [Test worker @coroutine#5757] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.712 [Test worker @coroutine#5760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.713 [Test worker @coroutine#5762] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.713 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-249 - configuration: 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7ba821ef 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-249" 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Starting... 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Added connection org.sqlite.jdbc4.JDBC4Connection@2779acb2 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Added connection org.sqlite.jdbc4.JDBC4Connection@2779acb2 2025-05-13 13:53:20.714 [Test worker @coroutine#5756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Start completed. 2025-05-13 13:53:20.721 [Test worker @coroutine#5756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2779acb2 2025-05-13 13:53:20.726 [Test worker @coroutine#5764] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2779acb2 2025-05-13 13:53:20.727 [Test worker @coroutine#5766] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2779acb2 2025-05-13 13:53:20.727 [Test worker @coroutine#5768] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2779acb2 2025-05-13 13:53:20.731 [DefaultDispatcher-worker-10 @coroutine#5770] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2779acb2 2025-05-13 13:53:20.738 [DefaultDispatcher-worker-5 @coroutine#5756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.742 [DefaultDispatcher-worker-13 @coroutine#5756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39482f2b 2025-05-13 13:53:20.799 [HikariPool-248 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.814 [HikariPool-249 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.989 [DefaultDispatcher-worker-6 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:20.989 [DefaultDispatcher-worker-6 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.989 [DefaultDispatcher-worker-6 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:20.989 [DefaultDispatcher-worker-6 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.990 [DefaultDispatcher-worker-10 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.990 [DefaultDispatcher-worker-10 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:20.994 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Shutdown initiated... 2025-05-13 13:53:20.994 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Close initiated... 2025-05-13 13:53:20.994 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.994 [HikariPool-248 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Closing connection org.sqlite.jdbc4.JDBC4Connection@39482f2b: (connection evicted) 2025-05-13 13:53:20.994 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.995 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Closed. 2025-05-13 13:53:20.995 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Shutdown completed. 2025-05-13 13:53:20.995 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Shutdown initiated... 2025-05-13 13:53:20.995 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Close initiated... 2025-05-13 13:53:20.995 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:20.995 [HikariPool-249 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2779acb2: (connection evicted) 2025-05-13 13:53:20.995 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:20.995 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Closed. 2025-05-13 13:53:20.995 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Shutdown completed. 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-250 - configuration: 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6b29771f 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-250" 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Starting... 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:20.996 [Test worker @coroutine#5811] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Start completed. 2025-05-13 13:53:21.004 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:21.009 [Test worker @coroutine#5812] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:21.010 [Test worker @coroutine#5814] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:21.011 [Test worker @coroutine#5816] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-251 - configuration: 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7fec198a 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-251" 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Starting... 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Added connection org.sqlite.jdbc4.JDBC4Connection@271ced5f 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Added connection org.sqlite.jdbc4.JDBC4Connection@271ced5f 2025-05-13 13:53:21.011 [Test worker @coroutine#5811] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Start completed. 2025-05-13 13:53:21.018 [Test worker @coroutine#5811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@271ced5f 2025-05-13 13:53:21.023 [Test worker @coroutine#5819] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@271ced5f 2025-05-13 13:53:21.024 [Test worker @coroutine#5821] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@271ced5f 2025-05-13 13:53:21.024 [Test worker @coroutine#5823] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@271ced5f 2025-05-13 13:53:21.028 [DefaultDispatcher-worker-11 @coroutine#5825] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@271ced5f 2025-05-13 13:53:21.035 [DefaultDispatcher-worker-1 @coroutine#5811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:21.039 [DefaultDispatcher-worker-10 @coroutine#5811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:21.043 [DefaultDispatcher-worker-10 @coroutine#5811] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02 2025-05-13 13:53:21.045 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Shutdown initiated... 2025-05-13 13:53:21.045 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Close initiated... 2025-05-13 13:53:21.045 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.045 [HikariPool-250 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2e02cc02: (connection evicted) 2025-05-13 13:53:21.046 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.046 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Closed. 2025-05-13 13:53:21.046 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Shutdown completed. 2025-05-13 13:53:21.046 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Shutdown initiated... 2025-05-13 13:53:21.046 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Close initiated... 2025-05-13 13:53:21.046 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.046 [HikariPool-251 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Closing connection org.sqlite.jdbc4.JDBC4Connection@271ced5f: (connection evicted) 2025-05-13 13:53:21.046 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.046 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Closed. 2025-05-13 13:53:21.046 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Shutdown completed. 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-252 - configuration: 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@35007b7a 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-252" 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Starting... 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Added connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Added connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.047 [Test worker @coroutine#5863] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Start completed. 2025-05-13 13:53:21.054 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.059 [Test worker @coroutine#5865] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.060 [Test worker @coroutine#5867] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.060 [Test worker @coroutine#5869] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-253 - configuration: 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@42ff5c92 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-253" 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Starting... 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Added connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Added connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd 2025-05-13 13:53:21.061 [Test worker @coroutine#5863] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Start completed. 2025-05-13 13:53:21.068 [Test worker @coroutine#5863] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd 2025-05-13 13:53:21.073 [Test worker @coroutine#5871] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd 2025-05-13 13:53:21.073 [Test worker @coroutine#5873] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd 2025-05-13 13:53:21.074 [Test worker @coroutine#5875] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd 2025-05-13 13:53:21.078 [DefaultDispatcher-worker-10 @coroutine#5877] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd 2025-05-13 13:53:21.080 [DefaultDispatcher-worker-13 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:21.080 [DefaultDispatcher-worker-13 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.080 [DefaultDispatcher-worker-13 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.080 [DefaultDispatcher-worker-13 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.080 [DefaultDispatcher-worker-19 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.080 [DefaultDispatcher-worker-19 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.085 [DefaultDispatcher-worker-8 @coroutine#5863] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.088 [DefaultDispatcher-worker-3 @coroutine#5863] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.092 [DefaultDispatcher-worker-20 @coroutine#5863] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74eebb25 2025-05-13 13:53:21.094 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Shutdown initiated... 2025-05-13 13:53:21.094 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Close initiated... 2025-05-13 13:53:21.094 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.094 [HikariPool-252 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Closing connection org.sqlite.jdbc4.JDBC4Connection@74eebb25: (connection evicted) 2025-05-13 13:53:21.095 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.095 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Closed. 2025-05-13 13:53:21.095 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Shutdown completed. 2025-05-13 13:53:21.095 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Shutdown initiated... 2025-05-13 13:53:21.095 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Close initiated... 2025-05-13 13:53:21.095 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.095 [HikariPool-253 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4afad6bd: (connection evicted) 2025-05-13 13:53:21.095 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.095 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Closed. 2025-05-13 13:53:21.095 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Shutdown completed. 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-254 - configuration: 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@a809a62 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-254" 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Starting... 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.096 [Test worker @coroutine#5918] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Start completed. 2025-05-13 13:53:21.103 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.109 [Test worker @coroutine#5919] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.109 [Test worker @coroutine#5921] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.110 [Test worker @coroutine#5923] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-255 - configuration: 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@26a9754a 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.110 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-255" 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Starting... 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7 2025-05-13 13:53:21.111 [Test worker @coroutine#5918] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Start completed. 2025-05-13 13:53:21.118 [Test worker @coroutine#5918] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7 2025-05-13 13:53:21.123 [Test worker @coroutine#5925] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7 2025-05-13 13:53:21.123 [Test worker @coroutine#5927] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7 2025-05-13 13:53:21.124 [Test worker @coroutine#5929] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7 2025-05-13 13:53:21.128 [DefaultDispatcher-worker-18 @coroutine#5931] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7 2025-05-13 13:53:21.135 [DefaultDispatcher-worker-14 @coroutine#5918] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.139 [DefaultDispatcher-worker-8 @coroutine#5918] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.142 [DefaultDispatcher-worker-16 @coroutine#5918] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a844 2025-05-13 13:53:21.145 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Shutdown initiated... 2025-05-13 13:53:21.145 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Close initiated... 2025-05-13 13:53:21.145 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.145 [HikariPool-254 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6a844: (connection evicted) 2025-05-13 13:53:21.145 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.145 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Closed. 2025-05-13 13:53:21.145 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Shutdown completed. 2025-05-13 13:53:21.145 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Shutdown initiated... 2025-05-13 13:53:21.145 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Close initiated... 2025-05-13 13:53:21.145 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.146 [HikariPool-255 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2ae62f7: (connection evicted) 2025-05-13 13:53:21.146 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.146 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Closed. 2025-05-13 13:53:21.146 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Shutdown completed. 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-256 - configuration: 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@68178281 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-256" 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Starting... 2025-05-13 13:53:21.147 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Added connection org.sqlite.jdbc4.JDBC4Connection@62db3787 2025-05-13 13:53:21.148 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Added connection org.sqlite.jdbc4.JDBC4Connection@62db3787 2025-05-13 13:53:21.148 [Test worker @coroutine#5970] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Start completed. 2025-05-13 13:53:21.155 [DefaultDispatcher-worker-4 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:21.155 [DefaultDispatcher-worker-4 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.155 [DefaultDispatcher-worker-4 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.155 [DefaultDispatcher-worker-4 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.156 [Test worker @coroutine#5970] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62db3787 2025-05-13 13:53:21.156 [DefaultDispatcher-worker-4 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.156 [DefaultDispatcher-worker-4 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.161 [Test worker @coroutine#5973] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62db3787 2025-05-13 13:53:21.162 [Test worker @coroutine#5976] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62db3787 2025-05-13 13:53:21.163 [Test worker @coroutine#5978] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62db3787 2025-05-13 13:53:21.167 [DefaultDispatcher-worker-6 @coroutine#5980] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62db3787 2025-05-13 13:53:21.168 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Shutdown initiated... 2025-05-13 13:53:21.169 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Close initiated... 2025-05-13 13:53:21.169 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.169 [HikariPool-256 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Closing connection org.sqlite.jdbc4.JDBC4Connection@62db3787: (connection evicted) 2025-05-13 13:53:21.169 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.169 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Closed. 2025-05-13 13:53:21.169 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Shutdown completed. 2025-05-13 13:53:21.169 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-257 - configuration: 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1b3aa246 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-257" 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Starting... 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Added connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Added connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.170 [Test worker @coroutine#5996] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Start completed. 2025-05-13 13:53:21.177 [Test worker @coroutine#5996] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.182 [Test worker @coroutine#5997] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.183 [Test worker @coroutine#5999] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.183 [Test worker @coroutine#6001] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.187 [DefaultDispatcher-worker-19 @coroutine#6003] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.197 [DefaultDispatcher-worker-19 @coroutine#5996] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.201 [DefaultDispatcher-worker-8 @coroutine#5996] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b 2025-05-13 13:53:21.203 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Shutdown initiated... 2025-05-13 13:53:21.203 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Close initiated... 2025-05-13 13:53:21.203 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.203 [HikariPool-257 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Closing connection org.sqlite.jdbc4.JDBC4Connection@32c8df0b: (connection evicted) 2025-05-13 13:53:21.204 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.204 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Closed. 2025-05-13 13:53:21.204 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Shutdown completed. 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-258 - configuration: 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@772a370d 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-258" 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.204 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Starting... 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.205 [Test worker @coroutine#6022] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Start completed. 2025-05-13 13:53:21.212 [Test worker @coroutine#6022] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.217 [Test worker @coroutine#6023] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.217 [Test worker @coroutine#6025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.218 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.229 [DefaultDispatcher-worker-16 @coroutine#6022] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.232 [DefaultDispatcher-worker-4 @coroutine#6029] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.233 [DefaultDispatcher-worker-17 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:21.233 [DefaultDispatcher-worker-17 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.233 [DefaultDispatcher-worker-17 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.233 [DefaultDispatcher-worker-17 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.234 [DefaultDispatcher-worker-14 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.234 [DefaultDispatcher-worker-14 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.235 [DefaultDispatcher-worker-3 @coroutine#6022] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.241 [DefaultDispatcher-worker-7 @coroutine#6048] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0 2025-05-13 13:53:21.242 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Shutdown initiated... 2025-05-13 13:53:21.242 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Close initiated... 2025-05-13 13:53:21.242 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.242 [HikariPool-258 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7e4f42c0: (connection evicted) 2025-05-13 13:53:21.243 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.243 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Closed. 2025-05-13 13:53:21.243 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Shutdown completed. 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-259 - configuration: 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@167650f8 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-259" 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.243 [Test worker @coroutine#6057] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Starting... 2025-05-13 13:53:21.244 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Added connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.244 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Added connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.244 [Test worker @coroutine#6057] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Start completed. 2025-05-13 13:53:21.251 [Test worker @coroutine#6057] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.256 [Test worker @coroutine#6058] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.257 [Test worker @coroutine#6060] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.258 [Test worker @coroutine#6062] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.262 [DefaultDispatcher-worker-10 @coroutine#6064] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.268 [DefaultDispatcher-worker-17 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:21.268 [DefaultDispatcher-worker-17 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.268 [DefaultDispatcher-worker-17 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.268 [DefaultDispatcher-worker-17 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.269 [DefaultDispatcher-worker-16 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.269 [DefaultDispatcher-worker-16 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.272 [DefaultDispatcher-worker-6 @coroutine#6057] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.275 [DefaultDispatcher-worker-19 @coroutine#6057] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.280 [DefaultDispatcher-worker-4 @coroutine#6084] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1be551ec 2025-05-13 13:53:21.281 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Shutdown initiated... 2025-05-13 13:53:21.281 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Close initiated... 2025-05-13 13:53:21.281 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.281 [HikariPool-259 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1be551ec: (connection evicted) 2025-05-13 13:53:21.281 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.281 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Closed. 2025-05-13 13:53:21.281 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Shutdown completed. 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-260 - configuration: 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@20c9b155 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-260" 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Starting... 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Added connection org.sqlite.jdbc4.JDBC4Connection@58c84be1 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Added connection org.sqlite.jdbc4.JDBC4Connection@58c84be1 2025-05-13 13:53:21.283 [Test worker @coroutine#6092] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Start completed. 2025-05-13 13:53:21.291 [Test worker @coroutine#6092] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58c84be1 2025-05-13 13:53:21.296 [Test worker @coroutine#6093] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58c84be1 2025-05-13 13:53:21.296 [Test worker @coroutine#6096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58c84be1 2025-05-13 13:53:21.297 [Test worker @coroutine#6098] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58c84be1 2025-05-13 13:53:21.301 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Shutdown initiated... 2025-05-13 13:53:21.301 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Close initiated... 2025-05-13 13:53:21.301 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.301 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.301 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Closed. 2025-05-13 13:53:21.301 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Shutdown completed. 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-261 - configuration: 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1e512b3 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-261" 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Starting... 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Added connection org.sqlite.jdbc4.JDBC4Connection@26b3eb48 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Added connection org.sqlite.jdbc4.JDBC4Connection@26b3eb48 2025-05-13 13:53:21.302 [Test worker @coroutine#6117] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Start completed. 2025-05-13 13:53:21.308 [DefaultDispatcher-worker-18 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:21.308 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.308 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.308 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.308 [DefaultDispatcher-worker-18 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.311 [Test worker @coroutine#6117] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26b3eb48 2025-05-13 13:53:21.316 [Test worker @coroutine#6120] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26b3eb48 2025-05-13 13:53:21.316 [Test worker @coroutine#6123] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26b3eb48 2025-05-13 13:53:21.317 [Test worker @coroutine#6125] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26b3eb48 2025-05-13 13:53:21.320 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Shutdown initiated... 2025-05-13 13:53:21.320 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Close initiated... 2025-05-13 13:53:21.320 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.320 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.320 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Closed. 2025-05-13 13:53:21.320 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Shutdown completed. 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-262 - configuration: 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5cbdc23b 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-262" 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Starting... 2025-05-13 13:53:21.320 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Added connection org.sqlite.jdbc4.JDBC4Connection@4299b47d 2025-05-13 13:53:21.321 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Added connection org.sqlite.jdbc4.JDBC4Connection@4299b47d 2025-05-13 13:53:21.321 [Test worker @coroutine#6142] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Start completed. 2025-05-13 13:53:21.326 [DefaultDispatcher-worker-1 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:21.326 [DefaultDispatcher-worker-1 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.326 [DefaultDispatcher-worker-1 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.326 [DefaultDispatcher-worker-1 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.326 [DefaultDispatcher-worker-4 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.326 [DefaultDispatcher-worker-4 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.330 [Test worker @coroutine#6142] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4299b47d 2025-05-13 13:53:21.335 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4299b47d 2025-05-13 13:53:21.335 [Test worker @coroutine#6148] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4299b47d 2025-05-13 13:53:21.336 [Test worker @coroutine#6150] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4299b47d 2025-05-13 13:53:21.339 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Shutdown initiated... 2025-05-13 13:53:21.339 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Close initiated... 2025-05-13 13:53:21.339 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.339 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.339 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Closed. 2025-05-13 13:53:21.339 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Shutdown completed. 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-263 - configuration: 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2163dc21 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-263" 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.340 [UI Thread @coroutine#6167] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Starting... 2025-05-13 13:53:21.341 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Added connection org.sqlite.jdbc4.JDBC4Connection@1dff5ffb 2025-05-13 13:53:21.341 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Added connection org.sqlite.jdbc4.JDBC4Connection@1dff5ffb 2025-05-13 13:53:21.341 [UI Thread @coroutine#6167] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Start completed. 2025-05-13 13:53:21.349 [UI Thread @coroutine#6167] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1dff5ffb 2025-05-13 13:53:21.354 [UI Thread @coroutine#6170] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1dff5ffb 2025-05-13 13:53:21.355 [UI Thread @coroutine#6172] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1dff5ffb 2025-05-13 13:53:21.356 [UI Thread @coroutine#6174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1dff5ffb 2025-05-13 13:53:21.357 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Shutdown initiated... 2025-05-13 13:53:21.357 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Close initiated... 2025-05-13 13:53:21.357 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.357 [HikariPool-263 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1dff5ffb: (connection evicted) 2025-05-13 13:53:21.358 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.358 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Closed. 2025-05-13 13:53:21.358 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Shutdown completed. 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-264 - configuration: 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7669fc90 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-264" 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Starting... 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Added connection org.sqlite.jdbc4.JDBC4Connection@21b4a7d 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Added connection org.sqlite.jdbc4.JDBC4Connection@21b4a7d 2025-05-13 13:53:21.359 [Test worker @coroutine#6181] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Start completed. 2025-05-13 13:53:21.367 [Test worker @coroutine#6181] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@21b4a7d 2025-05-13 13:53:21.372 [Test worker @coroutine#6182] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@21b4a7d 2025-05-13 13:53:21.373 [Test worker @coroutine#6184] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@21b4a7d 2025-05-13 13:53:21.374 [Test worker @coroutine#6186] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@21b4a7d 2025-05-13 13:53:21.375 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Shutdown initiated... 2025-05-13 13:53:21.375 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Close initiated... 2025-05-13 13:53:21.375 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.375 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.375 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Closed. 2025-05-13 13:53:21.375 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Shutdown completed. 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-265 - configuration: 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@669f2128 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-265" 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Starting... 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Added connection org.sqlite.jdbc4.JDBC4Connection@6048e171 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Added connection org.sqlite.jdbc4.JDBC4Connection@6048e171 2025-05-13 13:53:21.376 [Test worker @coroutine#6197] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Start completed. 2025-05-13 13:53:21.384 [Test worker @coroutine#6197] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6048e171 2025-05-13 13:53:21.389 [Test worker @coroutine#6198] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6048e171 2025-05-13 13:53:21.390 [Test worker @coroutine#6200] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6048e171 2025-05-13 13:53:21.391 [Test worker @coroutine#6202] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6048e171 2025-05-13 13:53:21.392 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Shutdown initiated... 2025-05-13 13:53:21.392 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Close initiated... 2025-05-13 13:53:21.392 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.392 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.392 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Closed. 2025-05-13 13:53:21.392 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Shutdown completed. 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-266 - configuration: 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@76300346 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-266" 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.392 [Test worker @coroutine#6213] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Starting... 2025-05-13 13:53:21.393 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Added connection org.sqlite.jdbc4.JDBC4Connection@5b3c2e59 2025-05-13 13:53:21.393 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Added connection org.sqlite.jdbc4.JDBC4Connection@5b3c2e59 2025-05-13 13:53:21.393 [Test worker @coroutine#6213] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Start completed. 2025-05-13 13:53:21.401 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b3c2e59 2025-05-13 13:53:21.406 [Test worker @coroutine#6214] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b3c2e59 2025-05-13 13:53:21.406 [Test worker @coroutine#6216] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b3c2e59 2025-05-13 13:53:21.410 [Test worker @coroutine#6218] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5b3c2e59 2025-05-13 13:53:21.411 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Shutdown initiated... 2025-05-13 13:53:21.411 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Close initiated... 2025-05-13 13:53:21.411 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.411 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.411 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Closed. 2025-05-13 13:53:21.411 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Shutdown completed. 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-267 - configuration: 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2b9132ad 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-267" 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Starting... 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b50017c 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b50017c 2025-05-13 13:53:21.412 [Test worker @coroutine#6229] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Start completed. 2025-05-13 13:53:21.420 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b50017c 2025-05-13 13:53:21.425 [Test worker @coroutine#6230] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b50017c 2025-05-13 13:53:21.426 [Test worker @coroutine#6233] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b50017c 2025-05-13 13:53:21.427 [Test worker @coroutine#6235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b50017c 2025-05-13 13:53:21.428 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Shutdown initiated... 2025-05-13 13:53:21.428 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Close initiated... 2025-05-13 13:53:21.428 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.428 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.428 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Closed. 2025-05-13 13:53:21.428 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Shutdown completed. 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-268 - configuration: 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@83ec0b0 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-268" 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Starting... 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Added connection org.sqlite.jdbc4.JDBC4Connection@140e2d82 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Added connection org.sqlite.jdbc4.JDBC4Connection@140e2d82 2025-05-13 13:53:21.430 [Test worker @coroutine#6246] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Start completed. 2025-05-13 13:53:21.438 [Test worker @coroutine#6246] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@140e2d82 2025-05-13 13:53:21.443 [Test worker @coroutine#6247] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@140e2d82 2025-05-13 13:53:21.444 [Test worker @coroutine#6249] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@140e2d82 2025-05-13 13:53:21.445 [Test worker @coroutine#6251] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@140e2d82 2025-05-13 13:53:21.448 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Shutdown initiated... 2025-05-13 13:53:21.448 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Close initiated... 2025-05-13 13:53:21.448 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.448 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.448 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Closed. 2025-05-13 13:53:21.448 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Shutdown completed. 2025-05-13 13:53:21.448 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-269 - configuration: 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@26db1100 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-269" 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Starting... 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Added connection org.sqlite.jdbc4.JDBC4Connection@18bec5eb 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Added connection org.sqlite.jdbc4.JDBC4Connection@18bec5eb 2025-05-13 13:53:21.449 [Test worker @coroutine#6264] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Start completed. 2025-05-13 13:53:21.457 [DefaultDispatcher-worker-15 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:21.457 [DefaultDispatcher-worker-15 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.457 [DefaultDispatcher-worker-15 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.457 [DefaultDispatcher-worker-15 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.458 [DefaultDispatcher-worker-16 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.458 [DefaultDispatcher-worker-16 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.458 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18bec5eb 2025-05-13 13:53:21.463 [Test worker @coroutine#6268] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18bec5eb 2025-05-13 13:53:21.464 [Test worker @coroutine#6270] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18bec5eb 2025-05-13 13:53:21.465 [Test worker @coroutine#6272] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18bec5eb 2025-05-13 13:53:21.467 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Shutdown initiated... 2025-05-13 13:53:21.467 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Close initiated... 2025-05-13 13:53:21.467 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.467 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.467 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Closed. 2025-05-13 13:53:21.467 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Shutdown completed. 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-270 - configuration: 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5c18556c 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-270" 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Starting... 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Added connection org.sqlite.jdbc4.JDBC4Connection@6d1101eb 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Added connection org.sqlite.jdbc4.JDBC4Connection@6d1101eb 2025-05-13 13:53:21.468 [Test worker @coroutine#6285] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Start completed. 2025-05-13 13:53:21.477 [Test worker @coroutine#6285] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d1101eb 2025-05-13 13:53:21.482 [Test worker @coroutine#6286] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d1101eb 2025-05-13 13:53:21.483 [Test worker @coroutine#6288] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d1101eb 2025-05-13 13:53:21.484 [Test worker @coroutine#6290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d1101eb 2025-05-13 13:53:21.486 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Shutdown initiated... 2025-05-13 13:53:21.486 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Close initiated... 2025-05-13 13:53:21.486 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.486 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.486 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Closed. 2025-05-13 13:53:21.486 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Shutdown completed. 2025-05-13 13:53:21.486 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-271 - configuration: 2025-05-13 13:53:21.486 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.486 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.486 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.486 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7f2a5d5f 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-271" 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Starting... 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Added connection org.sqlite.jdbc4.JDBC4Connection@19eaab0b 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Added connection org.sqlite.jdbc4.JDBC4Connection@19eaab0b 2025-05-13 13:53:21.487 [Test worker @coroutine#6303] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Start completed. 2025-05-13 13:53:21.495 [Test worker @coroutine#6303] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19eaab0b 2025-05-13 13:53:21.500 [Test worker @coroutine#6304] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19eaab0b 2025-05-13 13:53:21.501 [Test worker @coroutine#6306] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19eaab0b 2025-05-13 13:53:21.502 [Test worker @coroutine#6308] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19eaab0b 2025-05-13 13:53:21.504 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Shutdown initiated... 2025-05-13 13:53:21.504 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Close initiated... 2025-05-13 13:53:21.504 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.504 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.504 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Closed. 2025-05-13 13:53:21.504 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Shutdown completed. 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-272 - configuration: 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6b0dc462 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-272" 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Starting... 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Added connection org.sqlite.jdbc4.JDBC4Connection@71676e5f 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Added connection org.sqlite.jdbc4.JDBC4Connection@71676e5f 2025-05-13 13:53:21.505 [Test worker @coroutine#6322] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Start completed. 2025-05-13 13:53:21.514 [Test worker @coroutine#6322] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@71676e5f 2025-05-13 13:53:21.519 [Test worker @coroutine#6323] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@71676e5f 2025-05-13 13:53:21.520 [Test worker @coroutine#6325] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@71676e5f 2025-05-13 13:53:21.521 [Test worker @coroutine#6327] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@71676e5f 2025-05-13 13:53:21.522 [UI Thread @coroutine#6336] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://invalid/Site/verify 2025-05-13 13:53:21.522 [UI Thread @coroutine#6336] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for https://invalid/Site/verify. 2025-05-13 13:53:21.522 [UI Thread @coroutine#6336] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://invalid/Site/verify 2025-05-13 13:53:21.523 [UI Thread @coroutine#6336] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: invalid: Name or service not known for request https://invalid/Site/verify 2025-05-13 13:53:21.524 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Shutdown initiated... 2025-05-13 13:53:21.524 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Close initiated... 2025-05-13 13:53:21.524 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.524 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.524 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Closed. 2025-05-13 13:53:21.524 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Shutdown completed. 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-273 - configuration: 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1a4132b2 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-273" 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.525 [Test worker @coroutine#6342] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Starting... 2025-05-13 13:53:21.526 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Added connection org.sqlite.jdbc4.JDBC4Connection@13bf9a03 2025-05-13 13:53:21.526 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Added connection org.sqlite.jdbc4.JDBC4Connection@13bf9a03 2025-05-13 13:53:21.526 [Test worker @coroutine#6342] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Start completed. 2025-05-13 13:53:21.534 [Test worker @coroutine#6342] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13bf9a03 2025-05-13 13:53:21.539 [DefaultDispatcher-worker-14 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:21.539 [DefaultDispatcher-worker-14 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.539 [DefaultDispatcher-worker-14 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.539 [DefaultDispatcher-worker-14 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.539 [DefaultDispatcher-worker-4 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.539 [DefaultDispatcher-worker-4 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.539 [Test worker @coroutine#6343] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13bf9a03 2025-05-13 13:53:21.540 [Test worker @coroutine#6348] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13bf9a03 2025-05-13 13:53:21.541 [Test worker @coroutine#6350] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13bf9a03 2025-05-13 13:53:21.543 [UI Thread @coroutine#6361] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39403/Site/verify 2025-05-13 13:53:21.543 [UI Thread @coroutine#6361] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39403/Site/verify. 2025-05-13 13:53:21.543 [UI Thread @coroutine#6361] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39403/Site/verify 2025-05-13 13:53:21.544 [UI Thread @coroutine#6361] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39403/Site/verify 2025-05-13 13:53:21.544 [UI Thread @coroutine#6361] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39403/Site/verify 2025-05-13 13:53:21.544 [UI Thread @coroutine#6361] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:39403/Site/verify. 2025-05-13 13:53:21.544 [UI Thread @coroutine#6361] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:39403/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 13:53:21.545 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Shutdown initiated... 2025-05-13 13:53:21.545 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Close initiated... 2025-05-13 13:53:21.545 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 13:53:21.545 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:21.545 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Closed. 2025-05-13 13:53:21.545 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Shutdown completed. 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-274 - configuration: 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@a426150 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:21.547 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-274" 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Starting... 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.548 [Test worker @coroutine#6368] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Start completed. 2025-05-13 13:53:21.556 [Test worker @coroutine#6368] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.561 [Test worker @coroutine#6370] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.562 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.563 [Test worker @coroutine#6374] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.567 [DefaultDispatcher-worker-4 @coroutine#6376] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.571 [DefaultDispatcher-worker-11 @coroutine#6368] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c156ea 2025-05-13 13:53:21.574 [UI Thread @coroutine#6388] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45107/727139687571177472/_ustadmanifest.json 2025-05-13 13:53:21.574 [UI Thread @coroutine#6388] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45107/727139687571177472/_ustadmanifest.json. 2025-05-13 13:53:21.574 [UI Thread @coroutine#6388] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45107/727139687571177472/_ustadmanifest.json 2025-05-13 13:53:21.575 [UI Thread @coroutine#6388] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45107/727139687571177472/_ustadmanifest.json 2025-05-13 13:53:21.575 [UI Thread @coroutine#6388] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45107/727139687571177472/_ustadmanifest.json 2025-05-13 13:53:21.576 [UI Thread @coroutine#6388] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45107/727139687571177472/_ustadmanifest.json. 2025-05-13 13:53:21.576 [UI Thread @coroutine#6388] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:45107/727139687571177472/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:53:21.576 [UI Thread @coroutine#6388] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45107/mediainfo.json 2025-05-13 13:53:21.576 [UI Thread @coroutine#6388] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45107/mediainfo.json. 2025-05-13 13:53:21.576 [UI Thread @coroutine#6388] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45107/mediainfo.json 2025-05-13 13:53:21.576 [UI Thread @coroutine#6388] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45107/mediainfo.json 2025-05-13 13:53:21.576 [UI Thread @coroutine#6388] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45107/mediainfo.json 2025-05-13 13:53:21.617 [UI Thread @coroutine#6388] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45107/mediainfo.json. 2025-05-13 13:53:21.617 [UI Thread @coroutine#6388] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:45107/mediainfo.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:53:21.648 [HikariPool-274 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:21.650 [DefaultDispatcher-worker-19 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:21.650 [DefaultDispatcher-worker-19 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.650 [DefaultDispatcher-worker-19 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.650 [DefaultDispatcher-worker-19 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.650 [DefaultDispatcher-worker-3 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.650 [DefaultDispatcher-worker-3 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.994 [DefaultDispatcher-worker-19 @coroutine#2096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1609ed55 2025-05-13 13:53:21.995 [DefaultDispatcher-worker-19 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.995 [DefaultDispatcher-worker-19 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:21.995 [DefaultDispatcher-worker-19 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.995 [DefaultDispatcher-worker-12 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:21.995 [DefaultDispatcher-worker-12 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40365/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.085 [DefaultDispatcher-worker-13 @coroutine#2129] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2044f708 2025-05-13 13:53:22.085 [DefaultDispatcher-worker-13 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.085 [DefaultDispatcher-worker-13 @coroutine#2129] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.085 [DefaultDispatcher-worker-13 @coroutine#2129] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.085 [DefaultDispatcher-worker-1 @coroutine#2129] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.085 [DefaultDispatcher-worker-1 @coroutine#2129] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:53065/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.160 [DefaultDispatcher-worker-11 @coroutine#2175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c37c36 2025-05-13 13:53:22.160 [DefaultDispatcher-worker-11 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.160 [DefaultDispatcher-worker-11 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.160 [DefaultDispatcher-worker-11 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.161 [DefaultDispatcher-worker-4 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.161 [DefaultDispatcher-worker-4 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39301/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.238 [DefaultDispatcher-worker-12 @coroutine#2207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@64faf3d 2025-05-13 13:53:22.238 [DefaultDispatcher-worker-12 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.238 [DefaultDispatcher-worker-12 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.238 [DefaultDispatcher-worker-12 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.239 [DefaultDispatcher-worker-11 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.239 [DefaultDispatcher-worker-11 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44025/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.273 [DefaultDispatcher-worker-3 @coroutine#2236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1cecd0a9 2025-05-13 13:53:22.273 [DefaultDispatcher-worker-3 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.273 [DefaultDispatcher-worker-3 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.273 [DefaultDispatcher-worker-3 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.274 [DefaultDispatcher-worker-3 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.274 [DefaultDispatcher-worker-3 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34175/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.313 [DefaultDispatcher-worker-14 @coroutine#2265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6043556c 2025-05-13 13:53:22.313 [DefaultDispatcher-worker-14 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.313 [DefaultDispatcher-worker-14 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.313 [DefaultDispatcher-worker-14 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.313 [DefaultDispatcher-worker-2 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.330 [DefaultDispatcher-worker-5 @coroutine#2280] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7fecc26f 2025-05-13 13:53:22.330 [DefaultDispatcher-worker-5 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.330 [DefaultDispatcher-worker-5 @coroutine#2280] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.330 [DefaultDispatcher-worker-5 @coroutine#2280] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.331 [DefaultDispatcher-worker-4 @coroutine#2280] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.331 [DefaultDispatcher-worker-4 @coroutine#2280] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44685/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.426 [DefaultDispatcher-worker-4 @coroutine#6424] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@547aaa32 2025-05-13 13:53:22.462 [DefaultDispatcher-worker-11 @coroutine#2331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6d3c80bf 2025-05-13 13:53:22.462 [DefaultDispatcher-worker-11 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.462 [DefaultDispatcher-worker-11 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.462 [DefaultDispatcher-worker-11 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.462 [DefaultDispatcher-worker-3 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.462 [DefaultDispatcher-worker-3 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:35763/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.522 [HikariPool-3 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:22.544 [DefaultDispatcher-worker-7 @coroutine#2373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@101eb529 2025-05-13 13:53:22.544 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.544 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.544 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.544 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.544 [DefaultDispatcher-worker-7 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:36309/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.619 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Shutdown initiated... 2025-05-13 13:53:22.619 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Close initiated... 2025-05-13 13:53:22.619 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:22.619 [HikariPool-274 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7c156ea: (connection evicted) 2025-05-13 13:53:22.620 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:22.620 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Closed. 2025-05-13 13:53:22.620 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Shutdown completed. 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-275 - configuration: 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@60b03599 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-275" 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Starting... 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Added connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Added connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.642 [Test worker @coroutine#6432] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Start completed. 2025-05-13 13:53:22.650 [Test worker @coroutine#6432] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.655 [DefaultDispatcher-worker-7 @coroutine#2427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5457123a 2025-05-13 13:53:22.655 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.655 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId. 2025-05-13 13:53:22.655 [DefaultDispatcher-worker-7 @coroutine#2427] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.655 [Test worker @coroutine#6433] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.655 [DefaultDispatcher-worker-19 @coroutine#2427] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.655 [DefaultDispatcher-worker-19 @coroutine#2427] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39163/UmAppDatabase/replication/nodeId 2025-05-13 13:53:22.656 [Test worker @coroutine#6437] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.657 [Test worker @coroutine#6440] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.661 [DefaultDispatcher-worker-10 @coroutine#6442] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.664 [DefaultDispatcher-worker-5 @coroutine#6432] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5 2025-05-13 13:53:22.734 [UI Thread @coroutine#6451] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:33029/727139690229719040/_ustadmanifest.json 2025-05-13 13:53:22.734 [UI Thread @coroutine#6451] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:33029/727139690229719040/_ustadmanifest.json. 2025-05-13 13:53:22.734 [UI Thread @coroutine#6451] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:33029/727139690229719040/_ustadmanifest.json 2025-05-13 13:53:22.735 [UI Thread @coroutine#6451] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:33029/727139690229719040/_ustadmanifest.json 2025-05-13 13:53:22.735 [UI Thread @coroutine#6451] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:33029/727139690229719040/_ustadmanifest.json 2025-05-13 13:53:22.736 [UI Thread @coroutine#6451] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:33029/727139690229719040/_ustadmanifest.json. 2025-05-13 13:53:22.736 [UI Thread @coroutine#6451] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:33029/727139690229719040/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:53:22.736 [UI Thread @coroutine#6451] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:33029/tincan.xml 2025-05-13 13:53:22.736 [UI Thread @coroutine#6451] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:33029/tincan.xml. 2025-05-13 13:53:22.736 [UI Thread @coroutine#6451] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:33029/tincan.xml 2025-05-13 13:53:22.736 [UI Thread @coroutine#6451] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:33029/tincan.xml 2025-05-13 13:53:22.736 [UI Thread @coroutine#6451] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:33029/tincan.xml 2025-05-13 13:53:22.742 [HikariPool-275 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:22.777 [UI Thread @coroutine#6451] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:33029/tincan.xml. 2025-05-13 13:53:22.777 [UI Thread @coroutine#6451] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:33029/tincan.xml to class io.ktor.utils.io.ByteReadChannel 2025-05-13 13:53:22.782 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Shutdown initiated... 2025-05-13 13:53:22.782 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Close initiated... 2025-05-13 13:53:22.782 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 13:53:22.782 [HikariPool-275 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1592a3d5: (connection evicted) 2025-05-13 13:53:22.783 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 13:53:22.783 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Closed. 2025-05-13 13:53:22.783 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Shutdown completed. 2025-05-13 14:40:12.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration: 2025-05-13 14:40:12.821 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:12.821 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:12.821 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:12.821 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6949e948 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:12.822 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1" 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:12.823 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:12.824 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 2025-05-13 14:40:12.879 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:12.879 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:12.880 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 2025-05-13 14:40:12.942 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:12.957 [Test worker @coroutine#2] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:12.960 [Test worker @coroutine#4] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:12.980 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:12.982 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1e3aa01a 2025-05-13 14:40:12.982 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1e3aa01a 2025-05-13 14:40:12.983 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@10fd4dad 2025-05-13 14:40:12.984 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@10fd4dad 2025-05-13 14:40:12.985 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@14c2cb6a 2025-05-13 14:40:12.985 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@14c2cb6a 2025-05-13 14:40:12.987 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@51c04796 2025-05-13 14:40:12.987 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@51c04796 2025-05-13 14:40:12.989 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ab107c4 2025-05-13 14:40:12.989 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ab107c4 2025-05-13 14:40:12.990 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@60dbb11a 2025-05-13 14:40:12.991 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@60dbb11a 2025-05-13 14:40:12.992 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@6240aff0 2025-05-13 14:40:12.992 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@6240aff0 2025-05-13 14:40:12.994 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@31efb8d9 2025-05-13 14:40:12.994 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@31efb8d9 2025-05-13 14:40:12.996 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@23f20607 2025-05-13 14:40:12.996 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@23f20607 2025-05-13 14:40:12.996 [HikariPool-1 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:13.086 [DefaultDispatcher-worker-3 @coroutine#7] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:13.086 [DefaultDispatcher-worker-3 @coroutine#7] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:13.086 [DefaultDispatcher-worker-3 @coroutine#7] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:13.087 [DefaultDispatcher-worker-3 @coroutine#7] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:13.089 [DefaultDispatcher-worker-6 @coroutine#6] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.089 [DefaultDispatcher-worker-6 @coroutine#6] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 14:40:13.089 [DefaultDispatcher-worker-6 @coroutine#6] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:13.089 [DefaultDispatcher-worker-6 @coroutine#6] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 14:40:13.139 [Test worker @coroutine#13] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.154 [DefaultDispatcher-worker-4 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.166 [DefaultDispatcher-worker-7 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.177 [DefaultDispatcher-worker-5 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.189 [DefaultDispatcher-worker-1 @coroutine#15] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.193 [Test worker @coroutine#20] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.226 [DefaultDispatcher-worker-2 @coroutine#6] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 14:40:13.226 [DefaultDispatcher-worker-7 @coroutine#7] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:13.267 [DefaultDispatcher-worker-4 @coroutine#22] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@47e51549 2025-05-13 14:40:13.290 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... 2025-05-13 14:40:13.290 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Close initiated... 2025-05-13 14:40:13.291 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Before closing stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:13.291 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@47e51549: (connection evicted) 2025-05-13 14:40:13.292 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1e3aa01a: (connection evicted) 2025-05-13 14:40:13.292 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@10fd4dad: (connection evicted) 2025-05-13 14:40:13.292 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@14c2cb6a: (connection evicted) 2025-05-13 14:40:13.292 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@51c04796: (connection evicted) 2025-05-13 14:40:13.293 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1ab107c4: (connection evicted) 2025-05-13 14:40:13.293 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@60dbb11a: (connection evicted) 2025-05-13 14:40:13.293 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6240aff0: (connection evicted) 2025-05-13 14:40:13.293 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@31efb8d9: (connection evicted) 2025-05-13 14:40:13.294 [HikariPool-1 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Closing connection org.sqlite.jdbc4.JDBC4Connection@23f20607: (connection evicted) 2025-05-13 14:40:13.295 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:13.295 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Closed. 2025-05-13 14:40:13.295 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. 2025-05-13 14:40:13.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-2 - configuration: 2025-05-13 14:40:13.298 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@489f62a3 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-2" 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:13.299 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:13.299 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Starting... 2025-05-13 14:40:13.301 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.301 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.301 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Start completed. 2025-05-13 14:40:13.302 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.308 [Test worker @coroutine#27] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.309 [Test worker @coroutine#29] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.310 [DefaultDispatcher-worker-4 @coroutine#32] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:13.310 [DefaultDispatcher-worker-4 @coroutine#32] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:13.310 [DefaultDispatcher-worker-4 @coroutine#32] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:13.310 [DefaultDispatcher-worker-4 @coroutine#32] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:13.317 [DefaultDispatcher-worker-4 @coroutine#31] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.318 [DefaultDispatcher-worker-4 @coroutine#31] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 14:40:13.318 [DefaultDispatcher-worker-1 @coroutine#32] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:13.318 [DefaultDispatcher-worker-4 @coroutine#31] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for https://test.ustadmobile.app/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:13.318 [DefaultDispatcher-worker-4 @coroutine#31] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 14:40:13.320 [Test worker @coroutine#36] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.324 [DefaultDispatcher-worker-1 @coroutine#31] TRACE i.k.client.plugins.HttpCallValidator - Processing exception javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed for request https://test.ustadmobile.app/UmAppDatabase/replication/nodeId 2025-05-13 14:40:13.329 [DefaultDispatcher-worker-7 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.337 [DefaultDispatcher-worker-3 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.345 [DefaultDispatcher-worker-6 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.352 [DefaultDispatcher-worker-10 @coroutine#41] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.355 [Test worker @coroutine#46] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.393 [DefaultDispatcher-worker-10 @coroutine#48] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3d0352 2025-05-13 14:40:13.401 [HikariPool-2 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:13.403 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@72f30583 2025-05-13 14:40:13.404 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@72f30583 2025-05-13 14:40:13.405 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c34e5ad 2025-05-13 14:40:13.405 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c34e5ad 2025-05-13 14:40:13.407 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@780b6ef3 2025-05-13 14:40:13.407 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@780b6ef3 2025-05-13 14:40:13.409 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d09ef96 2025-05-13 14:40:13.409 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@3d09ef96 2025-05-13 14:40:13.411 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@57bc2aa9 2025-05-13 14:40:13.411 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@57bc2aa9 2025-05-13 14:40:13.411 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown initiated... 2025-05-13 14:40:13.411 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Close initiated... 2025-05-13 14:40:13.412 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Before closing stats (total=6, active=0, idle=6, waiting=0) 2025-05-13 14:40:13.412 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3d0352: (connection evicted) 2025-05-13 14:40:13.412 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@72f30583: (connection evicted) 2025-05-13 14:40:13.413 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7c34e5ad: (connection evicted) 2025-05-13 14:40:13.413 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@c7eb47e 2025-05-13 14:40:13.413 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@c7eb47e 2025-05-13 14:40:13.413 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@780b6ef3: (connection evicted) 2025-05-13 14:40:13.413 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3d09ef96: (connection evicted) 2025-05-13 14:40:13.413 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@57bc2aa9: (connection evicted) 2025-05-13 14:40:13.414 [HikariPool-2 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Closing connection org.sqlite.jdbc4.JDBC4Connection@c7eb47e: (connection evicted) 2025-05-13 14:40:13.414 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:13.414 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Closed. 2025-05-13 14:40:13.414 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown completed. 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-3 - configuration: 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:13.442 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@75839695 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-3" 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:13.443 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Starting... 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@794c5f5e 2025-05-13 14:40:13.443 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@794c5f5e 2025-05-13 14:40:13.443 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Start completed. 2025-05-13 14:40:13.544 [HikariPool-3 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:13.772 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-4 - configuration: 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5ab5924c 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:13.773 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-4" 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:13.774 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Starting... 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@37cfda1c 2025-05-13 14:40:13.774 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@37cfda1c 2025-05-13 14:40:13.774 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Start completed. 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-5 - configuration: 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5f45bc8e 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:13.787 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-5" 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:13.788 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-5 - Starting... 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ab33ca8 2025-05-13 14:40:13.788 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ab33ca8 2025-05-13 14:40:13.788 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-5 - Start completed. 2025-05-13 14:40:13.837 [Test worker @coroutine#81] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37cfda1c 2025-05-13 14:40:13.874 [HikariPool-4 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:13.888 [HikariPool-5 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:13.973 [DefaultDispatcher-worker-1 @coroutine#86] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-5 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ab33ca8 2025-05-13 14:40:13.978 [DefaultDispatcher-worker-1 @coroutine#88] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-5 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ab33ca8 2025-05-13 14:40:13.979 [DefaultDispatcher-worker-1 @coroutine#80] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:60319/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 14:40:13.979 [DefaultDispatcher-worker-1 @coroutine#80] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:60319/com/ustadmobile/core/contenttype/childrens-literature.epub. 2025-05-13 14:40:13.979 [DefaultDispatcher-worker-1 @coroutine#80] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:60319/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 14:40:13.991 [DefaultDispatcher-worker-1 @coroutine#80] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:60319/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 14:40:13.991 [DefaultDispatcher-worker-1 @coroutine#80] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:60319/com/ustadmobile/core/contenttype/childrens-literature.epub 2025-05-13 14:40:14.010 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Shutdown initiated... 2025-05-13 14:40:14.011 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Close initiated... 2025-05-13 14:40:14.011 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.011 [HikariPool-4 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Closing connection org.sqlite.jdbc4.JDBC4Connection@37cfda1c: (connection evicted) 2025-05-13 14:40:14.011 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.011 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Closed. 2025-05-13 14:40:14.011 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Shutdown completed. 2025-05-13 14:40:14.013 [Test worker @coroutine#92] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-5 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ab33ca8 2025-05-13 14:40:14.015 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-6 - configuration: 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4d8056bf 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-6" 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.016 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.016 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Starting... 2025-05-13 14:40:14.017 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Added connection org.sqlite.jdbc4.JDBC4Connection@6233c6c2 2025-05-13 14:40:14.017 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Added connection org.sqlite.jdbc4.JDBC4Connection@6233c6c2 2025-05-13 14:40:14.017 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Start completed. 2025-05-13 14:40:14.025 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-7 - configuration: 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@312a738d 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-7" 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.026 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-7 - Starting... 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Added connection org.sqlite.jdbc4.JDBC4Connection@34cb0e49 2025-05-13 14:40:14.026 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Added connection org.sqlite.jdbc4.JDBC4Connection@34cb0e49 2025-05-13 14:40:14.026 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-7 - Start completed. 2025-05-13 14:40:14.052 [DefaultDispatcher-worker-2 @coroutine#100] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-7 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@34cb0e49 2025-05-13 14:40:14.054 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Shutdown initiated... 2025-05-13 14:40:14.054 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Close initiated... 2025-05-13 14:40:14.054 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.054 [HikariPool-6 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-6 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6233c6c2: (connection evicted) 2025-05-13 14:40:14.055 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.055 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Closed. 2025-05-13 14:40:14.055 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Shutdown completed. 2025-05-13 14:40:14.055 [Test worker @coroutine#102] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-7 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@34cb0e49 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-8 - configuration: 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@280484c7 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.057 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-8" 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.058 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Starting... 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Added connection org.sqlite.jdbc4.JDBC4Connection@258a8584 2025-05-13 14:40:14.058 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Added connection org.sqlite.jdbc4.JDBC4Connection@258a8584 2025-05-13 14:40:14.058 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Start completed. 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-9 - configuration: 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@59127611 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-9" 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.068 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-9 - Starting... 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-9 - Added connection org.sqlite.jdbc4.JDBC4Connection@7417ef4f 2025-05-13 14:40:14.068 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-9 - Added connection org.sqlite.jdbc4.JDBC4Connection@7417ef4f 2025-05-13 14:40:14.068 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-9 - Start completed. 2025-05-13 14:40:14.073 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Shutdown initiated... 2025-05-13 14:40:14.073 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Close initiated... 2025-05-13 14:40:14.073 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.073 [HikariPool-8 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-8 - Closing connection org.sqlite.jdbc4.JDBC4Connection@258a8584: (connection evicted) 2025-05-13 14:40:14.073 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.073 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-8 - Closed. 2025-05-13 14:40:14.073 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-8 - Shutdown completed. 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-10 - configuration: 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@498a4d62 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.075 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-10" 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.076 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Starting... 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f3c5ecd 2025-05-13 14:40:14.076 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f3c5ecd 2025-05-13 14:40:14.076 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Start completed. 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-11 - configuration: 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1179fc8c 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-11" 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.085 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-11 - Starting... 2025-05-13 14:40:14.086 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-11 - Added connection org.sqlite.jdbc4.JDBC4Connection@1760e594 2025-05-13 14:40:14.086 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-11 - Added connection org.sqlite.jdbc4.JDBC4Connection@1760e594 2025-05-13 14:40:14.086 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-11 - Start completed. 2025-05-13 14:40:14.091 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Shutdown initiated... 2025-05-13 14:40:14.092 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Close initiated... 2025-05-13 14:40:14.092 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.092 [HikariPool-10 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-10 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3f3c5ecd: (connection evicted) 2025-05-13 14:40:14.092 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.092 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-10 - Closed. 2025-05-13 14:40:14.092 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-10 - Shutdown completed. 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-12 - configuration: 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@298e002d 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-12" 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.094 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.094 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Starting... 2025-05-13 14:40:14.095 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c6bd624 2025-05-13 14:40:14.095 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c6bd624 2025-05-13 14:40:14.095 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Start completed. 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-13 - configuration: 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6a1d1467 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-13" 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.104 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-13 - Starting... 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-13 - Added connection org.sqlite.jdbc4.JDBC4Connection@58fbcb71 2025-05-13 14:40:14.104 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-13 - Added connection org.sqlite.jdbc4.JDBC4Connection@58fbcb71 2025-05-13 14:40:14.104 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-13 - Start completed. 2025-05-13 14:40:14.122 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Shutdown initiated... 2025-05-13 14:40:14.122 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Close initiated... 2025-05-13 14:40:14.122 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.122 [HikariPool-12 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-12 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3c6bd624: (connection evicted) 2025-05-13 14:40:14.123 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.123 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-12 - Closed. 2025-05-13 14:40:14.123 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-12 - Shutdown completed. 2025-05-13 14:40:14.126 [HikariPool-7 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.168 [HikariPool-9 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-9 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.186 [HikariPool-11 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-11 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.205 [HikariPool-13 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-13 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.304 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-14 - configuration: 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1851c7d2 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-14" 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.305 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Starting... 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fe5c68b 2025-05-13 14:40:14.305 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fe5c68b 2025-05-13 14:40:14.305 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Start completed. 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-15 - configuration: 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2ffb0d10 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-15" 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.316 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-15 - Starting... 2025-05-13 14:40:14.316 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-15 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e9fb485 2025-05-13 14:40:14.316 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-15 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e9fb485 2025-05-13 14:40:14.316 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-15 - Start completed. 2025-05-13 14:40:14.405 [HikariPool-14 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.410 [DefaultDispatcher-worker-10 @coroutine#131] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e9fb485 2025-05-13 14:40:14.416 [HikariPool-15 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-15 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.429 [DefaultDispatcher-worker-1 @coroutine#133] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e9fb485 2025-05-13 14:40:14.435 [DefaultDispatcher-worker-1 @coroutine#135] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e9fb485 2025-05-13 14:40:14.439 [DefaultDispatcher-worker-1 @coroutine#137] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e9fb485 2025-05-13 14:40:14.473 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Shutdown initiated... 2025-05-13 14:40:14.473 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Close initiated... 2025-05-13 14:40:14.473 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.473 [HikariPool-14 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-14 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5fe5c68b: (connection evicted) 2025-05-13 14:40:14.473 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.473 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-14 - Closed. 2025-05-13 14:40:14.473 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-14 - Shutdown completed. 2025-05-13 14:40:14.477 [Test worker @coroutine#139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-15 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3e9fb485 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-16 - configuration: 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.483 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2a9e754e 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.484 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-16" 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.485 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.485 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Starting... 2025-05-13 14:40:14.486 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Added connection org.sqlite.jdbc4.JDBC4Connection@7079f8f0 2025-05-13 14:40:14.486 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Added connection org.sqlite.jdbc4.JDBC4Connection@7079f8f0 2025-05-13 14:40:14.486 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Start completed. 2025-05-13 14:40:14.493 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-17 - configuration: 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@121cf6f4 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-17" 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.494 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-17 - Starting... 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-17 - Added connection org.sqlite.jdbc4.JDBC4Connection@553fbe94 2025-05-13 14:40:14.494 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-17 - Added connection org.sqlite.jdbc4.JDBC4Connection@553fbe94 2025-05-13 14:40:14.494 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-17 - Start completed. 2025-05-13 14:40:14.497 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Shutdown initiated... 2025-05-13 14:40:14.497 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Close initiated... 2025-05-13 14:40:14.497 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.497 [HikariPool-16 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-16 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7079f8f0: (connection evicted) 2025-05-13 14:40:14.497 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.497 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-16 - Closed. 2025-05-13 14:40:14.497 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-16 - Shutdown completed. 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-18 - configuration: 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@34e25492 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-18" 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.499 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Starting... 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f2b9da8 2025-05-13 14:40:14.499 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f2b9da8 2025-05-13 14:40:14.499 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Start completed. 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-19 - configuration: 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@698ac187 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-19" 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.507 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.507 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-19 - Starting... 2025-05-13 14:40:14.508 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-19 - Added connection org.sqlite.jdbc4.JDBC4Connection@65f5cae3 2025-05-13 14:40:14.508 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-19 - Added connection org.sqlite.jdbc4.JDBC4Connection@65f5cae3 2025-05-13 14:40:14.508 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-19 - Start completed. 2025-05-13 14:40:14.509 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Shutdown initiated... 2025-05-13 14:40:14.509 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Close initiated... 2025-05-13 14:40:14.509 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.509 [HikariPool-18 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-18 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5f2b9da8: (connection evicted) 2025-05-13 14:40:14.509 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.509 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-18 - Closed. 2025-05-13 14:40:14.509 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-18 - Shutdown completed. 2025-05-13 14:40:14.510 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-20 - configuration: 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@223cbf0d 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-20" 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.511 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Starting... 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ddb302 2025-05-13 14:40:14.511 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Added connection org.sqlite.jdbc4.JDBC4Connection@5ddb302 2025-05-13 14:40:14.511 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Start completed. 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-21 - configuration: 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4b7ab7ab 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-21" 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.519 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-21 - Starting... 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-21 - Added connection org.sqlite.jdbc4.JDBC4Connection@39acd1f1 2025-05-13 14:40:14.519 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-21 - Added connection org.sqlite.jdbc4.JDBC4Connection@39acd1f1 2025-05-13 14:40:14.519 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-21 - Start completed. 2025-05-13 14:40:14.521 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Shutdown initiated... 2025-05-13 14:40:14.521 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Close initiated... 2025-05-13 14:40:14.521 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.521 [HikariPool-20 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-20 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5ddb302: (connection evicted) 2025-05-13 14:40:14.521 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.521 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-20 - Closed. 2025-05-13 14:40:14.521 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-20 - Shutdown completed. 2025-05-13 14:40:14.523 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-22 - configuration: 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3ba46845 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-22" 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.524 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Starting... 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Added connection org.sqlite.jdbc4.JDBC4Connection@592cb470 2025-05-13 14:40:14.524 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Added connection org.sqlite.jdbc4.JDBC4Connection@592cb470 2025-05-13 14:40:14.524 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Start completed. 2025-05-13 14:40:14.533 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-23 - configuration: 2025-05-13 14:40:14.533 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.533 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.533 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.533 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.533 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1e6cb932 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-23" 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.534 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-23 - Starting... 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-23 - Added connection org.sqlite.jdbc4.JDBC4Connection@523abba9 2025-05-13 14:40:14.534 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-23 - Added connection org.sqlite.jdbc4.JDBC4Connection@523abba9 2025-05-13 14:40:14.534 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-23 - Start completed. 2025-05-13 14:40:14.580 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Shutdown initiated... 2025-05-13 14:40:14.580 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Close initiated... 2025-05-13 14:40:14.580 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.581 [HikariPool-22 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-22 - Closing connection org.sqlite.jdbc4.JDBC4Connection@592cb470: (connection evicted) 2025-05-13 14:40:14.581 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.581 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-22 - Closed. 2025-05-13 14:40:14.581 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-22 - Shutdown completed. 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-24 - configuration: 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7aa15a80 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-24" 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.583 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Starting... 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c4ca87c 2025-05-13 14:40:14.583 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c4ca87c 2025-05-13 14:40:14.583 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Start completed. 2025-05-13 14:40:14.591 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-25 - configuration: 2025-05-13 14:40:14.591 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.591 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.591 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.591 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.591 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.591 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6dbbdf92 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-25" 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.592 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-25 - Starting... 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-25 - Added connection org.sqlite.jdbc4.JDBC4Connection@62b786dc 2025-05-13 14:40:14.592 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-25 - Added connection org.sqlite.jdbc4.JDBC4Connection@62b786dc 2025-05-13 14:40:14.592 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-25 - Start completed. 2025-05-13 14:40:14.594 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Shutdown initiated... 2025-05-13 14:40:14.594 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Close initiated... 2025-05-13 14:40:14.594 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.594 [HikariPool-24 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-24 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7c4ca87c: (connection evicted) 2025-05-13 14:40:14.594 [HikariPool-17 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-17 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.594 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.594 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-24 - Closed. 2025-05-13 14:40:14.594 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-24 - Shutdown completed. 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-26 - configuration: 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@732d078d 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-26" 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.596 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Starting... 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c0e4e4e 2025-05-13 14:40:14.596 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c0e4e4e 2025-05-13 14:40:14.596 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Start completed. 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-27 - configuration: 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@20231384 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-27" 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.604 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.604 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-27 - Starting... 2025-05-13 14:40:14.605 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-27 - Added connection org.sqlite.jdbc4.JDBC4Connection@35becbd4 2025-05-13 14:40:14.605 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-27 - Added connection org.sqlite.jdbc4.JDBC4Connection@35becbd4 2025-05-13 14:40:14.605 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-27 - Start completed. 2025-05-13 14:40:14.608 [HikariPool-19 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-19 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.613 [DefaultDispatcher-worker-3 @coroutine#180] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-27 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@35becbd4 2025-05-13 14:40:14.613 [DefaultDispatcher-worker-3 @coroutine#182] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-27 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@35becbd4 2025-05-13 14:40:14.614 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Shutdown initiated... 2025-05-13 14:40:14.614 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Close initiated... 2025-05-13 14:40:14.614 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.615 [HikariPool-26 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-26 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7c0e4e4e: (connection evicted) 2025-05-13 14:40:14.615 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.615 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-26 - Closed. 2025-05-13 14:40:14.615 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-26 - Shutdown completed. 2025-05-13 14:40:14.615 [Test worker @coroutine#184] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-27 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@35becbd4 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-28 - configuration: 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@75b363c3 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-28" 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.617 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Starting... 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c4059a 2025-05-13 14:40:14.617 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c4059a 2025-05-13 14:40:14.617 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Start completed. 2025-05-13 14:40:14.619 [HikariPool-21 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-21 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.626 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-29 - configuration: 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4b336cc8 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-29" 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.627 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-29 - Starting... 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-29 - Added connection org.sqlite.jdbc4.JDBC4Connection@56881196 2025-05-13 14:40:14.627 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-29 - Added connection org.sqlite.jdbc4.JDBC4Connection@56881196 2025-05-13 14:40:14.627 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-29 - Start completed. 2025-05-13 14:40:14.634 [HikariPool-23 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-23 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.638 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Shutdown initiated... 2025-05-13 14:40:14.638 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Close initiated... 2025-05-13 14:40:14.638 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.638 [HikariPool-28 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-28 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3c4059a: (connection evicted) 2025-05-13 14:40:14.639 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.639 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-28 - Closed. 2025-05-13 14:40:14.639 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-28 - Shutdown completed. 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-30 - configuration: 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@319aa9ee 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-30" 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.645 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Starting... 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b9d4b0 2025-05-13 14:40:14.645 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b9d4b0 2025-05-13 14:40:14.645 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Start completed. 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-31 - configuration: 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4f541e67 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-31" 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.654 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.654 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-31 - Starting... 2025-05-13 14:40:14.655 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-31 - Added connection org.sqlite.jdbc4.JDBC4Connection@3514ac7d 2025-05-13 14:40:14.655 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-31 - Added connection org.sqlite.jdbc4.JDBC4Connection@3514ac7d 2025-05-13 14:40:14.655 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-31 - Start completed. 2025-05-13 14:40:14.692 [HikariPool-25 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-25 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.705 [HikariPool-27 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-27 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.727 [HikariPool-29 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-29 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.746 [HikariPool-30 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.752 [DefaultDispatcher-worker-3 @coroutine#202] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-31 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3514ac7d 2025-05-13 14:40:14.753 [DefaultDispatcher-worker-3 @coroutine#204] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-31 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3514ac7d 2025-05-13 14:40:14.754 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Shutdown initiated... 2025-05-13 14:40:14.754 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Close initiated... 2025-05-13 14:40:14.754 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.754 [HikariPool-30 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-30 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2b9d4b0: (connection evicted) 2025-05-13 14:40:14.755 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.755 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-30 - Closed. 2025-05-13 14:40:14.755 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-30 - Shutdown completed. 2025-05-13 14:40:14.755 [HikariPool-31 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-31 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:14.755 [Test worker @coroutine#206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-31 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3514ac7d 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-32 - configuration: 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3006bfb 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-32" 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.757 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Starting... 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Added connection org.sqlite.jdbc4.JDBC4Connection@5402612e 2025-05-13 14:40:14.757 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Added connection org.sqlite.jdbc4.JDBC4Connection@5402612e 2025-05-13 14:40:14.757 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Start completed. 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-33 - configuration: 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3129299f 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-33" 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.766 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-33 - Starting... 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-33 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fdac2a7 2025-05-13 14:40:14.766 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-33 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fdac2a7 2025-05-13 14:40:14.766 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-33 - Start completed. 2025-05-13 14:40:14.858 [HikariPool-32 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.866 [HikariPool-33 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-33 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.898 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Shutdown initiated... 2025-05-13 14:40:14.898 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Close initiated... 2025-05-13 14:40:14.898 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.898 [HikariPool-32 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-32 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5402612e: (connection evicted) 2025-05-13 14:40:14.899 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.899 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-32 - Closed. 2025-05-13 14:40:14.899 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-32 - Shutdown completed. 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-34 - configuration: 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@36665c11 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.901 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-34" 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.902 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Starting... 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a709cc7 2025-05-13 14:40:14.902 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a709cc7 2025-05-13 14:40:14.902 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Start completed. 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-35 - configuration: 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@19a7906c 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.911 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-35" 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.912 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-35 - Starting... 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-35 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e4f2300 2025-05-13 14:40:14.912 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-35 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e4f2300 2025-05-13 14:40:14.912 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-35 - Start completed. 2025-05-13 14:40:14.914 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Shutdown initiated... 2025-05-13 14:40:14.914 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Close initiated... 2025-05-13 14:40:14.914 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:14.914 [HikariPool-34 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-34 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3a709cc7: (connection evicted) 2025-05-13 14:40:14.914 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:14.914 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-34 - Closed. 2025-05-13 14:40:14.914 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-34 - Shutdown completed. 2025-05-13 14:40:14.923 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-36 - configuration: 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@738a39cc 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-36" 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.924 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Starting... 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Added connection org.sqlite.jdbc4.JDBC4Connection@38e7860c 2025-05-13 14:40:14.924 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Added connection org.sqlite.jdbc4.JDBC4Connection@38e7860c 2025-05-13 14:40:14.924 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Start completed. 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-37 - configuration: 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@62158991 2025-05-13 14:40:14.932 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-37" 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:14.933 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-37 - Starting... 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-37 - Added connection org.sqlite.jdbc4.JDBC4Connection@1255de25 2025-05-13 14:40:14.933 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-37 - Added connection org.sqlite.jdbc4.JDBC4Connection@1255de25 2025-05-13 14:40:14.933 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-37 - Start completed. 2025-05-13 14:40:15.012 [HikariPool-35 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-35 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.024 [HikariPool-36 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.026 [DefaultDispatcher-worker-4 @coroutine#229] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-37 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1255de25 2025-05-13 14:40:15.027 [DefaultDispatcher-worker-4 @coroutine#231] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-37 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1255de25 2025-05-13 14:40:15.027 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Shutdown initiated... 2025-05-13 14:40:15.027 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Close initiated... 2025-05-13 14:40:15.027 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.028 [HikariPool-36 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-36 - Closing connection org.sqlite.jdbc4.JDBC4Connection@38e7860c: (connection evicted) 2025-05-13 14:40:15.028 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.028 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-36 - Closed. 2025-05-13 14:40:15.028 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-36 - Shutdown completed. 2025-05-13 14:40:15.029 [Test worker @coroutine#233] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-37 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1255de25 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-38 - configuration: 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@22c29aa8 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-38" 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.030 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.030 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Starting... 2025-05-13 14:40:15.031 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Added connection org.sqlite.jdbc4.JDBC4Connection@12be4f83 2025-05-13 14:40:15.031 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Added connection org.sqlite.jdbc4.JDBC4Connection@12be4f83 2025-05-13 14:40:15.031 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Start completed. 2025-05-13 14:40:15.033 [HikariPool-37 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-37 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.038 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-39 - configuration: 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@eb1d475 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-39" 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.039 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-39 - Starting... 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-39 - Added connection org.sqlite.jdbc4.JDBC4Connection@718f3088 2025-05-13 14:40:15.039 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-39 - Added connection org.sqlite.jdbc4.JDBC4Connection@718f3088 2025-05-13 14:40:15.039 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-39 - Start completed. 2025-05-13 14:40:15.041 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Shutdown initiated... 2025-05-13 14:40:15.041 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Close initiated... 2025-05-13 14:40:15.041 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.041 [HikariPool-38 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-38 - Closing connection org.sqlite.jdbc4.JDBC4Connection@12be4f83: (connection evicted) 2025-05-13 14:40:15.042 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.042 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-38 - Closed. 2025-05-13 14:40:15.042 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-38 - Shutdown completed. 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-40 - configuration: 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7bda01da 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-40" 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.045 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.045 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Starting... 2025-05-13 14:40:15.046 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Added connection org.sqlite.jdbc4.JDBC4Connection@25216999 2025-05-13 14:40:15.046 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Added connection org.sqlite.jdbc4.JDBC4Connection@25216999 2025-05-13 14:40:15.046 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Start completed. 2025-05-13 14:40:15.057 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25216999 2025-05-13 14:40:15.062 [Test worker @coroutine#242] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25216999 2025-05-13 14:40:15.063 [Test worker @coroutine#244] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25216999 2025-05-13 14:40:15.065 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-41 - configuration: 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@30a01dd8 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-41" 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.066 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.066 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-41 - Starting... 2025-05-13 14:40:15.067 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-41 - Added connection org.sqlite.jdbc4.JDBC4Connection@47b4ac83 2025-05-13 14:40:15.067 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-41 - Added connection org.sqlite.jdbc4.JDBC4Connection@47b4ac83 2025-05-13 14:40:15.067 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-41 - Start completed. 2025-05-13 14:40:15.074 [Test worker] DEBUG c.zaxxer.hikari.pool.ProxyConnection - HikariPool-40 - Executed rollback on connection org.sqlite.jdbc4.JDBC4Connection@25216999 due to dirty commit state on close(). 2025-05-13 14:40:15.074 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25216999 2025-05-13 14:40:15.074 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Shutdown initiated... 2025-05-13 14:40:15.074 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Close initiated... 2025-05-13 14:40:15.074 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.074 [HikariPool-40 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-40 - Closing connection org.sqlite.jdbc4.JDBC4Connection@25216999: (connection evicted) 2025-05-13 14:40:15.076 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.076 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-40 - Closed. 2025-05-13 14:40:15.076 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-40 - Shutdown completed. 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-42 - configuration: 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@60e47aab 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.077 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-42" 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.078 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.078 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Starting... 2025-05-13 14:40:15.080 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Added connection org.sqlite.jdbc4.JDBC4Connection@adc8683 2025-05-13 14:40:15.080 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Added connection org.sqlite.jdbc4.JDBC4Connection@adc8683 2025-05-13 14:40:15.080 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Start completed. 2025-05-13 14:40:15.080 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@adc8683 2025-05-13 14:40:15.085 [Test worker @coroutine#258] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@adc8683 2025-05-13 14:40:15.086 [Test worker @coroutine#260] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@adc8683 2025-05-13 14:40:15.087 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-43 - configuration: 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3b2db389 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-43" 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.088 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-43 - Starting... 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-43 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a139347 2025-05-13 14:40:15.088 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-43 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a139347 2025-05-13 14:40:15.088 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-43 - Start completed. 2025-05-13 14:40:15.093 [DefaultDispatcher-worker-15 @coroutine#273] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-43 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a139347 2025-05-13 14:40:15.093 [DefaultDispatcher-worker-18 @coroutine#262] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@adc8683 2025-05-13 14:40:15.094 [Test worker @coroutine#276] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-43 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a139347 2025-05-13 14:40:15.096 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Shutdown initiated... 2025-05-13 14:40:15.096 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Close initiated... 2025-05-13 14:40:15.096 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.096 [HikariPool-42 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-42 - Closing connection org.sqlite.jdbc4.JDBC4Connection@adc8683: (connection evicted) 2025-05-13 14:40:15.097 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.097 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-42 - Closed. 2025-05-13 14:40:15.097 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-42 - Shutdown completed. 2025-05-13 14:40:15.098 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-44 - configuration: 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3caa4d85 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-44" 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.099 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.099 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Starting... 2025-05-13 14:40:15.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Added connection org.sqlite.jdbc4.JDBC4Connection@51508029 2025-05-13 14:40:15.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Added connection org.sqlite.jdbc4.JDBC4Connection@51508029 2025-05-13 14:40:15.101 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Start completed. 2025-05-13 14:40:15.101 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-44 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@51508029 2025-05-13 14:40:15.107 [Test worker @coroutine#279] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-44 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@51508029 2025-05-13 14:40:15.108 [Test worker @coroutine#281] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-44 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@51508029 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-45 - configuration: 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@76e00bdb 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-45" 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.109 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.109 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-45 - Starting... 2025-05-13 14:40:15.110 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-45 - Added connection org.sqlite.jdbc4.JDBC4Connection@343d1d25 2025-05-13 14:40:15.110 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-45 - Added connection org.sqlite.jdbc4.JDBC4Connection@343d1d25 2025-05-13 14:40:15.110 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-45 - Start completed. 2025-05-13 14:40:15.111 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Shutdown initiated... 2025-05-13 14:40:15.111 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Close initiated... 2025-05-13 14:40:15.111 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:15.111 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.111 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-44 - Closed. 2025-05-13 14:40:15.111 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-44 - Shutdown completed. 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-46 - configuration: 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7d1cdeb1 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-46" 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.113 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.113 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Starting... 2025-05-13 14:40:15.115 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a3316b6 2025-05-13 14:40:15.115 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a3316b6 2025-05-13 14:40:15.115 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Start completed. 2025-05-13 14:40:15.116 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-46 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3a3316b6 2025-05-13 14:40:15.121 [Test worker @coroutine#295] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-46 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3a3316b6 2025-05-13 14:40:15.122 [Test worker @coroutine#297] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-46 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3a3316b6 2025-05-13 14:40:15.123 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-47 - configuration: 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3ccfac29 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-47" 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.124 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-47 - Starting... 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-47 - Added connection org.sqlite.jdbc4.JDBC4Connection@77ea960f 2025-05-13 14:40:15.124 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-47 - Added connection org.sqlite.jdbc4.JDBC4Connection@77ea960f 2025-05-13 14:40:15.124 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-47 - Start completed. 2025-05-13 14:40:15.127 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Shutdown initiated... 2025-05-13 14:40:15.127 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Close initiated... 2025-05-13 14:40:15.127 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:15.127 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.127 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-46 - Closed. 2025-05-13 14:40:15.127 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-46 - Shutdown completed. 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-48 - configuration: 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@69bc4024 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-48" 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.130 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Starting... 2025-05-13 14:40:15.131 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Added connection org.sqlite.jdbc4.JDBC4Connection@24f177f5 2025-05-13 14:40:15.131 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Added connection org.sqlite.jdbc4.JDBC4Connection@24f177f5 2025-05-13 14:40:15.131 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Start completed. 2025-05-13 14:40:15.139 [HikariPool-39 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-39 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.164 [DefaultDispatcher-worker-6 @coroutine#310] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24f177f5 2025-05-13 14:40:15.167 [HikariPool-41 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-41 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.171 [DefaultDispatcher-worker-9 @coroutine#310] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24f177f5 2025-05-13 14:40:15.188 [HikariPool-43 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-43 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.205 [DefaultDispatcher-worker-1 @coroutine#310] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24f177f5 2025-05-13 14:40:15.206 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Shutdown initiated... 2025-05-13 14:40:15.206 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Close initiated... 2025-05-13 14:40:15.206 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.206 [HikariPool-48 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-48 - Closing connection org.sqlite.jdbc4.JDBC4Connection@24f177f5: (connection evicted) 2025-05-13 14:40:15.207 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.207 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-48 - Closed. 2025-05-13 14:40:15.207 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-48 - Shutdown completed. 2025-05-13 14:40:15.207 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-49 - configuration: 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@71beada8 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-49" 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.208 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.208 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Starting... 2025-05-13 14:40:15.209 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b3b1124 2025-05-13 14:40:15.209 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b3b1124 2025-05-13 14:40:15.209 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Start completed. 2025-05-13 14:40:15.210 [HikariPool-45 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-45 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.224 [HikariPool-47 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-47 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.229 [DefaultDispatcher-worker-19 @coroutine#314] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-49 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b3b1124 2025-05-13 14:40:15.234 [DefaultDispatcher-worker-12 @coroutine#314] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-49 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b3b1124 2025-05-13 14:40:15.243 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Shutdown initiated... 2025-05-13 14:40:15.243 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Close initiated... 2025-05-13 14:40:15.243 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.243 [HikariPool-49 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-49 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2b3b1124: (connection evicted) 2025-05-13 14:40:15.243 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.243 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-49 - Closed. 2025-05-13 14:40:15.243 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-49 - Shutdown completed. 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-50 - configuration: 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4182a651 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-50" 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.244 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.244 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Starting... 2025-05-13 14:40:15.245 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Added connection org.sqlite.jdbc4.JDBC4Connection@46de118b 2025-05-13 14:40:15.245 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Added connection org.sqlite.jdbc4.JDBC4Connection@46de118b 2025-05-13 14:40:15.245 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Start completed. 2025-05-13 14:40:15.264 [DefaultDispatcher-worker-1 @coroutine#317] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-50 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@46de118b 2025-05-13 14:40:15.265 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Shutdown initiated... 2025-05-13 14:40:15.265 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Close initiated... 2025-05-13 14:40:15.265 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.265 [HikariPool-50 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-50 - Closing connection org.sqlite.jdbc4.JDBC4Connection@46de118b: (connection evicted) 2025-05-13 14:40:15.265 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.265 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-50 - Closed. 2025-05-13 14:40:15.265 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-50 - Shutdown completed. 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-51 - configuration: 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2374452a 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-51" 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.266 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Starting... 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Added connection org.sqlite.jdbc4.JDBC4Connection@2c5708e7 2025-05-13 14:40:15.266 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Added connection org.sqlite.jdbc4.JDBC4Connection@2c5708e7 2025-05-13 14:40:15.266 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Start completed. 2025-05-13 14:40:15.285 [DefaultDispatcher-worker-18 @coroutine#320] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-51 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2c5708e7 2025-05-13 14:40:15.290 [DefaultDispatcher-worker-6 @coroutine#320] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-51 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2c5708e7 2025-05-13 14:40:15.291 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Shutdown initiated... 2025-05-13 14:40:15.291 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Close initiated... 2025-05-13 14:40:15.291 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.291 [HikariPool-51 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-51 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2c5708e7: (connection evicted) 2025-05-13 14:40:15.291 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.291 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-51 - Closed. 2025-05-13 14:40:15.291 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-51 - Shutdown completed. 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-52 - configuration: 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@e3c36d 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-52" 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.292 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Starting... 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Added connection org.sqlite.jdbc4.JDBC4Connection@39a865c1 2025-05-13 14:40:15.292 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Added connection org.sqlite.jdbc4.JDBC4Connection@39a865c1 2025-05-13 14:40:15.292 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Start completed. 2025-05-13 14:40:15.312 [DefaultDispatcher-worker-4 @coroutine#323] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-52 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39a865c1 2025-05-13 14:40:15.313 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Shutdown initiated... 2025-05-13 14:40:15.313 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Close initiated... 2025-05-13 14:40:15.313 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.314 [HikariPool-52 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-52 - Closing connection org.sqlite.jdbc4.JDBC4Connection@39a865c1: (connection evicted) 2025-05-13 14:40:15.314 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.314 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-52 - Closed. 2025-05-13 14:40:15.314 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-52 - Shutdown completed. 2025-05-13 14:40:15.314 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-53 - configuration: 2025-05-13 14:40:15.314 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2ef913a4 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-53" 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.315 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Starting... 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Added connection org.sqlite.jdbc4.JDBC4Connection@145fe8ab 2025-05-13 14:40:15.315 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Added connection org.sqlite.jdbc4.JDBC4Connection@145fe8ab 2025-05-13 14:40:15.315 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Start completed. 2025-05-13 14:40:15.333 [DefaultDispatcher-worker-6 @coroutine#325] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-53 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@145fe8ab 2025-05-13 14:40:15.334 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Shutdown initiated... 2025-05-13 14:40:15.334 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Close initiated... 2025-05-13 14:40:15.334 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.334 [HikariPool-53 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-53 - Closing connection org.sqlite.jdbc4.JDBC4Connection@145fe8ab: (connection evicted) 2025-05-13 14:40:15.334 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.334 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-53 - Closed. 2025-05-13 14:40:15.334 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-53 - Shutdown completed. 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-54 - configuration: 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@545f0b6 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.471 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-54" 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.472 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Starting... 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Added connection org.sqlite.jdbc4.JDBC4Connection@4888425d 2025-05-13 14:40:15.472 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Added connection org.sqlite.jdbc4.JDBC4Connection@4888425d 2025-05-13 14:40:15.472 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Start completed. 2025-05-13 14:40:15.510 [DefaultDispatcher-worker-11 @coroutine#335] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4888425d 2025-05-13 14:40:15.515 [DefaultDispatcher-worker-10 @coroutine#337] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4888425d 2025-05-13 14:40:15.516 [Test worker @coroutine#339] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:43669/manifest.json 2025-05-13 14:40:15.517 [Test worker @coroutine#339] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:43669/manifest.json. 2025-05-13 14:40:15.517 [Test worker @coroutine#339] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:43669/manifest.json 2025-05-13 14:40:15.518 [Test worker @coroutine#339] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:43669/manifest.json 2025-05-13 14:40:15.518 [Test worker @coroutine#339] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:43669/manifest.json 2025-05-13 14:40:15.572 [HikariPool-54 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.592 [Test worker @coroutine#339] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:43669/manifest.json. 2025-05-13 14:40:15.592 [Test worker @coroutine#339] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:43669/manifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:15.600 [DefaultDispatcher-worker-15 @coroutine#339] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4888425d 2025-05-13 14:40:15.604 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Shutdown initiated... 2025-05-13 14:40:15.604 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Close initiated... 2025-05-13 14:40:15.604 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.604 [HikariPool-54 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-54 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4888425d: (connection evicted) 2025-05-13 14:40:15.605 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.605 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-54 - Closed. 2025-05-13 14:40:15.605 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-54 - Shutdown completed. 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-55 - configuration: 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@301770d9 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.617 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-55" 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.618 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-55 - Starting... 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-55 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fec9d33 2025-05-13 14:40:15.618 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-55 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fec9d33 2025-05-13 14:40:15.618 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-55 - Start completed. 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-56 - configuration: 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@54d46c8 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-56" 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.624 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.624 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Starting... 2025-05-13 14:40:15.625 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Added connection org.sqlite.jdbc4.JDBC4Connection@5c34b0f2 2025-05-13 14:40:15.625 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Added connection org.sqlite.jdbc4.JDBC4Connection@5c34b0f2 2025-05-13 14:40:15.625 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Start completed. 2025-05-13 14:40:15.642 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 14:40:15.679 [Test worker] INFO ktor.application - Application started in 0.04 seconds. 2025-05-13 14:40:15.679 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@b386a17 2025-05-13 14:40:15.719 [HikariPool-55 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-55 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.725 [HikariPool-56 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.733 [DefaultDispatcher-worker-15 @coroutine#351] INFO ktor.application - Responding at http://0.0.0.0:45639 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-57 - configuration: 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7df23848 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-57" 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.733 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.733 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-57 - Starting... 2025-05-13 14:40:15.734 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-57 - Added connection org.sqlite.jdbc4.JDBC4Connection@236f3885 2025-05-13 14:40:15.734 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-57 - Added connection org.sqlite.jdbc4.JDBC4Connection@236f3885 2025-05-13 14:40:15.734 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-57 - Start completed. 2025-05-13 14:40:15.750 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 14:40:15.754 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 14:40:15.754 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 14:40:15.754 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 14:40:15.754 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 14:40:15.754 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 14:40:15.754 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 14:40:15.754 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 14:40:15.754 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-58 - configuration: 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3fd21272 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-58" 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:15.755 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Starting... 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.755 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.755 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Start completed. 2025-05-13 14:40:15.784 [DefaultDispatcher-worker-11 @coroutine#356] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.789 [DefaultDispatcher-worker-19 @coroutine#356] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.793 [DefaultDispatcher-worker-10 @coroutine#360] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-57 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@236f3885 2025-05-13 14:40:15.794 [DefaultDispatcher-worker-10 @coroutine#362] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-57 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@236f3885 2025-05-13 14:40:15.799 [DefaultDispatcher-worker-1 @coroutine#356] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.803 [DefaultDispatcher-worker-7 @coroutine#356] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.803 [Test worker @coroutine#356] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.803 [Test worker @coroutine#356] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json. 2025-05-13 14:40:15.803 [Test worker @coroutine#356] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.805 [Test worker @coroutine#356] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.805 [Test worker @coroutine#356] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.805 [Test worker @coroutine#356] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json. 2025-05-13 14:40:15.805 [Test worker @coroutine#356] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:15.813 [DefaultDispatcher-worker-9 @coroutine#356] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.816 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 14:40:15.817 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-307a4058-d9ec-4301-a2f2-aed97472ceb0', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 14:40:15.819 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:15.819 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-307a4058-d9ec-4301-a2f2-aed97472ceb0 2025-05-13 14:40:15.821 [DefaultDispatcher-worker-9 @coroutine#376] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:15.821 [DefaultDispatcher-worker-9 @coroutine#376] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:45639/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:15.821 [DefaultDispatcher-worker-9 @coroutine#376] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:15.822 [DefaultDispatcher-worker-9 @coroutine#376] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45639/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:15.827 [DefaultDispatcher-worker-10 @coroutine#375] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.828 [DefaultDispatcher-worker-10 @coroutine#375] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/UmAppDatabase/replication/nodeId 2025-05-13 14:40:15.828 [DefaultDispatcher-worker-10 @coroutine#375] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:45639/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:15.828 [DefaultDispatcher-worker-10 @coroutine#375] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/UmAppDatabase/replication/nodeId 2025-05-13 14:40:15.831 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/api/blob/upload-init-batch 2025-05-13 14:40:15.832 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:45639/api/blob/upload-init-batch. 2025-05-13 14:40:15.832 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/api/blob/upload-init-batch 2025-05-13 14:40:15.832 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45639/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:15.834 [HikariPool-57 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-57 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.855 [HikariPool-58 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.866 [eventLoopGroupProxy-4-4 @call-handler#398] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 14:40:15.866 [eventLoopGroupProxy-4-1 @call-handler#397] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 14:40:15.866 [eventLoopGroupProxy-4-3 @call-handler#396] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 14:40:15.866 [eventLoopGroupProxy-4-2 @call-handler#399] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 14:40:15.869 [eventLoopGroupProxy-4-2 @call-handler#399] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:15.869 [eventLoopGroupProxy-4-1 @call-handler#397] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:15.870 [eventLoopGroupProxy-4-3 @call-handler#396] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:15.870 [eventLoopGroupProxy-4-4 @call-handler#398] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 14:40:15.871 [eventLoopGroupProxy-4-3 @call-handler#396] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:15.872 [DefaultDispatcher-worker-10 @coroutine#375] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/UmAppDatabase/replication/nodeId 2025-05-13 14:40:15.872 [DefaultDispatcher-worker-10 @coroutine#375] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45639/UmAppDatabase/replication/nodeId 2025-05-13 14:40:15.873 [eventLoopGroupProxy-4-3 @call-handler#396] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:15.873 [DefaultDispatcher-worker-14 @coroutine#376] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:15.873 [DefaultDispatcher-worker-14 @coroutine#376] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45639/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:15.876 [eventLoopGroupProxy-4-3 @call-handler#396] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 13ms 2025-05-13 14:40:15.876 [eventLoopGroupProxy-4-2 @call-handler#399] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 13ms 2025-05-13 14:40:15.878 [DefaultDispatcher-worker-14 @coroutine#375] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.880 [eventLoopGroupProxy-4-4 @coroutine#407] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fec9d33 2025-05-13 14:40:15.885 [DefaultDispatcher-worker-18 @coroutine#377] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.890 [eventLoopGroupProxy-4-4 @call-handler#398] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 27ms 2025-05-13 14:40:15.890 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/api/blob/upload-init-batch 2025-05-13 14:40:15.891 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45639/api/blob/upload-init-batch 2025-05-13 14:40:15.896 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:45639/api/blob/upload-init-batch. 2025-05-13 14:40:15.896 [DefaultDispatcher-worker-18 @coroutine#374] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:45639/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:15.905 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/api/blob/upload-batch-data 2025-05-13 14:40:15.905 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:45639/api/blob/upload-batch-data. 2025-05-13 14:40:15.905 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/api/blob/upload-batch-data 2025-05-13 14:40:15.905 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45639/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:15.910 [eventLoopGroupProxy-4-3 @call-handler#413] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:15.918 [eventLoopGroupProxy-4-3 @coroutine#414] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fec9d33 2025-05-13 14:40:15.918 [eventLoopGroupProxy-4-3 @call-handler#413] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:15.918 [eventLoopGroupProxy-4-3 @call-handler#413] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 8ms 2025-05-13 14:40:15.919 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/api/blob/upload-batch-data 2025-05-13 14:40:15.924 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/api/blob/upload-batch-data 2025-05-13 14:40:15.924 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:45639/api/blob/upload-batch-data. 2025-05-13 14:40:15.924 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/api/blob/upload-batch-data 2025-05-13 14:40:15.924 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45639/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:15.926 [eventLoopGroupProxy-4-3 @call-handler#418] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:15.928 [eventLoopGroupProxy-4-3 @coroutine#419] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fec9d33 2025-05-13 14:40:15.928 [eventLoopGroupProxy-4-3 @call-handler#418] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:15.928 [eventLoopGroupProxy-4-3 @call-handler#418] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:15.929 [DefaultDispatcher-worker-18 @coroutine#411] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/api/blob/upload-batch-data 2025-05-13 14:40:15.941 [DefaultDispatcher-worker-2 @coroutine#374] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.948 [DefaultDispatcher-worker-12 @coroutine#377] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.958 [DefaultDispatcher-worker-12 @coroutine#377] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/UmAppDatabase/replication/message 2025-05-13 14:40:15.958 [DefaultDispatcher-worker-12 @coroutine#377] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:45639/UmAppDatabase/replication/message. 2025-05-13 14:40:15.958 [DefaultDispatcher-worker-12 @coroutine#377] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/UmAppDatabase/replication/message 2025-05-13 14:40:15.958 [DefaultDispatcher-worker-12 @coroutine#377] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45639/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:15.960 [eventLoopGroupProxy-4-3 @call-handler#432] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:15.960 [eventLoopGroupProxy-4-3 @call-handler#432] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:15.960 [eventLoopGroupProxy-4-3 @call-handler#432] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:15.972 [DefaultDispatcher-worker-17 @call-handler#432] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-56 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5c34b0f2 2025-05-13 14:40:15.972 [eventLoopGroupProxy-4-3 @call-handler#432] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:15.973 [eventLoopGroupProxy-4-3 @call-handler#432] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 14ms 2025-05-13 14:40:15.973 [DefaultDispatcher-worker-12 @coroutine#350] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.973 [DefaultDispatcher-worker-12 @coroutine#350] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json. 2025-05-13 14:40:15.973 [DefaultDispatcher-worker-12 @coroutine#350] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.973 [DefaultDispatcher-worker-17 @coroutine#377] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/UmAppDatabase/replication/message 2025-05-13 14:40:15.973 [DefaultDispatcher-worker-17 @coroutine#377] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45639/UmAppDatabase/replication/message 2025-05-13 14:40:15.973 [DefaultDispatcher-worker-17 @coroutine#377] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:45639/UmAppDatabase/replication/message. 2025-05-13 14:40:15.973 [DefaultDispatcher-worker-17 @coroutine#377] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:45639/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:15.974 [DefaultDispatcher-worker-5 @coroutine#350] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.974 [DefaultDispatcher-worker-5 @coroutine#350] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json 2025-05-13 14:40:15.974 [DefaultDispatcher-worker-5 @coroutine#350] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json. 2025-05-13 14:40:15.974 [DefaultDispatcher-worker-5 @coroutine#350] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:45639/api/content/727151771905765376/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:15.978 [DefaultDispatcher-worker-14 @coroutine#377] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4 2025-05-13 14:40:15.979 [DefaultDispatcher-worker-11 @coroutine#350] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-56 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5c34b0f2 2025-05-13 14:40:15.980 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 14:40:15.980 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 14:40:15.980 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 14:40:15.980 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 14:40:15.980 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 14:40:15.980 [Test worker @coroutine#444] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-57 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@236f3885 2025-05-13 14:40:15.981 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Shutdown initiated... 2025-05-13 14:40:15.981 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Close initiated... 2025-05-13 14:40:15.981 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:15.981 [HikariPool-58 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-58 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4cb91fa4: (connection evicted) 2025-05-13 14:40:15.981 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:15.981 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-58 - Closed. 2025-05-13 14:40:15.981 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-58 - Shutdown completed. 2025-05-13 14:40:16.251 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:16.251 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:16.442 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:16.985 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@b386a17 2025-05-13 14:40:16.986 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@b386a17 2025-05-13 14:40:16.988 [Test worker @coroutine#449] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-55 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fec9d33 2025-05-13 14:40:16.988 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Shutdown initiated... 2025-05-13 14:40:16.988 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Close initiated... 2025-05-13 14:40:16.988 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:16.988 [HikariPool-56 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-56 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5c34b0f2: (connection evicted) 2025-05-13 14:40:16.988 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:16.988 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-56 - Closed. 2025-05-13 14:40:16.988 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-56 - Shutdown completed. 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-59 - configuration: 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@84e43fb 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:17.004 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-59" 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:17.005 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-59 - Starting... 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-59 - Added connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:17.005 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-59 - Added connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:17.005 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-59 - Start completed. 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-60 - configuration: 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@b666366 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-60" 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:17.007 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Starting... 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Added connection org.sqlite.jdbc4.JDBC4Connection@7bbe852a 2025-05-13 14:40:17.007 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Added connection org.sqlite.jdbc4.JDBC4Connection@7bbe852a 2025-05-13 14:40:17.007 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Start completed. 2025-05-13 14:40:17.017 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 14:40:17.018 [Test worker] INFO ktor.application - Application started in 0.001 seconds. 2025-05-13 14:40:17.018 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@3f2a7ca0 2025-05-13 14:40:17.019 [DefaultDispatcher-worker-5 @coroutine#456] INFO ktor.application - Responding at http://0.0.0.0:46489 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-61 - configuration: 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1248f83 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:17.019 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-61" 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:17.020 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-61 - Starting... 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-61 - Added connection org.sqlite.jdbc4.JDBC4Connection@19b0a9f2 2025-05-13 14:40:17.020 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-61 - Added connection org.sqlite.jdbc4.JDBC4Connection@19b0a9f2 2025-05-13 14:40:17.020 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-61 - Start completed. 2025-05-13 14:40:17.021 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 14:40:17.021 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 14:40:17.021 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 14:40:17.021 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 14:40:17.021 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 14:40:17.021 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 14:40:17.021 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 14:40:17.021 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 14:40:17.021 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-62 - configuration: 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@25da1dc9 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-62" 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:17.022 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Starting... 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.022 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.022 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Start completed. 2025-05-13 14:40:17.044 [DefaultDispatcher-worker-13 @coroutine#461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.048 [DefaultDispatcher-worker-12 @coroutine#461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.053 [DefaultDispatcher-worker-5 @coroutine#465] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-61 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19b0a9f2 2025-05-13 14:40:17.054 [Test worker @coroutine#467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-61 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19b0a9f2 2025-05-13 14:40:17.059 [DefaultDispatcher-worker-14 @coroutine#461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.063 [DefaultDispatcher-worker-8 @coroutine#461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.063 [Test worker @coroutine#461] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:17.063 [Test worker @coroutine#461] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json. 2025-05-13 14:40:17.063 [Test worker @coroutine#461] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:17.065 [Test worker @coroutine#461] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:17.065 [Test worker @coroutine#461] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:17.065 [Test worker @coroutine#461] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json. 2025-05-13 14:40:17.065 [Test worker @coroutine#461] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:17.072 [DefaultDispatcher-worker-8 @coroutine#461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.072 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 14:40:17.072 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-904bf925-c36f-4a34-b4eb-32027e4f68ed', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 14:40:17.073 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:17.073 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-904bf925-c36f-4a34-b4eb-32027e4f68ed 2025-05-13 14:40:17.074 [DefaultDispatcher-worker-10 @coroutine#482] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:17.074 [DefaultDispatcher-worker-10 @coroutine#482] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:46489/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:17.074 [DefaultDispatcher-worker-10 @coroutine#482] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:17.074 [DefaultDispatcher-worker-10 @coroutine#482] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:17.076 [eventLoopGroupProxy-7-1 @call-handler#492] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 14:40:17.076 [eventLoopGroupProxy-7-2 @call-handler#493] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 14:40:17.076 [eventLoopGroupProxy-7-2 @call-handler#493] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.076 [eventLoopGroupProxy-7-1 @call-handler#492] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:17.076 [eventLoopGroupProxy-7-1 @call-handler#492] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:17.077 [eventLoopGroupProxy-7-1 @call-handler#492] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.077 [eventLoopGroupProxy-7-1 @call-handler#492] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 1ms 2025-05-13 14:40:17.077 [DefaultDispatcher-worker-12 @coroutine#482] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:17.077 [DefaultDispatcher-worker-12 @coroutine#482] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46489/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:17.079 [DefaultDispatcher-worker-6 @coroutine#481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.080 [DefaultDispatcher-worker-6 @coroutine#481] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/UmAppDatabase/replication/nodeId 2025-05-13 14:40:17.080 [DefaultDispatcher-worker-6 @coroutine#481] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:46489/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:17.080 [DefaultDispatcher-worker-6 @coroutine#481] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/UmAppDatabase/replication/nodeId 2025-05-13 14:40:17.081 [eventLoopGroupProxy-7-1 @call-handler#501] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 14:40:17.081 [DefaultDispatcher-worker-2 @coroutine#480] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.081 [DefaultDispatcher-worker-2 @coroutine#480] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-init-batch. 2025-05-13 14:40:17.081 [DefaultDispatcher-worker-2 @coroutine#480] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.081 [DefaultDispatcher-worker-2 @coroutine#480] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:17.081 [eventLoopGroupProxy-7-1 @call-handler#501] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.082 [eventLoopGroupProxy-7-1 @call-handler#501] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 1ms 2025-05-13 14:40:17.082 [DefaultDispatcher-worker-6 @coroutine#481] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/UmAppDatabase/replication/nodeId 2025-05-13 14:40:17.082 [DefaultDispatcher-worker-6 @coroutine#481] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46489/UmAppDatabase/replication/nodeId 2025-05-13 14:40:17.083 [eventLoopGroupProxy-7-1 @call-handler#506] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 14:40:17.083 [eventLoopGroupProxy-7-1 @call-handler#506] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 14:40:17.084 [eventLoopGroupProxy-7-1 @coroutine#507] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:17.085 [eventLoopGroupProxy-7-1 @call-handler#506] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 3ms 2025-05-13 14:40:17.086 [DefaultDispatcher-worker-5 @coroutine#480] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.086 [DefaultDispatcher-worker-5 @coroutine#480] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.086 [DefaultDispatcher-worker-5 @coroutine#480] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-init-batch. 2025-05-13 14:40:17.086 [DefaultDispatcher-worker-5 @coroutine#480] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46489/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:17.087 [DefaultDispatcher-worker-5 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.087 [DefaultDispatcher-worker-5 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.087 [DefaultDispatcher-worker-5 @coroutine#511] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.087 [DefaultDispatcher-worker-5 @coroutine#511] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.089 [eventLoopGroupProxy-7-1 @call-handler#513] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.089 [DefaultDispatcher-worker-7 @coroutine#481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.089 [DefaultDispatcher-worker-5 @coroutine#514] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-43 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a139347 2025-05-13 14:40:17.091 [eventLoopGroupProxy-7-1 @coroutine#517] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:17.091 [eventLoopGroupProxy-7-1 @call-handler#513] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.091 [eventLoopGroupProxy-7-1 @call-handler#513] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 14:40:17.092 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.093 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.093 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.093 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.093 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.094 [eventLoopGroupProxy-7-1 @call-handler#521] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.094 [DefaultDispatcher-worker-8 @coroutine#483] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.095 [eventLoopGroupProxy-7-1 @coroutine#522] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:17.096 [eventLoopGroupProxy-7-1 @call-handler#521] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.096 [eventLoopGroupProxy-7-1 @call-handler#521] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:17.096 [DefaultDispatcher-worker-11 @coroutine#511] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.097 [DefaultDispatcher-worker-11 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.097 [DefaultDispatcher-worker-11 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.097 [DefaultDispatcher-worker-11 @coroutine#511] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.097 [DefaultDispatcher-worker-11 @coroutine#511] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.098 [eventLoopGroupProxy-7-1 @call-handler#526] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.105 [HikariPool-59 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-59 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:17.107 [HikariPool-60 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:17.120 [HikariPool-61 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-61 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:17.122 [HikariPool-62 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:17.140 [eventLoopGroupProxy-7-1 @call-handler#526] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.140 [eventLoopGroupProxy-7-1 @call-handler#526] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:17.140 [DefaultDispatcher-worker-4 @coroutine#511] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.141 [DefaultDispatcher-worker-4 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.141 [DefaultDispatcher-worker-4 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.141 [DefaultDispatcher-worker-4 @coroutine#511] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.141 [DefaultDispatcher-worker-4 @coroutine#511] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.142 [eventLoopGroupProxy-7-1 @call-handler#529] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.143 [eventLoopGroupProxy-7-1 @call-handler#529] INFO ktor.application - 500 Internal Server Error: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:17.143 [DefaultDispatcher-worker-4 @coroutine#511] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.143 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.143 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46489/api/blob/upload-batch-data to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:17.143 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.c.p.DefaultResponseValidation - Default response validation for http://localhost:46489/api/blob/upload-batch-data failed with io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:46489/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" 2025-05-13 14:40:17.143 [DefaultDispatcher-worker-7 @coroutine#511] TRACE i.k.client.plugins.HttpCallValidator - Processing exception io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:46489/api/blob/upload-batch-data: 500 Internal Server Error. Text: "Interceptor Force Fail!" for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.151 [DefaultDispatcher-worker-13 @coroutine#480] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.156 [DefaultDispatcher-worker-4 @coroutine#480] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:17.163 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 14:40:17.658 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-4ea24020-33ee-4161-878f-0c104443cecd', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 14:40:17.659 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:17.659 [MyScheduler_Worker-2] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-4ea24020-33ee-4161-878f-0c104443cecd 2025-05-13 14:40:17.661 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.661 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-init-batch. 2025-05-13 14:40:17.661 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.661 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:17.663 [eventLoopGroupProxy-7-1 @call-handler#538] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 14:40:17.663 [eventLoopGroupProxy-7-1 @call-handler#538] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 14:40:17.663 [eventLoopGroupProxy-7-1 @coroutine#539] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:17.665 [eventLoopGroupProxy-7-1 @call-handler#538] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 3ms 2025-05-13 14:40:17.665 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.665 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46489/api/blob/upload-init-batch 2025-05-13 14:40:17.665 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-init-batch. 2025-05-13 14:40:17.665 [DefaultDispatcher-worker-1 @coroutine#534] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46489/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:17.666 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.666 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.666 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.666 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.667 [eventLoopGroupProxy-7-1 @call-handler#545] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.669 [eventLoopGroupProxy-7-1 @call-handler#545] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.669 [eventLoopGroupProxy-7-1 @call-handler#545] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:17.670 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.670 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.670 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.670 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.670 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.671 [eventLoopGroupProxy-7-1 @call-handler#548] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.672 [eventLoopGroupProxy-7-1 @call-handler#548] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.672 [eventLoopGroupProxy-7-1 @call-handler#548] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:17.673 [DefaultDispatcher-worker-10 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.673 [DefaultDispatcher-worker-10 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.673 [DefaultDispatcher-worker-10 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.673 [DefaultDispatcher-worker-10 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.673 [DefaultDispatcher-worker-10 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.674 [eventLoopGroupProxy-7-1 @call-handler#551] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.716 [eventLoopGroupProxy-7-1 @call-handler#551] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.717 [eventLoopGroupProxy-7-1 @call-handler#551] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:17.717 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.718 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.718 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.718 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.718 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.719 [eventLoopGroupProxy-7-1 @call-handler#554] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.760 [eventLoopGroupProxy-7-1 @call-handler#554] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.760 [eventLoopGroupProxy-7-1 @call-handler#554] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:17.761 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.761 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.761 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.761 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.761 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.762 [eventLoopGroupProxy-7-1 @call-handler#557] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.804 [eventLoopGroupProxy-7-1 @call-handler#557] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.804 [eventLoopGroupProxy-7-1 @call-handler#557] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:17.805 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.805 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.805 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.805 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.805 [DefaultDispatcher-worker-6 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.806 [eventLoopGroupProxy-7-1 @call-handler#560] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.848 [eventLoopGroupProxy-7-1 @call-handler#560] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.848 [eventLoopGroupProxy-7-1 @call-handler#560] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:17.849 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.849 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.849 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.849 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.849 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.850 [eventLoopGroupProxy-7-1 @call-handler#563] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.892 [eventLoopGroupProxy-7-1 @call-handler#563] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.892 [eventLoopGroupProxy-7-1 @call-handler#563] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:17.893 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.893 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.893 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.893 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.893 [DefaultDispatcher-worker-2 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.894 [eventLoopGroupProxy-7-1 @call-handler#566] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.936 [eventLoopGroupProxy-7-1 @call-handler#566] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.936 [eventLoopGroupProxy-7-1 @call-handler#566] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:17.937 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.937 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.937 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.937 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.937 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.938 [eventLoopGroupProxy-7-1 @call-handler#569] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:17.980 [eventLoopGroupProxy-7-1 @call-handler#569] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:17.980 [eventLoopGroupProxy-7-1 @call-handler#569] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:17.981 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.981 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.981 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:17.981 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:17.981 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:17.982 [eventLoopGroupProxy-7-1 @call-handler#573] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:18.024 [eventLoopGroupProxy-7-1 @call-handler#573] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.024 [eventLoopGroupProxy-7-1 @call-handler#573] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:18.025 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.025 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.025 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:18.025 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.025 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:18.026 [eventLoopGroupProxy-7-1 @call-handler#576] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:18.068 [eventLoopGroupProxy-7-1 @call-handler#576] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.068 [eventLoopGroupProxy-7-1 @call-handler#576] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:18.069 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.069 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.069 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:18.069 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.069 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:18.070 [eventLoopGroupProxy-7-1 @call-handler#579] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:18.112 [eventLoopGroupProxy-7-1 @call-handler#579] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.112 [eventLoopGroupProxy-7-1 @call-handler#579] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:18.113 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.113 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.113 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:18.113 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.113 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:18.114 [eventLoopGroupProxy-7-1 @call-handler#582] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:18.156 [eventLoopGroupProxy-7-1 @call-handler#582] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.156 [eventLoopGroupProxy-7-1 @call-handler#582] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:18.156 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.157 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.157 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:18.157 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.157 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:18.158 [eventLoopGroupProxy-7-1 @call-handler#585] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:18.165 [DefaultDispatcher-worker-14 @coroutine#535] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:18.201 [eventLoopGroupProxy-7-1 @coroutine#587] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:18.202 [eventLoopGroupProxy-7-1 @call-handler#585] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.202 [eventLoopGroupProxy-7-1 @call-handler#585] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 44ms 2025-05-13 14:40:18.202 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.203 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.203 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:18.203 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.203 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:18.204 [eventLoopGroupProxy-7-1 @call-handler#591] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:18.205 [eventLoopGroupProxy-7-1 @coroutine#592] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:18.206 [eventLoopGroupProxy-7-1 @call-handler#591] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.206 [eventLoopGroupProxy-7-1 @call-handler#591] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:18.206 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.207 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.207 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/blob/upload-batch-data. 2025-05-13 14:40:18.207 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.207 [DefaultDispatcher-worker-13 @coroutine#543] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:18.208 [eventLoopGroupProxy-7-1 @call-handler#596] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:18.209 [eventLoopGroupProxy-7-1 @coroutine#597] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:18.209 [eventLoopGroupProxy-7-1 @call-handler#596] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.209 [eventLoopGroupProxy-7-1 @call-handler#596] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:18.210 [DefaultDispatcher-worker-14 @coroutine#543] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/blob/upload-batch-data 2025-05-13 14:40:18.216 [DefaultDispatcher-worker-8 @coroutine#534] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:18.220 [DefaultDispatcher-worker-3 @coroutine#483] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:18.220 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/UmAppDatabase/replication/message 2025-05-13 14:40:18.220 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:46489/UmAppDatabase/replication/message. 2025-05-13 14:40:18.220 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/UmAppDatabase/replication/message 2025-05-13 14:40:18.220 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:46489/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:18.221 [eventLoopGroupProxy-7-1 @call-handler#606] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:18.222 [eventLoopGroupProxy-7-1 @call-handler#606] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:18.222 [eventLoopGroupProxy-7-1 @call-handler#606] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:18.236 [DefaultDispatcher-worker-6 @call-handler#606] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-60 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bbe852a 2025-05-13 14:40:18.236 [eventLoopGroupProxy-7-1 @call-handler#606] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:18.236 [eventLoopGroupProxy-7-1 @call-handler#606] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 15ms 2025-05-13 14:40:18.236 [DefaultDispatcher-worker-7 @coroutine#455] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:18.236 [DefaultDispatcher-worker-7 @coroutine#455] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json. 2025-05-13 14:40:18.236 [DefaultDispatcher-worker-7 @coroutine#455] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/UmAppDatabase/replication/message 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46489/UmAppDatabase/replication/message 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:46489/UmAppDatabase/replication/message. 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-3 @coroutine#483] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46489/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-6 @coroutine#455] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-6 @coroutine#455] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-6 @coroutine#455] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json. 2025-05-13 14:40:18.237 [DefaultDispatcher-worker-6 @coroutine#455] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:46489/api/content/727151783514955776/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:18.241 [DefaultDispatcher-worker-11 @coroutine#483] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e149395 2025-05-13 14:40:18.242 [DefaultDispatcher-worker-15 @coroutine#455] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-60 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bbe852a 2025-05-13 14:40:18.243 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 14:40:18.243 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 14:40:18.243 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 14:40:18.243 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 14:40:18.243 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 14:40:18.244 [Test worker @coroutine#622] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-61 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19b0a9f2 2025-05-13 14:40:18.244 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Shutdown initiated... 2025-05-13 14:40:18.244 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Close initiated... 2025-05-13 14:40:18.244 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:18.244 [HikariPool-62 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-62 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6e149395: (connection evicted) 2025-05-13 14:40:18.244 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:18.244 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-62 - Closed. 2025-05-13 14:40:18.244 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-62 - Shutdown completed. 2025-05-13 14:40:18.522 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:18.663 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:18.716 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:19.007 [DefaultDispatcher-worker-15 @coroutine#627] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-59 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a14aa1 2025-05-13 14:40:19.248 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@3f2a7ca0 2025-05-13 14:40:19.248 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@3f2a7ca0 2025-05-13 14:40:19.249 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Shutdown initiated... 2025-05-13 14:40:19.249 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Close initiated... 2025-05-13 14:40:19.249 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:19.249 [HikariPool-60 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-60 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7bbe852a: (connection evicted) 2025-05-13 14:40:19.250 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:19.250 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-60 - Closed. 2025-05-13 14:40:19.250 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-60 - Shutdown completed. 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-63 - configuration: 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4a977146 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-63" 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:19.251 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:19.251 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-63 - Starting... 2025-05-13 14:40:19.252 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-63 - Added connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.252 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-63 - Added connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.252 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-63 - Start completed. 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-64 - configuration: 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1f847d9e 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-64" 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:19.254 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Starting... 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Added connection org.sqlite.jdbc4.JDBC4Connection@6265a548 2025-05-13 14:40:19.254 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Added connection org.sqlite.jdbc4.JDBC4Connection@6265a548 2025-05-13 14:40:19.254 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Start completed. 2025-05-13 14:40:19.264 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 14:40:19.265 [Test worker] INFO ktor.application - Application started in 0.001 seconds. 2025-05-13 14:40:19.265 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@489b7559 2025-05-13 14:40:19.266 [DefaultDispatcher-worker-15 @coroutine#635] INFO ktor.application - Responding at http://0.0.0.0:36287 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-65 - configuration: 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@116efe65 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-65" 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:19.266 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-65 - Starting... 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-65 - Added connection org.sqlite.jdbc4.JDBC4Connection@1239c268 2025-05-13 14:40:19.266 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-65 - Added connection org.sqlite.jdbc4.JDBC4Connection@1239c268 2025-05-13 14:40:19.266 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-65 - Start completed. 2025-05-13 14:40:19.268 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 14:40:19.268 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 14:40:19.268 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 14:40:19.268 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 14:40:19.268 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 14:40:19.268 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 14:40:19.268 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 14:40:19.268 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 14:40:19.268 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-66 - configuration: 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@23f539df 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-66" 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:19.268 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Starting... 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.268 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.268 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Start completed. 2025-05-13 14:40:19.289 [DefaultDispatcher-worker-8 @coroutine#640] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.293 [DefaultDispatcher-worker-9 @coroutine#640] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.297 [DefaultDispatcher-worker-18 @coroutine#644] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-65 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1239c268 2025-05-13 14:40:19.298 [Test worker @coroutine#646] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-65 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1239c268 2025-05-13 14:40:19.302 [DefaultDispatcher-worker-16 @coroutine#640] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.306 [DefaultDispatcher-worker-9 @coroutine#640] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.306 [Test worker @coroutine#640] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.306 [Test worker @coroutine#640] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json. 2025-05-13 14:40:19.306 [Test worker @coroutine#640] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.307 [Test worker @coroutine#640] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.307 [Test worker @coroutine#640] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.308 [Test worker @coroutine#640] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json. 2025-05-13 14:40:19.308 [Test worker @coroutine#640] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:19.315 [DefaultDispatcher-worker-3 @coroutine#640] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.315 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 14:40:19.315 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-246cd228-99b9-43a8-80a2-a037c3cb00d9', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 14:40:19.316 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:19.316 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-246cd228-99b9-43a8-80a2-a037c3cb00d9 2025-05-13 14:40:19.317 [DefaultDispatcher-worker-18 @coroutine#660] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:19.317 [DefaultDispatcher-worker-18 @coroutine#660] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:36287/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:19.317 [DefaultDispatcher-worker-18 @coroutine#660] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:19.317 [DefaultDispatcher-worker-18 @coroutine#660] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:19.319 [eventLoopGroupProxy-10-1 @call-handler#671] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 14:40:19.319 [eventLoopGroupProxy-10-2 @call-handler#670] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 14:40:19.319 [eventLoopGroupProxy-10-1 @call-handler#671] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:19.319 [eventLoopGroupProxy-10-1 @call-handler#671] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:19.319 [eventLoopGroupProxy-10-2 @call-handler#670] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.320 [eventLoopGroupProxy-10-1 @call-handler#671] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.320 [eventLoopGroupProxy-10-1 @call-handler#671] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 1ms 2025-05-13 14:40:19.320 [DefaultDispatcher-worker-1 @coroutine#660] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:19.320 [DefaultDispatcher-worker-1 @coroutine#660] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36287/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:19.322 [DefaultDispatcher-worker-1 @coroutine#659] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.322 [DefaultDispatcher-worker-1 @coroutine#659] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/UmAppDatabase/replication/nodeId 2025-05-13 14:40:19.322 [DefaultDispatcher-worker-1 @coroutine#659] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:36287/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:19.322 [DefaultDispatcher-worker-1 @coroutine#659] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/UmAppDatabase/replication/nodeId 2025-05-13 14:40:19.324 [DefaultDispatcher-worker-12 @coroutine#658] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/blob/upload-init-batch 2025-05-13 14:40:19.324 [DefaultDispatcher-worker-12 @coroutine#658] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/blob/upload-init-batch. 2025-05-13 14:40:19.324 [DefaultDispatcher-worker-12 @coroutine#658] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/blob/upload-init-batch 2025-05-13 14:40:19.324 [DefaultDispatcher-worker-12 @coroutine#658] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:19.324 [eventLoopGroupProxy-10-1 @call-handler#679] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 14:40:19.324 [eventLoopGroupProxy-10-1 @call-handler#679] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.324 [eventLoopGroupProxy-10-1 @call-handler#679] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 0ms 2025-05-13 14:40:19.325 [DefaultDispatcher-worker-18 @coroutine#659] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/UmAppDatabase/replication/nodeId 2025-05-13 14:40:19.325 [DefaultDispatcher-worker-18 @coroutine#659] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36287/UmAppDatabase/replication/nodeId 2025-05-13 14:40:19.325 [eventLoopGroupProxy-10-3 @call-handler#686] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 14:40:19.325 [eventLoopGroupProxy-10-3 @call-handler#686] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 14:40:19.327 [eventLoopGroupProxy-10-3 @coroutine#687] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.327 [eventLoopGroupProxy-10-3 @call-handler#686] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 2ms 2025-05-13 14:40:19.328 [DefaultDispatcher-worker-15 @coroutine#658] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/blob/upload-init-batch 2025-05-13 14:40:19.328 [DefaultDispatcher-worker-15 @coroutine#658] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36287/api/blob/upload-init-batch 2025-05-13 14:40:19.328 [DefaultDispatcher-worker-15 @coroutine#658] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:36287/api/blob/upload-init-batch. 2025-05-13 14:40:19.328 [DefaultDispatcher-worker-15 @coroutine#658] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36287/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:19.330 [DefaultDispatcher-worker-15 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.330 [DefaultDispatcher-worker-15 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/blob/upload-batch-data. 2025-05-13 14:40:19.330 [DefaultDispatcher-worker-15 @coroutine#691] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.330 [DefaultDispatcher-worker-15 @coroutine#691] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:19.331 [eventLoopGroupProxy-10-1 @call-handler#693] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:19.331 [DefaultDispatcher-worker-8 @coroutine#659] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.333 [eventLoopGroupProxy-10-1 @coroutine#695] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.333 [eventLoopGroupProxy-10-1 @call-handler#693] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.334 [eventLoopGroupProxy-10-1 @call-handler#693] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 14:40:19.334 [DefaultDispatcher-worker-12 @coroutine#691] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.335 [DefaultDispatcher-worker-1 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.335 [DefaultDispatcher-worker-1 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/blob/upload-batch-data. 2025-05-13 14:40:19.335 [DefaultDispatcher-worker-1 @coroutine#691] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.335 [DefaultDispatcher-worker-1 @coroutine#691] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:19.336 [eventLoopGroupProxy-10-1 @call-handler#699] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:19.337 [DefaultDispatcher-worker-19 @coroutine#661] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.338 [eventLoopGroupProxy-10-1 @coroutine#700] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.338 [eventLoopGroupProxy-10-1 @call-handler#699] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.338 [eventLoopGroupProxy-10-1 @call-handler#699] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:19.342 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.343 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.343 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/blob/upload-batch-data. 2025-05-13 14:40:19.343 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.343 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:19.344 [eventLoopGroupProxy-10-1 @call-handler#704] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:19.348 [eventLoopGroupProxy-10-1 @coroutine#705] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.348 [eventLoopGroupProxy-10-1 @call-handler#704] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.348 [eventLoopGroupProxy-10-1 @call-handler#704] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 4ms 2025-05-13 14:40:19.348 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.350 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.350 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/blob/upload-batch-data. 2025-05-13 14:40:19.350 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.350 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:19.351 [eventLoopGroupProxy-10-1 @call-handler#709] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:19.352 [HikariPool-63 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-63 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:19.353 [eventLoopGroupProxy-10-1 @coroutine#710] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.353 [eventLoopGroupProxy-10-1 @call-handler#709] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.353 [eventLoopGroupProxy-10-1 @call-handler#709] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:19.354 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.354 [HikariPool-64 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:19.355 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.355 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/blob/upload-batch-data. 2025-05-13 14:40:19.355 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.355 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:19.356 [eventLoopGroupProxy-10-1 @call-handler#714] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:19.358 [eventLoopGroupProxy-10-1 @coroutine#715] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:19.358 [eventLoopGroupProxy-10-1 @call-handler#714] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.358 [eventLoopGroupProxy-10-1 @call-handler#714] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:19.361 [DefaultDispatcher-worker-19 @coroutine#691] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/blob/upload-batch-data 2025-05-13 14:40:19.366 [HikariPool-65 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-65 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:19.368 [DefaultDispatcher-worker-5 @coroutine#658] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.369 [HikariPool-66 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:19.373 [DefaultDispatcher-worker-16 @coroutine#661] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.373 [DefaultDispatcher-worker-16 @coroutine#661] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/UmAppDatabase/replication/message 2025-05-13 14:40:19.373 [DefaultDispatcher-worker-16 @coroutine#661] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:36287/UmAppDatabase/replication/message. 2025-05-13 14:40:19.373 [DefaultDispatcher-worker-16 @coroutine#661] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/UmAppDatabase/replication/message 2025-05-13 14:40:19.373 [DefaultDispatcher-worker-16 @coroutine#661] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36287/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:19.374 [eventLoopGroupProxy-10-1 @call-handler#724] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:19.375 [eventLoopGroupProxy-10-1 @call-handler#724] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:19.375 [eventLoopGroupProxy-10-1 @call-handler#724] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:19.386 [DefaultDispatcher-worker-2 @call-handler#724] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-64 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6265a548 2025-05-13 14:40:19.386 [eventLoopGroupProxy-10-1 @call-handler#724] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:19.386 [eventLoopGroupProxy-10-1 @call-handler#724] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 12ms 2025-05-13 14:40:19.386 [DefaultDispatcher-worker-16 @coroutine#634] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.386 [DefaultDispatcher-worker-16 @coroutine#634] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json. 2025-05-13 14:40:19.386 [DefaultDispatcher-worker-16 @coroutine#634] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.387 [DefaultDispatcher-worker-2 @coroutine#661] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/UmAppDatabase/replication/message 2025-05-13 14:40:19.387 [DefaultDispatcher-worker-2 @coroutine#661] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36287/UmAppDatabase/replication/message 2025-05-13 14:40:19.387 [DefaultDispatcher-worker-2 @coroutine#661] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:36287/UmAppDatabase/replication/message. 2025-05-13 14:40:19.387 [DefaultDispatcher-worker-2 @coroutine#661] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36287/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:19.387 [DefaultDispatcher-worker-7 @coroutine#634] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.387 [DefaultDispatcher-worker-7 @coroutine#634] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json 2025-05-13 14:40:19.388 [DefaultDispatcher-worker-7 @coroutine#634] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json. 2025-05-13 14:40:19.388 [DefaultDispatcher-worker-7 @coroutine#634] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36287/api/content/727151790748958720/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:19.392 [DefaultDispatcher-worker-7 @coroutine#661] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d 2025-05-13 14:40:19.394 [DefaultDispatcher-worker-14 @coroutine#634] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-64 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6265a548 2025-05-13 14:40:19.394 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 14:40:19.394 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 14:40:19.394 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 14:40:19.394 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 14:40:19.394 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 14:40:19.395 [Test worker @coroutine#740] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-65 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1239c268 2025-05-13 14:40:19.395 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Shutdown initiated... 2025-05-13 14:40:19.395 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Close initiated... 2025-05-13 14:40:19.395 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:19.395 [HikariPool-66 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-66 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1f24e33d: (connection evicted) 2025-05-13 14:40:19.396 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:19.396 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-66 - Closed. 2025-05-13 14:40:19.396 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-66 - Shutdown completed. 2025-05-13 14:40:19.768 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:19.768 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:19.869 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:20.398 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@489b7559 2025-05-13 14:40:20.399 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@489b7559 2025-05-13 14:40:20.400 [Test worker @coroutine#746] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-63 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@402c415e 2025-05-13 14:40:20.400 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Shutdown initiated... 2025-05-13 14:40:20.400 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Close initiated... 2025-05-13 14:40:20.400 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:20.400 [HikariPool-64 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-64 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6265a548: (connection evicted) 2025-05-13 14:40:20.400 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:20.400 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-64 - Closed. 2025-05-13 14:40:20.400 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-64 - Shutdown completed. 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-67 - configuration: 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2c7aba7c 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-67" 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:20.422 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-67 - Starting... 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-67 - Added connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.422 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-67 - Added connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.423 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-67 - Start completed. 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-68 - configuration: 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@407d2a01 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-68" 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:20.424 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:20.424 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Starting... 2025-05-13 14:40:20.425 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Added connection org.sqlite.jdbc4.JDBC4Connection@1387bd84 2025-05-13 14:40:20.425 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Added connection org.sqlite.jdbc4.JDBC4Connection@1387bd84 2025-05-13 14:40:20.425 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Start completed. 2025-05-13 14:40:20.434 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 14:40:20.435 [Test worker] INFO ktor.application - Application started in 0.001 seconds. 2025-05-13 14:40:20.435 [Test worker] INFO ktor.application - Application started: io.ktor.server.application.Application@51a5a8ba 2025-05-13 14:40:20.436 [DefaultDispatcher-worker-14 @coroutine#753] INFO ktor.application - Responding at http://0.0.0.0:36545 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-69 - configuration: 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@20706e70 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-69" 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:20.436 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:20.436 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-69 - Starting... 2025-05-13 14:40:20.437 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-69 - Added connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:20.437 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-69 - Added connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:20.437 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-69 - Start completed. 2025-05-13 14:40:20.438 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor 2025-05-13 14:40:20.438 [Test worker] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2025-05-13 14:40:20.438 [Test worker] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created. 2025-05-13 14:40:20.438 [Test worker] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2025-05-13 14:40:20.438 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2025-05-13 14:40:20.438 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'MyScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 2025-05-13 14:40:20.438 [Test worker] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2 2025-05-13 14:40:20.438 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED started. 2025-05-13 14:40:20.438 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:20.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-70 - configuration: 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6b8f87dc 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-70" 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:20.439 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Starting... 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Added connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.439 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Added connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.439 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Start completed. 2025-05-13 14:40:20.458 [DefaultDispatcher-worker-6 @coroutine#758] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.462 [DefaultDispatcher-worker-14 @coroutine#758] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.523 [HikariPool-67 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-67 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:20.525 [HikariPool-68 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:20.537 [HikariPool-69 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-69 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:20.539 [HikariPool-70 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:20.550 [DefaultDispatcher-worker-14 @coroutine#763] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:20.576 [DefaultDispatcher-worker-14 @coroutine#765] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:20.579 [DefaultDispatcher-worker-14 @coroutine#767] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:20.582 [DefaultDispatcher-worker-14 @coroutine#769] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:20.590 [DefaultDispatcher-worker-1 @coroutine#758] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.595 [DefaultDispatcher-worker-20 @coroutine#758] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.595 [Test worker @coroutine#758] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:20.595 [Test worker @coroutine#758] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json. 2025-05-13 14:40:20.595 [Test worker @coroutine#758] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:20.596 [Test worker @coroutine#758] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:20.596 [Test worker @coroutine#758] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:20.597 [Test worker @coroutine#758] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json. 2025-05-13 14:40:20.597 [Test worker @coroutine#758] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:20.656 [DefaultDispatcher-worker-11 @coroutine#758] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.657 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 1 triggers 2025-05-13 14:40:20.657 [MyScheduler_QuartzSchedulerThread] DEBUG o.q.simpl.PropertySettingJobFactory - Producing instance of Job 'DEFAULT.6da64b5bd2ee-e29423a3-ceea-4a36-8a19-083005d02f3a', class=com.ustadmobile.core.domain.blob.upload.BlobUploadClientJob 2025-05-13 14:40:20.658 [MyScheduler_QuartzSchedulerThread] DEBUG o.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers 2025-05-13 14:40:20.658 [MyScheduler_Worker-1] DEBUG org.quartz.core.JobRunShell - Calling execute on job DEFAULT.6da64b5bd2ee-e29423a3-ceea-4a36-8a19-083005d02f3a 2025-05-13 14:40:20.658 [DefaultDispatcher-worker-11 @coroutine#783] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:20.658 [DefaultDispatcher-worker-11 @coroutine#783] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:36545/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:20.658 [DefaultDispatcher-worker-11 @coroutine#783] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:20.658 [DefaultDispatcher-worker-11 @coroutine#783] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:20.660 [eventLoopGroupProxy-13-1 @call-handler#793] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 14:40:20.660 [eventLoopGroupProxy-13-2 @call-handler#794] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 14:40:20.661 [eventLoopGroupProxy-13-2 @call-handler#794] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.661 [eventLoopGroupProxy-13-1 @call-handler#793] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:20.661 [eventLoopGroupProxy-13-1 @call-handler#793] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:20.661 [eventLoopGroupProxy-13-1 @call-handler#793] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.661 [eventLoopGroupProxy-13-1 @call-handler#793] INFO ktor.application - 204 No Content: POST - /UmAppDatabase/replication/ackAndGetPendingReplications in 1ms 2025-05-13 14:40:20.662 [DefaultDispatcher-worker-15 @coroutine#783] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:20.662 [DefaultDispatcher-worker-15 @coroutine#783] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36545/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:20.664 [DefaultDispatcher-worker-18 @coroutine#782] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.664 [DefaultDispatcher-worker-18 @coroutine#782] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/UmAppDatabase/replication/nodeId 2025-05-13 14:40:20.664 [DefaultDispatcher-worker-18 @coroutine#782] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:36545/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:20.664 [DefaultDispatcher-worker-18 @coroutine#782] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/UmAppDatabase/replication/nodeId 2025-05-13 14:40:20.665 [eventLoopGroupProxy-13-1 @call-handler#802] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 14:40:20.665 [eventLoopGroupProxy-13-1 @call-handler#802] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.665 [eventLoopGroupProxy-13-1 @call-handler#802] INFO ktor.application - 204 No Content: GET - /UmAppDatabase/replication/nodeId in 0ms 2025-05-13 14:40:20.666 [DefaultDispatcher-worker-6 @coroutine#782] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/UmAppDatabase/replication/nodeId 2025-05-13 14:40:20.666 [DefaultDispatcher-worker-6 @coroutine#782] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36545/UmAppDatabase/replication/nodeId 2025-05-13 14:40:20.672 [DefaultDispatcher-worker-9 @coroutine#782] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.678 [DefaultDispatcher-worker-17 @coroutine#784] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:20.678 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-init-batch 2025-05-13 14:40:20.678 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-init-batch. 2025-05-13 14:40:20.678 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-init-batch 2025-05-13 14:40:20.678 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:20.679 [eventLoopGroupProxy-13-1 @call-handler#809] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 14:40:20.680 [eventLoopGroupProxy-13-1 @call-handler#809] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 14:40:20.723 [eventLoopGroupProxy-13-1 @coroutine#810] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.724 [eventLoopGroupProxy-13-1 @call-handler#809] INFO ktor.application - 200 OK: POST - /api/blob/upload-init-batch in 45ms 2025-05-13 14:40:20.725 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-init-batch 2025-05-13 14:40:20.725 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36545/api/blob/upload-init-batch 2025-05-13 14:40:20.725 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-init-batch. 2025-05-13 14:40:20.725 [DefaultDispatcher-worker-12 @coroutine#781] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36545/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:20.728 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.728 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.728 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.728 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.729 [eventLoopGroupProxy-13-1 @call-handler#816] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.731 [eventLoopGroupProxy-13-1 @coroutine#817] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.731 [eventLoopGroupProxy-13-1 @call-handler#816] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.731 [eventLoopGroupProxy-13-1 @call-handler#816] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:20.732 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.733 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.733 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.733 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.733 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.734 [eventLoopGroupProxy-13-1 @call-handler#821] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.776 [eventLoopGroupProxy-13-1 @coroutine#822] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.776 [eventLoopGroupProxy-13-1 @call-handler#821] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.776 [eventLoopGroupProxy-13-1 @call-handler#821] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:20.777 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.777 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.777 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.777 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.777 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.778 [eventLoopGroupProxy-13-1 @call-handler#826] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.779 [eventLoopGroupProxy-13-1 @coroutine#827] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.780 [eventLoopGroupProxy-13-1 @call-handler#826] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.780 [eventLoopGroupProxy-13-1 @call-handler#826] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:20.780 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.781 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.781 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.781 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.781 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.781 [eventLoopGroupProxy-13-1 @call-handler#831] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.784 [eventLoopGroupProxy-13-1 @coroutine#832] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.784 [eventLoopGroupProxy-13-1 @call-handler#831] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.784 [eventLoopGroupProxy-13-1 @call-handler#831] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 14:40:20.784 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.785 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.785 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.785 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.785 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.787 [eventLoopGroupProxy-13-1 @call-handler#836] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.828 [eventLoopGroupProxy-13-1 @coroutine#837] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.828 [eventLoopGroupProxy-13-1 @call-handler#836] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.828 [eventLoopGroupProxy-13-1 @call-handler#836] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 41ms 2025-05-13 14:40:20.829 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.831 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.831 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.831 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.831 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.832 [eventLoopGroupProxy-13-1 @call-handler#841] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.893 [eventLoopGroupProxy-13-1 @coroutine#842] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.893 [eventLoopGroupProxy-13-1 @call-handler#841] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.893 [eventLoopGroupProxy-13-1 @call-handler#841] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 62ms 2025-05-13 14:40:20.894 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.896 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.896 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.896 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.896 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.897 [eventLoopGroupProxy-13-1 @call-handler#846] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.944 [eventLoopGroupProxy-13-1 @coroutine#847] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.944 [eventLoopGroupProxy-13-1 @call-handler#846] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.944 [eventLoopGroupProxy-13-1 @call-handler#846] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 47ms 2025-05-13 14:40:20.945 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.946 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.946 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.946 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.946 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.947 [eventLoopGroupProxy-13-1 @call-handler#851] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:20.990 [eventLoopGroupProxy-13-1 @coroutine#853] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:20.990 [eventLoopGroupProxy-13-1 @call-handler#851] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:20.990 [eventLoopGroupProxy-13-1 @call-handler#851] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:20.990 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.991 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.991 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:20.991 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:20.991 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:20.992 [eventLoopGroupProxy-13-1 @call-handler#857] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.035 [eventLoopGroupProxy-13-1 @coroutine#858] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.035 [eventLoopGroupProxy-13-1 @call-handler#857] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.035 [eventLoopGroupProxy-13-1 @call-handler#857] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.035 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.036 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.036 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.036 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.036 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.037 [eventLoopGroupProxy-13-1 @call-handler#862] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.080 [eventLoopGroupProxy-13-1 @coroutine#863] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.080 [eventLoopGroupProxy-13-1 @call-handler#862] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.080 [eventLoopGroupProxy-13-1 @call-handler#862] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.081 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.082 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.082 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.082 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.082 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.083 [eventLoopGroupProxy-13-1 @call-handler#867] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.084 [eventLoopGroupProxy-13-1 @coroutine#868] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.084 [eventLoopGroupProxy-13-1 @call-handler#867] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.084 [eventLoopGroupProxy-13-1 @call-handler#867] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.084 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.085 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.085 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.085 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.085 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.086 [eventLoopGroupProxy-13-1 @call-handler#872] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.087 [eventLoopGroupProxy-13-1 @coroutine#873] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.087 [eventLoopGroupProxy-13-1 @call-handler#872] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.087 [eventLoopGroupProxy-13-1 @call-handler#872] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.088 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.088 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.088 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.088 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.088 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.089 [eventLoopGroupProxy-13-1 @call-handler#877] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.090 [eventLoopGroupProxy-13-1 @coroutine#878] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.090 [eventLoopGroupProxy-13-1 @call-handler#877] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.090 [eventLoopGroupProxy-13-1 @call-handler#877] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.091 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.091 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.091 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.091 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.091 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.092 [eventLoopGroupProxy-13-1 @call-handler#882] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.093 [eventLoopGroupProxy-13-1 @coroutine#883] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.093 [eventLoopGroupProxy-13-1 @call-handler#882] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.093 [eventLoopGroupProxy-13-1 @call-handler#882] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.094 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.094 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.094 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.094 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.094 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.095 [eventLoopGroupProxy-13-1 @call-handler#887] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.096 [eventLoopGroupProxy-13-1 @coroutine#888] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.096 [eventLoopGroupProxy-13-1 @call-handler#887] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.096 [eventLoopGroupProxy-13-1 @call-handler#887] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.097 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.097 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.097 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.097 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.097 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.098 [eventLoopGroupProxy-13-1 @call-handler#892] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.099 [eventLoopGroupProxy-13-1 @coroutine#893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.099 [eventLoopGroupProxy-13-1 @call-handler#892] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.099 [eventLoopGroupProxy-13-1 @call-handler#892] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.100 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.100 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.100 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.100 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.100 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.101 [eventLoopGroupProxy-13-1 @call-handler#897] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.102 [eventLoopGroupProxy-13-1 @coroutine#898] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.102 [eventLoopGroupProxy-13-1 @call-handler#897] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.102 [eventLoopGroupProxy-13-1 @call-handler#897] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.102 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.103 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.103 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.103 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.103 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.104 [eventLoopGroupProxy-13-1 @call-handler#902] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.105 [eventLoopGroupProxy-13-1 @coroutine#903] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.105 [eventLoopGroupProxy-13-1 @call-handler#902] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.105 [eventLoopGroupProxy-13-1 @call-handler#902] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.106 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.106 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.106 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.106 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.106 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.107 [eventLoopGroupProxy-13-1 @call-handler#907] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.108 [eventLoopGroupProxy-13-1 @coroutine#908] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.108 [eventLoopGroupProxy-13-1 @call-handler#907] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.108 [eventLoopGroupProxy-13-1 @call-handler#907] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.109 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.109 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.109 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.109 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.109 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.110 [eventLoopGroupProxy-13-1 @call-handler#912] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.111 [eventLoopGroupProxy-13-1 @coroutine#913] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.111 [eventLoopGroupProxy-13-1 @call-handler#912] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.112 [eventLoopGroupProxy-13-1 @call-handler#912] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.112 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.112 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.113 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.113 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.113 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.113 [eventLoopGroupProxy-13-1 @call-handler#917] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.114 [eventLoopGroupProxy-13-1 @coroutine#918] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.114 [eventLoopGroupProxy-13-1 @call-handler#917] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.114 [eventLoopGroupProxy-13-1 @call-handler#917] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.115 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.115 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.115 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.115 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.115 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.116 [eventLoopGroupProxy-13-1 @call-handler#922] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.117 [eventLoopGroupProxy-13-1 @coroutine#923] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.117 [eventLoopGroupProxy-13-1 @call-handler#922] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.117 [eventLoopGroupProxy-13-1 @call-handler#922] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.117 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.118 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.118 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.118 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.118 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.118 [eventLoopGroupProxy-13-1 @call-handler#927] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.119 [eventLoopGroupProxy-13-1 @coroutine#928] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.119 [eventLoopGroupProxy-13-1 @call-handler#927] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.119 [eventLoopGroupProxy-13-1 @call-handler#927] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.119 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.120 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.120 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.120 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.120 [DefaultDispatcher-worker-12 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.121 [eventLoopGroupProxy-13-1 @call-handler#932] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.122 [eventLoopGroupProxy-13-1 @coroutine#933] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.122 [eventLoopGroupProxy-13-1 @call-handler#932] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.122 [eventLoopGroupProxy-13-1 @call-handler#932] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.122 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.123 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.123 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.123 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.123 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.124 [eventLoopGroupProxy-13-1 @call-handler#937] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.124 [eventLoopGroupProxy-13-1 @coroutine#938] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.125 [eventLoopGroupProxy-13-1 @call-handler#937] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.125 [eventLoopGroupProxy-13-1 @call-handler#937] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.125 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.125 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.125 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.125 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.125 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.126 [eventLoopGroupProxy-13-1 @call-handler#942] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.127 [eventLoopGroupProxy-13-1 @coroutine#943] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.127 [eventLoopGroupProxy-13-1 @call-handler#942] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.127 [eventLoopGroupProxy-13-1 @call-handler#942] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.128 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.128 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.128 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.128 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.128 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.129 [eventLoopGroupProxy-13-1 @call-handler#947] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.130 [eventLoopGroupProxy-13-1 @coroutine#948] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.130 [eventLoopGroupProxy-13-1 @call-handler#947] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.130 [eventLoopGroupProxy-13-1 @call-handler#947] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.130 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.132 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.132 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.132 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.132 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.132 [eventLoopGroupProxy-13-1 @call-handler#952] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.134 [eventLoopGroupProxy-13-1 @coroutine#953] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.134 [eventLoopGroupProxy-13-1 @call-handler#952] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.134 [eventLoopGroupProxy-13-1 @call-handler#952] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.134 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.135 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.135 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.135 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.135 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.135 [eventLoopGroupProxy-13-1 @call-handler#957] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.136 [eventLoopGroupProxy-13-1 @coroutine#958] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.136 [eventLoopGroupProxy-13-1 @call-handler#957] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.137 [eventLoopGroupProxy-13-1 @call-handler#957] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.137 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.138 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.138 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.138 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.138 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.138 [eventLoopGroupProxy-13-1 @call-handler#962] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.139 [eventLoopGroupProxy-13-1 @coroutine#963] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.139 [eventLoopGroupProxy-13-1 @call-handler#962] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.139 [eventLoopGroupProxy-13-1 @call-handler#962] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.140 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.141 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.141 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.141 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.141 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.141 [eventLoopGroupProxy-13-1 @call-handler#967] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.142 [eventLoopGroupProxy-13-1 @coroutine#968] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.142 [eventLoopGroupProxy-13-1 @call-handler#967] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.142 [eventLoopGroupProxy-13-1 @call-handler#967] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.143 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.144 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.144 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.144 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.144 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.145 [eventLoopGroupProxy-13-1 @call-handler#972] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.146 [eventLoopGroupProxy-13-1 @coroutine#973] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.146 [eventLoopGroupProxy-13-1 @call-handler#972] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.146 [eventLoopGroupProxy-13-1 @call-handler#972] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.146 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.147 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.148 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.148 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.148 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.148 [eventLoopGroupProxy-13-1 @call-handler#977] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.150 [eventLoopGroupProxy-13-1 @coroutine#978] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.150 [eventLoopGroupProxy-13-1 @call-handler#977] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.150 [eventLoopGroupProxy-13-1 @call-handler#977] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.150 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.151 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.151 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.151 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.151 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.152 [eventLoopGroupProxy-13-1 @call-handler#982] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.153 [eventLoopGroupProxy-13-1 @coroutine#983] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.153 [eventLoopGroupProxy-13-1 @call-handler#982] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.153 [eventLoopGroupProxy-13-1 @call-handler#982] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.153 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.154 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.154 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.154 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.154 [DefaultDispatcher-worker-6 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.154 [eventLoopGroupProxy-13-1 @call-handler#987] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.158 [eventLoopGroupProxy-13-1 @coroutine#988] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.158 [eventLoopGroupProxy-13-1 @call-handler#987] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.158 [eventLoopGroupProxy-13-1 @call-handler#987] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 4ms 2025-05-13 14:40:21.159 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.160 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.160 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.160 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.160 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.160 [eventLoopGroupProxy-13-1 @call-handler#992] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.162 [eventLoopGroupProxy-13-1 @coroutine#993] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.162 [eventLoopGroupProxy-13-1 @call-handler#992] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.162 [eventLoopGroupProxy-13-1 @call-handler#992] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.162 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.163 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.163 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.163 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.163 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.163 [eventLoopGroupProxy-13-1 @call-handler#997] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.174 [DefaultDispatcher-worker-10 @coroutine#803] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:21.206 [eventLoopGroupProxy-13-1 @coroutine#999] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.206 [eventLoopGroupProxy-13-1 @call-handler#997] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.206 [eventLoopGroupProxy-13-1 @call-handler#997] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.207 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.207 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.207 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.207 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.207 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.208 [eventLoopGroupProxy-13-1 @call-handler#1003] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.209 [eventLoopGroupProxy-13-1 @coroutine#1004] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.209 [eventLoopGroupProxy-13-1 @call-handler#1003] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.209 [eventLoopGroupProxy-13-1 @call-handler#1003] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.210 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.210 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.210 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.210 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.210 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.211 [eventLoopGroupProxy-13-1 @call-handler#1008] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.212 [eventLoopGroupProxy-13-1 @coroutine#1009] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.213 [eventLoopGroupProxy-13-1 @call-handler#1008] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.213 [eventLoopGroupProxy-13-1 @call-handler#1008] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.213 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.214 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.214 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.214 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.214 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.215 [eventLoopGroupProxy-13-1 @call-handler#1013] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.216 [eventLoopGroupProxy-13-1 @coroutine#1014] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.216 [eventLoopGroupProxy-13-1 @call-handler#1013] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.216 [eventLoopGroupProxy-13-1 @call-handler#1013] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.216 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.217 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.217 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.217 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.217 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.218 [eventLoopGroupProxy-13-1 @call-handler#1018] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.260 [eventLoopGroupProxy-13-1 @coroutine#1019] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.260 [eventLoopGroupProxy-13-1 @call-handler#1018] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.260 [eventLoopGroupProxy-13-1 @call-handler#1018] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.260 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.261 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.261 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.261 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.261 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.262 [eventLoopGroupProxy-13-1 @call-handler#1023] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.305 [eventLoopGroupProxy-13-1 @coroutine#1025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.305 [eventLoopGroupProxy-13-1 @call-handler#1023] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.305 [eventLoopGroupProxy-13-1 @call-handler#1023] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.306 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.306 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.306 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.306 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.306 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.307 [eventLoopGroupProxy-13-1 @call-handler#1029] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.308 [eventLoopGroupProxy-13-1 @coroutine#1030] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.308 [eventLoopGroupProxy-13-1 @call-handler#1029] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.308 [eventLoopGroupProxy-13-1 @call-handler#1029] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.308 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.309 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.309 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.309 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.309 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.310 [eventLoopGroupProxy-13-1 @call-handler#1034] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.311 [eventLoopGroupProxy-13-1 @coroutine#1035] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.311 [eventLoopGroupProxy-13-1 @call-handler#1034] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.311 [eventLoopGroupProxy-13-1 @call-handler#1034] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.311 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.312 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.312 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.312 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.312 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.312 [eventLoopGroupProxy-13-1 @call-handler#1039] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.355 [eventLoopGroupProxy-13-1 @coroutine#1040] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.355 [eventLoopGroupProxy-13-1 @call-handler#1039] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.355 [eventLoopGroupProxy-13-1 @call-handler#1039] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.355 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.356 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.356 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.356 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.356 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.357 [eventLoopGroupProxy-13-1 @call-handler#1044] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.358 [eventLoopGroupProxy-13-1 @coroutine#1045] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.358 [eventLoopGroupProxy-13-1 @call-handler#1044] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.358 [eventLoopGroupProxy-13-1 @call-handler#1044] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.358 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.359 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.359 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.359 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.359 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.360 [eventLoopGroupProxy-13-1 @call-handler#1049] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.361 [eventLoopGroupProxy-13-1 @coroutine#1050] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.361 [eventLoopGroupProxy-13-1 @call-handler#1049] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.361 [eventLoopGroupProxy-13-1 @call-handler#1049] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.361 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.362 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.362 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.362 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.362 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.363 [eventLoopGroupProxy-13-1 @call-handler#1054] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.363 [eventLoopGroupProxy-13-1 @coroutine#1055] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.364 [eventLoopGroupProxy-13-1 @call-handler#1054] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.364 [eventLoopGroupProxy-13-1 @call-handler#1054] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.364 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.364 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.364 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.364 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.364 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.365 [eventLoopGroupProxy-13-1 @call-handler#1059] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.366 [eventLoopGroupProxy-13-1 @coroutine#1060] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.366 [eventLoopGroupProxy-13-1 @call-handler#1059] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.366 [eventLoopGroupProxy-13-1 @call-handler#1059] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.366 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.367 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.367 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.367 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.367 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.367 [eventLoopGroupProxy-13-1 @call-handler#1064] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.409 [eventLoopGroupProxy-13-1 @coroutine#1065] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.409 [eventLoopGroupProxy-13-1 @call-handler#1064] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.409 [eventLoopGroupProxy-13-1 @call-handler#1064] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:21.409 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.410 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.410 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.410 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.410 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.411 [eventLoopGroupProxy-13-1 @call-handler#1069] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.411 [eventLoopGroupProxy-13-1 @coroutine#1070] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.412 [eventLoopGroupProxy-13-1 @call-handler#1069] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.412 [eventLoopGroupProxy-13-1 @call-handler#1069] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.412 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.412 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.412 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.412 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.412 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.413 [eventLoopGroupProxy-13-1 @call-handler#1074] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.414 [eventLoopGroupProxy-13-1 @coroutine#1075] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.414 [eventLoopGroupProxy-13-1 @call-handler#1074] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.414 [eventLoopGroupProxy-13-1 @call-handler#1074] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.414 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.415 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.415 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.415 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.415 [DefaultDispatcher-worker-4 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.415 [eventLoopGroupProxy-13-1 @call-handler#1079] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.416 [eventLoopGroupProxy-13-1 @coroutine#1080] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.416 [eventLoopGroupProxy-13-1 @call-handler#1079] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.416 [eventLoopGroupProxy-13-1 @call-handler#1079] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.416 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.417 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.418 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.418 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.418 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.418 [eventLoopGroupProxy-13-1 @call-handler#1084] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.419 [eventLoopGroupProxy-13-1 @coroutine#1085] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.419 [eventLoopGroupProxy-13-1 @call-handler#1084] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.419 [eventLoopGroupProxy-13-1 @call-handler#1084] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.420 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.420 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.420 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.420 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.420 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.421 [eventLoopGroupProxy-13-1 @call-handler#1089] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.422 [eventLoopGroupProxy-13-1 @coroutine#1090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.422 [eventLoopGroupProxy-13-1 @call-handler#1089] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.422 [eventLoopGroupProxy-13-1 @call-handler#1089] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.422 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.423 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.423 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.423 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.423 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.423 [eventLoopGroupProxy-13-1 @call-handler#1094] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.424 [eventLoopGroupProxy-13-1 @coroutine#1095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.424 [eventLoopGroupProxy-13-1 @call-handler#1094] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.424 [eventLoopGroupProxy-13-1 @call-handler#1094] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.424 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.425 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.425 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.425 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.425 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.425 [eventLoopGroupProxy-13-1 @call-handler#1099] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.427 [eventLoopGroupProxy-13-1 @coroutine#1100] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.427 [eventLoopGroupProxy-13-1 @call-handler#1099] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.427 [eventLoopGroupProxy-13-1 @call-handler#1099] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.427 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.428 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.428 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.428 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.428 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.429 [eventLoopGroupProxy-13-1 @call-handler#1104] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.430 [eventLoopGroupProxy-13-1 @coroutine#1105] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.430 [eventLoopGroupProxy-13-1 @call-handler#1104] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.430 [eventLoopGroupProxy-13-1 @call-handler#1104] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.431 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.432 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.432 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.432 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.432 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.433 [eventLoopGroupProxy-13-1 @call-handler#1109] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.434 [eventLoopGroupProxy-13-1 @coroutine#1110] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.434 [eventLoopGroupProxy-13-1 @call-handler#1109] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.434 [eventLoopGroupProxy-13-1 @call-handler#1109] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.434 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.435 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.435 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.435 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.435 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.435 [eventLoopGroupProxy-13-1 @call-handler#1114] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.437 [eventLoopGroupProxy-13-1 @coroutine#1115] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.437 [eventLoopGroupProxy-13-1 @call-handler#1114] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.437 [eventLoopGroupProxy-13-1 @call-handler#1114] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.437 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.438 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.438 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.438 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.438 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.439 [eventLoopGroupProxy-13-1 @call-handler#1119] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.442 [eventLoopGroupProxy-13-1 @coroutine#1120] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.442 [eventLoopGroupProxy-13-1 @call-handler#1119] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.442 [eventLoopGroupProxy-13-1 @call-handler#1119] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 4ms 2025-05-13 14:40:21.443 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.444 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.444 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.444 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.444 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.444 [eventLoopGroupProxy-13-1 @call-handler#1124] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.446 [eventLoopGroupProxy-13-1 @coroutine#1125] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.446 [eventLoopGroupProxy-13-1 @call-handler#1124] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.446 [eventLoopGroupProxy-13-1 @call-handler#1124] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.446 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.447 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.448 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.448 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.448 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.448 [eventLoopGroupProxy-13-1 @call-handler#1129] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.491 [eventLoopGroupProxy-13-1 @coroutine#1130] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.491 [eventLoopGroupProxy-13-1 @call-handler#1129] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.491 [eventLoopGroupProxy-13-1 @call-handler#1129] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.492 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.493 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.493 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.493 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.493 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.494 [eventLoopGroupProxy-13-1 @call-handler#1134] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.495 [eventLoopGroupProxy-13-1 @coroutine#1135] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.496 [eventLoopGroupProxy-13-1 @call-handler#1134] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.496 [eventLoopGroupProxy-13-1 @call-handler#1134] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.496 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.497 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.497 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.497 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.497 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.497 [eventLoopGroupProxy-13-1 @call-handler#1139] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.498 [eventLoopGroupProxy-13-1 @coroutine#1140] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.499 [eventLoopGroupProxy-13-1 @call-handler#1139] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.499 [eventLoopGroupProxy-13-1 @call-handler#1139] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.499 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.500 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.500 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.500 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.500 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.500 [eventLoopGroupProxy-13-1 @call-handler#1144] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.543 [eventLoopGroupProxy-13-1 @coroutine#1145] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.543 [eventLoopGroupProxy-13-1 @call-handler#1144] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.543 [eventLoopGroupProxy-13-1 @call-handler#1144] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.544 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.545 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.545 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.545 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.545 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.546 [eventLoopGroupProxy-13-1 @call-handler#1149] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.547 [eventLoopGroupProxy-13-1 @coroutine#1150] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.547 [eventLoopGroupProxy-13-1 @call-handler#1149] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.547 [eventLoopGroupProxy-13-1 @call-handler#1149] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.547 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.548 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.548 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.548 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.548 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.548 [eventLoopGroupProxy-13-1 @call-handler#1154] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.549 [eventLoopGroupProxy-13-1 @coroutine#1155] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.549 [eventLoopGroupProxy-13-1 @call-handler#1154] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.549 [eventLoopGroupProxy-13-1 @call-handler#1154] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.550 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.550 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.550 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.550 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.550 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.551 [eventLoopGroupProxy-13-1 @call-handler#1159] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.552 [eventLoopGroupProxy-13-1 @coroutine#1160] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.552 [eventLoopGroupProxy-13-1 @call-handler#1159] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.553 [eventLoopGroupProxy-13-1 @call-handler#1159] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.554 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.554 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.554 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.554 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.554 [DefaultDispatcher-worker-7 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.555 [eventLoopGroupProxy-13-1 @call-handler#1164] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.598 [eventLoopGroupProxy-13-1 @coroutine#1166] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.598 [eventLoopGroupProxy-13-1 @call-handler#1164] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.598 [eventLoopGroupProxy-13-1 @call-handler#1164] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.599 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.600 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.600 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.600 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.600 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.601 [eventLoopGroupProxy-13-1 @call-handler#1170] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.602 [eventLoopGroupProxy-13-1 @coroutine#1171] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.602 [eventLoopGroupProxy-13-1 @call-handler#1170] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.602 [eventLoopGroupProxy-13-1 @call-handler#1170] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.602 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.603 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.603 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.603 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.603 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.604 [eventLoopGroupProxy-13-1 @call-handler#1175] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.647 [eventLoopGroupProxy-13-1 @coroutine#1176] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.647 [eventLoopGroupProxy-13-1 @call-handler#1175] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.647 [eventLoopGroupProxy-13-1 @call-handler#1175] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.647 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.649 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.649 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.649 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.649 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.650 [eventLoopGroupProxy-13-1 @call-handler#1180] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.682 [DefaultDispatcher-worker-17 @coroutine#803] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:21.694 [eventLoopGroupProxy-13-1 @coroutine#1182] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.694 [eventLoopGroupProxy-13-1 @call-handler#1180] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.694 [eventLoopGroupProxy-13-1 @call-handler#1180] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 44ms 2025-05-13 14:40:21.694 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.696 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.696 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.696 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.696 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.697 [eventLoopGroupProxy-13-1 @call-handler#1186] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.739 [eventLoopGroupProxy-13-1 @coroutine#1187] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.739 [eventLoopGroupProxy-13-1 @call-handler#1186] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.739 [eventLoopGroupProxy-13-1 @call-handler#1186] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:21.740 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.741 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.741 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.741 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.741 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.742 [eventLoopGroupProxy-13-1 @call-handler#1191] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.785 [eventLoopGroupProxy-13-1 @coroutine#1192] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.785 [eventLoopGroupProxy-13-1 @call-handler#1191] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.785 [eventLoopGroupProxy-13-1 @call-handler#1191] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.785 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.787 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.787 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.787 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.787 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.788 [eventLoopGroupProxy-13-1 @call-handler#1196] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.789 [eventLoopGroupProxy-13-1 @coroutine#1197] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.789 [eventLoopGroupProxy-13-1 @call-handler#1196] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.789 [eventLoopGroupProxy-13-1 @call-handler#1196] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.789 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.790 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.790 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.790 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.790 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.790 [eventLoopGroupProxy-13-1 @call-handler#1201] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.791 [eventLoopGroupProxy-13-1 @coroutine#1202] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.791 [eventLoopGroupProxy-13-1 @call-handler#1201] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.791 [eventLoopGroupProxy-13-1 @call-handler#1201] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.792 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.792 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.792 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.792 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.792 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.793 [eventLoopGroupProxy-13-1 @call-handler#1206] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.794 [eventLoopGroupProxy-13-1 @coroutine#1207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.795 [eventLoopGroupProxy-13-1 @call-handler#1206] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.795 [eventLoopGroupProxy-13-1 @call-handler#1206] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.796 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.796 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.796 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.796 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.796 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.797 [eventLoopGroupProxy-13-1 @call-handler#1211] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.798 [eventLoopGroupProxy-13-1 @coroutine#1212] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.798 [eventLoopGroupProxy-13-1 @call-handler#1211] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.798 [eventLoopGroupProxy-13-1 @call-handler#1211] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.799 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.800 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.800 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.800 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.800 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.800 [eventLoopGroupProxy-13-1 @call-handler#1216] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.802 [eventLoopGroupProxy-13-1 @coroutine#1217] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.802 [eventLoopGroupProxy-13-1 @call-handler#1216] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.802 [eventLoopGroupProxy-13-1 @call-handler#1216] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.802 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.803 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.803 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.803 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.803 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.804 [eventLoopGroupProxy-13-1 @call-handler#1221] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.805 [eventLoopGroupProxy-13-1 @coroutine#1222] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.805 [eventLoopGroupProxy-13-1 @call-handler#1221] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.805 [eventLoopGroupProxy-13-1 @call-handler#1221] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.805 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.806 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.806 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.806 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.806 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.806 [eventLoopGroupProxy-13-1 @call-handler#1226] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.809 [eventLoopGroupProxy-13-1 @coroutine#1227] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.809 [eventLoopGroupProxy-13-1 @call-handler#1226] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.809 [eventLoopGroupProxy-13-1 @call-handler#1226] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 14:40:21.809 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.810 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.810 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.810 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.810 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.810 [eventLoopGroupProxy-13-1 @call-handler#1231] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.811 [eventLoopGroupProxy-13-1 @coroutine#1232] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.811 [eventLoopGroupProxy-13-1 @call-handler#1231] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.812 [eventLoopGroupProxy-13-1 @call-handler#1231] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.812 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.813 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.813 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.813 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.813 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.814 [eventLoopGroupProxy-13-1 @call-handler#1236] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.815 [eventLoopGroupProxy-13-1 @coroutine#1237] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.815 [eventLoopGroupProxy-13-1 @call-handler#1236] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.815 [eventLoopGroupProxy-13-1 @call-handler#1236] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.815 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.815 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.815 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.815 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.815 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.816 [eventLoopGroupProxy-13-1 @call-handler#1241] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.817 [eventLoopGroupProxy-13-1 @coroutine#1242] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.817 [eventLoopGroupProxy-13-1 @call-handler#1241] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.817 [eventLoopGroupProxy-13-1 @call-handler#1241] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.817 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.818 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.818 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.818 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.818 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.818 [eventLoopGroupProxy-13-1 @call-handler#1246] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.819 [eventLoopGroupProxy-13-1 @coroutine#1247] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.819 [eventLoopGroupProxy-13-1 @call-handler#1246] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.820 [eventLoopGroupProxy-13-1 @call-handler#1246] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.820 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.820 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.820 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.820 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.822 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.822 [eventLoopGroupProxy-13-1 @call-handler#1251] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.823 [eventLoopGroupProxy-13-1 @coroutine#1252] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.823 [eventLoopGroupProxy-13-1 @call-handler#1251] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.823 [eventLoopGroupProxy-13-1 @call-handler#1251] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.824 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.824 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.824 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.824 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.824 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.825 [eventLoopGroupProxy-13-1 @call-handler#1256] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.826 [eventLoopGroupProxy-13-1 @coroutine#1257] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.826 [eventLoopGroupProxy-13-1 @call-handler#1256] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.826 [eventLoopGroupProxy-13-1 @call-handler#1256] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.826 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.827 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.827 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.827 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.827 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.828 [eventLoopGroupProxy-13-1 @call-handler#1261] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.829 [eventLoopGroupProxy-13-1 @coroutine#1262] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.829 [eventLoopGroupProxy-13-1 @call-handler#1261] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.829 [eventLoopGroupProxy-13-1 @call-handler#1261] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.829 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.830 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.830 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.830 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.830 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.831 [eventLoopGroupProxy-13-1 @call-handler#1266] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.873 [eventLoopGroupProxy-13-1 @coroutine#1268] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.873 [eventLoopGroupProxy-13-1 @call-handler#1266] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.873 [eventLoopGroupProxy-13-1 @call-handler#1266] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:21.874 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.875 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.875 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.875 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.875 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.876 [eventLoopGroupProxy-13-1 @call-handler#1272] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.877 [eventLoopGroupProxy-13-1 @coroutine#1273] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.877 [eventLoopGroupProxy-13-1 @call-handler#1272] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.877 [eventLoopGroupProxy-13-1 @call-handler#1272] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.877 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.878 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.878 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.878 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.878 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.878 [eventLoopGroupProxy-13-1 @call-handler#1277] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.879 [eventLoopGroupProxy-13-1 @coroutine#1278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.879 [eventLoopGroupProxy-13-1 @call-handler#1277] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.879 [eventLoopGroupProxy-13-1 @call-handler#1277] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.880 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.880 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.880 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.880 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.880 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.881 [eventLoopGroupProxy-13-1 @call-handler#1282] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.882 [eventLoopGroupProxy-13-1 @coroutine#1283] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.882 [eventLoopGroupProxy-13-1 @call-handler#1282] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.882 [eventLoopGroupProxy-13-1 @call-handler#1282] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.882 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.884 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.884 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.884 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.884 [DefaultDispatcher-worker-15 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.885 [eventLoopGroupProxy-13-1 @call-handler#1287] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.886 [eventLoopGroupProxy-13-1 @coroutine#1288] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.886 [eventLoopGroupProxy-13-1 @call-handler#1287] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.886 [eventLoopGroupProxy-13-1 @call-handler#1287] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.886 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.887 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.887 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.887 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.887 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.888 [eventLoopGroupProxy-13-1 @call-handler#1292] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.889 [eventLoopGroupProxy-13-1 @coroutine#1293] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.889 [eventLoopGroupProxy-13-1 @call-handler#1292] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.889 [eventLoopGroupProxy-13-1 @call-handler#1292] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.889 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.890 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.890 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.890 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.890 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.891 [eventLoopGroupProxy-13-1 @call-handler#1297] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.892 [eventLoopGroupProxy-13-1 @coroutine#1298] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.892 [eventLoopGroupProxy-13-1 @call-handler#1297] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.892 [eventLoopGroupProxy-13-1 @call-handler#1297] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.892 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.893 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.893 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.893 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.893 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.893 [eventLoopGroupProxy-13-1 @call-handler#1302] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.935 [eventLoopGroupProxy-13-1 @coroutine#1303] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.935 [eventLoopGroupProxy-13-1 @call-handler#1302] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.936 [eventLoopGroupProxy-13-1 @call-handler#1302] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:21.936 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.937 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.937 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.937 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.937 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.938 [eventLoopGroupProxy-13-1 @call-handler#1307] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.939 [eventLoopGroupProxy-13-1 @coroutine#1308] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.939 [eventLoopGroupProxy-13-1 @call-handler#1307] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.939 [eventLoopGroupProxy-13-1 @call-handler#1307] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.940 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.940 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.940 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.940 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.940 [DefaultDispatcher-worker-14 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.941 [eventLoopGroupProxy-13-1 @call-handler#1312] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.942 [eventLoopGroupProxy-13-1 @coroutine#1313] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.942 [eventLoopGroupProxy-13-1 @call-handler#1312] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.942 [eventLoopGroupProxy-13-1 @call-handler#1312] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.942 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.943 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.943 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.943 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.943 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.944 [eventLoopGroupProxy-13-1 @call-handler#1317] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.985 [eventLoopGroupProxy-13-1 @coroutine#1318] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.986 [eventLoopGroupProxy-13-1 @call-handler#1317] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.986 [eventLoopGroupProxy-13-1 @call-handler#1317] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:21.986 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.987 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.987 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.987 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.988 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.988 [eventLoopGroupProxy-13-1 @call-handler#1322] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.990 [eventLoopGroupProxy-13-1 @coroutine#1323] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.990 [eventLoopGroupProxy-13-1 @call-handler#1322] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.990 [eventLoopGroupProxy-13-1 @call-handler#1322] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.990 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.991 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.991 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.991 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.991 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.991 [eventLoopGroupProxy-13-1 @call-handler#1327] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.992 [eventLoopGroupProxy-13-1 @coroutine#1328] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.992 [eventLoopGroupProxy-13-1 @call-handler#1327] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.992 [eventLoopGroupProxy-13-1 @call-handler#1327] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.993 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.993 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.993 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.993 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.993 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.994 [eventLoopGroupProxy-13-1 @call-handler#1332] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.995 [eventLoopGroupProxy-13-1 @coroutine#1333] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.996 [eventLoopGroupProxy-13-1 @call-handler#1332] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.996 [eventLoopGroupProxy-13-1 @call-handler#1332] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:21.997 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.997 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.997 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:21.997 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:21.997 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:21.998 [eventLoopGroupProxy-13-1 @call-handler#1337] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:21.999 [eventLoopGroupProxy-13-1 @coroutine#1338] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:21.999 [eventLoopGroupProxy-13-1 @call-handler#1337] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:21.999 [eventLoopGroupProxy-13-1 @call-handler#1337] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:21.999 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.000 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.000 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.000 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.000 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.000 [eventLoopGroupProxy-13-1 @call-handler#1342] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.001 [eventLoopGroupProxy-13-1 @coroutine#1343] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.001 [eventLoopGroupProxy-13-1 @call-handler#1342] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.001 [eventLoopGroupProxy-13-1 @call-handler#1342] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.001 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.003 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.003 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.003 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.003 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.003 [eventLoopGroupProxy-13-1 @call-handler#1347] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.004 [eventLoopGroupProxy-13-1 @coroutine#1348] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.004 [eventLoopGroupProxy-13-1 @call-handler#1347] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.004 [eventLoopGroupProxy-13-1 @call-handler#1347] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.004 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.005 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.005 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.005 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.005 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.005 [eventLoopGroupProxy-13-1 @call-handler#1352] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.006 [eventLoopGroupProxy-13-1 @coroutine#1353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.006 [eventLoopGroupProxy-13-1 @call-handler#1352] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.006 [eventLoopGroupProxy-13-1 @call-handler#1352] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.007 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.007 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.007 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.007 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.007 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.008 [eventLoopGroupProxy-13-1 @call-handler#1357] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.009 [eventLoopGroupProxy-13-1 @coroutine#1358] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.009 [eventLoopGroupProxy-13-1 @call-handler#1357] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.009 [eventLoopGroupProxy-13-1 @call-handler#1357] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.009 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.009 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.009 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.009 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.009 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.011 [eventLoopGroupProxy-13-1 @call-handler#1362] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.012 [eventLoopGroupProxy-13-1 @coroutine#1363] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.012 [eventLoopGroupProxy-13-1 @call-handler#1362] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.012 [eventLoopGroupProxy-13-1 @call-handler#1362] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.013 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.013 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.013 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.013 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.013 [DefaultDispatcher-worker-20 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.014 [eventLoopGroupProxy-13-1 @call-handler#1367] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.015 [eventLoopGroupProxy-13-1 @coroutine#1368] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.015 [eventLoopGroupProxy-13-1 @call-handler#1367] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.015 [eventLoopGroupProxy-13-1 @call-handler#1367] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.015 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.016 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.016 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.016 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.016 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.017 [eventLoopGroupProxy-13-1 @call-handler#1372] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.018 [eventLoopGroupProxy-13-1 @coroutine#1373] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.018 [eventLoopGroupProxy-13-1 @call-handler#1372] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.018 [eventLoopGroupProxy-13-1 @call-handler#1372] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.018 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.018 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.018 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.019 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.019 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.019 [eventLoopGroupProxy-13-1 @call-handler#1377] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.062 [eventLoopGroupProxy-13-1 @coroutine#1378] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.062 [eventLoopGroupProxy-13-1 @call-handler#1377] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.062 [eventLoopGroupProxy-13-1 @call-handler#1377] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.062 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.064 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.064 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.064 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.064 [DefaultDispatcher-worker-9 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.064 [eventLoopGroupProxy-13-1 @call-handler#1382] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.066 [eventLoopGroupProxy-13-1 @coroutine#1383] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.066 [eventLoopGroupProxy-13-1 @call-handler#1382] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.066 [eventLoopGroupProxy-13-1 @call-handler#1382] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:22.066 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.067 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.067 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.067 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.067 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.068 [eventLoopGroupProxy-13-1 @call-handler#1387] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.110 [eventLoopGroupProxy-13-1 @coroutine#1388] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.110 [eventLoopGroupProxy-13-1 @call-handler#1387] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.110 [eventLoopGroupProxy-13-1 @call-handler#1387] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:22.110 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.112 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.112 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.112 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.112 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.113 [eventLoopGroupProxy-13-1 @call-handler#1392] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.113 [eventLoopGroupProxy-13-1 @coroutine#1393] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.113 [eventLoopGroupProxy-13-1 @call-handler#1392] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.114 [eventLoopGroupProxy-13-1 @call-handler#1392] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:22.114 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.114 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.114 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.114 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.114 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.115 [eventLoopGroupProxy-13-1 @call-handler#1397] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.156 [eventLoopGroupProxy-13-1 @coroutine#1398] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.157 [eventLoopGroupProxy-13-1 @call-handler#1397] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.157 [eventLoopGroupProxy-13-1 @call-handler#1397] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:22.157 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.158 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.158 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.158 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.158 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.159 [eventLoopGroupProxy-13-1 @call-handler#1402] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.192 [DefaultDispatcher-worker-3 @coroutine#803] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:22.201 [eventLoopGroupProxy-13-1 @coroutine#1405] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.201 [eventLoopGroupProxy-13-1 @call-handler#1402] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.201 [eventLoopGroupProxy-13-1 @call-handler#1402] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:22.201 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.202 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.202 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.202 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.202 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.203 [eventLoopGroupProxy-13-1 @call-handler#1409] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.245 [eventLoopGroupProxy-13-1 @coroutine#1410] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.245 [eventLoopGroupProxy-13-1 @call-handler#1409] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.246 [eventLoopGroupProxy-13-1 @call-handler#1409] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.246 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.247 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.247 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.247 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.247 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.248 [eventLoopGroupProxy-13-1 @call-handler#1414] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.291 [eventLoopGroupProxy-13-1 @coroutine#1415] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.291 [eventLoopGroupProxy-13-1 @call-handler#1414] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.291 [eventLoopGroupProxy-13-1 @call-handler#1414] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.291 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.293 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.293 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.293 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.293 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.293 [eventLoopGroupProxy-13-1 @call-handler#1419] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.335 [eventLoopGroupProxy-13-1 @coroutine#1420] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.336 [eventLoopGroupProxy-13-1 @call-handler#1419] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.336 [eventLoopGroupProxy-13-1 @call-handler#1419] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.336 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.337 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.337 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.337 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.337 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.338 [eventLoopGroupProxy-13-1 @call-handler#1424] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.339 [eventLoopGroupProxy-13-1 @coroutine#1425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.339 [eventLoopGroupProxy-13-1 @call-handler#1424] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.339 [eventLoopGroupProxy-13-1 @call-handler#1424] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.339 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.340 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.340 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.340 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.340 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.340 [eventLoopGroupProxy-13-1 @call-handler#1429] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.382 [eventLoopGroupProxy-13-1 @coroutine#1430] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.382 [eventLoopGroupProxy-13-1 @call-handler#1429] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.383 [eventLoopGroupProxy-13-1 @call-handler#1429] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.383 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.384 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.384 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.384 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.384 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.385 [eventLoopGroupProxy-13-1 @call-handler#1434] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.386 [eventLoopGroupProxy-13-1 @coroutine#1435] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.386 [eventLoopGroupProxy-13-1 @call-handler#1434] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.386 [eventLoopGroupProxy-13-1 @call-handler#1434] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.386 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.387 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.387 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.387 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.387 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.388 [eventLoopGroupProxy-13-1 @call-handler#1439] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.389 [eventLoopGroupProxy-13-1 @coroutine#1440] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.389 [eventLoopGroupProxy-13-1 @call-handler#1439] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.389 [eventLoopGroupProxy-13-1 @call-handler#1439] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:22.389 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.390 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.390 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.390 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.390 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.390 [eventLoopGroupProxy-13-1 @call-handler#1444] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.393 [eventLoopGroupProxy-13-1 @coroutine#1445] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.393 [eventLoopGroupProxy-13-1 @call-handler#1444] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.393 [eventLoopGroupProxy-13-1 @call-handler#1444] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 3ms 2025-05-13 14:40:22.393 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.394 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.394 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.394 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.394 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.394 [eventLoopGroupProxy-13-1 @call-handler#1449] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.396 [eventLoopGroupProxy-13-1 @coroutine#1450] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.396 [eventLoopGroupProxy-13-1 @call-handler#1449] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.396 [eventLoopGroupProxy-13-1 @call-handler#1449] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:22.396 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.397 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.397 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.397 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.397 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.398 [eventLoopGroupProxy-13-1 @call-handler#1454] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.399 [eventLoopGroupProxy-13-1 @coroutine#1455] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.399 [eventLoopGroupProxy-13-1 @call-handler#1454] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.399 [eventLoopGroupProxy-13-1 @call-handler#1454] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.399 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.400 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.400 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.400 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.400 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.400 [eventLoopGroupProxy-13-1 @call-handler#1459] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.424 [DefaultDispatcher-worker-8 @coroutine#1460] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.442 [DefaultDispatcher-worker-8 @coroutine#1462] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:22.442 [eventLoopGroupProxy-13-1 @coroutine#1463] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.443 [eventLoopGroupProxy-13-1 @call-handler#1459] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.443 [eventLoopGroupProxy-13-1 @call-handler#1459] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.443 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.444 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.444 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.444 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.444 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.445 [eventLoopGroupProxy-13-1 @call-handler#1468] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.446 [eventLoopGroupProxy-13-1 @coroutine#1469] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.446 [eventLoopGroupProxy-13-1 @call-handler#1468] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.446 [eventLoopGroupProxy-13-1 @call-handler#1468] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.446 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.447 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.447 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.447 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.447 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.447 [eventLoopGroupProxy-13-1 @call-handler#1473] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.448 [eventLoopGroupProxy-13-1 @coroutine#1474] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.448 [eventLoopGroupProxy-13-1 @call-handler#1473] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.448 [eventLoopGroupProxy-13-1 @call-handler#1473] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.448 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.449 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.449 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.449 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.449 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.449 [eventLoopGroupProxy-13-1 @call-handler#1478] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.450 [eventLoopGroupProxy-13-1 @coroutine#1479] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.450 [eventLoopGroupProxy-13-1 @call-handler#1478] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.450 [eventLoopGroupProxy-13-1 @call-handler#1478] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.450 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.451 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.451 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.451 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.451 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.451 [eventLoopGroupProxy-13-1 @call-handler#1483] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.493 [eventLoopGroupProxy-13-1 @coroutine#1485] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.493 [eventLoopGroupProxy-13-1 @call-handler#1483] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.493 [eventLoopGroupProxy-13-1 @call-handler#1483] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:22.494 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.494 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.494 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.494 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.494 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.495 [eventLoopGroupProxy-13-1 @call-handler#1489] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.496 [eventLoopGroupProxy-13-1 @coroutine#1490] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.496 [eventLoopGroupProxy-13-1 @call-handler#1489] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.496 [eventLoopGroupProxy-13-1 @call-handler#1489] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.496 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.496 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.496 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.496 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.496 [DefaultDispatcher-worker-18 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.497 [eventLoopGroupProxy-13-1 @call-handler#1494] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.497 [eventLoopGroupProxy-13-1 @coroutine#1495] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.498 [eventLoopGroupProxy-13-1 @call-handler#1494] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.498 [eventLoopGroupProxy-13-1 @call-handler#1494] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.498 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.498 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.498 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.498 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.498 [DefaultDispatcher-worker-10 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.498 [eventLoopGroupProxy-13-1 @call-handler#1499] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.499 [eventLoopGroupProxy-13-1 @coroutine#1500] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.499 [eventLoopGroupProxy-13-1 @call-handler#1499] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.499 [eventLoopGroupProxy-13-1 @call-handler#1499] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.499 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.500 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.500 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.500 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.500 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.500 [eventLoopGroupProxy-13-1 @call-handler#1504] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.543 [eventLoopGroupProxy-13-1 @coroutine#1505] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.543 [eventLoopGroupProxy-13-1 @call-handler#1504] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.543 [eventLoopGroupProxy-13-1 @call-handler#1504] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.543 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.544 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.544 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.544 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.544 [DefaultDispatcher-worker-8 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.544 [eventLoopGroupProxy-13-1 @call-handler#1509] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.587 [eventLoopGroupProxy-13-1 @coroutine#1510] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.587 [eventLoopGroupProxy-13-1 @call-handler#1509] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.587 [eventLoopGroupProxy-13-1 @call-handler#1509] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.587 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.588 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.588 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.588 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.588 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.589 [eventLoopGroupProxy-13-1 @call-handler#1514] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.589 [eventLoopGroupProxy-13-1 @coroutine#1515] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.589 [eventLoopGroupProxy-13-1 @call-handler#1514] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.589 [eventLoopGroupProxy-13-1 @call-handler#1514] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 0ms 2025-05-13 14:40:22.590 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.590 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.590 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.590 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.590 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.591 [eventLoopGroupProxy-13-1 @call-handler#1519] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.636 [eventLoopGroupProxy-13-1 @coroutine#1520] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.637 [eventLoopGroupProxy-13-1 @call-handler#1519] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.637 [eventLoopGroupProxy-13-1 @call-handler#1519] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 46ms 2025-05-13 14:40:22.637 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.638 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.638 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.638 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.638 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.638 [eventLoopGroupProxy-13-1 @call-handler#1524] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.639 [eventLoopGroupProxy-13-1 @coroutine#1525] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.639 [eventLoopGroupProxy-13-1 @call-handler#1524] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.639 [eventLoopGroupProxy-13-1 @call-handler#1524] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.640 [DefaultDispatcher-worker-16 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.640 [DefaultDispatcher-worker-16 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.640 [DefaultDispatcher-worker-16 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.640 [DefaultDispatcher-worker-16 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.640 [DefaultDispatcher-worker-16 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.641 [eventLoopGroupProxy-13-1 @call-handler#1529] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.684 [eventLoopGroupProxy-13-1 @coroutine#1530] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.684 [eventLoopGroupProxy-13-1 @call-handler#1529] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.684 [eventLoopGroupProxy-13-1 @call-handler#1529] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.684 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.685 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.685 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.685 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.685 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.686 [eventLoopGroupProxy-13-1 @call-handler#1534] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.687 [eventLoopGroupProxy-13-1 @coroutine#1535] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.687 [eventLoopGroupProxy-13-1 @call-handler#1534] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.687 [eventLoopGroupProxy-13-1 @call-handler#1534] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.687 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.688 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.688 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.688 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.688 [DefaultDispatcher-worker-11 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.688 [eventLoopGroupProxy-13-1 @call-handler#1539] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.700 [DefaultDispatcher-worker-8 @coroutine#803] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:22.730 [eventLoopGroupProxy-13-1 @coroutine#1541] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.730 [eventLoopGroupProxy-13-1 @call-handler#1539] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.730 [eventLoopGroupProxy-13-1 @call-handler#1539] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:22.730 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.731 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.731 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.731 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.731 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.731 [eventLoopGroupProxy-13-1 @call-handler#1545] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.774 [eventLoopGroupProxy-13-1 @coroutine#1547] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.774 [eventLoopGroupProxy-13-1 @call-handler#1545] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.774 [eventLoopGroupProxy-13-1 @call-handler#1545] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 43ms 2025-05-13 14:40:22.774 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.775 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.775 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.775 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.775 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.776 [eventLoopGroupProxy-13-1 @call-handler#1551] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.777 [eventLoopGroupProxy-13-1 @coroutine#1552] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.777 [eventLoopGroupProxy-13-1 @call-handler#1551] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.777 [eventLoopGroupProxy-13-1 @call-handler#1551] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.777 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.778 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.778 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.778 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.778 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.778 [eventLoopGroupProxy-13-1 @call-handler#1556] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.821 [eventLoopGroupProxy-13-1 @coroutine#1557] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.822 [eventLoopGroupProxy-13-1 @call-handler#1556] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.822 [eventLoopGroupProxy-13-1 @call-handler#1556] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 44ms 2025-05-13 14:40:22.822 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.823 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.823 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.823 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.823 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.823 [eventLoopGroupProxy-13-1 @call-handler#1561] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.824 [eventLoopGroupProxy-13-1 @coroutine#1562] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.824 [eventLoopGroupProxy-13-1 @call-handler#1561] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.824 [eventLoopGroupProxy-13-1 @call-handler#1561] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.825 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.825 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.825 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.825 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.825 [DefaultDispatcher-worker-3 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.825 [eventLoopGroupProxy-13-1 @call-handler#1566] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.826 [eventLoopGroupProxy-13-1 @coroutine#1567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.826 [eventLoopGroupProxy-13-1 @call-handler#1566] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.826 [eventLoopGroupProxy-13-1 @call-handler#1566] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.827 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.827 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.827 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.827 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.827 [DefaultDispatcher-worker-17 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.827 [eventLoopGroupProxy-13-1 @call-handler#1571] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.828 [eventLoopGroupProxy-13-1 @coroutine#1572] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.828 [eventLoopGroupProxy-13-1 @call-handler#1571] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.828 [eventLoopGroupProxy-13-1 @call-handler#1571] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.828 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.829 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.829 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.829 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.829 [DefaultDispatcher-worker-2 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.830 [eventLoopGroupProxy-13-1 @call-handler#1576] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.835 [eventLoopGroupProxy-13-1 @coroutine#1577] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.835 [eventLoopGroupProxy-13-1 @call-handler#1576] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.835 [eventLoopGroupProxy-13-1 @call-handler#1576] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 5ms 2025-05-13 14:40:22.835 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.836 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.836 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.836 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.836 [DefaultDispatcher-worker-5 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.836 [eventLoopGroupProxy-13-1 @call-handler#1581] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.878 [eventLoopGroupProxy-13-1 @coroutine#1582] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.878 [eventLoopGroupProxy-13-1 @call-handler#1581] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.878 [eventLoopGroupProxy-13-1 @call-handler#1581] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 42ms 2025-05-13 14:40:22.878 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.879 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.879 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.879 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.879 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.880 [eventLoopGroupProxy-13-1 @call-handler#1586] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.881 [eventLoopGroupProxy-13-1 @coroutine#1587] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.881 [eventLoopGroupProxy-13-1 @call-handler#1586] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.881 [eventLoopGroupProxy-13-1 @call-handler#1586] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.881 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.882 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.882 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.882 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.882 [DefaultDispatcher-worker-1 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.882 [eventLoopGroupProxy-13-1 @call-handler#1591] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.883 [eventLoopGroupProxy-13-1 @coroutine#1592] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.883 [eventLoopGroupProxy-13-1 @call-handler#1591] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.883 [eventLoopGroupProxy-13-1 @call-handler#1591] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 1ms 2025-05-13 14:40:22.883 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.884 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.884 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/blob/upload-batch-data. 2025-05-13 14:40:22.884 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.884 [DefaultDispatcher-worker-19 @coroutine#814] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:22.884 [eventLoopGroupProxy-13-1 @call-handler#1596] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:22.886 [eventLoopGroupProxy-13-1 @coroutine#1597] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:22.886 [eventLoopGroupProxy-13-1 @call-handler#1596] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.886 [eventLoopGroupProxy-13-1 @call-handler#1596] INFO ktor.application - 204 No Content: POST - /api/blob/upload-batch-data in 2ms 2025-05-13 14:40:22.886 [DefaultDispatcher-worker-13 @coroutine#814] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/blob/upload-batch-data 2025-05-13 14:40:22.894 [DefaultDispatcher-worker-17 @coroutine#781] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:22.898 [DefaultDispatcher-worker-16 @coroutine#784] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:22.898 [DefaultDispatcher-worker-16 @coroutine#784] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/UmAppDatabase/replication/message 2025-05-13 14:40:22.898 [DefaultDispatcher-worker-16 @coroutine#784] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:36545/UmAppDatabase/replication/message. 2025-05-13 14:40:22.898 [DefaultDispatcher-worker-16 @coroutine#784] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/UmAppDatabase/replication/message 2025-05-13 14:40:22.898 [DefaultDispatcher-worker-16 @coroutine#784] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36545/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:22.899 [eventLoopGroupProxy-13-1 @call-handler#1606] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /api, segment:0 -> FAILURE "Selector didn't match" @ /api /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:22.899 [eventLoopGroupProxy-13-1 @call-handler#1606] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:22.899 [eventLoopGroupProxy-13-1 @call-handler#1606] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:22.911 [DefaultDispatcher-worker-17 @call-handler#1606] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-68 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1387bd84 2025-05-13 14:40:22.911 [eventLoopGroupProxy-13-1 @call-handler#1606] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:22.911 [eventLoopGroupProxy-13-1 @call-handler#1606] INFO ktor.application - 200 OK: POST - /UmAppDatabase/replication/message in 12ms 2025-05-13 14:40:22.911 [DefaultDispatcher-worker-17 @coroutine#752] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-17 @coroutine#752] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json. 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-17 @coroutine#752] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-19 @coroutine#784] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/UmAppDatabase/replication/message 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-19 @coroutine#784] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36545/UmAppDatabase/replication/message 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-19 @coroutine#784] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:36545/UmAppDatabase/replication/message. 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-19 @coroutine#784] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36545/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-15 @coroutine#752] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:22.912 [DefaultDispatcher-worker-15 @coroutine#752] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json 2025-05-13 14:40:22.913 [DefaultDispatcher-worker-16 @coroutine#752] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json. 2025-05-13 14:40:22.913 [DefaultDispatcher-worker-16 @coroutine#752] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:36545/api/content/727151794793205760/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:22.917 [DefaultDispatcher-worker-15 @coroutine#784] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4faaff61 2025-05-13 14:40:22.930 [DefaultDispatcher-worker-13 @coroutine#752] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-68 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1387bd84 2025-05-13 14:40:22.945 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutting down. 2025-05-13 14:40:22.945 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED paused. 2025-05-13 14:40:22.945 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutting down threadpool... 2025-05-13 14:40:22.945 [Test worker] DEBUG org.quartz.simpl.SimpleThreadPool - Shutdown of threadpool complete. 2025-05-13 14:40:22.945 [Test worker] INFO org.quartz.core.QuartzScheduler - Scheduler MyScheduler_$_NON_CLUSTERED shutdown complete. 2025-05-13 14:40:22.947 [Test worker @coroutine#1622] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-69 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@57283fac 2025-05-13 14:40:22.947 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Shutdown initiated... 2025-05-13 14:40:22.947 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Close initiated... 2025-05-13 14:40:22.947 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:22.947 [HikariPool-70 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-70 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4faaff61: (connection evicted) 2025-05-13 14:40:22.948 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:22.948 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-70 - Closed. 2025-05-13 14:40:22.948 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-70 - Shutdown completed. 2025-05-13 14:40:23.394 [MyScheduler_Worker-1] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:23.439 [MyScheduler_Worker-3] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:23.439 [MyScheduler_Worker-2] DEBUG org.quartz.simpl.SimpleThreadPool - WorkerThread is shut down. 2025-05-13 14:40:23.950 [Test worker] INFO ktor.application - Application stopping: io.ktor.server.application.Application@51a5a8ba 2025-05-13 14:40:23.951 [Test worker] INFO ktor.application - Application stopped: io.ktor.server.application.Application@51a5a8ba 2025-05-13 14:40:23.954 [Test worker @coroutine#1627] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-67 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a319a2e 2025-05-13 14:40:23.954 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Shutdown initiated... 2025-05-13 14:40:23.954 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Close initiated... 2025-05-13 14:40:23.954 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:23.954 [HikariPool-68 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-68 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1387bd84: (connection evicted) 2025-05-13 14:40:23.955 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:23.955 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-68 - Closed. 2025-05-13 14:40:23.955 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-68 - Shutdown completed. 2025-05-13 14:40:23.963 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-71 - configuration: 2025-05-13 14:40:23.963 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:23.963 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:23.963 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:23.963 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:23.963 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@17635531 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-71" 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:23.964 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-71 - Starting... 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-71 - Added connection org.sqlite.jdbc4.JDBC4Connection@396519b 2025-05-13 14:40:23.964 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-71 - Added connection org.sqlite.jdbc4.JDBC4Connection@396519b 2025-05-13 14:40:23.964 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-71 - Start completed. 2025-05-13 14:40:23.989 [DefaultDispatcher-worker-1 @coroutine#1635] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-71 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@396519b 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-72 - configuration: 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7ddcd3d 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-72" 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:23.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:23.994 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-72 - Starting... 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-72 - Added connection org.sqlite.jdbc4.JDBC4Connection@7cab8d52 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-72 - Added connection org.sqlite.jdbc4.JDBC4Connection@7cab8d52 2025-05-13 14:40:23.995 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-72 - Start completed. 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-73 - configuration: 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@141eb85b 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-73" 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:23.995 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:23.996 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-73 - Starting... 2025-05-13 14:40:23.996 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-73 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b04689e 2025-05-13 14:40:23.996 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-73 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b04689e 2025-05-13 14:40:23.996 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-73 - Start completed. 2025-05-13 14:40:23.997 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 14:40:23.998 [Test worker] INFO ktor.application - Application started in 0.001 seconds. 2025-05-13 14:40:23.999 [DefaultDispatcher-worker-13 @coroutine#1644] INFO ktor.application - Responding at http://0.0.0.0:45455 2025-05-13 14:40:24.003 [DefaultDispatcher-worker-13 @coroutine#1646] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-72 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7cab8d52 2025-05-13 14:40:24.004 [Test worker @coroutine#1645] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45455/api/blob/upload-init-batch 2025-05-13 14:40:24.004 [Test worker @coroutine#1645] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:45455/api/blob/upload-init-batch. 2025-05-13 14:40:24.004 [Test worker @coroutine#1645] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45455/api/blob/upload-init-batch 2025-05-13 14:40:24.004 [Test worker @coroutine#1645] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45455/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:24.006 [eventLoopGroupProxy-16-1 @call-handler#1651] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-init-batch] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:3 -> SUCCESS @ /api/blob/upload-init-batch /api/blob/upload-init-batch/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-init-batch/(method:POST) /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} Matched routes: "" -> "api" -> "blob" -> "upload-init-batch" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-init-batch/(method:POST) 2025-05-13 14:40:24.006 [eventLoopGroupProxy-16-1 @call-handler#1651] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, reifiedType=class com.ustadmobile.core.domain.blob.upload.BlobUploadRequest, kotlinType=com.ustadmobile.core.domain.blob.upload.BlobUploadRequest) for call /api/blob/upload-init-batch 2025-05-13 14:40:24.007 [eventLoopGroupProxy-16-1 @coroutine#1652] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-73 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b04689e 2025-05-13 14:40:24.007 [Test worker @coroutine#1645] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45455/api/blob/upload-init-batch 2025-05-13 14:40:24.007 [Test worker @coroutine#1645] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45455/api/blob/upload-init-batch 2025-05-13 14:40:24.008 [Test worker @coroutine#1645] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:45455/api/blob/upload-init-batch. 2025-05-13 14:40:24.008 [Test worker @coroutine#1645] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:45455/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:24.008 [Test worker @coroutine#1656] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:45455/api/blob/upload-batch-data 2025-05-13 14:40:24.008 [Test worker @coroutine#1656] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.utils.io.ByteBufferChannel is in ignored types. Skipping ContentNegotiation for http://localhost:45455/api/blob/upload-batch-data. 2025-05-13 14:40:24.008 [Test worker @coroutine#1656] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45455/api/blob/upload-batch-data 2025-05-13 14:40:24.008 [Test worker @coroutine#1656] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:45455/api/blob/upload-batch-data from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:24.008 [eventLoopGroupProxy-16-1 @call-handler#1658] TRACE io.ktor.routing.Routing - Trace for [api, blob, upload-batch-data] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:3 -> SUCCESS @ /api/blob/upload-batch-data /api/blob/upload-batch-data/(method:POST), segment:3 -> SUCCESS @ /api/blob/upload-batch-data/(method:POST) /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:2 -> FAILURE "Better match was already found" @ /api/blob/{...} Matched routes: "" -> "api" -> "blob" -> "upload-batch-data" -> "(method:POST)" Route resolve result: SUCCESS @ /api/blob/upload-batch-data/(method:POST) 2025-05-13 14:40:24.010 [eventLoopGroupProxy-16-1 @coroutine#1659] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-73 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b04689e 2025-05-13 14:40:24.010 [eventLoopGroupProxy-16-1 @call-handler#1658] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:24.011 [Test worker @coroutine#1656] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45455/api/blob/upload-batch-data 2025-05-13 14:40:24.012 [eventLoopGroupProxy-16-2 @call-handler#1668] TRACE io.ktor.routing.Routing - Trace for [api, blob, SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/blob, segment:2 -> SUCCESS @ /api/blob /api/blob/upload-init-batch, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-init-batch /api/blob/upload-batch-data, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-batch-data /api/blob/upload-item, segment:2 -> FAILURE "Selector didn't match" @ /api/blob/upload-item /api/blob/{...}, segment:3 -> SUCCESS @ /api/blob/{...} /api/blob/{...}/(method:GET), segment:3 -> SUCCESS @ /api/blob/{...}/(method:GET) Matched routes: "" -> "api" -> "blob" -> "{...}" -> "(method:GET)" Route resolve result: SUCCESS @ /api/blob/{...}/(method:GET) 2025-05-13 14:40:24.014 [eventLoopGroupProxy-16-2 @call-handler#1668] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:24.017 [Test worker @coroutine#1670] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-72 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7cab8d52 2025-05-13 14:40:24.064 [HikariPool-71 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-71 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:24.095 [HikariPool-72 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-72 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:24.096 [HikariPool-73 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-73 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-74 - configuration: 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1be3a294 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-74" 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.068 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.068 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Starting... 2025-05-13 14:40:25.069 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Added connection org.sqlite.jdbc4.JDBC4Connection@729d1428 2025-05-13 14:40:25.069 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Added connection org.sqlite.jdbc4.JDBC4Connection@729d1428 2025-05-13 14:40:25.069 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Start completed. 2025-05-13 14:40:25.089 [DefaultDispatcher-worker-9 @coroutine#1676] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-74 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@729d1428 2025-05-13 14:40:25.092 [Test worker @coroutine#1676] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:33945/api/blob/upload-init-batch 2025-05-13 14:40:25.092 [Test worker @coroutine#1676] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:33945/api/blob/upload-init-batch. 2025-05-13 14:40:25.092 [Test worker @coroutine#1676] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:33945/api/blob/upload-init-batch 2025-05-13 14:40:25.092 [Test worker @coroutine#1676] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:33945/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:25.093 [Test worker @coroutine#1676] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:33945/api/blob/upload-init-batch 2025-05-13 14:40:25.093 [Test worker @coroutine#1676] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:33945/api/blob/upload-init-batch 2025-05-13 14:40:25.093 [Test worker @coroutine#1676] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:33945/api/blob/upload-init-batch. 2025-05-13 14:40:25.093 [Test worker @coroutine#1676] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:33945/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:25.099 [DefaultDispatcher-worker-11 @coroutine#1676] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-74 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@729d1428 2025-05-13 14:40:25.102 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Shutdown initiated... 2025-05-13 14:40:25.102 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Close initiated... 2025-05-13 14:40:25.102 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.102 [HikariPool-74 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-74 - Closing connection org.sqlite.jdbc4.JDBC4Connection@729d1428: (connection evicted) 2025-05-13 14:40:25.102 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:25.102 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-74 - Closed. 2025-05-13 14:40:25.102 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-74 - Shutdown completed. 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-75 - configuration: 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@217009bd 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-75" 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.105 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Starting... 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Added connection org.sqlite.jdbc4.JDBC4Connection@248ba4fc 2025-05-13 14:40:25.105 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Added connection org.sqlite.jdbc4.JDBC4Connection@248ba4fc 2025-05-13 14:40:25.105 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Start completed. 2025-05-13 14:40:25.116 [Test worker @coroutine#1687] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:52891/api/blob/upload-init-batch 2025-05-13 14:40:25.116 [Test worker @coroutine#1687] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:52891/api/blob/upload-init-batch. 2025-05-13 14:40:25.116 [Test worker @coroutine#1687] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:52891/api/blob/upload-init-batch 2025-05-13 14:40:25.116 [Test worker @coroutine#1687] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:52891/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:25.117 [Test worker @coroutine#1687] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:52891/api/blob/upload-init-batch 2025-05-13 14:40:25.117 [Test worker @coroutine#1687] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:52891/api/blob/upload-init-batch 2025-05-13 14:40:25.117 [Test worker @coroutine#1687] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:52891/api/blob/upload-init-batch. 2025-05-13 14:40:25.117 [Test worker @coroutine#1687] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:52891/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:25.118 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Shutdown initiated... 2025-05-13 14:40:25.118 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Close initiated... 2025-05-13 14:40:25.118 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.118 [HikariPool-75 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-75 - Closing connection org.sqlite.jdbc4.JDBC4Connection@248ba4fc: (connection evicted) 2025-05-13 14:40:25.118 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:25.118 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-75 - Closed. 2025-05-13 14:40:25.118 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-75 - Shutdown completed. 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-76 - configuration: 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5c1ea00 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.129 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-76" 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.130 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Starting... 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Added connection org.sqlite.jdbc4.JDBC4Connection@3398ed12 2025-05-13 14:40:25.130 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Added connection org.sqlite.jdbc4.JDBC4Connection@3398ed12 2025-05-13 14:40:25.130 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Start completed. 2025-05-13 14:40:25.140 [Test worker @coroutine#1693] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:33313/api/blob/upload-init-batch 2025-05-13 14:40:25.140 [Test worker @coroutine#1693] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:33313/api/blob/upload-init-batch. 2025-05-13 14:40:25.140 [Test worker @coroutine#1693] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:33313/api/blob/upload-init-batch 2025-05-13 14:40:25.140 [Test worker @coroutine#1693] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:33313/api/blob/upload-init-batch from class io.ktor.http.content.TextContent 2025-05-13 14:40:25.142 [Test worker @coroutine#1693] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:33313/api/blob/upload-init-batch 2025-05-13 14:40:25.142 [Test worker @coroutine#1693] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:33313/api/blob/upload-init-batch 2025-05-13 14:40:25.142 [Test worker @coroutine#1693] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:33313/api/blob/upload-init-batch. 2025-05-13 14:40:25.142 [Test worker @coroutine#1693] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:33313/api/blob/upload-init-batch to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:25.146 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Shutdown initiated... 2025-05-13 14:40:25.146 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Close initiated... 2025-05-13 14:40:25.146 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.146 [HikariPool-76 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-76 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3398ed12: (connection evicted) 2025-05-13 14:40:25.146 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:25.146 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-76 - Closed. 2025-05-13 14:40:25.146 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-76 - Shutdown completed. 2025-05-13 14:40:25.364 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-77 - configuration: 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3497ecea 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-77" 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.365 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-77 - Starting... 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-77 - Added connection org.sqlite.jdbc4.JDBC4Connection@4b2af0eb 2025-05-13 14:40:25.365 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-77 - Added connection org.sqlite.jdbc4.JDBC4Connection@4b2af0eb 2025-05-13 14:40:25.365 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-77 - Start completed. 2025-05-13 14:40:25.398 [DefaultDispatcher-worker-10 @coroutine#1713] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-77 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4b2af0eb 2025-05-13 14:40:25.400 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-78 - configuration: 2025-05-13 14:40:25.400 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.400 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.400 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.400 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@408980aa 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-78" 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.401 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-78 - Starting... 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-78 - Added connection org.sqlite.jdbc4.JDBC4Connection@34c2e03d 2025-05-13 14:40:25.401 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-78 - Added connection org.sqlite.jdbc4.JDBC4Connection@34c2e03d 2025-05-13 14:40:25.401 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-78 - Start completed. 2025-05-13 14:40:25.420 [DefaultDispatcher-worker-16 @coroutine#1718] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-78 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@34c2e03d 2025-05-13 14:40:25.420 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-79 - configuration: 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2512155e 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-79" 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.421 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-79 - Starting... 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-79 - Added connection org.sqlite.jdbc4.JDBC4Connection@779cb140 2025-05-13 14:40:25.421 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-79 - Added connection org.sqlite.jdbc4.JDBC4Connection@779cb140 2025-05-13 14:40:25.421 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-79 - Start completed. 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-80 - configuration: 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1c80f8dd 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-80" 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.438 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Starting... 2025-05-13 14:40:25.439 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.439 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.439 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Start completed. 2025-05-13 14:40:25.459 [DefaultDispatcher-worker-1 @coroutine#1722] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.464 [DefaultDispatcher-worker-4 @coroutine#1722] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.465 [HikariPool-77 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-77 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.468 [DefaultDispatcher-worker-2 @coroutine#1722] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.472 [DefaultDispatcher-worker-14 @coroutine#1722] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.474 [Test worker @coroutine#1728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.478 [DefaultDispatcher-worker-16 @coroutine#1727] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e7152a 2025-05-13 14:40:25.481 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Shutdown initiated... 2025-05-13 14:40:25.481 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Close initiated... 2025-05-13 14:40:25.481 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.481 [HikariPool-80 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-80 - Closing connection org.sqlite.jdbc4.JDBC4Connection@20e7152a: (connection evicted) 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:25.482 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-80 - Closed. 2025-05-13 14:40:25.482 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-80 - Shutdown completed. 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-81 - configuration: 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6250d33c 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-81" 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.482 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.482 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Starting... 2025-05-13 14:40:25.483 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Added connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.483 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Added connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.483 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Start completed. 2025-05-13 14:40:25.501 [HikariPool-78 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-78 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.502 [DefaultDispatcher-worker-3 @coroutine#1732] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.506 [DefaultDispatcher-worker-12 @coroutine#1732] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.509 [DefaultDispatcher-worker-13 @coroutine#1732] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.513 [DefaultDispatcher-worker-15 @coroutine#1732] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.514 [Test worker @coroutine#1738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.519 [DefaultDispatcher-worker-14 @coroutine#1737] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9 2025-05-13 14:40:25.520 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Shutdown initiated... 2025-05-13 14:40:25.520 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Close initiated... 2025-05-13 14:40:25.520 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.520 [HikariPool-81 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-81 - Closing connection org.sqlite.jdbc4.JDBC4Connection@65a3d7c9: (connection evicted) 2025-05-13 14:40:25.520 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:25.520 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-81 - Closed. 2025-05-13 14:40:25.520 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-81 - Shutdown completed. 2025-05-13 14:40:25.520 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-82 - configuration: 2025-05-13 14:40:25.520 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.520 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.520 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.520 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@121c1a08 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-82" 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.521 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Starting... 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e5a77ef 2025-05-13 14:40:25.521 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e5a77ef 2025-05-13 14:40:25.521 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Start completed. 2025-05-13 14:40:25.521 [HikariPool-79 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-79 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.539 [DefaultDispatcher-worker-15 @coroutine#1741] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e5a77ef 2025-05-13 14:40:25.543 [DefaultDispatcher-worker-16 @coroutine#1741] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e5a77ef 2025-05-13 14:40:25.547 [DefaultDispatcher-worker-9 @coroutine#1741] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e5a77ef 2025-05-13 14:40:25.551 [DefaultDispatcher-worker-6 @coroutine#1741] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6e5a77ef 2025-05-13 14:40:25.552 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Shutdown initiated... 2025-05-13 14:40:25.552 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Close initiated... 2025-05-13 14:40:25.552 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.552 [HikariPool-82 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-82 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6e5a77ef: (connection evicted) 2025-05-13 14:40:25.552 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:25.552 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-82 - Closed. 2025-05-13 14:40:25.552 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-82 - Shutdown completed. 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-83 - configuration: 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@47800bd7 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-83" 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:25.553 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Starting... 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Added connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.553 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Added connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.553 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Start completed. 2025-05-13 14:40:25.572 [DefaultDispatcher-worker-5 @coroutine#1747] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.576 [DefaultDispatcher-worker-12 @coroutine#1747] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.579 [DefaultDispatcher-worker-3 @coroutine#1747] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.583 [DefaultDispatcher-worker-12 @coroutine#1747] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.585 [Test worker @coroutine#1753] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.589 [DefaultDispatcher-worker-1 @coroutine#1752] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@212be8c 2025-05-13 14:40:25.589 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Shutdown initiated... 2025-05-13 14:40:25.589 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Close initiated... 2025-05-13 14:40:25.589 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:25.589 [HikariPool-83 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-83 - Closing connection org.sqlite.jdbc4.JDBC4Connection@212be8c: (connection evicted) 2025-05-13 14:40:25.590 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:25.590 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-83 - Closed. 2025-05-13 14:40:25.590 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-83 - Shutdown completed. 2025-05-13 14:40:25.965 [DefaultDispatcher-worker-6 @coroutine#1760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-71 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@396519b 2025-05-13 14:40:25.997 [DefaultDispatcher-worker-6 @coroutine#1762] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-73 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6b04689e 2025-05-13 14:40:29.114 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-84 - configuration: 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@20e9b10b 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-84" 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.115 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-84 - Starting... 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-84 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a00d591 2025-05-13 14:40:29.115 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-84 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a00d591 2025-05-13 14:40:29.115 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-84 - Start completed. 2025-05-13 14:40:29.134 [DefaultDispatcher-worker-3 @coroutine#1796] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-84 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a00d591 2025-05-13 14:40:29.215 [HikariPool-84 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-84 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-85 - configuration: 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@565983f3 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-85" 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.630 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.630 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-85 - Starting... 2025-05-13 14:40:29.631 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-85 - Added connection org.sqlite.jdbc4.JDBC4Connection@72321701 2025-05-13 14:40:29.631 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-85 - Added connection org.sqlite.jdbc4.JDBC4Connection@72321701 2025-05-13 14:40:29.631 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-85 - Start completed. 2025-05-13 14:40:29.649 [DefaultDispatcher-worker-19 @coroutine#1800] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72321701 2025-05-13 14:40:29.654 [DefaultDispatcher-worker-5 @coroutine#1802] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72321701 2025-05-13 14:40:29.658 [DefaultDispatcher-worker-14 @coroutine#1802] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72321701 2025-05-13 14:40:29.661 [DefaultDispatcher-worker-15 @coroutine#1802] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72321701 2025-05-13 14:40:29.666 [DefaultDispatcher-worker-7 @coroutine#1802] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-85 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@72321701 2025-05-13 14:40:29.670 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-86 - configuration: 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5b977aaa 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-86" 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.671 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-86 - Starting... 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-86 - Added connection org.sqlite.jdbc4.JDBC4Connection@dffcf1 2025-05-13 14:40:29.671 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-86 - Added connection org.sqlite.jdbc4.JDBC4Connection@dffcf1 2025-05-13 14:40:29.671 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-86 - Start completed. 2025-05-13 14:40:29.688 [DefaultDispatcher-worker-20 @coroutine#1807] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@dffcf1 2025-05-13 14:40:29.693 [DefaultDispatcher-worker-15 @coroutine#1810] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@dffcf1 2025-05-13 14:40:29.696 [DefaultDispatcher-worker-6 @coroutine#1810] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@dffcf1 2025-05-13 14:40:29.699 [DefaultDispatcher-worker-10 @coroutine#1810] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-86 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@dffcf1 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-87 - configuration: 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@eb66b47 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-87" 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.701 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.701 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-87 - Starting... 2025-05-13 14:40:29.702 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-87 - Added connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.702 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-87 - Added connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.702 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-87 - Start completed. 2025-05-13 14:40:29.719 [DefaultDispatcher-worker-20 @coroutine#1814] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.723 [DefaultDispatcher-worker-19 @coroutine#1816] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.726 [DefaultDispatcher-worker-10 @coroutine#1816] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.729 [DefaultDispatcher-worker-7 @coroutine#1816] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.731 [HikariPool-85 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-85 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.732 [DefaultDispatcher-worker-19 @coroutine#1816] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.738 [DefaultDispatcher-worker-5 @coroutine#1816] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-87 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@23c61c1b 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-88 - configuration: 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@949165f 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-88" 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.738 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.738 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-88 - Starting... 2025-05-13 14:40:29.739 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-88 - Added connection org.sqlite.jdbc4.JDBC4Connection@2472ba04 2025-05-13 14:40:29.739 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-88 - Added connection org.sqlite.jdbc4.JDBC4Connection@2472ba04 2025-05-13 14:40:29.739 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-88 - Start completed. 2025-05-13 14:40:29.755 [DefaultDispatcher-worker-4 @coroutine#1822] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2472ba04 2025-05-13 14:40:29.760 [DefaultDispatcher-worker-12 @coroutine#1824] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2472ba04 2025-05-13 14:40:29.763 [DefaultDispatcher-worker-14 @coroutine#1824] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2472ba04 2025-05-13 14:40:29.766 [DefaultDispatcher-worker-18 @coroutine#1824] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2472ba04 2025-05-13 14:40:29.770 [DefaultDispatcher-worker-8 @coroutine#1824] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-88 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2472ba04 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-89 - configuration: 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@f047670 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-89" 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.771 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-89 - Starting... 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-89 - Added connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.771 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-89 - Added connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.771 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-89 - Start completed. 2025-05-13 14:40:29.771 [HikariPool-86 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-86 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.789 [DefaultDispatcher-worker-9 @coroutine#1829] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.793 [DefaultDispatcher-worker-10 @coroutine#1831] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.796 [DefaultDispatcher-worker-5 @coroutine#1831] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.799 [DefaultDispatcher-worker-12 @coroutine#1831] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.802 [HikariPool-87 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-87 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.802 [DefaultDispatcher-worker-9 @coroutine#1831] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.806 [DefaultDispatcher-worker-7 @coroutine#1831] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-89 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27d44578 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-90 - configuration: 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6ad4ef13 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-90" 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.809 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-90 - Starting... 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-90 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c7a4986 2025-05-13 14:40:29.809 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-90 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c7a4986 2025-05-13 14:40:29.809 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-90 - Start completed. 2025-05-13 14:40:29.827 [DefaultDispatcher-worker-14 @coroutine#1837] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c7a4986 2025-05-13 14:40:29.831 [DefaultDispatcher-worker-1 @coroutine#1839] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c7a4986 2025-05-13 14:40:29.834 [DefaultDispatcher-worker-8 @coroutine#1839] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c7a4986 2025-05-13 14:40:29.837 [DefaultDispatcher-worker-7 @coroutine#1839] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-90 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c7a4986 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-91 - configuration: 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7b45f7ef 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-91" 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.838 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-91 - Starting... 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-91 - Added connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.838 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-91 - Added connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.838 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-91 - Start completed. 2025-05-13 14:40:29.839 [HikariPool-88 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-88 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.855 [DefaultDispatcher-worker-5 @coroutine#1843] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.859 [DefaultDispatcher-worker-20 @coroutine#1845] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.862 [DefaultDispatcher-worker-13 @coroutine#1845] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.865 [DefaultDispatcher-worker-6 @coroutine#1845] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.868 [DefaultDispatcher-worker-4 @coroutine#1845] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.871 [HikariPool-89 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-89 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.874 [DefaultDispatcher-worker-13 @coroutine#1845] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-91 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@17d837ab 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-92 - configuration: 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@64096a41 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-92" 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.875 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-92 - Starting... 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-92 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f6352a3 2025-05-13 14:40:29.875 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-92 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f6352a3 2025-05-13 14:40:29.875 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-92 - Start completed. 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-93 - configuration: 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@19439ec4 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.889 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-93" 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.890 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-93 - Starting... 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-93 - Added connection org.sqlite.jdbc4.JDBC4Connection@21ebf9be 2025-05-13 14:40:29.890 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-93 - Added connection org.sqlite.jdbc4.JDBC4Connection@21ebf9be 2025-05-13 14:40:29.890 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-93 - Start completed. 2025-05-13 14:40:29.903 [Test worker @coroutine#1852] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-93 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@21ebf9be 2025-05-13 14:40:29.905 [Test worker @coroutine#1854] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-93 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@21ebf9be 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-94 - configuration: 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@29612ee2 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.908 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-94" 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.909 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-94 - Starting... 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-94 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a7cbeed 2025-05-13 14:40:29.909 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-94 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a7cbeed 2025-05-13 14:40:29.909 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-94 - Start completed. 2025-05-13 14:40:29.909 [HikariPool-90 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-90 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.922 [Test worker @coroutine#1857] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-94 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a7cbeed 2025-05-13 14:40:29.923 [Test worker @coroutine#1859] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-94 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6a7cbeed 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-95 - configuration: 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@20843604 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-95" 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.926 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-95 - Starting... 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-95 - Added connection org.sqlite.jdbc4.JDBC4Connection@31d8352e 2025-05-13 14:40:29.926 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-95 - Added connection org.sqlite.jdbc4.JDBC4Connection@31d8352e 2025-05-13 14:40:29.926 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-95 - Start completed. 2025-05-13 14:40:29.938 [HikariPool-91 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-91 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.939 [Test worker @coroutine#1862] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-95 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@31d8352e 2025-05-13 14:40:29.940 [Test worker @coroutine#1864] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-95 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@31d8352e 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-96 - configuration: 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2c376461 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-96" 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:29.941 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-96 - Starting... 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-96 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a76c90 2025-05-13 14:40:29.941 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-96 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a76c90 2025-05-13 14:40:29.941 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-96 - Start completed. 2025-05-13 14:40:29.954 [Test worker @coroutine#1867] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-96 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a76c90 2025-05-13 14:40:29.955 [Test worker @coroutine#1869] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-96 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a76c90 2025-05-13 14:40:29.976 [HikariPool-92 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-92 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:29.978 [Test worker @coroutine#1873] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36391/ 2025-05-13 14:40:29.978 [Test worker @coroutine#1873] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36391/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:29.979 [Test worker @coroutine#1873] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36391/ 2025-05-13 14:40:29.979 [Test worker @coroutine#1873] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36391/ 2025-05-13 14:40:29.979 [Test worker @coroutine#1873] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36391/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:29.990 [HikariPool-93 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-93 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.009 [HikariPool-94 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-94 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.021 [Test worker @coroutine#1873] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36391/ 2025-05-13 14:40:30.022 [Test worker @coroutine#1873] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36391/ 2025-05-13 14:40:30.022 [Test worker @coroutine#1873] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36391/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.027 [HikariPool-95 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-95 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.042 [HikariPool-96 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-96 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.063 [Test worker @coroutine#1873] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36391/ 2025-05-13 14:40:30.064 [Test worker @coroutine#1873] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36391/ 2025-05-13 14:40:30.064 [Test worker @coroutine#1873] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36391/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.105 [Test worker @coroutine#1873] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36391/ 2025-05-13 14:40:30.106 [Test worker @coroutine#1873] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36391/ 2025-05-13 14:40:30.106 [Test worker @coroutine#1873] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36391/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.147 [Test worker @coroutine#1873] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36391/ 2025-05-13 14:40:30.148 [Test worker @coroutine#1873] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36391/ 2025-05-13 14:40:30.148 [Test worker @coroutine#1873] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36391/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.189 [Test worker @coroutine#1873] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36391/ 2025-05-13 14:40:30.190 [Test worker @coroutine#1873] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:36391/ 2025-05-13 14:40:30.190 [Test worker @coroutine#1873] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:36391/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.231 [Test worker @coroutine#1873] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:36391/ 2025-05-13 14:40:30.233 [Test worker @coroutine#1890] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:50153/ 2025-05-13 14:40:30.233 [Test worker @coroutine#1890] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:50153/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.234 [Test worker @coroutine#1890] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:50153/ 2025-05-13 14:40:30.234 [Test worker @coroutine#1890] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:50153/ 2025-05-13 14:40:30.234 [Test worker @coroutine#1890] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:50153/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.275 [Test worker @coroutine#1890] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:50153/ 2025-05-13 14:40:30.275 [Test worker @coroutine#1890] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:50153/ 2025-05-13 14:40:30.275 [Test worker @coroutine#1890] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:50153/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.317 [Test worker @coroutine#1890] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:50153/ 2025-05-13 14:40:30.318 [Test worker @coroutine#1890] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:50153/ 2025-05-13 14:40:30.318 [Test worker @coroutine#1890] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:50153/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.359 [Test worker @coroutine#1890] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:50153/ 2025-05-13 14:40:30.360 [Test worker @coroutine#1890] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:50153/ 2025-05-13 14:40:30.360 [Test worker @coroutine#1890] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:50153/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.401 [Test worker @coroutine#1890] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:50153/ 2025-05-13 14:40:30.402 [Test worker @coroutine#1890] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:50153/ 2025-05-13 14:40:30.402 [Test worker @coroutine#1890] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:50153/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.443 [Test worker @coroutine#1890] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:50153/ 2025-05-13 14:40:30.444 [Test worker @coroutine#1890] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:50153/ 2025-05-13 14:40:30.444 [Test worker @coroutine#1890] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:50153/ from class io.ktor.utils.io.ByteBufferChannel 2025-05-13 14:40:30.444 [Test worker @coroutine#1890] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:50153/ 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-97 - configuration: 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4417755b 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-97" 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.492 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.492 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-97 - Starting... 2025-05-13 14:40:30.493 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-97 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f0a5848 2025-05-13 14:40:30.493 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-97 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f0a5848 2025-05-13 14:40:30.493 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-97 - Start completed. 2025-05-13 14:40:30.534 [DefaultDispatcher-worker-3 @coroutine#1920] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-97 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f0a5848 2025-05-13 14:40:30.540 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-98 - configuration: 2025-05-13 14:40:30.540 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.540 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4986b0ea 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-98" 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.541 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-98 - Starting... 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-98 - Added connection org.sqlite.jdbc4.JDBC4Connection@37a0c3c6 2025-05-13 14:40:30.541 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-98 - Added connection org.sqlite.jdbc4.JDBC4Connection@37a0c3c6 2025-05-13 14:40:30.541 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-98 - Start completed. 2025-05-13 14:40:30.564 [DefaultDispatcher-worker-9 @coroutine#1937] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-98 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@37a0c3c6 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-99 - configuration: 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@69542112 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-99" 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.565 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-99 - Starting... 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-99 - Added connection org.sqlite.jdbc4.JDBC4Connection@58829c2c 2025-05-13 14:40:30.565 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-99 - Added connection org.sqlite.jdbc4.JDBC4Connection@58829c2c 2025-05-13 14:40:30.565 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-99 - Start completed. 2025-05-13 14:40:30.583 [DefaultDispatcher-worker-1 @coroutine#1946] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-99 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58829c2c 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-100 - configuration: 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4a49ce3a 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-100" 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.585 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-100 - Starting... 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-100 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e73e41 2025-05-13 14:40:30.585 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-100 - Added connection org.sqlite.jdbc4.JDBC4Connection@20e73e41 2025-05-13 14:40:30.585 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-100 - Start completed. 2025-05-13 14:40:30.593 [HikariPool-97 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-97 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.604 [DefaultDispatcher-worker-19 @coroutine#1957] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-100 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20e73e41 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-101 - configuration: 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4a15d5f5 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-101" 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.605 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.605 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-101 - Starting... 2025-05-13 14:40:30.606 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-101 - Added connection org.sqlite.jdbc4.JDBC4Connection@549fe529 2025-05-13 14:40:30.606 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-101 - Added connection org.sqlite.jdbc4.JDBC4Connection@549fe529 2025-05-13 14:40:30.606 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-101 - Start completed. 2025-05-13 14:40:30.626 [DefaultDispatcher-worker-13 @coroutine#1967] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-101 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@549fe529 2025-05-13 14:40:30.627 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-102 - configuration: 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5e781b4f 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-102" 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.628 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-102 - Starting... 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-102 - Added connection org.sqlite.jdbc4.JDBC4Connection@7305191e 2025-05-13 14:40:30.628 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-102 - Added connection org.sqlite.jdbc4.JDBC4Connection@7305191e 2025-05-13 14:40:30.628 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-102 - Start completed. 2025-05-13 14:40:30.642 [HikariPool-98 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-98 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.653 [DefaultDispatcher-worker-19 @coroutine#1977] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-102 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7305191e 2025-05-13 14:40:30.656 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-103 - configuration: 2025-05-13 14:40:30.656 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.656 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.656 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.656 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6a887649 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-103" 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.657 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-103 - Starting... 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-103 - Added connection org.sqlite.jdbc4.JDBC4Connection@27ada0e8 2025-05-13 14:40:30.657 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-103 - Added connection org.sqlite.jdbc4.JDBC4Connection@27ada0e8 2025-05-13 14:40:30.657 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-103 - Start completed. 2025-05-13 14:40:30.665 [HikariPool-99 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-99 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.677 [DefaultDispatcher-worker-13 @coroutine#1991] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-103 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@27ada0e8 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-104 - configuration: 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@64821706 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-104" 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.679 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Starting... 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Added connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.679 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Added connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.679 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Start completed. 2025-05-13 14:40:30.685 [HikariPool-100 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-100 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.696 [DefaultDispatcher-worker-5 @coroutine#2001] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.701 [DefaultDispatcher-worker-13 @coroutine#2001] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.704 [DefaultDispatcher-worker-2 @coroutine#2001] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.706 [HikariPool-101 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-101 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.707 [DefaultDispatcher-worker-4 @coroutine#2001] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.714 [DefaultDispatcher-worker-10 @coroutine#2001] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.717 [DefaultDispatcher-worker-19 @coroutine#2001] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@627ad446 2025-05-13 14:40:30.719 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Shutdown initiated... 2025-05-13 14:40:30.719 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Close initiated... 2025-05-13 14:40:30.719 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.720 [HikariPool-104 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-104 - Closing connection org.sqlite.jdbc4.JDBC4Connection@627ad446: (connection evicted) 2025-05-13 14:40:30.720 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:30.720 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-104 - Closed. 2025-05-13 14:40:30.720 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-104 - Shutdown completed. 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-105 - configuration: 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@76cad511 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-105" 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.721 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-105 - Starting... 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-105 - Added connection org.sqlite.jdbc4.JDBC4Connection@3338d706 2025-05-13 14:40:30.721 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-105 - Added connection org.sqlite.jdbc4.JDBC4Connection@3338d706 2025-05-13 14:40:30.721 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-105 - Start completed. 2025-05-13 14:40:30.728 [HikariPool-102 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-102 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.740 [DefaultDispatcher-worker-19 @coroutine#2008] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-105 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3338d706 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-106 - configuration: 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@12a8d03b 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-106" 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.744 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.744 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-106 - Starting... 2025-05-13 14:40:30.745 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-106 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ccfed46 2025-05-13 14:40:30.745 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-106 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ccfed46 2025-05-13 14:40:30.745 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-106 - Start completed. 2025-05-13 14:40:30.757 [HikariPool-103 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-103 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.763 [DefaultDispatcher-worker-6 @coroutine#2012] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-106 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ccfed46 2025-05-13 14:40:30.763 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-107 - configuration: 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@b97f195 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-107" 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.764 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-107 - Starting... 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-107 - Added connection org.sqlite.jdbc4.JDBC4Connection@360d0c7a 2025-05-13 14:40:30.764 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-107 - Added connection org.sqlite.jdbc4.JDBC4Connection@360d0c7a 2025-05-13 14:40:30.764 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-107 - Start completed. 2025-05-13 14:40:30.783 [DefaultDispatcher-worker-3 @coroutine#2016] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-107 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@360d0c7a 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-108 - configuration: 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@bbf361a 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-108" 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.784 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.784 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-108 - Starting... 2025-05-13 14:40:30.785 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-108 - Added connection org.sqlite.jdbc4.JDBC4Connection@505a48a2 2025-05-13 14:40:30.785 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-108 - Added connection org.sqlite.jdbc4.JDBC4Connection@505a48a2 2025-05-13 14:40:30.785 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-108 - Start completed. 2025-05-13 14:40:30.802 [DefaultDispatcher-worker-15 @coroutine#2020] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-108 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@505a48a2 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-109 - configuration: 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7fb8d720 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-109" 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.803 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-109 - Starting... 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-109 - Added connection org.sqlite.jdbc4.JDBC4Connection@6202f8bf 2025-05-13 14:40:30.803 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-109 - Added connection org.sqlite.jdbc4.JDBC4Connection@6202f8bf 2025-05-13 14:40:30.803 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-109 - Start completed. 2025-05-13 14:40:30.821 [HikariPool-105 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-105 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.824 [DefaultDispatcher-worker-14 @coroutine#2024] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-109 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6202f8bf 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-110 - configuration: 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1df83569 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-110" 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.824 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.825 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.825 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-110 - Starting... 2025-05-13 14:40:30.825 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-110 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e0393df 2025-05-13 14:40:30.825 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-110 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e0393df 2025-05-13 14:40:30.825 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-110 - Start completed. 2025-05-13 14:40:30.843 [DefaultDispatcher-worker-4 @coroutine#2028] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-110 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7e0393df 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-111 - configuration: 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3894d1b1 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-111" 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.844 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-111 - Starting... 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-111 - Added connection org.sqlite.jdbc4.JDBC4Connection@253c7189 2025-05-13 14:40:30.844 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-111 - Added connection org.sqlite.jdbc4.JDBC4Connection@253c7189 2025-05-13 14:40:30.844 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-111 - Start completed. 2025-05-13 14:40:30.845 [HikariPool-106 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-106 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.864 [DefaultDispatcher-worker-11 @coroutine#2032] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-111 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@253c7189 2025-05-13 14:40:30.864 [HikariPool-107 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-107 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-112 - configuration: 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@77331437 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-112" 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:30.865 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:30.866 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:30.866 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:30.866 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:30.866 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-112 - Starting... 2025-05-13 14:40:30.866 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-112 - Added connection org.sqlite.jdbc4.JDBC4Connection@56f569e 2025-05-13 14:40:30.866 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-112 - Added connection org.sqlite.jdbc4.JDBC4Connection@56f569e 2025-05-13 14:40:30.866 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-112 - Start completed. 2025-05-13 14:40:30.885 [HikariPool-108 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-108 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.886 [DefaultDispatcher-worker-15 @coroutine#2036] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-112 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@56f569e 2025-05-13 14:40:30.918 [HikariPool-109 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-109 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.950 [HikariPool-110 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-110 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.950 [HikariPool-111 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-111 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:30.966 [HikariPool-112 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-112 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:34.959 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-113 - configuration: 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4d21b505 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-113" 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:34.960 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-113 - Starting... 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-113 - Added connection org.sqlite.jdbc4.JDBC4Connection@9fc125b 2025-05-13 14:40:34.960 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-113 - Added connection org.sqlite.jdbc4.JDBC4Connection@9fc125b 2025-05-13 14:40:34.960 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-113 - Start completed. 2025-05-13 14:40:34.971 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-113 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9fc125b 2025-05-13 14:40:34.984 [DefaultDispatcher-worker-6 @coroutine#2056] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-113 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9fc125b 2025-05-13 14:40:34.990 [DefaultDispatcher-worker-8 @coroutine#2058] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-113 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9fc125b 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-114 - configuration: 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@439054a7 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-114" 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:34.992 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-114 - Starting... 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-114 - Added connection org.sqlite.jdbc4.JDBC4Connection@120661d2 2025-05-13 14:40:34.992 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-114 - Added connection org.sqlite.jdbc4.JDBC4Connection@120661d2 2025-05-13 14:40:34.992 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-114 - Start completed. 2025-05-13 14:40:35.002 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@120661d2 2025-05-13 14:40:35.011 [DefaultDispatcher-worker-3 @coroutine#2060] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@120661d2 2025-05-13 14:40:35.015 [DefaultDispatcher-worker-13 @coroutine#2062] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@120661d2 2025-05-13 14:40:35.019 [DefaultDispatcher-worker-13 @coroutine#2062] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@120661d2 2025-05-13 14:40:35.023 [DefaultDispatcher-worker-20 @coroutine#2062] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-114 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@120661d2 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-115 - configuration: 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4fe4b8b6 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-115" 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.024 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.024 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-115 - Starting... 2025-05-13 14:40:35.025 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-115 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fa3bebe 2025-05-13 14:40:35.025 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-115 - Added connection org.sqlite.jdbc4.JDBC4Connection@4fa3bebe 2025-05-13 14:40:35.025 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-115 - Start completed. 2025-05-13 14:40:35.035 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4fa3bebe 2025-05-13 14:40:35.044 [DefaultDispatcher-worker-12 @coroutine#2066] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4fa3bebe 2025-05-13 14:40:35.048 [DefaultDispatcher-worker-1 @coroutine#2068] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4fa3bebe 2025-05-13 14:40:35.052 [DefaultDispatcher-worker-6 @coroutine#2068] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4fa3bebe 2025-05-13 14:40:35.055 [DefaultDispatcher-worker-20 @coroutine#2068] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-115 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4fa3bebe 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-116 - configuration: 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1e14ed59 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-116" 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.056 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-116 - Starting... 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-116 - Added connection org.sqlite.jdbc4.JDBC4Connection@2d21d12b 2025-05-13 14:40:35.056 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-116 - Added connection org.sqlite.jdbc4.JDBC4Connection@2d21d12b 2025-05-13 14:40:35.056 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-116 - Start completed. 2025-05-13 14:40:35.060 [HikariPool-113 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-113 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.066 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2d21d12b 2025-05-13 14:40:35.076 [DefaultDispatcher-worker-8 @coroutine#2072] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2d21d12b 2025-05-13 14:40:35.080 [DefaultDispatcher-worker-3 @coroutine#2074] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2d21d12b 2025-05-13 14:40:35.084 [DefaultDispatcher-worker-17 @coroutine#2074] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-116 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2d21d12b 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-117 - configuration: 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7d5176d6 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-117" 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.085 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-117 - Starting... 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-117 - Added connection org.sqlite.jdbc4.JDBC4Connection@623c9988 2025-05-13 14:40:35.085 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-117 - Added connection org.sqlite.jdbc4.JDBC4Connection@623c9988 2025-05-13 14:40:35.085 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-117 - Start completed. 2025-05-13 14:40:35.092 [HikariPool-114 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-114 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.096 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-117 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@623c9988 2025-05-13 14:40:35.105 [DefaultDispatcher-worker-8 @coroutine#2078] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-117 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@623c9988 2025-05-13 14:40:35.110 [DefaultDispatcher-worker-16 @coroutine#2080] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-117 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@623c9988 2025-05-13 14:40:35.111 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-118 - configuration: 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7057d9f4 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-118" 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.112 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-118 - Starting... 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-118 - Added connection org.sqlite.jdbc4.JDBC4Connection@13e6ab86 2025-05-13 14:40:35.112 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-118 - Added connection org.sqlite.jdbc4.JDBC4Connection@13e6ab86 2025-05-13 14:40:35.112 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-118 - Start completed. 2025-05-13 14:40:35.122 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-118 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13e6ab86 2025-05-13 14:40:35.125 [HikariPool-115 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-115 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.131 [DefaultDispatcher-worker-6 @coroutine#2082] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-118 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13e6ab86 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-119 - configuration: 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4dfe56dc 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-119" 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.132 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.132 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-119 - Starting... 2025-05-13 14:40:35.133 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-119 - Added connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 14:40:35.133 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-119 - Added connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 14:40:35.133 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-119 - Start completed. 2025-05-13 14:40:35.142 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-119 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 14:40:35.151 [DefaultDispatcher-worker-13 @coroutine#2085] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-119 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@a3f1f32 2025-05-13 14:40:35.156 [HikariPool-116 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-116 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.189 [HikariPool-117 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-117 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.212 [HikariPool-118 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-118 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.245 [HikariPool-119 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-119 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-120 - configuration: 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2286dfcd 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.257 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-120" 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.258 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-120 - Starting... 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:35.258 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:35.258 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-120 - Start completed. 2025-05-13 14:40:35.273 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:35.279 [Test worker @coroutine#2090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:35.280 [Test worker @coroutine#2092] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:35.282 [DefaultDispatcher-worker-7 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.282 [DefaultDispatcher-worker-7 @coroutine#2096] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.282 [DefaultDispatcher-worker-7 @coroutine#2096] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.282 [DefaultDispatcher-worker-7 @coroutine#2096] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:45581/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.283 [DefaultDispatcher-worker-4 @coroutine#2096] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.283 [DefaultDispatcher-worker-4 @coroutine#2096] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.286 [DefaultDispatcher-worker-4 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:35.286 [DefaultDispatcher-worker-4 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.286 [DefaultDispatcher-worker-4 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.286 [DefaultDispatcher-worker-4 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.287 [DefaultDispatcher-worker-19 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.287 [DefaultDispatcher-worker-19 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.287 [Test worker @coroutine#2100] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-121 - configuration: 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5edd2170 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-121" 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.288 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.288 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-121 - Starting... 2025-05-13 14:40:35.289 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@32db94fb 2025-05-13 14:40:35.289 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@32db94fb 2025-05-13 14:40:35.289 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-121 - Start completed. 2025-05-13 14:40:35.303 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32db94fb 2025-05-13 14:40:35.309 [Test worker @coroutine#2107] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32db94fb 2025-05-13 14:40:35.310 [Test worker @coroutine#2109] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32db94fb 2025-05-13 14:40:35.313 [DefaultDispatcher-worker-2 @coroutine#2117] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 14:40:35.313 [DefaultDispatcher-worker-2 @coroutine#2117] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/auth/login?username=bob&password=pass&maxDateOfBirth=0. 2025-05-13 14:40:35.313 [DefaultDispatcher-worker-2 @coroutine#2117] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 14:40:35.314 [DefaultDispatcher-worker-3 @coroutine#2117] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 14:40:35.314 [DefaultDispatcher-worker-3 @coroutine#2117] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/auth/login?username=bob&password=pass&maxDateOfBirth=0 2025-05-13 14:40:35.315 [DefaultDispatcher-worker-10 @coroutine#2111] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-121 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32db94fb 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-122 - configuration: 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5c8859b4 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-122" 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.356 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.356 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-122 - Starting... 2025-05-13 14:40:35.357 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.357 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.357 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-122 - Start completed. 2025-05-13 14:40:35.358 [HikariPool-120 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.360 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@557f2e6f 2025-05-13 14:40:35.360 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@557f2e6f 2025-05-13 14:40:35.361 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@5bb8cab0 2025-05-13 14:40:35.361 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@5bb8cab0 2025-05-13 14:40:35.363 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f87451f 2025-05-13 14:40:35.363 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f87451f 2025-05-13 14:40:35.365 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a85c08b 2025-05-13 14:40:35.365 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a85c08b 2025-05-13 14:40:35.366 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@36a599e2 2025-05-13 14:40:35.366 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@36a599e2 2025-05-13 14:40:35.368 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bd538cc 2025-05-13 14:40:35.368 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bd538cc 2025-05-13 14:40:35.369 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e1f3f14 2025-05-13 14:40:35.369 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e1f3f14 2025-05-13 14:40:35.371 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@7aaa3fc4 2025-05-13 14:40:35.371 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@7aaa3fc4 2025-05-13 14:40:35.373 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@60dac3fa 2025-05-13 14:40:35.373 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - Added connection org.sqlite.jdbc4.JDBC4Connection@60dac3fa 2025-05-13 14:40:35.373 [HikariPool-120 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-120 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.373 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.380 [Test worker @coroutine#2122] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.381 [Test worker @coroutine#2124] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.382 [DefaultDispatcher-worker-18 @coroutine#2128] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.382 [DefaultDispatcher-worker-18 @coroutine#2128] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.382 [DefaultDispatcher-worker-18 @coroutine#2128] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.382 [DefaultDispatcher-worker-18 @coroutine#2128] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:40097/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.383 [DefaultDispatcher-worker-6 @coroutine#2128] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.383 [DefaultDispatcher-worker-6 @coroutine#2128] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.386 [DefaultDispatcher-worker-7 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.387 [DefaultDispatcher-worker-7 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.387 [DefaultDispatcher-worker-7 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.387 [DefaultDispatcher-worker-7 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.387 [DefaultDispatcher-worker-7 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.387 [DefaultDispatcher-worker-7 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.388 [Test worker @coroutine#2132] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.389 [HikariPool-121 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.391 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@10c79dbb 2025-05-13 14:40:35.391 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@10c79dbb 2025-05-13 14:40:35.393 [DefaultDispatcher-worker-10 @coroutine#2139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.394 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1e0071d3 2025-05-13 14:40:35.394 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1e0071d3 2025-05-13 14:40:35.396 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a3ff6cb 2025-05-13 14:40:35.396 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a3ff6cb 2025-05-13 14:40:35.397 [DefaultDispatcher-worker-4 @coroutine#2139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.398 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f3d7be8 2025-05-13 14:40:35.398 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f3d7be8 2025-05-13 14:40:35.400 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@73bb1ff1 2025-05-13 14:40:35.400 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@73bb1ff1 2025-05-13 14:40:35.402 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e2866bc 2025-05-13 14:40:35.402 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e2866bc 2025-05-13 14:40:35.402 [DefaultDispatcher-worker-20 @coroutine#2139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.404 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@b445c1c 2025-05-13 14:40:35.404 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@b445c1c 2025-05-13 14:40:35.406 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f1284a7 2025-05-13 14:40:35.406 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f1284a7 2025-05-13 14:40:35.406 [DefaultDispatcher-worker-17 @coroutine#2139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.408 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@147d4023 2025-05-13 14:40:35.408 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - Added connection org.sqlite.jdbc4.JDBC4Connection@147d4023 2025-05-13 14:40:35.408 [HikariPool-121 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-121 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.411 [DefaultDispatcher-worker-7 @coroutine#2145] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.415 [DefaultDispatcher-worker-10 @coroutine#2145] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.419 [DefaultDispatcher-worker-13 @coroutine#2145] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.423 [DefaultDispatcher-worker-4 @coroutine#2145] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.427 [DefaultDispatcher-worker-11 @coroutine#2150] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.431 [DefaultDispatcher-worker-18 @coroutine#2150] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-123 - configuration: 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@665c79a2 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-123" 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.438 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.438 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-123 - Starting... 2025-05-13 14:40:35.439 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:35.439 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:35.439 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-123 - Start completed. 2025-05-13 14:40:35.453 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:35.457 [HikariPool-122 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.459 [Test worker @coroutine#2169] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:35.460 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@3731ea0 2025-05-13 14:40:35.460 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@3731ea0 2025-05-13 14:40:35.460 [Test worker @coroutine#2171] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:35.461 [DefaultDispatcher-worker-1 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.461 [DefaultDispatcher-worker-1 @coroutine#2175] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.461 [DefaultDispatcher-worker-1 @coroutine#2175] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.461 [DefaultDispatcher-worker-1 @coroutine#2175] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:55251/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.462 [DefaultDispatcher-worker-17 @coroutine#2175] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.462 [DefaultDispatcher-worker-17 @coroutine#2175] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.462 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@db4f0be 2025-05-13 14:40:35.462 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@db4f0be 2025-05-13 14:40:35.465 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@98b75d0 2025-05-13 14:40:35.465 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@98b75d0 2025-05-13 14:40:35.465 [DefaultDispatcher-worker-10 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:35.465 [DefaultDispatcher-worker-10 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.465 [DefaultDispatcher-worker-10 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.465 [DefaultDispatcher-worker-10 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.466 [DefaultDispatcher-worker-13 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.466 [DefaultDispatcher-worker-13 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.467 [Test worker @coroutine#2179] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-124 - configuration: 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@189fb01b 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.467 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@4c89fa85 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.467 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@4c89fa85 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-124" 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.467 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.467 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-124 - Starting... 2025-05-13 14:40:35.469 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@77587422 2025-05-13 14:40:35.469 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@77587422 2025-05-13 14:40:35.469 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-124 - Start completed. 2025-05-13 14:40:35.469 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@57146baa 2025-05-13 14:40:35.469 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@57146baa 2025-05-13 14:40:35.470 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@77587422 2025-05-13 14:40:35.472 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@7d8f50f6 2025-05-13 14:40:35.472 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@7d8f50f6 2025-05-13 14:40:35.474 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ff89f62 2025-05-13 14:40:35.474 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ff89f62 2025-05-13 14:40:35.476 [Test worker @coroutine#2186] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@77587422 2025-05-13 14:40:35.476 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ca605ca 2025-05-13 14:40:35.476 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ca605ca 2025-05-13 14:40:35.477 [Test worker @coroutine#2188] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@77587422 2025-05-13 14:40:35.478 [DefaultDispatcher-worker-9 @coroutine#2197] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 14:40:35.478 [DefaultDispatcher-worker-9 @coroutine#2197] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/auth/login?username=bob&password=wrong&maxDateOfBirth=0. 2025-05-13 14:40:35.478 [DefaultDispatcher-worker-9 @coroutine#2197] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 14:40:35.479 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@581b62cf 2025-05-13 14:40:35.479 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - Added connection org.sqlite.jdbc4.JDBC4Connection@581b62cf 2025-05-13 14:40:35.479 [HikariPool-122 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-122 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.479 [DefaultDispatcher-worker-6 @coroutine#2197] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 14:40:35.479 [DefaultDispatcher-worker-6 @coroutine#2197] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/auth/login?username=bob&password=wrong&maxDateOfBirth=0 2025-05-13 14:40:35.482 [DefaultDispatcher-worker-19 @coroutine#2190] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-124 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@77587422 2025-05-13 14:40:35.521 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-125 - configuration: 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7d816d32 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-125" 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.522 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-125 - Starting... 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:35.522 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:35.522 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-125 - Start completed. 2025-05-13 14:40:35.538 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:35.539 [HikariPool-123 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.541 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@5aa63a8a 2025-05-13 14:40:35.541 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@5aa63a8a 2025-05-13 14:40:35.543 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@5461dfae 2025-05-13 14:40:35.543 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@5461dfae 2025-05-13 14:40:35.544 [Test worker @coroutine#2201] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:35.545 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@505e51fa 2025-05-13 14:40:35.545 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@505e51fa 2025-05-13 14:40:35.545 [Test worker @coroutine#2203] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:35.546 [DefaultDispatcher-worker-18 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.546 [DefaultDispatcher-worker-18 @coroutine#2207] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.546 [DefaultDispatcher-worker-18 @coroutine#2207] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.546 [DefaultDispatcher-worker-18 @coroutine#2207] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58345/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.547 [DefaultDispatcher-worker-11 @coroutine#2207] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.547 [DefaultDispatcher-worker-11 @coroutine#2207] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.547 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@155cd595 2025-05-13 14:40:35.547 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@155cd595 2025-05-13 14:40:35.549 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ec5cfde 2025-05-13 14:40:35.549 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ec5cfde 2025-05-13 14:40:35.550 [DefaultDispatcher-worker-3 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:35.550 [DefaultDispatcher-worker-3 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.550 [DefaultDispatcher-worker-3 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.550 [DefaultDispatcher-worker-3 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.551 [DefaultDispatcher-worker-4 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.551 [DefaultDispatcher-worker-4 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.551 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@2403e307 2025-05-13 14:40:35.551 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@2403e307 2025-05-13 14:40:35.552 [Test worker @coroutine#2211] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-126 - configuration: 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7a4199e5 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-126" 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.552 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.552 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-126 - Starting... 2025-05-13 14:40:35.553 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@670a7fc 2025-05-13 14:40:35.553 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@670a7fc 2025-05-13 14:40:35.554 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4d1f6e1c 2025-05-13 14:40:35.554 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4d1f6e1c 2025-05-13 14:40:35.554 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-126 - Start completed. 2025-05-13 14:40:35.555 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d1f6e1c 2025-05-13 14:40:35.555 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@75732ada 2025-05-13 14:40:35.555 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@75732ada 2025-05-13 14:40:35.557 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@2518b095 2025-05-13 14:40:35.557 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - Added connection org.sqlite.jdbc4.JDBC4Connection@2518b095 2025-05-13 14:40:35.557 [HikariPool-123 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-123 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.561 [Test worker @coroutine#2218] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d1f6e1c 2025-05-13 14:40:35.562 [Test worker @coroutine#2220] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d1f6e1c 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-127 - configuration: 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3f523dae 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.563 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-127" 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.564 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-127 - Starting... 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:35.564 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:35.564 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-127 - Start completed. 2025-05-13 14:40:35.567 [DefaultDispatcher-worker-13 @coroutine#2222] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-126 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d1f6e1c 2025-05-13 14:40:35.569 [HikariPool-124 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.572 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@15c404ca 2025-05-13 14:40:35.572 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@15c404ca 2025-05-13 14:40:35.574 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b03f802 2025-05-13 14:40:35.574 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b03f802 2025-05-13 14:40:35.576 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f3c6fba 2025-05-13 14:40:35.576 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f3c6fba 2025-05-13 14:40:35.578 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a3ef239 2025-05-13 14:40:35.578 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a3ef239 2025-05-13 14:40:35.579 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:35.580 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6fe95fe0 2025-05-13 14:40:35.580 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6fe95fe0 2025-05-13 14:40:35.582 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6bae69f7 2025-05-13 14:40:35.582 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@6bae69f7 2025-05-13 14:40:35.584 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@17939a87 2025-05-13 14:40:35.584 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@17939a87 2025-05-13 14:40:35.585 [Test worker @coroutine#2230] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:35.586 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a110d76 2025-05-13 14:40:35.586 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a110d76 2025-05-13 14:40:35.586 [Test worker @coroutine#2232] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:35.587 [DefaultDispatcher-worker-5 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.587 [DefaultDispatcher-worker-5 @coroutine#2236] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.587 [DefaultDispatcher-worker-5 @coroutine#2236] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.587 [DefaultDispatcher-worker-5 @coroutine#2236] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:34235/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.588 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fa2438b 2025-05-13 14:40:35.588 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fa2438b 2025-05-13 14:40:35.588 [HikariPool-124 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-124 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.588 [DefaultDispatcher-worker-5 @coroutine#2236] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.588 [DefaultDispatcher-worker-5 @coroutine#2236] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.591 [DefaultDispatcher-worker-7 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:35.591 [DefaultDispatcher-worker-7 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.591 [DefaultDispatcher-worker-7 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.591 [DefaultDispatcher-worker-7 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.592 [DefaultDispatcher-worker-12 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.592 [DefaultDispatcher-worker-12 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.593 [Test worker @coroutine#2240] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-128 - configuration: 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4bbabec8 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-128" 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.593 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.593 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-128 - Starting... 2025-05-13 14:40:35.595 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b27d5d3 2025-05-13 14:40:35.595 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@2b27d5d3 2025-05-13 14:40:35.595 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-128 - Start completed. 2025-05-13 14:40:35.596 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b27d5d3 2025-05-13 14:40:35.602 [Test worker @coroutine#2247] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b27d5d3 2025-05-13 14:40:35.603 [Test worker @coroutine#2249] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b27d5d3 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-129 - configuration: 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6641f3a1 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-129" 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.604 [DefaultDispatcher-worker-4 @coroutine#2258] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-129 - Starting... 2025-05-13 14:40:35.605 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:35.605 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:35.605 [DefaultDispatcher-worker-4 @coroutine#2258] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-129 - Start completed. 2025-05-13 14:40:35.607 [DefaultDispatcher-worker-3 @coroutine#2251] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-128 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2b27d5d3 2025-05-13 14:40:35.619 [DefaultDispatcher-worker-4 @coroutine#2258] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:35.622 [HikariPool-125 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.625 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@323fb10e 2025-05-13 14:40:35.625 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@323fb10e 2025-05-13 14:40:35.625 [DefaultDispatcher-worker-4 @coroutine#2260] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:35.626 [DefaultDispatcher-worker-4 @coroutine#2262] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:35.627 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@3cf85939 2025-05-13 14:40:35.627 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@3cf85939 2025-05-13 14:40:35.627 [DefaultDispatcher-worker-1 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.627 [DefaultDispatcher-worker-1 @coroutine#2265] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.627 [DefaultDispatcher-worker-1 @coroutine#2265] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.627 [DefaultDispatcher-worker-1 @coroutine#2265] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.627 [DefaultDispatcher-worker-4 @coroutine#2258] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.627 [DefaultDispatcher-worker-4 @coroutine#2258] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 14:40:35.627 [DefaultDispatcher-worker-4 @coroutine#2258] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.628 [DefaultDispatcher-worker-6 @coroutine#2265] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.628 [DefaultDispatcher-worker-1 @coroutine#2258] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-130 - configuration: 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6df0d030 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.629 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@38c7da7e 2025-05-13 14:40:35.629 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@38c7da7e 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-130" 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.629 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.629 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-130 - Starting... 2025-05-13 14:40:35.630 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.630 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.630 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-130 - Start completed. 2025-05-13 14:40:35.631 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@7dc55302 2025-05-13 14:40:35.631 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@7dc55302 2025-05-13 14:40:35.631 [DefaultDispatcher-worker-13 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:35.632 [DefaultDispatcher-worker-13 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.632 [DefaultDispatcher-worker-13 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.632 [DefaultDispatcher-worker-13 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.632 [DefaultDispatcher-worker-13 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.633 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@323d2a75 2025-05-13 14:40:35.633 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@323d2a75 2025-05-13 14:40:35.635 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cf28c9a 2025-05-13 14:40:35.635 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cf28c9a 2025-05-13 14:40:35.637 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@4ae0ab50 2025-05-13 14:40:35.637 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@4ae0ab50 2025-05-13 14:40:35.639 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@1deaac4d 2025-05-13 14:40:35.639 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@1deaac4d 2025-05-13 14:40:35.642 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@465f5307 2025-05-13 14:40:35.642 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - Added connection org.sqlite.jdbc4.JDBC4Connection@465f5307 2025-05-13 14:40:35.642 [HikariPool-125 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-125 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.652 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.654 [HikariPool-126 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.657 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@473366ad 2025-05-13 14:40:35.657 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@473366ad 2025-05-13 14:40:35.658 [Test worker @coroutine#2273] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.659 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@49f4803b 2025-05-13 14:40:35.659 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@49f4803b 2025-05-13 14:40:35.659 [Test worker @coroutine#2275] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.660 [DefaultDispatcher-worker-20 @coroutine#2279] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.660 [DefaultDispatcher-worker-20 @coroutine#2279] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.660 [DefaultDispatcher-worker-20 @coroutine#2279] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.660 [DefaultDispatcher-worker-20 @coroutine#2279] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:54513/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.661 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4dcb0ddd 2025-05-13 14:40:35.661 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@4dcb0ddd 2025-05-13 14:40:35.661 [DefaultDispatcher-worker-5 @coroutine#2279] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.661 [DefaultDispatcher-worker-5 @coroutine#2279] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.663 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@8c98a00 2025-05-13 14:40:35.663 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@8c98a00 2025-05-13 14:40:35.664 [HikariPool-127 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.665 [DefaultDispatcher-worker-3 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.665 [DefaultDispatcher-worker-3 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.665 [DefaultDispatcher-worker-3 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.665 [DefaultDispatcher-worker-3 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.665 [DefaultDispatcher-worker-12 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.665 [DefaultDispatcher-worker-12 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.665 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@549383ba 2025-05-13 14:40:35.665 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@549383ba 2025-05-13 14:40:35.667 [Test worker @coroutine#2283] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.667 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fcd1610 2025-05-13 14:40:35.667 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@5fcd1610 2025-05-13 14:40:35.667 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@398b244b 2025-05-13 14:40:35.667 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@398b244b 2025-05-13 14:40:35.669 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@510ae399 2025-05-13 14:40:35.669 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@510ae399 2025-05-13 14:40:35.670 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@2c3b7342 2025-05-13 14:40:35.670 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@2c3b7342 2025-05-13 14:40:35.671 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@55357d60 2025-05-13 14:40:35.671 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@55357d60 2025-05-13 14:40:35.672 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@68e6754f 2025-05-13 14:40:35.672 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@68e6754f 2025-05-13 14:40:35.672 [DefaultDispatcher-worker-11 @coroutine#2290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.673 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@1037e9a2 2025-05-13 14:40:35.673 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@1037e9a2 2025-05-13 14:40:35.674 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@20a0b5ba 2025-05-13 14:40:35.674 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - Added connection org.sqlite.jdbc4.JDBC4Connection@20a0b5ba 2025-05-13 14:40:35.674 [HikariPool-126 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-126 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.675 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@277d1022 2025-05-13 14:40:35.675 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@277d1022 2025-05-13 14:40:35.677 [DefaultDispatcher-worker-6 @coroutine#2290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.677 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@21ed397f 2025-05-13 14:40:35.677 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@21ed397f 2025-05-13 14:40:35.679 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f4d9e5f 2025-05-13 14:40:35.679 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f4d9e5f 2025-05-13 14:40:35.681 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@701816ed 2025-05-13 14:40:35.681 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@701816ed 2025-05-13 14:40:35.681 [DefaultDispatcher-worker-20 @coroutine#2290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.683 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@3fabe4cc 2025-05-13 14:40:35.683 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - Added connection org.sqlite.jdbc4.JDBC4Connection@3fabe4cc 2025-05-13 14:40:35.683 [HikariPool-127 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-127 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.685 [DefaultDispatcher-worker-7 @coroutine#2290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.689 [DefaultDispatcher-worker-3 @coroutine#2295] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.693 [DefaultDispatcher-worker-6 @coroutine#2295] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.695 [HikariPool-128 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.697 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@15c4b610 2025-05-13 14:40:35.697 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@15c4b610 2025-05-13 14:40:35.697 [DefaultDispatcher-worker-1 @coroutine#2295] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.699 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b035ad8 2025-05-13 14:40:35.699 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b035ad8 2025-05-13 14:40:35.701 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f3cdd60 2025-05-13 14:40:35.701 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f3cdd60 2025-05-13 14:40:35.701 [DefaultDispatcher-worker-5 @coroutine#2295] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.702 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a3e50e3 2025-05-13 14:40:35.702 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a3e50e3 2025-05-13 14:40:35.704 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@6afa1982 2025-05-13 14:40:35.704 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@6afa1982 2025-05-13 14:40:35.705 [HikariPool-129 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.705 [DefaultDispatcher-worker-7 @coroutine#2301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.706 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b2e4b9f 2025-05-13 14:40:35.706 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@6b2e4b9f 2025-05-13 14:40:35.707 [DefaultDispatcher-worker-2 @coroutine#2307] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.707 [DefaultDispatcher-worker-2 @coroutine#2307] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 14:40:35.707 [DefaultDispatcher-worker-2 @coroutine#2307] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.707 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ed46f5b 2025-05-13 14:40:35.707 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ed46f5b 2025-05-13 14:40:35.707 [DefaultDispatcher-worker-9 @coroutine#2307] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.707 [DefaultDispatcher-worker-9 @coroutine#2307] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.708 [DefaultDispatcher-worker-9 @coroutine#2307] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:54513/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 14:40:35.708 [DefaultDispatcher-worker-9 @coroutine#2307] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:54513/auth/login?username=bob&password=password&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:35.708 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@12005c47 2025-05-13 14:40:35.708 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@12005c47 2025-05-13 14:40:35.708 [DefaultDispatcher-worker-9 @coroutine#2307] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.708 [DefaultDispatcher-worker-9 @coroutine#2307] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42. 2025-05-13 14:40:35.708 [DefaultDispatcher-worker-9 @coroutine#2307] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.709 [DefaultDispatcher-worker-7 @coroutine#2307] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.709 [DefaultDispatcher-worker-7 @coroutine#2307] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.709 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@60139cf1 2025-05-13 14:40:35.709 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@60139cf1 2025-05-13 14:40:35.710 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a11afac 2025-05-13 14:40:35.710 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a11afac 2025-05-13 14:40:35.711 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@642c042b 2025-05-13 14:40:35.711 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@642c042b 2025-05-13 14:40:35.712 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@1d8765 2025-05-13 14:40:35.712 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - Added connection org.sqlite.jdbc4.JDBC4Connection@1d8765 2025-05-13 14:40:35.712 [HikariPool-128 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-128 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.713 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@212e96ca 2025-05-13 14:40:35.713 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@212e96ca 2025-05-13 14:40:35.715 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c4d9b03 2025-05-13 14:40:35.715 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c4d9b03 2025-05-13 14:40:35.717 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@10c5766f 2025-05-13 14:40:35.717 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@10c5766f 2025-05-13 14:40:35.719 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@144c2500 2025-05-13 14:40:35.719 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@144c2500 2025-05-13 14:40:35.721 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@41016985 2025-05-13 14:40:35.721 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@41016985 2025-05-13 14:40:35.723 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@41947725 2025-05-13 14:40:35.723 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - Added connection org.sqlite.jdbc4.JDBC4Connection@41947725 2025-05-13 14:40:35.723 [HikariPool-129 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-129 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.725 [DefaultDispatcher-worker-5 @coroutine#2307] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-131 - configuration: 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@76e4df53 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-131" 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.728 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.728 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-131 - Starting... 2025-05-13 14:40:35.729 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.729 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.729 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-131 - Start completed. 2025-05-13 14:40:35.730 [HikariPool-130 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.732 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@1dd1fc44 2025-05-13 14:40:35.732 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@1dd1fc44 2025-05-13 14:40:35.734 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@1316118e 2025-05-13 14:40:35.734 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@1316118e 2025-05-13 14:40:35.736 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@17299734 2025-05-13 14:40:35.736 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@17299734 2025-05-13 14:40:35.738 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@522b1bb5 2025-05-13 14:40:35.738 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@522b1bb5 2025-05-13 14:40:35.740 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@400afe68 2025-05-13 14:40:35.740 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@400afe68 2025-05-13 14:40:35.742 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@63330d86 2025-05-13 14:40:35.742 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@63330d86 2025-05-13 14:40:35.743 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.744 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@38f8b6e3 2025-05-13 14:40:35.744 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@38f8b6e3 2025-05-13 14:40:35.746 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@3204e4fa 2025-05-13 14:40:35.746 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@3204e4fa 2025-05-13 14:40:35.748 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@25eab56c 2025-05-13 14:40:35.748 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - Added connection org.sqlite.jdbc4.JDBC4Connection@25eab56c 2025-05-13 14:40:35.748 [HikariPool-130 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-130 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.749 [Test worker @coroutine#2325] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.751 [Test worker @coroutine#2327] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.751 [DefaultDispatcher-worker-8 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.751 [DefaultDispatcher-worker-8 @coroutine#2331] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.751 [DefaultDispatcher-worker-8 @coroutine#2331] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.751 [DefaultDispatcher-worker-8 @coroutine#2331] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:38183/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.752 [DefaultDispatcher-worker-17 @coroutine#2331] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.752 [DefaultDispatcher-worker-17 @coroutine#2331] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.757 [DefaultDispatcher-worker-6 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.757 [DefaultDispatcher-worker-6 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.757 [DefaultDispatcher-worker-6 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.757 [DefaultDispatcher-worker-6 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.757 [DefaultDispatcher-worker-15 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.757 [DefaultDispatcher-worker-15 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.759 [Test worker @coroutine#2335] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-132 - configuration: 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@232899d1 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-132" 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.760 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.760 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-132 - Starting... 2025-05-13 14:40:35.762 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@14060410 2025-05-13 14:40:35.762 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@14060410 2025-05-13 14:40:35.762 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-132 - Start completed. 2025-05-13 14:40:35.762 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@14060410 2025-05-13 14:40:35.769 [Test worker @coroutine#2342] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@14060410 2025-05-13 14:40:35.770 [Test worker @coroutine#2344] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@14060410 2025-05-13 14:40:35.774 [DefaultDispatcher-worker-15 @coroutine#2346] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-132 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@14060410 2025-05-13 14:40:35.774 [DefaultDispatcher-worker-5 @coroutine#2353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.778 [DefaultDispatcher-worker-17 @coroutine#2353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.781 [DefaultDispatcher-worker-8 @coroutine#2353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.784 [DefaultDispatcher-worker-1 @coroutine#2353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.796 [DefaultDispatcher-worker-17 @coroutine#2359] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.804 [DefaultDispatcher-worker-8 @coroutine#2361] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.808 [DefaultDispatcher-worker-6 @coroutine#2361] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.811 [DefaultDispatcher-worker-12 @coroutine#2361] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.815 [DefaultDispatcher-worker-14 @coroutine#2361] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.819 [DefaultDispatcher-worker-18 @coroutine#2361] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-133 - configuration: 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@53c0424a 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-133" 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.820 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-133 - Starting... 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.820 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.820 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-133 - Start completed. 2025-05-13 14:40:35.829 [HikariPool-131 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.831 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@11eab2df 2025-05-13 14:40:35.831 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@11eab2df 2025-05-13 14:40:35.832 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f2d4e92 2025-05-13 14:40:35.832 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1f2d4e92 2025-05-13 14:40:35.833 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b12d9af 2025-05-13 14:40:35.833 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1b12d9af 2025-05-13 14:40:35.834 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.834 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e1044a9 2025-05-13 14:40:35.834 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e1044a9 2025-05-13 14:40:35.836 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a2869fe 2025-05-13 14:40:35.836 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a2869fe 2025-05-13 14:40:35.837 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f84fdf7 2025-05-13 14:40:35.837 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f84fdf7 2025-05-13 14:40:35.838 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@62568e09 2025-05-13 14:40:35.838 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@62568e09 2025-05-13 14:40:35.839 [Test worker @coroutine#2367] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.839 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e3fbbe6 2025-05-13 14:40:35.839 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@3e3fbbe6 2025-05-13 14:40:35.840 [Test worker @coroutine#2369] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.840 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@67814246 2025-05-13 14:40:35.841 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - Added connection org.sqlite.jdbc4.JDBC4Connection@67814246 2025-05-13 14:40:35.841 [HikariPool-131 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-131 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.841 [DefaultDispatcher-worker-16 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.841 [DefaultDispatcher-worker-16 @coroutine#2373] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.841 [DefaultDispatcher-worker-16 @coroutine#2373] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.841 [DefaultDispatcher-worker-16 @coroutine#2373] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:44329/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.841 [DefaultDispatcher-worker-5 @coroutine#2373] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.841 [DefaultDispatcher-worker-5 @coroutine#2373] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.845 [DefaultDispatcher-worker-7 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.845 [DefaultDispatcher-worker-7 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.845 [DefaultDispatcher-worker-7 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.845 [DefaultDispatcher-worker-7 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.846 [DefaultDispatcher-worker-11 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.846 [DefaultDispatcher-worker-11 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.846 [Test worker @coroutine#2377] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.846 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-134 - configuration: 2025-05-13 14:40:35.846 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.846 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1071f3ad 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-134" 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.847 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.847 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-134 - Starting... 2025-05-13 14:40:35.848 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@9bd477c 2025-05-13 14:40:35.848 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@9bd477c 2025-05-13 14:40:35.848 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-134 - Start completed. 2025-05-13 14:40:35.849 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9bd477c 2025-05-13 14:40:35.854 [Test worker @coroutine#2384] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9bd477c 2025-05-13 14:40:35.855 [Test worker @coroutine#2386] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9bd477c 2025-05-13 14:40:35.859 [DefaultDispatcher-worker-18 @coroutine#2388] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-134 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9bd477c 2025-05-13 14:40:35.860 [DefaultDispatcher-worker-12 @coroutine#2395] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.862 [HikariPool-132 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.864 [DefaultDispatcher-worker-9 @coroutine#2395] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.864 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@75c76986 2025-05-13 14:40:35.864 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@75c76986 2025-05-13 14:40:35.865 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@7b00894e 2025-05-13 14:40:35.865 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@7b00894e 2025-05-13 14:40:35.866 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@7f3f02f6 2025-05-13 14:40:35.866 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@7f3f02f6 2025-05-13 14:40:35.867 [DefaultDispatcher-worker-17 @coroutine#2395] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.867 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a3d8375 2025-05-13 14:40:35.867 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@3a3d8375 2025-05-13 14:40:35.869 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@747856ed 2025-05-13 14:40:35.869 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@747856ed 2025-05-13 14:40:35.871 [DefaultDispatcher-worker-2 @coroutine#2395] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.871 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@b4dfbd5 2025-05-13 14:40:35.871 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@b4dfbd5 2025-05-13 14:40:35.871 [DefaultDispatcher-worker-15 @coroutine#2401] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.871 [DefaultDispatcher-worker-15 @coroutine#2401] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 14:40:35.871 [DefaultDispatcher-worker-15 @coroutine#2401] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.872 [DefaultDispatcher-worker-7 @coroutine#2401] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.872 [DefaultDispatcher-worker-7 @coroutine#2401] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/auth/login?username=bob&password=password&maxDateOfBirth=0 2025-05-13 14:40:35.873 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@ce270f8 2025-05-13 14:40:35.873 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@ce270f8 2025-05-13 14:40:35.874 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a127c3a 2025-05-13 14:40:35.875 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a127c3a 2025-05-13 14:40:35.877 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ceb96ab 2025-05-13 14:40:35.877 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ceb96ab 2025-05-13 14:40:35.877 [HikariPool-132 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-132 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.913 [DefaultDispatcher-worker-9 @coroutine#2401] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:44329/auth/login?username=bob&password=password&maxDateOfBirth=0. 2025-05-13 14:40:35.913 [DefaultDispatcher-worker-9 @coroutine#2401] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:44329/auth/login?username=bob&password=password&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:35.913 [DefaultDispatcher-worker-9 @coroutine#2401] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.913 [DefaultDispatcher-worker-9 @coroutine#2401] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42. 2025-05-13 14:40:35.913 [DefaultDispatcher-worker-9 @coroutine#2401] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.914 [DefaultDispatcher-worker-15 @coroutine#2401] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.914 [DefaultDispatcher-worker-15 @coroutine#2401] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 2025-05-13 14:40:35.920 [HikariPool-133 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:35.922 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@e0a77c5 2025-05-13 14:40:35.922 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@e0a77c5 2025-05-13 14:40:35.924 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@cd8874 2025-05-13 14:40:35.924 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@cd8874 2025-05-13 14:40:35.926 [DefaultDispatcher-worker-14 @coroutine#2401] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:35.926 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f21cb5 2025-05-13 14:40:35.926 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f21cb5 2025-05-13 14:40:35.928 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@41f0824f 2025-05-13 14:40:35.928 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@41f0824f 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-135 - configuration: 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@58e2af93 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-135" 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.928 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.928 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-135 - Starting... 2025-05-13 14:40:35.929 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:35.929 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:35.929 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-135 - Start completed. 2025-05-13 14:40:35.929 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c1971eb 2025-05-13 14:40:35.929 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c1971eb 2025-05-13 14:40:35.931 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@707bc434 2025-05-13 14:40:35.931 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@707bc434 2025-05-13 14:40:35.932 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@6478693a 2025-05-13 14:40:35.932 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@6478693a 2025-05-13 14:40:35.934 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@21df7d00 2025-05-13 14:40:35.934 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@21df7d00 2025-05-13 14:40:35.935 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@761ec6f9 2025-05-13 14:40:35.935 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - Added connection org.sqlite.jdbc4.JDBC4Connection@761ec6f9 2025-05-13 14:40:35.935 [HikariPool-133 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-133 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.941 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:35.945 [Test worker @coroutine#2420] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:35.946 [Test worker @coroutine#2422] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:35.947 [DefaultDispatcher-worker-13 @coroutine#2426] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.947 [DefaultDispatcher-worker-13 @coroutine#2426] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:35.947 [DefaultDispatcher-worker-13 @coroutine#2426] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.947 [DefaultDispatcher-worker-13 @coroutine#2426] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58429/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.948 [DefaultDispatcher-worker-13 @coroutine#2426] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.948 [DefaultDispatcher-worker-13 @coroutine#2426] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:35.949 [HikariPool-134 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:35.951 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@18365b3 2025-05-13 14:40:35.951 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@18365b3 2025-05-13 14:40:35.951 [DefaultDispatcher-worker-16 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:35.951 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.951 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:35.951 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.952 [DefaultDispatcher-worker-14 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.952 [DefaultDispatcher-worker-14 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:35.952 [Test worker @coroutine#2430] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:35.952 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-136 - configuration: 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@481b8d53 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-136" 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:35.953 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:35.953 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-136 - Starting... 2025-05-13 14:40:35.953 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@f449bf3 2025-05-13 14:40:35.953 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@f449bf3 2025-05-13 14:40:35.954 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@752573df 2025-05-13 14:40:35.954 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@752573df 2025-05-13 14:40:35.954 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-136 - Start completed. 2025-05-13 14:40:35.954 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@b7b0ec3 2025-05-13 14:40:35.954 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@b7b0ec3 2025-05-13 14:40:35.955 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@752573df 2025-05-13 14:40:35.956 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e7991c8 2025-05-13 14:40:35.956 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e7991c8 2025-05-13 14:40:35.958 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@54cddb49 2025-05-13 14:40:35.958 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@54cddb49 2025-05-13 14:40:35.959 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ffd5920 2025-05-13 14:40:35.959 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ffd5920 2025-05-13 14:40:35.960 [Test worker @coroutine#2437] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@752573df 2025-05-13 14:40:35.961 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ca34d0a 2025-05-13 14:40:35.961 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ca34d0a 2025-05-13 14:40:35.961 [Test worker @coroutine#2439] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@752573df 2025-05-13 14:40:35.963 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e566e87 2025-05-13 14:40:35.963 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@2e566e87 2025-05-13 14:40:35.963 [DefaultDispatcher-worker-17 @coroutine#2448] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/auth/register 2025-05-13 14:40:35.963 [DefaultDispatcher-worker-17 @coroutine#2448] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/auth/register. 2025-05-13 14:40:35.963 [DefaultDispatcher-worker-17 @coroutine#2448] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/auth/register 2025-05-13 14:40:35.963 [DefaultDispatcher-worker-17 @coroutine#2448] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost.localdomain:58429/auth/register from class io.ktor.http.content.TextContent 2025-05-13 14:40:35.963 [DefaultDispatcher-worker-10 @coroutine#2448] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/auth/register 2025-05-13 14:40:35.963 [DefaultDispatcher-worker-10 @coroutine#2448] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/auth/register 2025-05-13 14:40:35.965 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@14fbef97 2025-05-13 14:40:35.965 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - Added connection org.sqlite.jdbc4.JDBC4Connection@14fbef97 2025-05-13 14:40:35.965 [HikariPool-134 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-134 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:35.965 [DefaultDispatcher-worker-7 @coroutine#2441] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-136 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@752573df 2025-05-13 14:40:36.004 [DefaultDispatcher-worker-13 @coroutine#2448] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:58429/auth/register. 2025-05-13 14:40:36.004 [DefaultDispatcher-worker-13 @coroutine#2448] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:58429/auth/register to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:36.014 [DefaultDispatcher-worker-12 @coroutine#2448] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:36.018 [DefaultDispatcher-worker-11 @coroutine#2448] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:36.025 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-137 - configuration: 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1e3c4c12 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-137" 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.026 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Starting... 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Added connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.026 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Added connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.026 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Start completed. 2025-05-13 14:40:36.029 [HikariPool-135 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.030 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@c18c480 2025-05-13 14:40:36.030 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@c18c480 2025-05-13 14:40:36.032 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@2df3b73 2025-05-13 14:40:36.032 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@2df3b73 2025-05-13 14:40:36.033 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e0aff0 2025-05-13 14:40:36.033 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@6e0aff0 2025-05-13 14:40:36.034 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@43e23148 2025-05-13 14:40:36.034 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@43e23148 2025-05-13 14:40:36.036 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@914d170 2025-05-13 14:40:36.036 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@914d170 2025-05-13 14:40:36.037 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@726b7782 2025-05-13 14:40:36.037 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@726b7782 2025-05-13 14:40:36.038 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.039 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@7177c910 2025-05-13 14:40:36.039 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@7177c910 2025-05-13 14:40:36.041 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@23cdce07 2025-05-13 14:40:36.041 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@23cdce07 2025-05-13 14:40:36.042 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@cfd045f 2025-05-13 14:40:36.042 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - Added connection org.sqlite.jdbc4.JDBC4Connection@cfd045f 2025-05-13 14:40:36.042 [HikariPool-135 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-135 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:36.044 [Test worker @coroutine#2456] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.045 [Test worker @coroutine#2458] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.046 [DefaultDispatcher-worker-14 @coroutine#2462] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.046 [DefaultDispatcher-worker-14 @coroutine#2462] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 14:40:36.046 [DefaultDispatcher-worker-14 @coroutine#2462] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.046 [DefaultDispatcher-worker-14 @coroutine#2462] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:36.047 [DefaultDispatcher-worker-20 @coroutine#2462] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.047 [DefaultDispatcher-worker-20 @coroutine#2462] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.050 [DefaultDispatcher-worker-2 @coroutine#2461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.050 [DefaultDispatcher-worker-2 @coroutine#2461] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.050 [DefaultDispatcher-worker-2 @coroutine#2461] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 14:40:36.050 [DefaultDispatcher-worker-2 @coroutine#2461] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.050 [DefaultDispatcher-worker-14 @coroutine#2461] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.050 [DefaultDispatcher-worker-14 @coroutine#2461] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.051 [Test worker @coroutine#2466] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.054 [Test worker @coroutine#2473] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.054 [HikariPool-136 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.057 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@70aac727 2025-05-13 14:40:36.057 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@70aac727 2025-05-13 14:40:36.058 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e6d3742 2025-05-13 14:40:36.058 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@7e6d3742 2025-05-13 14:40:36.060 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@7a52ac57 2025-05-13 14:40:36.060 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@7a52ac57 2025-05-13 14:40:36.062 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f503d79 2025-05-13 14:40:36.062 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f503d79 2025-05-13 14:40:36.063 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@19e5464b 2025-05-13 14:40:36.063 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@19e5464b 2025-05-13 14:40:36.064 [Test worker @coroutine#2480] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@e74300b 2025-05-13 14:40:36.065 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Shutdown initiated... 2025-05-13 14:40:36.065 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Close initiated... 2025-05-13 14:40:36.065 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.065 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@ea5a512 2025-05-13 14:40:36.065 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@ea5a512 2025-05-13 14:40:36.065 [HikariPool-137 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-137 - Closing connection org.sqlite.jdbc4.JDBC4Connection@e74300b: (connection evicted) 2025-05-13 14:40:36.066 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.066 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-137 - Closed. 2025-05-13 14:40:36.066 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-137 - Shutdown completed. 2025-05-13 14:40:36.066 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@61fa8085 2025-05-13 14:40:36.066 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@61fa8085 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-138 - configuration: 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@75937998 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-138" 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.067 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.067 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Starting... 2025-05-13 14:40:36.068 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f7fc236 2025-05-13 14:40:36.068 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f7fc236 2025-05-13 14:40:36.068 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Added connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.068 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Added connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.068 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Start completed. 2025-05-13 14:40:36.069 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.070 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c1b008c 2025-05-13 14:40:36.070 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c1b008c 2025-05-13 14:40:36.070 [HikariPool-136 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-136 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-05-13 14:40:36.074 [Test worker @coroutine#2483] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.074 [Test worker @coroutine#2485] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.075 [DefaultDispatcher-worker-14 @coroutine#2489] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.075 [DefaultDispatcher-worker-14 @coroutine#2489] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 14:40:36.075 [DefaultDispatcher-worker-14 @coroutine#2489] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.075 [DefaultDispatcher-worker-14 @coroutine#2489] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:36.076 [DefaultDispatcher-worker-13 @coroutine#2489] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.076 [DefaultDispatcher-worker-13 @coroutine#2489] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.079 [DefaultDispatcher-worker-9 @coroutine#2488] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.079 [DefaultDispatcher-worker-9 @coroutine#2488] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.079 [DefaultDispatcher-worker-9 @coroutine#2488] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 14:40:36.079 [DefaultDispatcher-worker-9 @coroutine#2488] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.079 [DefaultDispatcher-worker-9 @coroutine#2488] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.079 [DefaultDispatcher-worker-9 @coroutine#2488] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.080 [Test worker @coroutine#2493] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.081 [Test worker @coroutine#2500] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.083 [Test worker @coroutine#2507] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18a349cb 2025-05-13 14:40:36.083 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Shutdown initiated... 2025-05-13 14:40:36.083 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Close initiated... 2025-05-13 14:40:36.083 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.084 [HikariPool-138 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-138 - Closing connection org.sqlite.jdbc4.JDBC4Connection@18a349cb: (connection evicted) 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.084 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-138 - Closed. 2025-05-13 14:40:36.084 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-138 - Shutdown completed. 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-139 - configuration: 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@622e39d 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-139" 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.084 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.085 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.085 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Starting... 2025-05-13 14:40:36.086 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Added connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.086 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Added connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.086 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Start completed. 2025-05-13 14:40:36.086 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.091 [Test worker @coroutine#2510] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.092 [Test worker @coroutine#2512] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.093 [DefaultDispatcher-worker-18 @coroutine#2516] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.093 [DefaultDispatcher-worker-18 @coroutine#2516] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 14:40:36.093 [DefaultDispatcher-worker-18 @coroutine#2516] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.093 [DefaultDispatcher-worker-18 @coroutine#2516] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:36.093 [DefaultDispatcher-worker-13 @coroutine#2516] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.093 [DefaultDispatcher-worker-13 @coroutine#2516] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.097 [DefaultDispatcher-worker-12 @coroutine#2515] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.097 [DefaultDispatcher-worker-12 @coroutine#2515] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.097 [DefaultDispatcher-worker-12 @coroutine#2515] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 14:40:36.097 [DefaultDispatcher-worker-12 @coroutine#2515] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.097 [DefaultDispatcher-worker-20 @coroutine#2515] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.097 [DefaultDispatcher-worker-20 @coroutine#2515] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.098 [Test worker @coroutine#2520] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.099 [Test worker @coroutine#2527] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.101 [Test worker @coroutine#2534] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.102 [Test worker @coroutine#2536] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.104 [Test worker @coroutine#2542] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.106 [Test worker @coroutine#2544] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.107 [Test worker @coroutine#2545] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d 2025-05-13 14:40:36.107 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Shutdown initiated... 2025-05-13 14:40:36.107 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Close initiated... 2025-05-13 14:40:36.107 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.107 [HikariPool-139 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-139 - Closing connection org.sqlite.jdbc4.JDBC4Connection@611ffa8d: (connection evicted) 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.108 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-139 - Closed. 2025-05-13 14:40:36.108 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-139 - Shutdown completed. 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-140 - configuration: 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@54ee423f 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-140" 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.108 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.108 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Starting... 2025-05-13 14:40:36.110 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.110 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Added connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.110 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Start completed. 2025-05-13 14:40:36.110 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.115 [Test worker @coroutine#2548] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.116 [Test worker @coroutine#2550] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.117 [DefaultDispatcher-worker-18 @coroutine#2554] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.117 [DefaultDispatcher-worker-18 @coroutine#2554] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 14:40:36.117 [DefaultDispatcher-worker-18 @coroutine#2554] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.117 [DefaultDispatcher-worker-18 @coroutine#2554] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:36.117 [DefaultDispatcher-worker-1 @coroutine#2554] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.117 [DefaultDispatcher-worker-1 @coroutine#2554] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.121 [DefaultDispatcher-worker-3 @coroutine#2553] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.121 [DefaultDispatcher-worker-3 @coroutine#2553] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.121 [DefaultDispatcher-worker-3 @coroutine#2553] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 14:40:36.121 [DefaultDispatcher-worker-3 @coroutine#2553] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.121 [DefaultDispatcher-worker-18 @coroutine#2553] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.121 [DefaultDispatcher-worker-18 @coroutine#2553] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.122 [Test worker @coroutine#2558] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.123 [Test worker @coroutine#2565] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.125 [Test worker @coroutine#2572] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1 2025-05-13 14:40:36.125 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Shutdown initiated... 2025-05-13 14:40:36.125 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Close initiated... 2025-05-13 14:40:36.125 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.126 [HikariPool-140 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-140 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5a457aa1: (connection evicted) 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.126 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-140 - Closed. 2025-05-13 14:40:36.126 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-140 - Shutdown completed. 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-141 - configuration: 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@9e2b199 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-141" 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.126 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.126 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Starting... 2025-05-13 14:40:36.128 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Added connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.128 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Added connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.128 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Start completed. 2025-05-13 14:40:36.128 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.134 [Test worker @coroutine#2580] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.135 [Test worker @coroutine#2582] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.136 [DefaultDispatcher-worker-2 @coroutine#2586] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.136 [DefaultDispatcher-worker-2 @coroutine#2586] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 14:40:36.136 [DefaultDispatcher-worker-2 @coroutine#2586] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.136 [DefaultDispatcher-worker-2 @coroutine#2586] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:36.137 [DefaultDispatcher-worker-10 @coroutine#2586] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.137 [DefaultDispatcher-worker-10 @coroutine#2586] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.143 [DefaultDispatcher-worker-14 @coroutine#2585] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.144 [DefaultDispatcher-worker-14 @coroutine#2585] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.144 [DefaultDispatcher-worker-14 @coroutine#2585] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 14:40:36.144 [DefaultDispatcher-worker-14 @coroutine#2585] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.144 [DefaultDispatcher-worker-11 @coroutine#2585] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.144 [DefaultDispatcher-worker-11 @coroutine#2585] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.145 [Test worker @coroutine#2592] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.147 [Test worker @coroutine#2597] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.148 [Test worker @coroutine#2599] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.149 [Test worker @coroutine#2601] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.151 [Test worker @coroutine#2608] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@58df431e 2025-05-13 14:40:36.151 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Shutdown initiated... 2025-05-13 14:40:36.151 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Close initiated... 2025-05-13 14:40:36.151 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.151 [HikariPool-141 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-141 - Closing connection org.sqlite.jdbc4.JDBC4Connection@58df431e: (connection evicted) 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.152 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-141 - Closed. 2025-05-13 14:40:36.152 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-141 - Shutdown completed. 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-142 - configuration: 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4407f129 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-142" 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.152 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.152 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Starting... 2025-05-13 14:40:36.154 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Added connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.154 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Added connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.154 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Start completed. 2025-05-13 14:40:36.154 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.159 [Test worker @coroutine#2611] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.160 [Test worker @coroutine#2613] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.161 [DefaultDispatcher-worker-14 @coroutine#2617] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.161 [DefaultDispatcher-worker-14 @coroutine#2617] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/ackAndGetPendingReplications. 2025-05-13 14:40:36.161 [DefaultDispatcher-worker-14 @coroutine#2617] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.161 [DefaultDispatcher-worker-14 @coroutine#2617] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost/dummyreplication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:36.161 [DefaultDispatcher-worker-4 @coroutine#2617] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.161 [DefaultDispatcher-worker-4 @coroutine#2617] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/ackAndGetPendingReplications 2025-05-13 14:40:36.164 [DefaultDispatcher-worker-6 @coroutine#2616] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.164 [DefaultDispatcher-worker-6 @coroutine#2616] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.164 [DefaultDispatcher-worker-6 @coroutine#2616] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/dummyreplication/nodeId. 2025-05-13 14:40:36.164 [DefaultDispatcher-worker-6 @coroutine#2616] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.165 [DefaultDispatcher-worker-8 @coroutine#2616] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.165 [DefaultDispatcher-worker-8 @coroutine#2616] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/dummyreplication/nodeId 2025-05-13 14:40:36.166 [Test worker @coroutine#2620] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.167 [Test worker @coroutine#2628] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1 2025-05-13 14:40:36.168 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Shutdown initiated... 2025-05-13 14:40:36.168 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Close initiated... 2025-05-13 14:40:36.168 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.168 [HikariPool-142 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-142 - Closing connection org.sqlite.jdbc4.JDBC4Connection@76fdd5f1: (connection evicted) 2025-05-13 14:40:36.168 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.168 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-142 - Closed. 2025-05-13 14:40:36.168 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-142 - Shutdown completed. 2025-05-13 14:40:36.291 [DefaultDispatcher-worker-12 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:36.292 [DefaultDispatcher-worker-12 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.292 [DefaultDispatcher-worker-12 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.292 [DefaultDispatcher-worker-12 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.292 [DefaultDispatcher-worker-8 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.292 [DefaultDispatcher-worker-8 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.392 [DefaultDispatcher-worker-14 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:36.392 [DefaultDispatcher-worker-14 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.392 [DefaultDispatcher-worker-14 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.392 [DefaultDispatcher-worker-14 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.393 [DefaultDispatcher-worker-19 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.393 [DefaultDispatcher-worker-19 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-143 - configuration: 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@79e591bb 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-143" 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.426 [Test worker @coroutine#2666] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Starting... 2025-05-13 14:40:36.427 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Added connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.427 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Added connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.427 [Test worker @coroutine#2666] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Start completed. 2025-05-13 14:40:36.435 [Test worker @coroutine#2666] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.440 [Test worker @coroutine#2667] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.441 [Test worker @coroutine#2669] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.442 [Test worker @coroutine#2671] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.447 [DefaultDispatcher-worker-16 @coroutine#2673] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.453 [DefaultDispatcher-worker-8 @coroutine#2685] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f 2025-05-13 14:40:36.454 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Shutdown initiated... 2025-05-13 14:40:36.454 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Close initiated... 2025-05-13 14:40:36.454 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.454 [HikariPool-143 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-143 - Closing connection org.sqlite.jdbc4.JDBC4Connection@577b2c5f: (connection evicted) 2025-05-13 14:40:36.454 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.454 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-143 - Closed. 2025-05-13 14:40:36.454 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-143 - Shutdown completed. 2025-05-13 14:40:36.455 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-144 - configuration: 2025-05-13 14:40:36.455 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@10d8769e 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-144" 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Starting... 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Added connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Added connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.456 [Test worker @coroutine#2691] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Start completed. 2025-05-13 14:40:36.463 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.469 [Test worker @coroutine#2692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.469 [Test worker @coroutine#2694] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.470 [DefaultDispatcher-worker-5 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:36.470 [Test worker @coroutine#2696] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.470 [DefaultDispatcher-worker-5 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.470 [DefaultDispatcher-worker-5 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.470 [DefaultDispatcher-worker-5 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-145 - configuration: 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@25df95b 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-145" 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Starting... 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Added connection org.sqlite.jdbc4.JDBC4Connection@33da0fad 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Added connection org.sqlite.jdbc4.JDBC4Connection@33da0fad 2025-05-13 14:40:36.471 [DefaultDispatcher-worker-20 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.471 [DefaultDispatcher-worker-20 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.471 [Test worker @coroutine#2691] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Start completed. 2025-05-13 14:40:36.480 [Test worker @coroutine#2691] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33da0fad 2025-05-13 14:40:36.485 [Test worker @coroutine#2701] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33da0fad 2025-05-13 14:40:36.485 [Test worker @coroutine#2703] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33da0fad 2025-05-13 14:40:36.486 [Test worker @coroutine#2705] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33da0fad 2025-05-13 14:40:36.491 [DefaultDispatcher-worker-15 @coroutine#2707] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33da0fad 2025-05-13 14:40:36.499 [DefaultDispatcher-worker-20 @coroutine#2691] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.503 [DefaultDispatcher-worker-11 @coroutine#2691] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.506 [DefaultDispatcher-worker-19 @coroutine#2691] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2357f000 2025-05-13 14:40:36.515 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Shutdown initiated... 2025-05-13 14:40:36.515 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Close initiated... 2025-05-13 14:40:36.515 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.515 [HikariPool-144 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-144 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2357f000: (connection evicted) 2025-05-13 14:40:36.515 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.515 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-144 - Closed. 2025-05-13 14:40:36.515 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-144 - Shutdown completed. 2025-05-13 14:40:36.515 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Shutdown initiated... 2025-05-13 14:40:36.515 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Close initiated... 2025-05-13 14:40:36.515 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.516 [HikariPool-145 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-145 - Closing connection org.sqlite.jdbc4.JDBC4Connection@33da0fad: (connection evicted) 2025-05-13 14:40:36.516 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.516 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-145 - Closed. 2025-05-13 14:40:36.516 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-145 - Shutdown completed. 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-146 - configuration: 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@88fe9a8 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-146" 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Starting... 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Added connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.517 [Test worker @coroutine#2727] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Start completed. 2025-05-13 14:40:36.529 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.534 [Test worker @coroutine#2728] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.535 [Test worker @coroutine#2730] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.536 [Test worker @coroutine#2732] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-147 - configuration: 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1df8ea34 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-147" 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.536 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.537 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.537 [Test worker @coroutine#2727] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Starting... 2025-05-13 14:40:36.537 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Added connection org.sqlite.jdbc4.JDBC4Connection@63893cf6 2025-05-13 14:40:36.537 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Added connection org.sqlite.jdbc4.JDBC4Connection@63893cf6 2025-05-13 14:40:36.537 [Test worker @coroutine#2727] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Start completed. 2025-05-13 14:40:36.544 [Test worker @coroutine#2727] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63893cf6 2025-05-13 14:40:36.549 [Test worker @coroutine#2734] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63893cf6 2025-05-13 14:40:36.550 [Test worker @coroutine#2736] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63893cf6 2025-05-13 14:40:36.551 [Test worker @coroutine#2738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63893cf6 2025-05-13 14:40:36.555 [DefaultDispatcher-worker-3 @coroutine#2740] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@63893cf6 2025-05-13 14:40:36.555 [DefaultDispatcher-worker-10 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:36.555 [DefaultDispatcher-worker-10 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.555 [DefaultDispatcher-worker-10 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.555 [DefaultDispatcher-worker-10 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.556 [DefaultDispatcher-worker-20 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.556 [DefaultDispatcher-worker-20 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.562 [DefaultDispatcher-worker-20 @coroutine#2727] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.566 [DefaultDispatcher-worker-11 @coroutine#2727] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.569 [DefaultDispatcher-worker-16 @coroutine#2727] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd 2025-05-13 14:40:36.572 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Shutdown initiated... 2025-05-13 14:40:36.572 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Close initiated... 2025-05-13 14:40:36.572 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.572 [HikariPool-146 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-146 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6f45a2fd: (connection evicted) 2025-05-13 14:40:36.572 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.572 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-146 - Closed. 2025-05-13 14:40:36.572 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-146 - Shutdown completed. 2025-05-13 14:40:36.572 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Shutdown initiated... 2025-05-13 14:40:36.572 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Close initiated... 2025-05-13 14:40:36.572 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.572 [HikariPool-147 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-147 - Closing connection org.sqlite.jdbc4.JDBC4Connection@63893cf6: (connection evicted) 2025-05-13 14:40:36.573 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.573 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-147 - Closed. 2025-05-13 14:40:36.573 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-147 - Shutdown completed. 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-148 - configuration: 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@21143041 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-148" 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Starting... 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Added connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Added connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.574 [Test worker @coroutine#2764] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Start completed. 2025-05-13 14:40:36.582 [Test worker @coroutine#2764] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.586 [Test worker @coroutine#2765] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.587 [Test worker @coroutine#2767] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.588 [Test worker @coroutine#2769] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.594 [DefaultDispatcher-worker-10 @coroutine#2771] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.596 [DefaultDispatcher-worker-15 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:36.596 [DefaultDispatcher-worker-15 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.596 [DefaultDispatcher-worker-15 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.596 [DefaultDispatcher-worker-15 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.597 [DefaultDispatcher-worker-17 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.597 [DefaultDispatcher-worker-17 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.604 [DefaultDispatcher-worker-8 @coroutine#2764] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.606 [Test worker @coroutine#2784] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.609 [DefaultDispatcher-worker-18 @coroutine#2764] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@611f28f5 2025-05-13 14:40:36.621 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Shutdown initiated... 2025-05-13 14:40:36.621 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Close initiated... 2025-05-13 14:40:36.621 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.621 [HikariPool-148 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-148 - Closing connection org.sqlite.jdbc4.JDBC4Connection@611f28f5: (connection evicted) 2025-05-13 14:40:36.621 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.621 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-148 - Closed. 2025-05-13 14:40:36.621 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-148 - Shutdown completed. 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-149 - configuration: 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@788a7567 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-149" 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.622 [Test worker @coroutine#2828] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Starting... 2025-05-13 14:40:36.623 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Added connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.623 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Added connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.623 [Test worker @coroutine#2828] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Start completed. 2025-05-13 14:40:36.630 [Test worker @coroutine#2828] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.636 [Test worker @coroutine#2829] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.637 [Test worker @coroutine#2831] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.637 [DefaultDispatcher-worker-8 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:36.637 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.637 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.637 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.638 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.638 [Test worker @coroutine#2834] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.643 [DefaultDispatcher-worker-4 @coroutine#2837] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.654 [DefaultDispatcher-worker-14 @coroutine#2828] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.656 [Test worker @coroutine#2846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.659 [DefaultDispatcher-worker-4 @coroutine#2828] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4 2025-05-13 14:40:36.663 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Shutdown initiated... 2025-05-13 14:40:36.663 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Close initiated... 2025-05-13 14:40:36.663 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.663 [HikariPool-149 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-149 - Closing connection org.sqlite.jdbc4.JDBC4Connection@f5b81f4: (connection evicted) 2025-05-13 14:40:36.664 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.664 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-149 - Closed. 2025-05-13 14:40:36.664 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-149 - Shutdown completed. 2025-05-13 14:40:36.664 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-150 - configuration: 2025-05-13 14:40:36.664 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.664 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.664 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.664 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@81f9b01 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-150" 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Starting... 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Added connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Added connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.665 [Test worker @coroutine#2891] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Start completed. 2025-05-13 14:40:36.671 [DefaultDispatcher-worker-5 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:36.671 [DefaultDispatcher-worker-5 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.671 [DefaultDispatcher-worker-5 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.671 [DefaultDispatcher-worker-5 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.672 [DefaultDispatcher-worker-4 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.672 [DefaultDispatcher-worker-4 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.675 [Test worker @coroutine#2891] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.683 [Test worker @coroutine#2895] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.684 [Test worker @coroutine#2897] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.685 [Test worker @coroutine#2899] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.690 [DefaultDispatcher-worker-17 @coroutine#2901] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.702 [DefaultDispatcher-worker-19 @coroutine#2891] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.706 [DefaultDispatcher-worker-9 @coroutine#2891] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.774 [HikariPool-150 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.779 [DefaultDispatcher-worker-20 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:36.779 [DefaultDispatcher-worker-20 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.779 [DefaultDispatcher-worker-20 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.779 [DefaultDispatcher-worker-20 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.780 [DefaultDispatcher-worker-20 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.780 [DefaultDispatcher-worker-20 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.827 [DefaultDispatcher-worker-10 @coroutine#2926] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4707d60a 2025-05-13 14:40:36.858 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Shutdown initiated... 2025-05-13 14:40:36.858 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Close initiated... 2025-05-13 14:40:36.858 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.859 [HikariPool-150 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-150 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4707d60a: (connection evicted) 2025-05-13 14:40:36.859 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.859 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-150 - Closed. 2025-05-13 14:40:36.859 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-150 - Shutdown completed. 2025-05-13 14:40:36.860 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-151 - configuration: 2025-05-13 14:40:36.860 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1cb4cad0 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-151" 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Starting... 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.861 [Test worker @coroutine#2934] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Start completed. 2025-05-13 14:40:36.863 [DefaultDispatcher-worker-2 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:36.863 [DefaultDispatcher-worker-2 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.863 [DefaultDispatcher-worker-2 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.863 [DefaultDispatcher-worker-2 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.864 [DefaultDispatcher-worker-12 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.864 [DefaultDispatcher-worker-12 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.870 [Test worker @coroutine#2934] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.875 [Test worker @coroutine#2938] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.876 [Test worker @coroutine#2940] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.877 [Test worker @coroutine#2942] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.882 [DefaultDispatcher-worker-17 @coroutine#2944] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.883 [Test worker @coroutine#2947] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.894 [DefaultDispatcher-worker-15 @coroutine#2934] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.898 [DefaultDispatcher-worker-13 @coroutine#2934] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11 2025-05-13 14:40:36.904 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Shutdown initiated... 2025-05-13 14:40:36.904 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Close initiated... 2025-05-13 14:40:36.904 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.904 [HikariPool-151 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-151 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2f95ce11: (connection evicted) 2025-05-13 14:40:36.904 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.904 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-151 - Closed. 2025-05-13 14:40:36.904 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-151 - Shutdown completed. 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-152 - configuration: 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@20ed6de 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-152" 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Starting... 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Added connection org.sqlite.jdbc4.JDBC4Connection@5852605c 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Added connection org.sqlite.jdbc4.JDBC4Connection@5852605c 2025-05-13 14:40:36.905 [Test worker @coroutine#2973] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Start completed. 2025-05-13 14:40:36.913 [Test worker @coroutine#2973] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5852605c 2025-05-13 14:40:36.917 [Test worker @coroutine#2974] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5852605c 2025-05-13 14:40:36.918 [Test worker @coroutine#2976] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5852605c 2025-05-13 14:40:36.919 [Test worker @coroutine#2978] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5852605c 2025-05-13 14:40:36.925 [DefaultDispatcher-worker-9 @coroutine#2980] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5852605c 2025-05-13 14:40:36.964 [DefaultDispatcher-worker-12 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:36.964 [DefaultDispatcher-worker-12 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.964 [DefaultDispatcher-worker-12 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:36.964 [DefaultDispatcher-worker-12 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.964 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Shutdown initiated... 2025-05-13 14:40:36.964 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Close initiated... 2025-05-13 14:40:36.964 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:36.964 [HikariPool-152 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-152 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5852605c: (connection evicted) 2025-05-13 14:40:36.965 [DefaultDispatcher-worker-3 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.965 [DefaultDispatcher-worker-3 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:36.965 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:36.965 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-152 - Closed. 2025-05-13 14:40:36.965 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-152 - Shutdown completed. 2025-05-13 14:40:36.966 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-153 - configuration: 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1e79b0fc 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-153" 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:36.967 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Starting... 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:36.967 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:36.967 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Start completed. 2025-05-13 14:40:37.026 [DefaultDispatcher-worker-20 @coroutine#3006] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.029 [DefaultDispatcher-worker-20 @coroutine#3006] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.033 [DefaultDispatcher-worker-13 @coroutine#3006] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.036 [DefaultDispatcher-worker-20 @coroutine#3006] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.053 [DefaultDispatcher-worker-6 @coroutine#3006] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.053 [Test worker] INFO ktor.application - Autoreload is disabled because the development mode is off. 2025-05-13 14:40:37.058 [Test worker] INFO ktor.application - Application started in 0.005 seconds. 2025-05-13 14:40:37.059 [DefaultDispatcher-worker-1 @coroutine#3012] INFO ktor.application - Responding at http://0.0.0.0:33007 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-154 - configuration: 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3ef7064b 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-154" 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:37.059 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Starting... 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Added connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.059 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Added connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.059 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Start completed. 2025-05-13 14:40:37.067 [HikariPool-153 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:37.067 [DefaultDispatcher-worker-6 @coroutine#3014] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.067 [DefaultDispatcher-worker-6 @coroutine#3014] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:37.067 [DefaultDispatcher-worker-6 @coroutine#3014] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.067 [DefaultDispatcher-worker-6 @coroutine#3014] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:37.069 [eventLoopGroupProxy-19-2 @call-handler#3023] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 14:40:37.069 [eventLoopGroupProxy-19-1 @call-handler#3022] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 14:40:37.069 [eventLoopGroupProxy-19-2 @call-handler#3023] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.069 [eventLoopGroupProxy-19-1 @call-handler#3022] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.069 [eventLoopGroupProxy-19-1 @call-handler#3022] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:37.069 [eventLoopGroupProxy-19-1 @call-handler#3022] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.070 [DefaultDispatcher-worker-10 @coroutine#3014] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.070 [DefaultDispatcher-worker-10 @coroutine#3014] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-155 - configuration: 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1ee37c7a 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:37.071 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-155" 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:37.072 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Starting... 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Added connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.072 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Added connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.072 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Start completed. 2025-05-13 14:40:37.078 [DefaultDispatcher-worker-19 @coroutine#3013] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.079 [DefaultDispatcher-worker-19 @coroutine#3013] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.079 [DefaultDispatcher-worker-19 @coroutine#3013] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.079 [DefaultDispatcher-worker-19 @coroutine#3013] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.079 [eventLoopGroupProxy-19-1 @call-handler#3028] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 14:40:37.079 [eventLoopGroupProxy-19-1 @call-handler#3028] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.079 [DefaultDispatcher-worker-13 @coroutine#3013] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.079 [DefaultDispatcher-worker-13 @coroutine#3013] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.082 [DefaultDispatcher-worker-15 @coroutine#3033] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.082 [DefaultDispatcher-worker-15 @coroutine#3033] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:37.082 [DefaultDispatcher-worker-15 @coroutine#3033] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.082 [DefaultDispatcher-worker-15 @coroutine#3033] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-156 - configuration: 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:37.083 [eventLoopGroupProxy-19-1 @call-handler#3037] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@24e0bdb 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-156" 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:37.083 [eventLoopGroupProxy-19-1 @call-handler#3037] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.083 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-156 - Starting... 2025-05-13 14:40:37.083 [eventLoopGroupProxy-19-1 @call-handler#3037] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:37.083 [eventLoopGroupProxy-19-1 @call-handler#3037] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-156 - Added connection org.sqlite.jdbc4.JDBC4Connection@2aa85cc4 2025-05-13 14:40:37.083 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-156 - Added connection org.sqlite.jdbc4.JDBC4Connection@2aa85cc4 2025-05-13 14:40:37.083 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-156 - Start completed. 2025-05-13 14:40:37.084 [eventLoopGroupProxy-19-3 @call-handler#3040] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 14:40:37.084 [DefaultDispatcher-worker-19 @coroutine#3033] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.084 [DefaultDispatcher-worker-19 @coroutine#3033] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.084 [eventLoopGroupProxy-19-3 @call-handler#3040] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.084 [DefaultDispatcher-worker-8 @coroutine#3013] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.089 [DefaultDispatcher-worker-17 @coroutine#3015] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.094 [DefaultDispatcher-worker-6 @coroutine#3032] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.094 [DefaultDispatcher-worker-6 @coroutine#3032] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.094 [DefaultDispatcher-worker-6 @coroutine#3032] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.094 [DefaultDispatcher-worker-6 @coroutine#3032] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.095 [DefaultDispatcher-worker-4 @coroutine#3046] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.095 [DefaultDispatcher-worker-4 @coroutine#3046] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications. 2025-05-13 14:40:37.095 [DefaultDispatcher-worker-4 @coroutine#3046] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.095 [DefaultDispatcher-worker-4 @coroutine#3046] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications from class io.ktor.http.content.TextContent 2025-05-13 14:40:37.095 [eventLoopGroupProxy-19-1 @call-handler#3051] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 14:40:37.095 [eventLoopGroupProxy-19-1 @call-handler#3051] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.096 [DefaultDispatcher-worker-16 @coroutine#3032] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.096 [DefaultDispatcher-worker-16 @coroutine#3032] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.096 [eventLoopGroupProxy-19-4 @call-handler#3058] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, ackAndGetPendingReplications] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "ackAndGetPendingReplications" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/ackAndGetPendingReplications/(method:POST) 2025-05-13 14:40:37.096 [eventLoopGroupProxy-19-4 @call-handler#3058] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.096 [eventLoopGroupProxy-19-4 @call-handler#3058] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:37.098 [eventLoopGroupProxy-19-5 @call-handler#3061] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, sse] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/sse/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "sse" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/sse/(method:GET) 2025-05-13 14:40:37.102 [eventLoopGroupProxy-19-5 @call-handler#3061] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.104 [DefaultDispatcher-worker-7 @coroutine#3032] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.104 [DefaultDispatcher-worker-5 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.105 [eventLoopGroupProxy-19-4 @call-handler#3058] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.105 [DefaultDispatcher-worker-8 @coroutine#3046] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.105 [DefaultDispatcher-worker-8 @coroutine#3046] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/ackAndGetPendingReplications 2025-05-13 14:40:37.108 [DefaultDispatcher-worker-16 @coroutine#3034] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.109 [DefaultDispatcher-worker-13 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.110 [DefaultDispatcher-worker-20 @coroutine#3045] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-156 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2aa85cc4 2025-05-13 14:40:37.110 [DefaultDispatcher-worker-20 @coroutine#3045] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.110 [DefaultDispatcher-worker-20 @coroutine#3045] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.110 [DefaultDispatcher-worker-20 @coroutine#3045] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.110 [eventLoopGroupProxy-19-1 @call-handler#3069] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, nodeId] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/message /UmAppDatabase/replication/nodeId, segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId /UmAppDatabase/replication/nodeId/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "nodeId" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/nodeId/(method:GET) 2025-05-13 14:40:37.110 [eventLoopGroupProxy-19-1 @call-handler#3069] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.111 [DefaultDispatcher-worker-5 @coroutine#3045] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.111 [DefaultDispatcher-worker-5 @coroutine#3045] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.115 [DefaultDispatcher-worker-4 @coroutine#3045] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-156 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2aa85cc4 2025-05-13 14:40:37.118 [DefaultDispatcher-worker-2 @coroutine#3047] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-156 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2aa85cc4 2025-05-13 14:40:37.126 [DefaultDispatcher-worker-15 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.127 [DefaultDispatcher-worker-6 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.127 [DefaultDispatcher-worker-6 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/auth/login?username=testuser0&password=test&maxDateOfBirth=0. 2025-05-13 14:40:37.127 [DefaultDispatcher-worker-6 @coroutine#3053] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.127 [eventLoopGroupProxy-19-1 @call-handler#3083] TRACE io.ktor.routing.Routing - Trace for [auth, login] /, segment:0 -> SUCCESS @ / /auth, segment:1 -> SUCCESS @ /auth /auth/login, segment:2 -> SUCCESS @ /auth/login /auth/login/(method:POST), segment:2 -> SUCCESS @ /auth/login/(method:POST) /auth/register, segment:1 -> FAILURE "Selector didn't match" @ /auth/register /auth/person, segment:1 -> FAILURE "Selector didn't match" @ /auth/person /auth/hash, segment:1 -> FAILURE "Selector didn't match" @ /auth/hash /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "auth" -> "login" -> "(method:POST)" Route resolve result: SUCCESS @ /auth/login/(method:POST) 2025-05-13 14:40:37.130 [DefaultDispatcher-worker-20 @coroutine#3075] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.145 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.145 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/auth/login?username=testuser0&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.145 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/auth/login?username=testuser0&password=test&maxDateOfBirth=0. 2025-05-13 14:40:37.145 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/auth/login?username=testuser0&password=test&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.145 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661057 2025-05-13 14:40:37.145 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661057. 2025-05-13 14:40:37.145 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661057 2025-05-13 14:40:37.146 [eventLoopGroupProxy-19-1 @call-handler#3087] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, findByUidWithPicture] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) /UmAppDatabase/PersonDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "findByUidWithPicture" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) 2025-05-13 14:40:37.150 [eventLoopGroupProxy-19-1 @call-handler#3087] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.150 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661057 2025-05-13 14:40:37.150 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661057 2025-05-13 14:40:37.150 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661057. 2025-05-13 14:40:37.150 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661057 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.155 [DefaultDispatcher-worker-13 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.155 [DefaultDispatcher-worker-13 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.155 [DefaultDispatcher-worker-13 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 14:40:37.155 [DefaultDispatcher-worker-13 @coroutine#3053] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.156 [eventLoopGroupProxy-19-1 @call-handler#3091] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, SiteDao, getSiteAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:2 -> SUCCESS @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteDao/getSiteAsync, segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync /UmAppDatabase/SiteDao/getSiteAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) /UmAppDatabase/SiteDao/getSiteAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao/getSiteAsFlow /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "SiteDao" -> "getSiteAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) 2025-05-13 14:40:37.157 [eventLoopGroupProxy-19-1 @call-handler#3091] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.157 [DefaultDispatcher-worker-13 @coroutine#3053] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.157 [DefaultDispatcher-worker-13 @coroutine#3053] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.157 [DefaultDispatcher-worker-13 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 14:40:37.157 [DefaultDispatcher-worker-13 @coroutine#3053] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.159 [HikariPool-154 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:37.161 [DefaultDispatcher-worker-20 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.171 [DefaultDispatcher-worker-13 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.172 [HikariPool-155 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:37.174 [DefaultDispatcher-worker-3 @coroutine#3015] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.174 [DefaultDispatcher-worker-8 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.174 [DefaultDispatcher-worker-3 @coroutine#3015] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.175 [DefaultDispatcher-worker-3 @coroutine#3015] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.175 [DefaultDispatcher-worker-3 @coroutine#3015] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.175 [DefaultDispatcher-worker-3 @coroutine#3015] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33007/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:37.175 [eventLoopGroupProxy-19-1 @call-handler#3097] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:37.175 [eventLoopGroupProxy-19-1 @call-handler#3097] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:37.175 [eventLoopGroupProxy-19-1 @call-handler#3097] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:37.180 [DefaultDispatcher-worker-3 @call-handler#3097] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.180 [eventLoopGroupProxy-19-1 @call-handler#3097] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.180 [DefaultDispatcher-worker-7 @coroutine#3015] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.180 [DefaultDispatcher-worker-7 @coroutine#3015] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.181 [DefaultDispatcher-worker-7 @coroutine#3015] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.181 [DefaultDispatcher-worker-7 @coroutine#3015] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.184 [HikariPool-156 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-156 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:37.184 [DefaultDispatcher-worker-2 @coroutine#3015] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.190 [DefaultDispatcher-worker-14 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.190 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.190 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/auth/login?username=testuser1&password=test&maxDateOfBirth=0. 2025-05-13 14:40:37.190 [DefaultDispatcher-worker-5 @coroutine#3053] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.191 [eventLoopGroupProxy-19-1 @call-handler#3110] TRACE io.ktor.routing.Routing - Trace for [auth, login] /, segment:0 -> SUCCESS @ / /auth, segment:1 -> SUCCESS @ /auth /auth/login, segment:2 -> SUCCESS @ /auth/login /auth/login/(method:POST), segment:2 -> SUCCESS @ /auth/login/(method:POST) /auth/register, segment:1 -> FAILURE "Selector didn't match" @ /auth/register /auth/person, segment:1 -> FAILURE "Selector didn't match" @ /auth/person /auth/hash, segment:1 -> FAILURE "Selector didn't match" @ /auth/hash /UmAppDatabase, segment:0 -> FAILURE "Selector didn't match" @ /UmAppDatabase Matched routes: "" -> "auth" -> "login" -> "(method:POST)" Route resolve result: SUCCESS @ /auth/login/(method:POST) 2025-05-13 14:40:37.194 [DefaultDispatcher-worker-7 @coroutine#3102] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.203 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.203 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/auth/login?username=testuser1&password=test&maxDateOfBirth=0 2025-05-13 14:40:37.203 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/auth/login?username=testuser1&password=test&maxDateOfBirth=0. 2025-05-13 14:40:37.203 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/auth/login?username=testuser1&password=test&maxDateOfBirth=0 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.203 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661058 2025-05-13 14:40:37.203 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661058. 2025-05-13 14:40:37.203 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661058 2025-05-13 14:40:37.204 [eventLoopGroupProxy-19-1 @call-handler#3115] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, findByUidWithPicture] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) /UmAppDatabase/PersonDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "findByUidWithPicture" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/findByUidWithPicture/(method:GET) 2025-05-13 14:40:37.204 [eventLoopGroupProxy-19-1 @call-handler#3115] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.204 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661058 2025-05-13 14:40:37.204 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661058 2025-05-13 14:40:37.204 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661058. 2025-05-13 14:40:37.204 [DefaultDispatcher-worker-4 @coroutine#3053] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=727151869551661058 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.209 [DefaultDispatcher-worker-18 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.209 [DefaultDispatcher-worker-18 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.209 [DefaultDispatcher-worker-18 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 14:40:37.209 [DefaultDispatcher-worker-18 @coroutine#3053] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.210 [eventLoopGroupProxy-19-1 @call-handler#3119] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, SiteDao, getSiteAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:2 -> SUCCESS @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteDao/getSiteAsync, segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync /UmAppDatabase/SiteDao/getSiteAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) /UmAppDatabase/SiteDao/getSiteAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao/getSiteAsFlow /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "SiteDao" -> "getSiteAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/SiteDao/getSiteAsync/(method:GET) 2025-05-13 14:40:37.210 [eventLoopGroupProxy-19-1 @call-handler#3119] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.210 [DefaultDispatcher-worker-12 @coroutine#3053] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.210 [DefaultDispatcher-worker-12 @coroutine#3053] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync 2025-05-13 14:40:37.210 [DefaultDispatcher-worker-12 @coroutine#3053] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync. 2025-05-13 14:40:37.210 [DefaultDispatcher-worker-12 @coroutine#3053] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/SiteDao/getSiteAsync to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.214 [DefaultDispatcher-worker-13 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.224 [DefaultDispatcher-worker-20 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.228 [DefaultDispatcher-worker-14 @coroutine#3034] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.228 [DefaultDispatcher-worker-14 @coroutine#3034] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.228 [DefaultDispatcher-worker-14 @coroutine#3034] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.228 [DefaultDispatcher-worker-14 @coroutine#3034] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.228 [DefaultDispatcher-worker-14 @coroutine#3034] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33007/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:37.228 [DefaultDispatcher-worker-20 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.229 [eventLoopGroupProxy-19-1 @call-handler#3125] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:37.229 [eventLoopGroupProxy-19-1 @call-handler#3125] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:37.229 [eventLoopGroupProxy-19-1 @call-handler#3125] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:37.232 [DefaultDispatcher-worker-18 @coroutine#3053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.236 [DefaultDispatcher-worker-16 @call-handler#3125] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.236 [eventLoopGroupProxy-19-1 @call-handler#3125] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.237 [DefaultDispatcher-worker-13 @coroutine#3034] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.237 [DefaultDispatcher-worker-13 @coroutine#3034] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.237 [DefaultDispatcher-worker-13 @coroutine#3034] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.237 [DefaultDispatcher-worker-13 @coroutine#3034] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.240 [DefaultDispatcher-worker-10 @coroutine#3034] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.244 [UI Thread @coroutine#3145] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.244 [UI Thread @coroutine#3145] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056. 2025-05-13 14:40:37.244 [UI Thread @coroutine#3145] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.244 [UI Thread @coroutine#3149] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.244 [UI Thread @coroutine#3149] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.244 [UI Thread @coroutine#3149] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.245 [eventLoopGroupProxy-19-1 @call-handler#3160] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzDao, getTitleByUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzDao /UmAppDatabase/ClazzDao/findByClazzCode, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByClazzCode /UmAppDatabase/ClazzDao/clazzUidExistsAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzUidExistsAsync /UmAppDatabase/ClazzDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidAsFlow /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync /UmAppDatabase/ClazzDao/findClazzesWithPermission, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findClazzesWithPermission /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails /UmAppDatabase/ClazzDao/getTitleByUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow /UmAppDatabase/ClazzDao/getClazzNameAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAsFlow /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync /UmAppDatabase/ClazzDao/getCoursesByName, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getCoursesByName /UmAppDatabase/ClazzDao/findOneRosterUserClazzes, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findOneRosterUserClazzes /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzDao" -> "getTitleByUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) 2025-05-13 14:40:37.245 [eventLoopGroupProxy-19-4 @call-handler#3162] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentMarkDao, getAllMarksForUserAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentMarkDao" -> "getAllMarksForUserAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) 2025-05-13 14:40:37.245 [UI Thread @coroutine#3154] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.245 [UI Thread @coroutine#3154] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.245 [UI Thread @coroutine#3154] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.245 [UI Thread @coroutine#3156] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.245 [UI Thread @coroutine#3156] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.245 [UI Thread @coroutine#3156] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.246 [UI Thread @coroutine#3173] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.246 [UI Thread @coroutine#3173] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057. 2025-05-13 14:40:37.246 [UI Thread @coroutine#3173] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.247 [eventLoopGroupProxy-19-4 @call-handler#3162] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.247 [UI Thread @coroutine#3149] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.247 [UI Thread @coroutine#3149] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.247 [UI Thread @coroutine#3149] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.247 [UI Thread @coroutine#3149] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.248 [eventLoopGroupProxy-19-1 @call-handler#3160] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.248 [UI Thread @coroutine#3145] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.248 [UI Thread @coroutine#3145] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.248 [UI Thread @coroutine#3145] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056. 2025-05-13 14:40:37.248 [eventLoopGroupProxy-19-7 @call-handler#3185] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionDao, findByAssignmentUidAndAccountPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionDao" -> "findByAssignmentUidAndAccountPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) 2025-05-13 14:40:37.248 [UI Thread @coroutine#3145] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.248 [eventLoopGroupProxy-19-6 @call-handler#3186] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionFileDao, getByAssignmentUidAndPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionFileDao" -> "getByAssignmentUidAndPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) 2025-05-13 14:40:37.249 [eventLoopGroupProxy-19-8 @call-handler#3189] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, findAssignmentCourseBlockAndSubmitterUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "findAssignmentCourseBlockAndSubmitterUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) 2025-05-13 14:40:37.249 [eventLoopGroupProxy-19-6 @call-handler#3186] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.249 [eventLoopGroupProxy-19-7 @call-handler#3185] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.249 [UI Thread @coroutine#3156] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.249 [UI Thread @coroutine#3156] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.250 [UI Thread @coroutine#3156] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.250 [UI Thread @coroutine#3156] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.250 [UI Thread @coroutine#3154] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.250 [UI Thread @coroutine#3154] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.250 [UI Thread @coroutine#3154] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.250 [UI Thread @coroutine#3154] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.252 [DefaultDispatcher-worker-14 @coroutine#3149] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.256 [eventLoopGroupProxy-19-8 @call-handler#3189] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.256 [UI Thread @coroutine#3173] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.256 [UI Thread @coroutine#3173] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.256 [DefaultDispatcher-worker-9 @coroutine#3145] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.257 [UI Thread @coroutine#3173] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057. 2025-05-13 14:40:37.257 [UI Thread @coroutine#3173] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.260 [DefaultDispatcher-worker-14 @coroutine#3156] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.263 [DefaultDispatcher-worker-4 @coroutine#3154] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.267 [DefaultDispatcher-worker-1 @coroutine#3173] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.270 [UI Thread @coroutine#3202] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727151869551661056 2025-05-13 14:40:37.270 [UI Thread @coroutine#3202] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727151869551661056. 2025-05-13 14:40:37.270 [UI Thread @coroutine#3202] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727151869551661056 2025-05-13 14:40:37.271 [eventLoopGroupProxy-19-1 @call-handler#3204] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, findByUidWithBlockAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync/(method:GET) /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "findByUidWithBlockAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync/(method:GET) 2025-05-13 14:40:37.271 [eventLoopGroupProxy-19-1 @call-handler#3204] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.272 [UI Thread @coroutine#3202] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727151869551661056 2025-05-13 14:40:37.272 [UI Thread @coroutine#3202] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727151869551661056 2025-05-13 14:40:37.272 [UI Thread @coroutine#3202] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727151869551661056. 2025-05-13 14:40:37.272 [UI Thread @coroutine#3202] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync?uid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.276 [DefaultDispatcher-worker-18 @coroutine#3202] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.281 [DefaultDispatcher-worker-11 @coroutine#3202] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.285 [DefaultDispatcher-worker-15 @coroutine#3015] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.285 [DefaultDispatcher-worker-15 @coroutine#3015] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.285 [DefaultDispatcher-worker-15 @coroutine#3015] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.285 [DefaultDispatcher-worker-15 @coroutine#3015] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.285 [DefaultDispatcher-worker-15 @coroutine#3015] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33007/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:37.286 [eventLoopGroupProxy-19-1 @call-handler#3213] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:37.286 [eventLoopGroupProxy-19-1 @call-handler#3213] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:37.286 [eventLoopGroupProxy-19-1 @call-handler#3213] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:37.290 [DefaultDispatcher-worker-4 @call-handler#3213] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.290 [eventLoopGroupProxy-19-1 @call-handler#3213] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.290 [DefaultDispatcher-worker-17 @coroutine#3015] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.290 [DefaultDispatcher-worker-17 @coroutine#3015] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.290 [DefaultDispatcher-worker-17 @coroutine#3015] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.290 [DefaultDispatcher-worker-17 @coroutine#3015] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.294 [UI Thread @coroutine#3229] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727151869551661058&assignmentUid=727151869551661056&clazzUid=727151869551661056&submitterUid=727151869551661057 2025-05-13 14:40:37.294 [UI Thread @coroutine#3229] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727151869551661058&assignmentUid=727151869551661056&clazzUid=727151869551661056&submitterUid=727151869551661057. 2025-05-13 14:40:37.294 [UI Thread @coroutine#3229] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727151869551661058&assignmentUid=727151869551661056&clazzUid=727151869551661056&submitterUid=727151869551661057 2025-05-13 14:40:37.294 [DefaultDispatcher-worker-6 @coroutine#3015] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.295 [eventLoopGroupProxy-19-1 @call-handler#3234] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CoursePermissionDao, userPermissionsForAssignmentSubmitterUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/CoursePermissionDao/findByClazzUidAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/findByClazzUidAsPagingSource /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUid /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/findByUidAndClazzUidAsFlow /UmAppDatabase/CoursePermissionDao/userHasEnrolmentEditPermission, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/userHasEnrolmentEditPermission /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsFlow2, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsFlow2 /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsFlow /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzPairAsync /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzTripleAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzTripleAsFlow /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsync2, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao/personHasPermissionWithClazzAsync2 /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid, segment:3 -> SUCCESS @ /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid/(method:GET) /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CoursePermissionDao" -> "userPermissionsForAssignmentSubmitterUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid/(method:GET) 2025-05-13 14:40:37.296 [DefaultDispatcher-worker-3 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:37.296 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.296 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.296 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.297 [DefaultDispatcher-worker-13 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.297 [DefaultDispatcher-worker-13 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.298 [eventLoopGroupProxy-19-1 @call-handler#3234] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.298 [UI Thread @coroutine#3229] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727151869551661058&assignmentUid=727151869551661056&clazzUid=727151869551661056&submitterUid=727151869551661057 2025-05-13 14:40:37.298 [UI Thread @coroutine#3229] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727151869551661058&assignmentUid=727151869551661056&clazzUid=727151869551661056&submitterUid=727151869551661057 2025-05-13 14:40:37.299 [UI Thread @coroutine#3229] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727151869551661058&assignmentUid=727151869551661056&clazzUid=727151869551661056&submitterUid=727151869551661057. 2025-05-13 14:40:37.299 [UI Thread @coroutine#3229] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CoursePermissionDao/userPermissionsForAssignmentSubmitterUid?accountPersonUid=727151869551661058&assignmentUid=727151869551661056&clazzUid=727151869551661056&submitterUid=727151869551661057 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.303 [DefaultDispatcher-worker-19 @coroutine#3229] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.307 [UI Thread @coroutine#3246] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/PersonDao/getNamesByUid?uid=727151869551661057 2025-05-13 14:40:37.307 [UI Thread @coroutine#3246] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/getNamesByUid?uid=727151869551661057. 2025-05-13 14:40:37.307 [UI Thread @coroutine#3246] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/PersonDao/getNamesByUid?uid=727151869551661057 2025-05-13 14:40:37.308 [eventLoopGroupProxy-19-1 @call-handler#3255] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, getNamesByUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/getNamesByUid/(method:GET) /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "getNamesByUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/getNamesByUid/(method:GET) 2025-05-13 14:40:37.309 [UI Thread @coroutine#3251] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.309 [UI Thread @coroutine#3251] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.309 [eventLoopGroupProxy-19-1 @call-handler#3255] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.309 [UI Thread @coroutine#3251] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.309 [UI Thread @coroutine#3256] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727151869551661056 2025-05-13 14:40:37.309 [UI Thread @coroutine#3256] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727151869551661056. 2025-05-13 14:40:37.309 [UI Thread @coroutine#3256] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727151869551661056 2025-05-13 14:40:37.309 [eventLoopGroupProxy-19-7 @call-handler#3265] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentMarkDao, getAllMarksForSubmitterAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow/(method:GET) /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentMarkDao" -> "getAllMarksForSubmitterAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow/(method:GET) 2025-05-13 14:40:37.309 [UI Thread @coroutine#3258] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.309 [UI Thread @coroutine#3258] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.309 [UI Thread @coroutine#3258] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.310 [UI Thread @coroutine#3260] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.310 [UI Thread @coroutine#3260] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.310 [UI Thread @coroutine#3260] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.310 [eventLoopGroupProxy-19-1 @call-handler#3270] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseBlockDao, findCourseBlockByAssignmentUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseBlockDao/findByUidAsyncAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByUidAsyncAsFlow /UmAppDatabase/CourseBlockDao/findByUidWithPictureAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByUidWithPictureAsFlow /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsync /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsFlow /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findAllCourseBlockByClazzUidAsPagingSource /UmAppDatabase/CourseBlockDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByUidAsFlow /UmAppDatabase/CourseBlockDao/findCourseBlockAndClazzUidByDiscussionPostUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findCourseBlockAndClazzUidByDiscussionPostUid /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid/(method:GET) /UmAppDatabase/CourseBlockDao/findBySourcedId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findBySourcedId /UmAppDatabase/CourseBlockDao/findByClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao/findByClazzUidAsFlow /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseBlockDao" -> "findCourseBlockByAssignmentUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid/(method:GET) 2025-05-13 14:40:37.310 [eventLoopGroupProxy-19-6 @call-handler#3275] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionDao, getAllSubmissionsFromSubmitterAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionDao" -> "getAllSubmissionsFromSubmitterAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow/(method:GET) 2025-05-13 14:40:37.310 [eventLoopGroupProxy-19-8 @call-handler#3276] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionFileDao, getAllSubmissionFilesFromSubmitterAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionFileDao" -> "getAllSubmissionFilesFromSubmitterAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow/(method:GET) 2025-05-13 14:40:37.310 [UI Thread @coroutine#3246] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/PersonDao/getNamesByUid?uid=727151869551661057 2025-05-13 14:40:37.310 [UI Thread @coroutine#3246] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/PersonDao/getNamesByUid?uid=727151869551661057 2025-05-13 14:40:37.310 [UI Thread @coroutine#3246] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/getNamesByUid?uid=727151869551661057. 2025-05-13 14:40:37.310 [UI Thread @coroutine#3246] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/PersonDao/getNamesByUid?uid=727151869551661057 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.311 [eventLoopGroupProxy-19-6 @call-handler#3275] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.311 [eventLoopGroupProxy-19-8 @call-handler#3276] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.311 [UI Thread @coroutine#3258] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.311 [UI Thread @coroutine#3258] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.311 [UI Thread @coroutine#3258] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.311 [UI Thread @coroutine#3258] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.311 [UI Thread @coroutine#3260] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.311 [UI Thread @coroutine#3260] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.311 [UI Thread @coroutine#3260] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.311 [UI Thread @coroutine#3260] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.312 [eventLoopGroupProxy-19-1 @call-handler#3270] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.312 [eventLoopGroupProxy-19-7 @call-handler#3265] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.312 [UI Thread @coroutine#3256] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727151869551661056 2025-05-13 14:40:37.312 [UI Thread @coroutine#3256] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727151869551661056 2025-05-13 14:40:37.312 [UI Thread @coroutine#3251] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.312 [UI Thread @coroutine#3251] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.312 [UI Thread @coroutine#3256] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727151869551661056. 2025-05-13 14:40:37.312 [UI Thread @coroutine#3256] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseBlockDao/findCourseBlockByAssignmentUid?assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.312 [UI Thread @coroutine#3251] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.312 [UI Thread @coroutine#3251] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow?submitterUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.315 [DefaultDispatcher-worker-2 @coroutine#3246] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.321 [DefaultDispatcher-worker-2 @coroutine#3258] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.325 [DefaultDispatcher-worker-17 @coroutine#3260] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.334 [DefaultDispatcher-worker-8 @coroutine#3256] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.338 [DefaultDispatcher-worker-15 @coroutine#3251] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.343 [UI Thread @coroutine#3290] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661058 2025-05-13 14:40:37.343 [UI Thread @coroutine#3290] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661058. 2025-05-13 14:40:37.343 [UI Thread @coroutine#3290] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661058 2025-05-13 14:40:37.343 [eventLoopGroupProxy-19-1 @call-handler#3292] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, getSubmitterUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid/(method:GET) /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "getSubmitterUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid/(method:GET) 2025-05-13 14:40:37.346 [eventLoopGroupProxy-19-1 @call-handler#3292] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.347 [UI Thread @coroutine#3290] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661058 2025-05-13 14:40:37.347 [UI Thread @coroutine#3290] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661058 2025-05-13 14:40:37.347 [UI Thread @coroutine#3290] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661058. 2025-05-13 14:40:37.347 [UI Thread @coroutine#3290] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/getSubmitterUid?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661058 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.352 [DefaultDispatcher-worker-14 @coroutine#3290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.353 [UI Thread @coroutine#3290] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/PersonDao/findByUidAsync?uid=727151869551661057 2025-05-13 14:40:37.353 [UI Thread @coroutine#3290] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidAsync?uid=727151869551661057. 2025-05-13 14:40:37.353 [UI Thread @coroutine#3290] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/PersonDao/findByUidAsync?uid=727151869551661057 2025-05-13 14:40:37.354 [eventLoopGroupProxy-19-1 @call-handler#3296] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, PersonDao, findByUidAsync] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:2 -> SUCCESS @ /UmAppDatabase/PersonDao /UmAppDatabase/PersonDao/countUsername, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/countUsername /UmAppDatabase/PersonDao/findByUidWithPicture, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithPicture /UmAppDatabase/PersonDao/findByUidAsync, segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidAsync /UmAppDatabase/PersonDao/findByUidAsync/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/PersonDao/findByUidAsync/(method:GET) /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findPersonsWithPermissionAsPagingSource /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/findByUidWithDisplayDetailsFlow /UmAppDatabase/PersonDao/getNamesByUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUid /UmAppDatabase/PersonDao/getNamesByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao/getNamesByUidAsync /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "PersonDao" -> "findByUidAsync" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/PersonDao/findByUidAsync/(method:GET) 2025-05-13 14:40:37.355 [eventLoopGroupProxy-19-1 @call-handler#3296] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.355 [UI Thread @coroutine#3290] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/PersonDao/findByUidAsync?uid=727151869551661057 2025-05-13 14:40:37.355 [UI Thread @coroutine#3290] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidAsync?uid=727151869551661057 2025-05-13 14:40:37.355 [UI Thread @coroutine#3290] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/PersonDao/findByUidAsync?uid=727151869551661057. 2025-05-13 14:40:37.355 [UI Thread @coroutine#3290] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/PersonDao/findByUidAsync?uid=727151869551661057 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.359 [DefaultDispatcher-worker-2 @coroutine#3290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.365 [DefaultDispatcher-worker-7 @coroutine#3290] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.368 [DefaultDispatcher-worker-3 @coroutine#3034] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.369 [DefaultDispatcher-worker-3 @coroutine#3034] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.369 [DefaultDispatcher-worker-3 @coroutine#3034] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.http.content.TextContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.369 [DefaultDispatcher-worker-3 @coroutine#3034] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.369 [DefaultDispatcher-worker-3 @coroutine#3034] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:33007/UmAppDatabase/replication/message from class io.ktor.http.content.TextContent 2025-05-13 14:40:37.369 [eventLoopGroupProxy-19-1 @call-handler#3301] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, replication, message] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:2 -> SUCCESS @ /UmAppDatabase/replication /UmAppDatabase/replication/sse, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/sse /UmAppDatabase/replication/ackAndGetPendingReplications, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/ackAndGetPendingReplications /UmAppDatabase/replication/message, segment:3 -> SUCCESS @ /UmAppDatabase/replication/message /UmAppDatabase/replication/message/(method:POST), segment:3 -> SUCCESS @ /UmAppDatabase/replication/message/(method:POST) /UmAppDatabase/replication/nodeId, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication/nodeId /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "replication" -> "message" -> "(method:POST)" Route resolve result: SUCCESS @ /UmAppDatabase/replication/message/(method:POST) 2025-05-13 14:40:37.369 [eventLoopGroupProxy-19-1 @call-handler#3301] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteBufferChannel and expected type TypeInfo(type=class io.ktor.utils.io.ByteReadChannel, reifiedType=interface io.ktor.utils.io.ByteReadChannel, kotlinType=io.ktor.utils.io.ByteReadChannel) for call /UmAppDatabase/replication/message 2025-05-13 14:40:37.369 [eventLoopGroupProxy-19-1 @call-handler#3301] TRACE i.k.s.p.c.ContentNegotiation - Skipping for request type class io.ktor.utils.io.ByteReadChannel because the type is ignored. 2025-05-13 14:40:37.373 [DefaultDispatcher-worker-5 @call-handler#3301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8633da 2025-05-13 14:40:37.373 [eventLoopGroupProxy-19-1 @call-handler#3301] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.374 [DefaultDispatcher-worker-4 @coroutine#3034] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.374 [DefaultDispatcher-worker-4 @coroutine#3034] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/replication/message 2025-05-13 14:40:37.374 [DefaultDispatcher-worker-4 @coroutine#3034] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/replication/message. 2025-05-13 14:40:37.374 [DefaultDispatcher-worker-4 @coroutine#3034] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/replication/message to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.375 [UI Thread @coroutine#3324] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.375 [UI Thread @coroutine#3324] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056. 2025-05-13 14:40:37.375 [UI Thread @coroutine#3324] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.375 [UI Thread @coroutine#3328] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.375 [UI Thread @coroutine#3328] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.375 [UI Thread @coroutine#3328] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.375 [UI Thread @coroutine#3333] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.375 [UI Thread @coroutine#3333] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.375 [eventLoopGroupProxy-19-1 @call-handler#3341] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzDao, getTitleByUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzDao /UmAppDatabase/ClazzDao/findByClazzCode, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByClazzCode /UmAppDatabase/ClazzDao/clazzUidExistsAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzUidExistsAsync /UmAppDatabase/ClazzDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidAsFlow /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findByUidWithHolidayCalendarAsync /UmAppDatabase/ClazzDao/findClazzesWithPermission, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findClazzesWithPermission /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/clazzAndDetailPermissionsAsFlow /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzWithDisplayDetails /UmAppDatabase/ClazzDao/getTitleByUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAndTerminologyAsFlow /UmAppDatabase/ClazzDao/getClazzNameAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzNameAsFlow /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getClazzTimeZoneByClazzUidAsync /UmAppDatabase/ClazzDao/getCoursesByName, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/getCoursesByName /UmAppDatabase/ClazzDao/findOneRosterUserClazzes, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao/findOneRosterUserClazzes /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzDao" -> "getTitleByUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzDao/getTitleByUidAsFlow/(method:GET) 2025-05-13 14:40:37.375 [UI Thread @coroutine#3333] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.376 [eventLoopGroupProxy-19-7 @call-handler#3342] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentMarkDao, getAllMarksForUserAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForSubmitterAsFlow /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentMarkDao" -> "getAllMarksForUserAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow/(method:GET) 2025-05-13 14:40:37.376 [UI Thread @coroutine#3335] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.376 [UI Thread @coroutine#3335] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.376 [UI Thread @coroutine#3335] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.376 [eventLoopGroupProxy-19-1 @call-handler#3341] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.376 [eventLoopGroupProxy-19-6 @call-handler#3352] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionDao, findByAssignmentUidAndAccountPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getAllSubmissionsFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/getLatestSubmissionForUserAsync /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByUidAsFlow /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionDao" -> "findByAssignmentUidAndAccountPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid/(method:GET) 2025-05-13 14:40:37.376 [UI Thread @coroutine#3353] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.376 [UI Thread @coroutine#3353] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057. 2025-05-13 14:40:37.376 [UI Thread @coroutine#3353] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.376 [eventLoopGroupProxy-19-8 @call-handler#3355] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, CourseAssignmentSubmissionFileDao, getByAssignmentUidAndPersonUid] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:2 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid, segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getAllSubmissionFilesFromSubmitterAsFlow /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "CourseAssignmentSubmissionFileDao" -> "getByAssignmentUidAndPersonUid" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid/(method:GET) 2025-05-13 14:40:37.376 [UI Thread @coroutine#3324] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.376 [UI Thread @coroutine#3324] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 2025-05-13 14:40:37.376 [eventLoopGroupProxy-19-1 @call-handler#3363] TRACE io.ktor.routing.Routing - Trace for [UmAppDatabase, ClazzAssignmentDao, findAssignmentCourseBlockAndSubmitterUidAsFlow] /, segment:0 -> SUCCESS @ / /auth, segment:0 -> FAILURE "Selector didn't match" @ /auth /UmAppDatabase, segment:1 -> SUCCESS @ /UmAppDatabase /UmAppDatabase/replication, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/replication /UmAppDatabase/PersonDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonDao /UmAppDatabase/ClazzDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzDao /UmAppDatabase/CourseBlockDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseBlockDao /UmAppDatabase/CourseTerminologyDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseTerminologyDao /UmAppDatabase/CourseGroupSetDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupSetDao /UmAppDatabase/CourseGroupMemberDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseGroupMemberDao /UmAppDatabase/ClazzEnrolmentDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzEnrolmentDao /UmAppDatabase/ContentEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryDao /UmAppDatabase/PersonPictureDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonPictureDao /UmAppDatabase/StatementDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StatementDao /UmAppDatabase/ClazzLogAttendanceRecordDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogAttendanceRecordDao /UmAppDatabase/ClazzLogDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzLogDao /UmAppDatabase/ClazzAssignmentDao, segment:2 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getAssignmentSubmitterSummaryListForAssignment /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUidsAndNameByClazzOrGroupSetUid /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/getSubmitterUid /UmAppDatabase/ClazzAssignmentDao/findByUidAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAsync /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidAndClazzUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync, segment:2 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ClazzAssignmentDao/findByUidWithBlockAsync /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow, segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET), segment:3 -> SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) /UmAppDatabase/CourseAssignmentSubmissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionDao /UmAppDatabase/CourseAssignmentSubmissionFileDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentSubmissionFileDao /UmAppDatabase/CourseAssignmentMarkDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CourseAssignmentMarkDao /UmAppDatabase/CommentsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CommentsDao /UmAppDatabase/SiteDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteDao /UmAppDatabase/SiteTermsDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SiteTermsDao /UmAppDatabase/PersonParentJoinDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PersonParentJoinDao /UmAppDatabase/MessageDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/MessageDao /UmAppDatabase/PeerReviewerAllocationDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/PeerReviewerAllocationDao /UmAppDatabase/DiscussionPostDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DiscussionPostDao /UmAppDatabase/ContentEntryVersionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ContentEntryVersionDao /UmAppDatabase/DeletedItemDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/DeletedItemDao /UmAppDatabase/EnrolmentRequestDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/EnrolmentRequestDao /UmAppDatabase/CoursePermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/CoursePermissionDao /UmAppDatabase/SystemPermissionDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/SystemPermissionDao /UmAppDatabase/StudentResultDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StudentResultDao /UmAppDatabase/ActivityLangMapEntryDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/ActivityLangMapEntryDao /UmAppDatabase/XapiSessionEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/XapiSessionEntityDao /UmAppDatabase/StateEntityDao, segment:1 -> FAILURE "Selector didn't match" @ /UmAppDatabase/StateEntityDao Matched routes: "" -> "UmAppDatabase" -> "ClazzAssignmentDao" -> "findAssignmentCourseBlockAndSubmitterUidAsFlow" -> "(method:GET)" Route resolve result: SUCCESS @ /UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow/(method:GET) 2025-05-13 14:40:37.376 [eventLoopGroupProxy-19-6 @call-handler#3352] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.376 [UI Thread @coroutine#3324] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056. 2025-05-13 14:40:37.376 [UI Thread @coroutine#3324] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/ClazzDao/getTitleByUidAsFlow?clazzUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.376 [eventLoopGroupProxy-19-8 @call-handler#3355] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.377 [eventLoopGroupProxy-19-7 @call-handler#3342] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.377 [UI Thread @coroutine#3333] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.377 [UI Thread @coroutine#3333] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.377 [UI Thread @coroutine#3335] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.377 [UI Thread @coroutine#3335] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.377 [UI Thread @coroutine#3333] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.377 [UI Thread @coroutine#3333] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionDao/findByAssignmentUidAndAccountPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.377 [UI Thread @coroutine#3335] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.377 [UI Thread @coroutine#3335] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentSubmissionFileDao/getByAssignmentUidAndPersonUid?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.377 [UI Thread @coroutine#3328] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.377 [UI Thread @coroutine#3328] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 2025-05-13 14:40:37.377 [UI Thread @coroutine#3328] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056. 2025-05-13 14:40:37.377 [UI Thread @coroutine#3328] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/CourseAssignmentMarkDao/getAllMarksForUserAsFlow?accountPersonUid=727151869551661057&assignmentUid=727151869551661056 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.378 [eventLoopGroupProxy-19-1 @call-handler#3363] TRACE i.k.s.p.c.ContentNegotiation - Skipping because body is already converted. 2025-05-13 14:40:37.378 [UI Thread @coroutine#3353] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.378 [UI Thread @coroutine#3353] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 2025-05-13 14:40:37.378 [UI Thread @coroutine#3353] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057. 2025-05-13 14:40:37.378 [UI Thread @coroutine#3353] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost:33007/UmAppDatabase/ClazzAssignmentDao/findAssignmentCourseBlockAndSubmitterUidAsFlow?assignmentUid=727151869551661056&clazzUid=727151869551661056&accountPersonUid=727151869551661057 to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:37.379 [DefaultDispatcher-worker-12 @coroutine#3034] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2 2025-05-13 14:40:37.380 [DefaultDispatcher-worker-10 @coroutine#3324] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.384 [DefaultDispatcher-worker-13 @coroutine#3333] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.386 [DefaultDispatcher-worker-19 @coroutine#3335] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.389 [DefaultDispatcher-worker-7 @coroutine#3328] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.392 [DefaultDispatcher-worker-3 @coroutine#3353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7def08fc 2025-05-13 14:40:37.394 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Shutdown initiated... 2025-05-13 14:40:37.394 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Close initiated... 2025-05-13 14:40:37.394 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:37.394 [HikariPool-154 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-154 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7def08fc: (connection evicted) 2025-05-13 14:40:37.395 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:37.395 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-154 - Closed. 2025-05-13 14:40:37.395 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-154 - Shutdown completed. 2025-05-13 14:40:37.395 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Shutdown initiated... 2025-05-13 14:40:37.395 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Close initiated... 2025-05-13 14:40:37.395 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:37.395 [HikariPool-155 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-155 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5cb42eb2: (connection evicted) 2025-05-13 14:40:37.396 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:37.396 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-155 - Closed. 2025-05-13 14:40:37.396 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-155 - Shutdown completed. 2025-05-13 14:40:37.397 [DefaultDispatcher-worker-4 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:37.397 [DefaultDispatcher-worker-4 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.397 [DefaultDispatcher-worker-4 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.397 [DefaultDispatcher-worker-4 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.398 [DefaultDispatcher-worker-1 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.398 [DefaultDispatcher-worker-1 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.475 [DefaultDispatcher-worker-1 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:37.476 [DefaultDispatcher-worker-1 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.476 [DefaultDispatcher-worker-1 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.476 [DefaultDispatcher-worker-1 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.476 [DefaultDispatcher-worker-17 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.476 [DefaultDispatcher-worker-17 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.560 [DefaultDispatcher-worker-10 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:37.560 [DefaultDispatcher-worker-10 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.560 [DefaultDispatcher-worker-10 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.560 [DefaultDispatcher-worker-10 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.561 [DefaultDispatcher-worker-7 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.561 [DefaultDispatcher-worker-7 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.601 [DefaultDispatcher-worker-3 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:37.601 [DefaultDispatcher-worker-3 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.601 [DefaultDispatcher-worker-3 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.601 [DefaultDispatcher-worker-3 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.601 [DefaultDispatcher-worker-17 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.601 [DefaultDispatcher-worker-17 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.642 [DefaultDispatcher-worker-8 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:37.642 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.642 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.642 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.644 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.676 [DefaultDispatcher-worker-18 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:37.676 [DefaultDispatcher-worker-18 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.676 [DefaultDispatcher-worker-18 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.676 [DefaultDispatcher-worker-18 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.676 [DefaultDispatcher-worker-10 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.676 [DefaultDispatcher-worker-10 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.783 [DefaultDispatcher-worker-10 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:37.784 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.784 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.784 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.784 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.784 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.868 [DefaultDispatcher-worker-2 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:37.868 [DefaultDispatcher-worker-2 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.868 [DefaultDispatcher-worker-2 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.868 [DefaultDispatcher-worker-2 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.869 [DefaultDispatcher-worker-5 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.869 [DefaultDispatcher-worker-5 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.969 [DefaultDispatcher-worker-4 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:37.969 [DefaultDispatcher-worker-4 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.969 [DefaultDispatcher-worker-4 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:37.969 [DefaultDispatcher-worker-4 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.970 [DefaultDispatcher-worker-2 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:37.970 [DefaultDispatcher-worker-2 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.302 [DefaultDispatcher-worker-16 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:38.302 [DefaultDispatcher-worker-16 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.302 [DefaultDispatcher-worker-16 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.302 [DefaultDispatcher-worker-16 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.303 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.303 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.399 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Shutdown initiated... 2025-05-13 14:40:38.399 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Close initiated... 2025-05-13 14:40:38.399 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.399 [HikariPool-153 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-153 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5e8633da: (connection evicted) 2025-05-13 14:40:38.399 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.399 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-153 - Closed. 2025-05-13 14:40:38.399 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-153 - Shutdown completed. 2025-05-13 14:40:38.401 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-157 - configuration: 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4a467f08 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-157" 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Starting... 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Added connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Added connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.402 [Test worker @coroutine#3419] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Start completed. 2025-05-13 14:40:38.403 [DefaultDispatcher-worker-19 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:38.403 [DefaultDispatcher-worker-19 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.403 [DefaultDispatcher-worker-19 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.403 [DefaultDispatcher-worker-19 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.403 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.403 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.411 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.417 [Test worker @coroutine#3423] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.418 [Test worker @coroutine#3425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.420 [Test worker @coroutine#3427] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-158 - configuration: 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7d0bbc49 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-158" 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Starting... 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Added connection org.sqlite.jdbc4.JDBC4Connection@26c24e5 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Added connection org.sqlite.jdbc4.JDBC4Connection@26c24e5 2025-05-13 14:40:38.420 [Test worker @coroutine#3419] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Start completed. 2025-05-13 14:40:38.430 [Test worker @coroutine#3419] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26c24e5 2025-05-13 14:40:38.435 [Test worker @coroutine#3429] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26c24e5 2025-05-13 14:40:38.436 [Test worker @coroutine#3431] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26c24e5 2025-05-13 14:40:38.438 [Test worker @coroutine#3433] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26c24e5 2025-05-13 14:40:38.442 [DefaultDispatcher-worker-4 @coroutine#3435] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@26c24e5 2025-05-13 14:40:38.450 [DefaultDispatcher-worker-12 @coroutine#3419] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.455 [DefaultDispatcher-worker-9 @coroutine#3419] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3 2025-05-13 14:40:38.460 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Shutdown initiated... 2025-05-13 14:40:38.460 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Close initiated... 2025-05-13 14:40:38.460 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.460 [HikariPool-157 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-157 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2541b4d3: (connection evicted) 2025-05-13 14:40:38.460 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.460 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-157 - Closed. 2025-05-13 14:40:38.460 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-157 - Shutdown completed. 2025-05-13 14:40:38.460 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Shutdown initiated... 2025-05-13 14:40:38.460 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Close initiated... 2025-05-13 14:40:38.460 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.461 [HikariPool-158 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-158 - Closing connection org.sqlite.jdbc4.JDBC4Connection@26c24e5: (connection evicted) 2025-05-13 14:40:38.461 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.461 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-158 - Closed. 2025-05-13 14:40:38.461 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-158 - Shutdown completed. 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-159 - configuration: 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5d3c0735 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-159" 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Starting... 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Added connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Added connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.462 [Test worker @coroutine#3481] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Start completed. 2025-05-13 14:40:38.471 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.477 [Test worker @coroutine#3482] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.479 [Test worker @coroutine#3484] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.481 [Test worker @coroutine#3486] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-160 - configuration: 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@35f59dfe 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-160" 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.481 [Test worker @coroutine#3481] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Starting... 2025-05-13 14:40:38.482 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Added connection org.sqlite.jdbc4.JDBC4Connection@1633962a 2025-05-13 14:40:38.482 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Added connection org.sqlite.jdbc4.JDBC4Connection@1633962a 2025-05-13 14:40:38.482 [Test worker @coroutine#3481] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Start completed. 2025-05-13 14:40:38.482 [DefaultDispatcher-worker-11 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:38.482 [DefaultDispatcher-worker-11 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.482 [DefaultDispatcher-worker-11 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.482 [DefaultDispatcher-worker-11 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.483 [DefaultDispatcher-worker-14 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.483 [DefaultDispatcher-worker-14 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.493 [Test worker @coroutine#3481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1633962a 2025-05-13 14:40:38.499 [Test worker @coroutine#3491] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1633962a 2025-05-13 14:40:38.500 [Test worker @coroutine#3493] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1633962a 2025-05-13 14:40:38.501 [Test worker @coroutine#3495] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1633962a 2025-05-13 14:40:38.505 [DefaultDispatcher-worker-16 @coroutine#3497] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1633962a 2025-05-13 14:40:38.514 [DefaultDispatcher-worker-16 @coroutine#3481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.518 [DefaultDispatcher-worker-1 @coroutine#3481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.523 [DefaultDispatcher-worker-6 @coroutine#3481] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.534 [DefaultDispatcher-worker-1 @coroutine#3543] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@11034fdb 2025-05-13 14:40:38.536 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Shutdown initiated... 2025-05-13 14:40:38.536 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Close initiated... 2025-05-13 14:40:38.536 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.536 [HikariPool-159 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-159 - Closing connection org.sqlite.jdbc4.JDBC4Connection@11034fdb: (connection evicted) 2025-05-13 14:40:38.536 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.536 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-159 - Closed. 2025-05-13 14:40:38.536 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-159 - Shutdown completed. 2025-05-13 14:40:38.536 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Shutdown initiated... 2025-05-13 14:40:38.536 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Close initiated... 2025-05-13 14:40:38.536 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.537 [HikariPool-160 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-160 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1633962a: (connection evicted) 2025-05-13 14:40:38.537 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.537 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-160 - Closed. 2025-05-13 14:40:38.537 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-160 - Shutdown completed. 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-161 - configuration: 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4eb0ed44 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-161" 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Starting... 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Added connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Added connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.538 [Test worker @coroutine#3570] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Start completed. 2025-05-13 14:40:38.547 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.553 [Test worker @coroutine#3571] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.554 [Test worker @coroutine#3573] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.555 [Test worker @coroutine#3575] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-162 - configuration: 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@504f2bcd 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-162" 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.555 [Test worker @coroutine#3570] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Starting... 2025-05-13 14:40:38.556 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Added connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7 2025-05-13 14:40:38.556 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Added connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7 2025-05-13 14:40:38.556 [Test worker @coroutine#3570] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Start completed. 2025-05-13 14:40:38.565 [DefaultDispatcher-worker-19 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:38.565 [DefaultDispatcher-worker-19 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.565 [DefaultDispatcher-worker-19 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.565 [DefaultDispatcher-worker-19 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.565 [Test worker @coroutine#3570] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7 2025-05-13 14:40:38.566 [DefaultDispatcher-worker-14 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.566 [DefaultDispatcher-worker-14 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.571 [Test worker @coroutine#3578] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7 2025-05-13 14:40:38.572 [Test worker @coroutine#3582] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7 2025-05-13 14:40:38.573 [Test worker @coroutine#3584] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7 2025-05-13 14:40:38.578 [DefaultDispatcher-worker-6 @coroutine#3586] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7 2025-05-13 14:40:38.586 [DefaultDispatcher-worker-3 @coroutine#3570] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.591 [DefaultDispatcher-worker-15 @coroutine#3570] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@67de5328 2025-05-13 14:40:38.594 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Shutdown initiated... 2025-05-13 14:40:38.595 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Close initiated... 2025-05-13 14:40:38.595 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.595 [HikariPool-161 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-161 - Closing connection org.sqlite.jdbc4.JDBC4Connection@67de5328: (connection evicted) 2025-05-13 14:40:38.595 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.595 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-161 - Closed. 2025-05-13 14:40:38.595 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-161 - Shutdown completed. 2025-05-13 14:40:38.595 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Shutdown initiated... 2025-05-13 14:40:38.595 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Close initiated... 2025-05-13 14:40:38.595 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.595 [HikariPool-162 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-162 - Closing connection org.sqlite.jdbc4.JDBC4Connection@45d28ab7: (connection evicted) 2025-05-13 14:40:38.596 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.596 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-162 - Closed. 2025-05-13 14:40:38.596 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-162 - Shutdown completed. 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-163 - configuration: 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@68330024 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.596 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-163" 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Starting... 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.597 [Test worker @coroutine#3630] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Start completed. 2025-05-13 14:40:38.605 [DefaultDispatcher-worker-14 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:38.605 [DefaultDispatcher-worker-14 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.605 [DefaultDispatcher-worker-14 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.605 [DefaultDispatcher-worker-14 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.606 [DefaultDispatcher-worker-12 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.606 [DefaultDispatcher-worker-12 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.607 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.612 [Test worker @coroutine#3634] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.613 [Test worker @coroutine#3636] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.614 [Test worker @coroutine#3638] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-164 - configuration: 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@407956a5 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-164" 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Starting... 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Added connection org.sqlite.jdbc4.JDBC4Connection@32a7c583 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Added connection org.sqlite.jdbc4.JDBC4Connection@32a7c583 2025-05-13 14:40:38.615 [Test worker @coroutine#3630] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Start completed. 2025-05-13 14:40:38.624 [Test worker @coroutine#3630] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32a7c583 2025-05-13 14:40:38.630 [Test worker @coroutine#3640] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32a7c583 2025-05-13 14:40:38.631 [Test worker @coroutine#3642] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32a7c583 2025-05-13 14:40:38.632 [Test worker @coroutine#3644] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32a7c583 2025-05-13 14:40:38.636 [DefaultDispatcher-worker-8 @coroutine#3646] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@32a7c583 2025-05-13 14:40:38.644 [DefaultDispatcher-worker-20 @coroutine#3630] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.647 [DefaultDispatcher-worker-11 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:38.647 [DefaultDispatcher-worker-11 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.647 [DefaultDispatcher-worker-11 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.647 [DefaultDispatcher-worker-11 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.648 [DefaultDispatcher-worker-11 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.648 [DefaultDispatcher-worker-12 @coroutine#3630] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c 2025-05-13 14:40:38.652 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Shutdown initiated... 2025-05-13 14:40:38.652 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Close initiated... 2025-05-13 14:40:38.652 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.652 [HikariPool-163 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-163 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7c5eb88c: (connection evicted) 2025-05-13 14:40:38.652 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.652 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-163 - Closed. 2025-05-13 14:40:38.652 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-163 - Shutdown completed. 2025-05-13 14:40:38.652 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Shutdown initiated... 2025-05-13 14:40:38.652 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Close initiated... 2025-05-13 14:40:38.652 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.652 [HikariPool-164 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-164 - Closing connection org.sqlite.jdbc4.JDBC4Connection@32a7c583: (connection evicted) 2025-05-13 14:40:38.653 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.653 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-164 - Closed. 2025-05-13 14:40:38.653 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-164 - Shutdown completed. 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-165 - configuration: 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@15d04c41 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-165" 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.653 [Test worker @coroutine#3692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Starting... 2025-05-13 14:40:38.654 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Added connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.654 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Added connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.654 [Test worker @coroutine#3692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Start completed. 2025-05-13 14:40:38.663 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.668 [Test worker @coroutine#3693] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.669 [Test worker @coroutine#3695] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.671 [Test worker @coroutine#3697] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-166 - configuration: 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@73c21b13 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-166" 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Starting... 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Added connection org.sqlite.jdbc4.JDBC4Connection@1964a3f 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Added connection org.sqlite.jdbc4.JDBC4Connection@1964a3f 2025-05-13 14:40:38.671 [Test worker @coroutine#3692] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Start completed. 2025-05-13 14:40:38.681 [DefaultDispatcher-worker-14 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:38.681 [DefaultDispatcher-worker-14 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.681 [DefaultDispatcher-worker-14 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.682 [DefaultDispatcher-worker-14 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.682 [Test worker @coroutine#3692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1964a3f 2025-05-13 14:40:38.682 [DefaultDispatcher-worker-10 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.682 [DefaultDispatcher-worker-10 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.690 [Test worker @coroutine#3701] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1964a3f 2025-05-13 14:40:38.691 [Test worker @coroutine#3704] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1964a3f 2025-05-13 14:40:38.692 [Test worker @coroutine#3706] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1964a3f 2025-05-13 14:40:38.697 [DefaultDispatcher-worker-2 @coroutine#3709] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1964a3f 2025-05-13 14:40:38.705 [DefaultDispatcher-worker-12 @coroutine#3692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.710 [DefaultDispatcher-worker-5 @coroutine#3692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4290332d 2025-05-13 14:40:38.714 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Shutdown initiated... 2025-05-13 14:40:38.714 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Close initiated... 2025-05-13 14:40:38.714 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.714 [HikariPool-165 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-165 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4290332d: (connection evicted) 2025-05-13 14:40:38.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.715 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-165 - Closed. 2025-05-13 14:40:38.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-165 - Shutdown completed. 2025-05-13 14:40:38.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Shutdown initiated... 2025-05-13 14:40:38.715 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Close initiated... 2025-05-13 14:40:38.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.715 [HikariPool-166 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-166 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1964a3f: (connection evicted) 2025-05-13 14:40:38.715 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.715 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-166 - Closed. 2025-05-13 14:40:38.715 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-166 - Shutdown completed. 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-167 - configuration: 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@19c145d2 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-167" 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Starting... 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Added connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Added connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.716 [Test worker @coroutine#3753] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Start completed. 2025-05-13 14:40:38.725 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.731 [Test worker @coroutine#3754] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.732 [Test worker @coroutine#3756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.733 [Test worker @coroutine#3758] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-168 - configuration: 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1b204439 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-168" 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Starting... 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Added connection org.sqlite.jdbc4.JDBC4Connection@46199519 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Added connection org.sqlite.jdbc4.JDBC4Connection@46199519 2025-05-13 14:40:38.734 [Test worker @coroutine#3753] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Start completed. 2025-05-13 14:40:38.743 [Test worker @coroutine#3753] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@46199519 2025-05-13 14:40:38.749 [Test worker @coroutine#3760] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@46199519 2025-05-13 14:40:38.750 [Test worker @coroutine#3762] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@46199519 2025-05-13 14:40:38.751 [Test worker @coroutine#3764] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@46199519 2025-05-13 14:40:38.755 [DefaultDispatcher-worker-14 @coroutine#3766] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@46199519 2025-05-13 14:40:38.763 [DefaultDispatcher-worker-11 @coroutine#3753] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.767 [DefaultDispatcher-worker-7 @coroutine#3753] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.771 [DefaultDispatcher-worker-9 @coroutine#3753] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@708f4d81 2025-05-13 14:40:38.775 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Shutdown initiated... 2025-05-13 14:40:38.775 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Close initiated... 2025-05-13 14:40:38.775 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.775 [HikariPool-167 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-167 - Closing connection org.sqlite.jdbc4.JDBC4Connection@708f4d81: (connection evicted) 2025-05-13 14:40:38.775 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.775 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-167 - Closed. 2025-05-13 14:40:38.775 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-167 - Shutdown completed. 2025-05-13 14:40:38.776 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Shutdown initiated... 2025-05-13 14:40:38.776 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Close initiated... 2025-05-13 14:40:38.776 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.776 [HikariPool-168 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-168 - Closing connection org.sqlite.jdbc4.JDBC4Connection@46199519: (connection evicted) 2025-05-13 14:40:38.776 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.776 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-168 - Closed. 2025-05-13 14:40:38.776 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-168 - Shutdown completed. 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-169 - configuration: 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@76b9056d 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-169" 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Starting... 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Added connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Added connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.777 [Test worker @coroutine#3812] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Start completed. 2025-05-13 14:40:38.786 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.790 [DefaultDispatcher-worker-12 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:38.790 [DefaultDispatcher-worker-12 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.791 [DefaultDispatcher-worker-12 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.791 [DefaultDispatcher-worker-12 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.791 [DefaultDispatcher-worker-15 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.791 [DefaultDispatcher-worker-15 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.793 [Test worker @coroutine#3813] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.794 [Test worker @coroutine#3818] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.795 [Test worker @coroutine#3820] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-170 - configuration: 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@27015621 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-170" 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Starting... 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Added connection org.sqlite.jdbc4.JDBC4Connection@ecc5101 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Added connection org.sqlite.jdbc4.JDBC4Connection@ecc5101 2025-05-13 14:40:38.796 [Test worker @coroutine#3812] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Start completed. 2025-05-13 14:40:38.804 [Test worker @coroutine#3812] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ecc5101 2025-05-13 14:40:38.809 [Test worker @coroutine#3822] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ecc5101 2025-05-13 14:40:38.810 [Test worker @coroutine#3824] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ecc5101 2025-05-13 14:40:38.811 [Test worker @coroutine#3826] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ecc5101 2025-05-13 14:40:38.815 [DefaultDispatcher-worker-20 @coroutine#3828] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ecc5101 2025-05-13 14:40:38.822 [DefaultDispatcher-worker-17 @coroutine#3812] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.826 [DefaultDispatcher-worker-3 @coroutine#3812] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.830 [DefaultDispatcher-worker-16 @coroutine#3812] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.839 [DefaultDispatcher-worker-7 @coroutine#3875] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b 2025-05-13 14:40:38.842 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Shutdown initiated... 2025-05-13 14:40:38.842 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Close initiated... 2025-05-13 14:40:38.842 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.842 [HikariPool-169 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-169 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4bcfa08b: (connection evicted) 2025-05-13 14:40:38.842 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.842 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-169 - Closed. 2025-05-13 14:40:38.842 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-169 - Shutdown completed. 2025-05-13 14:40:38.842 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Shutdown initiated... 2025-05-13 14:40:38.842 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Close initiated... 2025-05-13 14:40:38.842 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.842 [HikariPool-170 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-170 - Closing connection org.sqlite.jdbc4.JDBC4Connection@ecc5101: (connection evicted) 2025-05-13 14:40:38.843 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.843 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-170 - Closed. 2025-05-13 14:40:38.843 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-170 - Shutdown completed. 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-171 - configuration: 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6a3cb81c 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.843 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-171" 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Starting... 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Added connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Added connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.844 [Test worker @coroutine#3902] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Start completed. 2025-05-13 14:40:38.851 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.856 [Test worker @coroutine#3903] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.857 [Test worker @coroutine#3905] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.858 [Test worker @coroutine#3907] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-172 - configuration: 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6f8c6694 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-172" 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Starting... 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Added connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Added connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb 2025-05-13 14:40:38.858 [Test worker @coroutine#3902] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Start completed. 2025-05-13 14:40:38.866 [Test worker @coroutine#3902] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb 2025-05-13 14:40:38.870 [Test worker @coroutine#3909] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb 2025-05-13 14:40:38.872 [Test worker @coroutine#3911] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb 2025-05-13 14:40:38.873 [Test worker @coroutine#3913] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb 2025-05-13 14:40:38.873 [DefaultDispatcher-worker-15 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:38.873 [DefaultDispatcher-worker-15 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.873 [DefaultDispatcher-worker-15 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.873 [DefaultDispatcher-worker-15 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.874 [DefaultDispatcher-worker-13 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.874 [DefaultDispatcher-worker-13 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.876 [DefaultDispatcher-worker-15 @coroutine#3916] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb 2025-05-13 14:40:38.883 [DefaultDispatcher-worker-15 @coroutine#3902] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.888 [DefaultDispatcher-worker-12 @coroutine#3902] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.889 [Test worker @coroutine#3928] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4437af21 2025-05-13 14:40:38.893 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Shutdown initiated... 2025-05-13 14:40:38.893 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Close initiated... 2025-05-13 14:40:38.893 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.893 [HikariPool-171 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-171 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4437af21: (connection evicted) 2025-05-13 14:40:38.894 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.894 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-171 - Closed. 2025-05-13 14:40:38.894 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-171 - Shutdown completed. 2025-05-13 14:40:38.894 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Shutdown initiated... 2025-05-13 14:40:38.894 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Close initiated... 2025-05-13 14:40:38.894 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.894 [HikariPool-172 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-172 - Closing connection org.sqlite.jdbc4.JDBC4Connection@16fa28eb: (connection evicted) 2025-05-13 14:40:38.894 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.894 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-172 - Closed. 2025-05-13 14:40:38.894 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-172 - Shutdown completed. 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-173 - configuration: 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@439c706 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-173" 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Starting... 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Added connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Added connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.895 [Test worker @coroutine#3964] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Start completed. 2025-05-13 14:40:38.902 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.908 [Test worker @coroutine#3965] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.908 [Test worker @coroutine#3967] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.909 [Test worker @coroutine#3969] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-174 - configuration: 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@46700301 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.909 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-174" 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Starting... 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Added connection org.sqlite.jdbc4.JDBC4Connection@786125a6 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Added connection org.sqlite.jdbc4.JDBC4Connection@786125a6 2025-05-13 14:40:38.910 [Test worker @coroutine#3964] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Start completed. 2025-05-13 14:40:38.917 [Test worker @coroutine#3964] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@786125a6 2025-05-13 14:40:38.922 [Test worker @coroutine#3971] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@786125a6 2025-05-13 14:40:38.922 [Test worker @coroutine#3973] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@786125a6 2025-05-13 14:40:38.923 [Test worker @coroutine#3975] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@786125a6 2025-05-13 14:40:38.927 [DefaultDispatcher-worker-5 @coroutine#3977] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@786125a6 2025-05-13 14:40:38.934 [DefaultDispatcher-worker-5 @coroutine#3964] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.938 [DefaultDispatcher-worker-11 @coroutine#3964] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.940 [Test worker @coroutine#3987] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.941 [Test worker @coroutine#3989] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73344f4a 2025-05-13 14:40:38.944 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Shutdown initiated... 2025-05-13 14:40:38.944 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Close initiated... 2025-05-13 14:40:38.944 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.944 [HikariPool-173 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-173 - Closing connection org.sqlite.jdbc4.JDBC4Connection@73344f4a: (connection evicted) 2025-05-13 14:40:38.945 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.945 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-173 - Closed. 2025-05-13 14:40:38.945 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-173 - Shutdown completed. 2025-05-13 14:40:38.945 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Shutdown initiated... 2025-05-13 14:40:38.945 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Close initiated... 2025-05-13 14:40:38.945 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:38.945 [HikariPool-174 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-174 - Closing connection org.sqlite.jdbc4.JDBC4Connection@786125a6: (connection evicted) 2025-05-13 14:40:38.945 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:38.945 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-174 - Closed. 2025-05-13 14:40:38.945 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-174 - Shutdown completed. 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-175 - configuration: 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@142ac60e 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-175" 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Starting... 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Added connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:38.946 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Added connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:38.947 [Test worker @coroutine#4025] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Start completed. 2025-05-13 14:40:38.954 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:38.959 [Test worker @coroutine#4026] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:38.959 [Test worker @coroutine#4028] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:38.961 [Test worker @coroutine#4030] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-176 - configuration: 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@665902eb 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-176" 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Starting... 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Added connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195 2025-05-13 14:40:38.961 [Test worker @coroutine#4025] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Start completed. 2025-05-13 14:40:38.968 [Test worker @coroutine#4025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195 2025-05-13 14:40:38.974 [Test worker @coroutine#4032] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195 2025-05-13 14:40:38.974 [DefaultDispatcher-worker-16 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:38.974 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.974 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:38.974 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.975 [DefaultDispatcher-worker-11 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.975 [Test worker @coroutine#4034] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195 2025-05-13 14:40:38.975 [DefaultDispatcher-worker-11 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:38.977 [Test worker @coroutine#4039] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195 2025-05-13 14:40:38.980 [DefaultDispatcher-worker-18 @coroutine#4041] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195 2025-05-13 14:40:38.987 [DefaultDispatcher-worker-20 @coroutine#4025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:38.991 [DefaultDispatcher-worker-19 @coroutine#4025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@9b84747 2025-05-13 14:40:39.029 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Shutdown initiated... 2025-05-13 14:40:39.029 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Close initiated... 2025-05-13 14:40:39.029 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.029 [HikariPool-175 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-175 - Closing connection org.sqlite.jdbc4.JDBC4Connection@9b84747: (connection evicted) 2025-05-13 14:40:39.030 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.030 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-175 - Closed. 2025-05-13 14:40:39.030 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-175 - Shutdown completed. 2025-05-13 14:40:39.030 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Shutdown initiated... 2025-05-13 14:40:39.030 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Close initiated... 2025-05-13 14:40:39.030 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.030 [HikariPool-176 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-176 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6ca6d195: (connection evicted) 2025-05-13 14:40:39.030 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.030 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-176 - Closed. 2025-05-13 14:40:39.030 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-176 - Shutdown completed. 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-177 - configuration: 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7bdbf06f 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-177" 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Starting... 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Added connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Added connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.031 [Test worker @coroutine#4105] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Start completed. 2025-05-13 14:40:39.039 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.043 [Test worker @coroutine#4106] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.044 [Test worker @coroutine#4108] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.045 [Test worker @coroutine#4110] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-178 - configuration: 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2cb09f00 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.045 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-178" 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Starting... 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Added connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Added connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9 2025-05-13 14:40:39.046 [Test worker @coroutine#4105] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Start completed. 2025-05-13 14:40:39.053 [Test worker @coroutine#4105] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9 2025-05-13 14:40:39.058 [Test worker @coroutine#4112] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9 2025-05-13 14:40:39.059 [Test worker @coroutine#4114] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9 2025-05-13 14:40:39.060 [Test worker @coroutine#4116] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9 2025-05-13 14:40:39.064 [DefaultDispatcher-worker-19 @coroutine#4118] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9 2025-05-13 14:40:39.071 [DefaultDispatcher-worker-6 @coroutine#4105] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.075 [DefaultDispatcher-worker-1 @coroutine#4105] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53fa630 2025-05-13 14:40:39.079 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Shutdown initiated... 2025-05-13 14:40:39.079 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Close initiated... 2025-05-13 14:40:39.079 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.079 [HikariPool-177 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-177 - Closing connection org.sqlite.jdbc4.JDBC4Connection@53fa630: (connection evicted) 2025-05-13 14:40:39.080 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.080 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-177 - Closed. 2025-05-13 14:40:39.080 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-177 - Shutdown completed. 2025-05-13 14:40:39.080 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Shutdown initiated... 2025-05-13 14:40:39.080 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Close initiated... 2025-05-13 14:40:39.080 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.080 [HikariPool-178 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-178 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1aae50f9: (connection evicted) 2025-05-13 14:40:39.081 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.081 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-178 - Closed. 2025-05-13 14:40:39.081 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-178 - Shutdown completed. 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-179 - configuration: 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7f7eeaaf 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-179" 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.081 [Test worker @coroutine#4162] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Starting... 2025-05-13 14:40:39.082 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Added connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.082 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Added connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.082 [Test worker @coroutine#4162] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Start completed. 2025-05-13 14:40:39.089 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.094 [Test worker @coroutine#4163] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.095 [Test worker @coroutine#4165] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.096 [Test worker @coroutine#4167] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-180 - configuration: 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@341c8f67 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-180" 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Starting... 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Added connection org.sqlite.jdbc4.JDBC4Connection@25bc36 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Added connection org.sqlite.jdbc4.JDBC4Connection@25bc36 2025-05-13 14:40:39.096 [Test worker @coroutine#4162] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Start completed. 2025-05-13 14:40:39.107 [Test worker @coroutine#4162] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25bc36 2025-05-13 14:40:39.116 [Test worker @coroutine#4169] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25bc36 2025-05-13 14:40:39.116 [Test worker @coroutine#4171] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25bc36 2025-05-13 14:40:39.117 [Test worker @coroutine#4173] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25bc36 2025-05-13 14:40:39.122 [DefaultDispatcher-worker-12 @coroutine#4175] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25bc36 2025-05-13 14:40:39.128 [DefaultDispatcher-worker-10 @coroutine#4162] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.133 [DefaultDispatcher-worker-19 @coroutine#4162] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.134 [Test worker @coroutine#4185] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.135 [Test worker @coroutine#4187] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@38499139 2025-05-13 14:40:39.138 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Shutdown initiated... 2025-05-13 14:40:39.138 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Close initiated... 2025-05-13 14:40:39.138 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.139 [HikariPool-179 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-179 - Closing connection org.sqlite.jdbc4.JDBC4Connection@38499139: (connection evicted) 2025-05-13 14:40:39.139 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.139 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-179 - Closed. 2025-05-13 14:40:39.139 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-179 - Shutdown completed. 2025-05-13 14:40:39.139 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Shutdown initiated... 2025-05-13 14:40:39.139 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Close initiated... 2025-05-13 14:40:39.139 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.139 [HikariPool-180 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-180 - Closing connection org.sqlite.jdbc4.JDBC4Connection@25bc36: (connection evicted) 2025-05-13 14:40:39.140 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.140 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-180 - Closed. 2025-05-13 14:40:39.140 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-180 - Shutdown completed. 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-181 - configuration: 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1d4ee7d7 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-181" 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.140 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.141 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.141 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.141 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.141 [Test worker @coroutine#4223] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Starting... 2025-05-13 14:40:39.141 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Added connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.141 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Added connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.141 [Test worker @coroutine#4223] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Start completed. 2025-05-13 14:40:39.148 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.153 [Test worker @coroutine#4224] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.154 [Test worker @coroutine#4226] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.155 [Test worker @coroutine#4228] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-182 - configuration: 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4cb37177 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-182" 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Starting... 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa 2025-05-13 14:40:39.155 [Test worker @coroutine#4223] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Start completed. 2025-05-13 14:40:39.162 [Test worker @coroutine#4223] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa 2025-05-13 14:40:39.167 [Test worker @coroutine#4230] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa 2025-05-13 14:40:39.168 [Test worker @coroutine#4232] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa 2025-05-13 14:40:39.169 [Test worker @coroutine#4234] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa 2025-05-13 14:40:39.172 [DefaultDispatcher-worker-19 @coroutine#4236] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa 2025-05-13 14:40:39.179 [DefaultDispatcher-worker-19 @coroutine#4223] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.184 [DefaultDispatcher-worker-8 @coroutine#4223] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.189 [UI Thread @coroutine#4285] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@62ae5180 2025-05-13 14:40:39.191 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Shutdown initiated... 2025-05-13 14:40:39.191 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Close initiated... 2025-05-13 14:40:39.191 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.191 [HikariPool-181 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-181 - Closing connection org.sqlite.jdbc4.JDBC4Connection@62ae5180: (connection evicted) 2025-05-13 14:40:39.192 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.192 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-181 - Closed. 2025-05-13 14:40:39.192 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-181 - Shutdown completed. 2025-05-13 14:40:39.192 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Shutdown initiated... 2025-05-13 14:40:39.192 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Close initiated... 2025-05-13 14:40:39.192 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.192 [HikariPool-182 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-182 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7ff395fa: (connection evicted) 2025-05-13 14:40:39.192 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.192 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-182 - Closed. 2025-05-13 14:40:39.192 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-182 - Shutdown completed. 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-183 - configuration: 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.193 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2baf2c6 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-183" 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Starting... 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Added connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Added connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.194 [Test worker @coroutine#4315] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Start completed. 2025-05-13 14:40:39.203 [Test worker @coroutine#4315] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.208 [Test worker @coroutine#4316] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.208 [Test worker @coroutine#4318] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.209 [Test worker @coroutine#4320] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.214 [DefaultDispatcher-worker-16 @coroutine#4322] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.215 [Test worker @coroutine#4325] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.222 [Test worker @coroutine#4335] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@13b012 2025-05-13 14:40:39.234 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Shutdown initiated... 2025-05-13 14:40:39.234 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Close initiated... 2025-05-13 14:40:39.234 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.234 [HikariPool-183 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-183 - Closing connection org.sqlite.jdbc4.JDBC4Connection@13b012: (connection evicted) 2025-05-13 14:40:39.235 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.235 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-183 - Closed. 2025-05-13 14:40:39.235 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-183 - Shutdown completed. 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-184 - configuration: 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@10f03ab0 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-184" 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Starting... 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Added connection org.sqlite.jdbc4.JDBC4Connection@489ec791 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Added connection org.sqlite.jdbc4.JDBC4Connection@489ec791 2025-05-13 14:40:39.236 [Test worker @coroutine#4348] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Start completed. 2025-05-13 14:40:39.243 [Test worker @coroutine#4348] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@489ec791 2025-05-13 14:40:39.248 [Test worker @coroutine#4349] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@489ec791 2025-05-13 14:40:39.249 [Test worker @coroutine#4351] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@489ec791 2025-05-13 14:40:39.250 [Test worker @coroutine#4353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-184 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@489ec791 2025-05-13 14:40:39.252 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Shutdown initiated... 2025-05-13 14:40:39.252 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Close initiated... 2025-05-13 14:40:39.252 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:39.252 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.252 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-184 - Closed. 2025-05-13 14:40:39.252 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-184 - Shutdown completed. 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-185 - configuration: 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7d91e9c9 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-185" 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.253 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.254 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.254 [Test worker @coroutine#4378] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Starting... 2025-05-13 14:40:39.254 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Added connection org.sqlite.jdbc4.JDBC4Connection@759fe679 2025-05-13 14:40:39.254 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Added connection org.sqlite.jdbc4.JDBC4Connection@759fe679 2025-05-13 14:40:39.254 [Test worker @coroutine#4378] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Start completed. 2025-05-13 14:40:39.261 [Test worker @coroutine#4378] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@759fe679 2025-05-13 14:40:39.266 [Test worker @coroutine#4379] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@759fe679 2025-05-13 14:40:39.267 [Test worker @coroutine#4381] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@759fe679 2025-05-13 14:40:39.268 [Test worker @coroutine#4383] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-185 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@759fe679 2025-05-13 14:40:39.270 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Shutdown initiated... 2025-05-13 14:40:39.270 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Close initiated... 2025-05-13 14:40:39.270 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:39.270 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.270 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-185 - Closed. 2025-05-13 14:40:39.270 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-185 - Shutdown completed. 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-186 - configuration: 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3f976f43 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-186" 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.271 [Test worker @coroutine#4408] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Starting... 2025-05-13 14:40:39.272 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c4663ec 2025-05-13 14:40:39.272 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Added connection org.sqlite.jdbc4.JDBC4Connection@7c4663ec 2025-05-13 14:40:39.272 [Test worker @coroutine#4408] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Start completed. 2025-05-13 14:40:39.279 [Test worker @coroutine#4408] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c4663ec 2025-05-13 14:40:39.284 [Test worker @coroutine#4409] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c4663ec 2025-05-13 14:40:39.285 [Test worker @coroutine#4411] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c4663ec 2025-05-13 14:40:39.286 [Test worker @coroutine#4414] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-186 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c4663ec 2025-05-13 14:40:39.288 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Shutdown initiated... 2025-05-13 14:40:39.288 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Close initiated... 2025-05-13 14:40:39.288 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:39.288 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.288 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-186 - Closed. 2025-05-13 14:40:39.288 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-186 - Shutdown completed. 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-187 - configuration: 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@133e7789 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-187" 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Starting... 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Added connection org.sqlite.jdbc4.JDBC4Connection@7845f53d 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Added connection org.sqlite.jdbc4.JDBC4Connection@7845f53d 2025-05-13 14:40:39.289 [Test worker @coroutine#4443] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Start completed. 2025-05-13 14:40:39.297 [Test worker @coroutine#4443] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7845f53d 2025-05-13 14:40:39.302 [Test worker @coroutine#4445] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7845f53d 2025-05-13 14:40:39.303 [Test worker @coroutine#4447] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7845f53d 2025-05-13 14:40:39.304 [Test worker @coroutine#4449] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7845f53d 2025-05-13 14:40:39.308 [DefaultDispatcher-worker-3 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:39.308 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.308 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.308 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.309 [DefaultDispatcher-worker-19 @coroutine#4451] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7845f53d 2025-05-13 14:40:39.309 [DefaultDispatcher-worker-8 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.309 [DefaultDispatcher-worker-8 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.317 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Shutdown initiated... 2025-05-13 14:40:39.317 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Close initiated... 2025-05-13 14:40:39.317 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.318 [HikariPool-187 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-187 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7845f53d: (connection evicted) 2025-05-13 14:40:39.318 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.318 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-187 - Closed. 2025-05-13 14:40:39.318 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-187 - Shutdown completed. 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-188 - configuration: 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@543669de 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-188" 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Starting... 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f709b99 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Added connection org.sqlite.jdbc4.JDBC4Connection@5f709b99 2025-05-13 14:40:39.319 [Test worker @coroutine#4474] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Start completed. 2025-05-13 14:40:39.327 [Test worker @coroutine#4474] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f709b99 2025-05-13 14:40:39.331 [Test worker @coroutine#4475] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f709b99 2025-05-13 14:40:39.332 [Test worker @coroutine#4477] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f709b99 2025-05-13 14:40:39.333 [Test worker @coroutine#4479] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-188 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5f709b99 2025-05-13 14:40:39.335 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Shutdown initiated... 2025-05-13 14:40:39.335 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Close initiated... 2025-05-13 14:40:39.335 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:39.335 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.335 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-188 - Closed. 2025-05-13 14:40:39.335 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-188 - Shutdown completed. 2025-05-13 14:40:39.335 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-189 - configuration: 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5b1295c0 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-189" 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Starting... 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Added connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Added connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.336 [Test worker @coroutine#4504] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Start completed. 2025-05-13 14:40:39.344 [Test worker @coroutine#4504] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.349 [Test worker @coroutine#4505] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.349 [Test worker @coroutine#4507] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.350 [Test worker @coroutine#4509] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.355 [DefaultDispatcher-worker-10 @coroutine#4511] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.355 [Test worker @coroutine#4515] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.357 [Test worker @coroutine#4529] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45bb5862 2025-05-13 14:40:39.368 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Shutdown initiated... 2025-05-13 14:40:39.368 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Close initiated... 2025-05-13 14:40:39.368 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.369 [HikariPool-189 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-189 - Closing connection org.sqlite.jdbc4.JDBC4Connection@45bb5862: (connection evicted) 2025-05-13 14:40:39.369 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.369 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-189 - Closed. 2025-05-13 14:40:39.369 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-189 - Shutdown completed. 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-190 - configuration: 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6114ed6f 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-190" 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Starting... 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Added connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Added connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.370 [Test worker @coroutine#4537] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Start completed. 2025-05-13 14:40:39.378 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.382 [Test worker @coroutine#4538] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.383 [Test worker @coroutine#4540] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.384 [Test worker @coroutine#4542] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-191 - configuration: 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@54c76c23 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-191" 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.384 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.385 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.385 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.385 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.385 [Test worker @coroutine#4537] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Starting... 2025-05-13 14:40:39.385 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Added connection org.sqlite.jdbc4.JDBC4Connection@48f6f272 2025-05-13 14:40:39.385 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Added connection org.sqlite.jdbc4.JDBC4Connection@48f6f272 2025-05-13 14:40:39.385 [Test worker @coroutine#4537] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Start completed. 2025-05-13 14:40:39.393 [Test worker @coroutine#4537] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@48f6f272 2025-05-13 14:40:39.397 [Test worker @coroutine#4545] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@48f6f272 2025-05-13 14:40:39.398 [Test worker @coroutine#4547] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@48f6f272 2025-05-13 14:40:39.399 [Test worker @coroutine#4549] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@48f6f272 2025-05-13 14:40:39.403 [DefaultDispatcher-worker-6 @coroutine#4551] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@48f6f272 2025-05-13 14:40:39.408 [DefaultDispatcher-worker-9 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:39.408 [DefaultDispatcher-worker-9 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.408 [DefaultDispatcher-worker-9 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.408 [DefaultDispatcher-worker-9 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.409 [DefaultDispatcher-worker-20 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.409 [DefaultDispatcher-worker-20 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.410 [DefaultDispatcher-worker-20 @coroutine#4537] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.419 [DefaultDispatcher-worker-15 @coroutine#4537] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30f929ff 2025-05-13 14:40:39.424 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Shutdown initiated... 2025-05-13 14:40:39.424 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Close initiated... 2025-05-13 14:40:39.424 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.424 [HikariPool-190 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-190 - Closing connection org.sqlite.jdbc4.JDBC4Connection@30f929ff: (connection evicted) 2025-05-13 14:40:39.424 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.424 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-190 - Closed. 2025-05-13 14:40:39.424 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-190 - Shutdown completed. 2025-05-13 14:40:39.425 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Shutdown initiated... 2025-05-13 14:40:39.425 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Close initiated... 2025-05-13 14:40:39.425 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.425 [HikariPool-191 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-191 - Closing connection org.sqlite.jdbc4.JDBC4Connection@48f6f272: (connection evicted) 2025-05-13 14:40:39.425 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.425 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-191 - Closed. 2025-05-13 14:40:39.425 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-191 - Shutdown completed. 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-192 - configuration: 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7a4efee2 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-192" 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Starting... 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Added connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Added connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.426 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Start completed. 2025-05-13 14:40:39.433 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.438 [Test worker @coroutine#4568] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.439 [Test worker @coroutine#4570] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.440 [Test worker @coroutine#4572] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-193 - configuration: 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6e48dc84 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-193" 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Starting... 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Added connection org.sqlite.jdbc4.JDBC4Connection@2449dff5 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Added connection org.sqlite.jdbc4.JDBC4Connection@2449dff5 2025-05-13 14:40:39.440 [Test worker @coroutine#4567] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Start completed. 2025-05-13 14:40:39.448 [Test worker @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2449dff5 2025-05-13 14:40:39.453 [Test worker @coroutine#4574] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2449dff5 2025-05-13 14:40:39.454 [Test worker @coroutine#4576] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2449dff5 2025-05-13 14:40:39.455 [Test worker @coroutine#4578] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2449dff5 2025-05-13 14:40:39.459 [DefaultDispatcher-worker-18 @coroutine#4580] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2449dff5 2025-05-13 14:40:39.466 [DefaultDispatcher-worker-8 @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.474 [DefaultDispatcher-worker-16 @coroutine#4567] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@18791f7b 2025-05-13 14:40:39.476 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Shutdown initiated... 2025-05-13 14:40:39.476 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Close initiated... 2025-05-13 14:40:39.476 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.476 [HikariPool-192 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-192 - Closing connection org.sqlite.jdbc4.JDBC4Connection@18791f7b: (connection evicted) 2025-05-13 14:40:39.476 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.476 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-192 - Closed. 2025-05-13 14:40:39.476 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-192 - Shutdown completed. 2025-05-13 14:40:39.476 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Shutdown initiated... 2025-05-13 14:40:39.476 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Close initiated... 2025-05-13 14:40:39.476 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.476 [HikariPool-193 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-193 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2449dff5: (connection evicted) 2025-05-13 14:40:39.477 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.477 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-193 - Closed. 2025-05-13 14:40:39.477 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-193 - Shutdown completed. 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-194 - configuration: 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@138c2ba 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-194" 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.478 [Test worker @coroutine#4594] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Starting... 2025-05-13 14:40:39.479 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.479 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.479 [Test worker @coroutine#4594] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Start completed. 2025-05-13 14:40:39.486 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.488 [DefaultDispatcher-worker-18 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:39.488 [DefaultDispatcher-worker-18 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.488 [DefaultDispatcher-worker-18 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.488 [DefaultDispatcher-worker-18 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.489 [DefaultDispatcher-worker-4 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.489 [DefaultDispatcher-worker-4 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.491 [Test worker @coroutine#4595] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.492 [Test worker @coroutine#4600] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.493 [Test worker @coroutine#4602] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-195 - configuration: 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6212dc7d 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.493 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-195" 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Starting... 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a 2025-05-13 14:40:39.494 [Test worker @coroutine#4594] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Start completed. 2025-05-13 14:40:39.503 [Test worker @coroutine#4594] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a 2025-05-13 14:40:39.508 [Test worker @coroutine#4604] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a 2025-05-13 14:40:39.509 [Test worker @coroutine#4606] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a 2025-05-13 14:40:39.512 [Test worker @coroutine#4608] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a 2025-05-13 14:40:39.516 [DefaultDispatcher-worker-6 @coroutine#4610] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a 2025-05-13 14:40:39.524 [DefaultDispatcher-worker-7 @coroutine#4594] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.531 [DefaultDispatcher-worker-4 @coroutine#4594] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.535 [DefaultDispatcher-worker-20 @coroutine#4594] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.540 [DefaultDispatcher-worker-4 @coroutine#4594] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c832820 2025-05-13 14:40:39.546 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Shutdown initiated... 2025-05-13 14:40:39.546 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Close initiated... 2025-05-13 14:40:39.546 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.546 [HikariPool-194 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-194 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3c832820: (connection evicted) 2025-05-13 14:40:39.547 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.547 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-194 - Closed. 2025-05-13 14:40:39.547 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-194 - Shutdown completed. 2025-05-13 14:40:39.547 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Shutdown initiated... 2025-05-13 14:40:39.547 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Close initiated... 2025-05-13 14:40:39.547 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.547 [HikariPool-195 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-195 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2bf3ec4a: (connection evicted) 2025-05-13 14:40:39.548 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.548 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-195 - Closed. 2025-05-13 14:40:39.548 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-195 - Shutdown completed. 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-196 - configuration: 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@62fee9c3 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-196" 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Starting... 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Added connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Added connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.549 [Test worker @coroutine#4636] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Start completed. 2025-05-13 14:40:39.557 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.562 [Test worker @coroutine#4637] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.563 [Test worker @coroutine#4639] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.564 [Test worker @coroutine#4641] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-197 - configuration: 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1c9fa12 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-197" 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Starting... 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f091800 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f091800 2025-05-13 14:40:39.564 [Test worker @coroutine#4636] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Start completed. 2025-05-13 14:40:39.570 [DefaultDispatcher-worker-20 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:39.570 [DefaultDispatcher-worker-20 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.570 [DefaultDispatcher-worker-20 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.570 [DefaultDispatcher-worker-20 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.571 [DefaultDispatcher-worker-4 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.571 [DefaultDispatcher-worker-4 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.572 [Test worker @coroutine#4636] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f091800 2025-05-13 14:40:39.577 [Test worker @coroutine#4646] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f091800 2025-05-13 14:40:39.578 [Test worker @coroutine#4648] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f091800 2025-05-13 14:40:39.579 [Test worker @coroutine#4650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f091800 2025-05-13 14:40:39.583 [DefaultDispatcher-worker-13 @coroutine#4652] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4f091800 2025-05-13 14:40:39.591 [DefaultDispatcher-worker-13 @coroutine#4636] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.596 [DefaultDispatcher-worker-3 @coroutine#4636] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.600 [DefaultDispatcher-worker-1 @coroutine#4636] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e 2025-05-13 14:40:39.607 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Shutdown initiated... 2025-05-13 14:40:39.607 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Close initiated... 2025-05-13 14:40:39.607 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.607 [HikariPool-196 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-196 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3abe1c9e: (connection evicted) 2025-05-13 14:40:39.608 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.608 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-196 - Closed. 2025-05-13 14:40:39.608 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-196 - Shutdown completed. 2025-05-13 14:40:39.608 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Shutdown initiated... 2025-05-13 14:40:39.608 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Close initiated... 2025-05-13 14:40:39.608 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.608 [HikariPool-197 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-197 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4f091800: (connection evicted) 2025-05-13 14:40:39.608 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.608 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-197 - Closed. 2025-05-13 14:40:39.608 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-197 - Shutdown completed. 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-198 - configuration: 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5698a866 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-198" 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Starting... 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Added connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Added connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.609 [Test worker @coroutine#4677] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Start completed. 2025-05-13 14:40:39.610 [DefaultDispatcher-worker-12 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:39.610 [DefaultDispatcher-worker-12 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.610 [DefaultDispatcher-worker-12 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.610 [DefaultDispatcher-worker-12 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.611 [DefaultDispatcher-worker-9 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.611 [DefaultDispatcher-worker-9 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.617 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.622 [Test worker @coroutine#4681] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.623 [Test worker @coroutine#4683] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.624 [Test worker @coroutine#4685] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-199 - configuration: 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6990f6af 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-199" 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.624 [Test worker @coroutine#4677] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Starting... 2025-05-13 14:40:39.625 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Added connection org.sqlite.jdbc4.JDBC4Connection@200ef05b 2025-05-13 14:40:39.625 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Added connection org.sqlite.jdbc4.JDBC4Connection@200ef05b 2025-05-13 14:40:39.625 [Test worker @coroutine#4677] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Start completed. 2025-05-13 14:40:39.632 [Test worker @coroutine#4677] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@200ef05b 2025-05-13 14:40:39.637 [Test worker @coroutine#4688] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@200ef05b 2025-05-13 14:40:39.638 [Test worker @coroutine#4690] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@200ef05b 2025-05-13 14:40:39.639 [Test worker @coroutine#4692] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@200ef05b 2025-05-13 14:40:39.643 [DefaultDispatcher-worker-20 @coroutine#4694] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@200ef05b 2025-05-13 14:40:39.651 [DefaultDispatcher-worker-15 @coroutine#4677] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.652 [DefaultDispatcher-worker-19 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:39.652 [DefaultDispatcher-worker-19 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.652 [DefaultDispatcher-worker-19 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.652 [DefaultDispatcher-worker-19 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.653 [DefaultDispatcher-worker-8 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.656 [DefaultDispatcher-worker-5 @coroutine#4677] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@45b221c7 2025-05-13 14:40:39.658 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Shutdown initiated... 2025-05-13 14:40:39.658 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Close initiated... 2025-05-13 14:40:39.658 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.658 [HikariPool-198 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-198 - Closing connection org.sqlite.jdbc4.JDBC4Connection@45b221c7: (connection evicted) 2025-05-13 14:40:39.658 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.659 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-198 - Closed. 2025-05-13 14:40:39.659 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-198 - Shutdown completed. 2025-05-13 14:40:39.659 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Shutdown initiated... 2025-05-13 14:40:39.659 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Close initiated... 2025-05-13 14:40:39.659 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.659 [HikariPool-199 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-199 - Closing connection org.sqlite.jdbc4.JDBC4Connection@200ef05b: (connection evicted) 2025-05-13 14:40:39.659 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.659 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-199 - Closed. 2025-05-13 14:40:39.659 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-199 - Shutdown completed. 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-200 - configuration: 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@522fc67 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-200" 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Starting... 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Added connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Added connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.661 [Test worker @coroutine#4719] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Start completed. 2025-05-13 14:40:39.669 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.674 [Test worker @coroutine#4721] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.675 [Test worker @coroutine#4723] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.676 [Test worker @coroutine#4725] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-201 - configuration: 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3269ae62 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-201" 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Starting... 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Added connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f 2025-05-13 14:40:39.676 [Test worker @coroutine#4719] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Start completed. 2025-05-13 14:40:39.684 [Test worker @coroutine#4719] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f 2025-05-13 14:40:39.687 [DefaultDispatcher-worker-17 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:39.687 [DefaultDispatcher-worker-17 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.687 [DefaultDispatcher-worker-17 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.687 [DefaultDispatcher-worker-17 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.688 [DefaultDispatcher-worker-6 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.688 [DefaultDispatcher-worker-6 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.690 [Test worker @coroutine#4727] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f 2025-05-13 14:40:39.691 [Test worker @coroutine#4732] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f 2025-05-13 14:40:39.692 [Test worker @coroutine#4734] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f 2025-05-13 14:40:39.696 [DefaultDispatcher-worker-13 @coroutine#4736] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f 2025-05-13 14:40:39.703 [DefaultDispatcher-worker-11 @coroutine#4719] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.710 [DefaultDispatcher-worker-5 @coroutine#4719] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.721 [DefaultDispatcher-worker-20 @coroutine#4750] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4 2025-05-13 14:40:39.722 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Shutdown initiated... 2025-05-13 14:40:39.722 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Close initiated... 2025-05-13 14:40:39.722 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.722 [HikariPool-200 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-200 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5caf9ea4: (connection evicted) 2025-05-13 14:40:39.723 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.723 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-200 - Closed. 2025-05-13 14:40:39.723 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-200 - Shutdown completed. 2025-05-13 14:40:39.723 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Shutdown initiated... 2025-05-13 14:40:39.723 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Close initiated... 2025-05-13 14:40:39.723 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.723 [HikariPool-201 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-201 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3c9e169f: (connection evicted) 2025-05-13 14:40:39.724 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.724 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-201 - Closed. 2025-05-13 14:40:39.724 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-201 - Shutdown completed. 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-202 - configuration: 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7061a5e7 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-202" 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.724 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.725 [Test worker @coroutine#4756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Starting... 2025-05-13 14:40:39.725 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.725 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Added connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.725 [Test worker @coroutine#4756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Start completed. 2025-05-13 14:40:39.733 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.738 [Test worker @coroutine#4757] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.739 [Test worker @coroutine#4759] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.740 [Test worker @coroutine#4761] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-203 - configuration: 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4ae45ff 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.740 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-203" 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Starting... 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c927487 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c927487 2025-05-13 14:40:39.741 [Test worker @coroutine#4756] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Start completed. 2025-05-13 14:40:39.748 [Test worker @coroutine#4756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c927487 2025-05-13 14:40:39.753 [Test worker @coroutine#4763] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c927487 2025-05-13 14:40:39.754 [Test worker @coroutine#4765] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c927487 2025-05-13 14:40:39.755 [Test worker @coroutine#4767] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c927487 2025-05-13 14:40:39.759 [DefaultDispatcher-worker-2 @coroutine#4770] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c927487 2025-05-13 14:40:39.766 [DefaultDispatcher-worker-12 @coroutine#4756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.771 [DefaultDispatcher-worker-14 @coroutine#4756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.774 [DefaultDispatcher-worker-7 @coroutine#4756] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.781 [DefaultDispatcher-worker-9 @coroutine#4786] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73 2025-05-13 14:40:39.782 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Shutdown initiated... 2025-05-13 14:40:39.782 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Close initiated... 2025-05-13 14:40:39.782 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.782 [HikariPool-202 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-202 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4cf66f73: (connection evicted) 2025-05-13 14:40:39.782 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.782 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-202 - Closed. 2025-05-13 14:40:39.782 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-202 - Shutdown completed. 2025-05-13 14:40:39.782 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Shutdown initiated... 2025-05-13 14:40:39.782 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Close initiated... 2025-05-13 14:40:39.782 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.782 [HikariPool-203 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-203 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6c927487: (connection evicted) 2025-05-13 14:40:39.783 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.783 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-203 - Closed. 2025-05-13 14:40:39.783 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-203 - Shutdown completed. 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-204 - configuration: 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@623dc959 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-204" 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Starting... 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Added connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Added connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.784 [Test worker @coroutine#4792] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Start completed. 2025-05-13 14:40:39.793 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.796 [DefaultDispatcher-worker-7 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:39.796 [DefaultDispatcher-worker-7 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.796 [DefaultDispatcher-worker-7 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.796 [DefaultDispatcher-worker-7 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.797 [DefaultDispatcher-worker-12 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.797 [DefaultDispatcher-worker-12 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.798 [Test worker @coroutine#4793] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.799 [Test worker @coroutine#4798] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.800 [Test worker @coroutine#4800] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.800 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-205 - configuration: 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4b48be5c 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-205" 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Starting... 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Added connection org.sqlite.jdbc4.JDBC4Connection@36573ec5 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Added connection org.sqlite.jdbc4.JDBC4Connection@36573ec5 2025-05-13 14:40:39.801 [Test worker @coroutine#4792] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Start completed. 2025-05-13 14:40:39.808 [Test worker @coroutine#4792] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36573ec5 2025-05-13 14:40:39.813 [Test worker @coroutine#4802] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36573ec5 2025-05-13 14:40:39.814 [Test worker @coroutine#4804] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36573ec5 2025-05-13 14:40:39.815 [Test worker @coroutine#4806] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36573ec5 2025-05-13 14:40:39.819 [DefaultDispatcher-worker-10 @coroutine#4808] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@36573ec5 2025-05-13 14:40:39.826 [DefaultDispatcher-worker-10 @coroutine#4792] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.831 [DefaultDispatcher-worker-10 @coroutine#4792] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@469caf69 2025-05-13 14:40:39.837 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Shutdown initiated... 2025-05-13 14:40:39.837 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Close initiated... 2025-05-13 14:40:39.837 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.837 [HikariPool-204 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-204 - Closing connection org.sqlite.jdbc4.JDBC4Connection@469caf69: (connection evicted) 2025-05-13 14:40:39.838 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.838 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-204 - Closed. 2025-05-13 14:40:39.838 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-204 - Shutdown completed. 2025-05-13 14:40:39.838 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Shutdown initiated... 2025-05-13 14:40:39.838 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Close initiated... 2025-05-13 14:40:39.838 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.838 [HikariPool-205 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-205 - Closing connection org.sqlite.jdbc4.JDBC4Connection@36573ec5: (connection evicted) 2025-05-13 14:40:39.839 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.839 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-205 - Closed. 2025-05-13 14:40:39.839 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-205 - Shutdown completed. 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-206 - configuration: 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@63604641 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-206" 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.839 [Test worker @coroutine#4834] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Starting... 2025-05-13 14:40:39.840 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Added connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.840 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Added connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.840 [Test worker @coroutine#4834] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Start completed. 2025-05-13 14:40:39.848 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.854 [Test worker @coroutine#4836] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.855 [Test worker @coroutine#4838] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.856 [Test worker @coroutine#4840] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-207 - configuration: 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@56587330 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-207" 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Starting... 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Added connection org.sqlite.jdbc4.JDBC4Connection@19e552a3 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Added connection org.sqlite.jdbc4.JDBC4Connection@19e552a3 2025-05-13 14:40:39.856 [Test worker @coroutine#4834] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Start completed. 2025-05-13 14:40:39.863 [Test worker @coroutine#4834] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e552a3 2025-05-13 14:40:39.868 [Test worker @coroutine#4842] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e552a3 2025-05-13 14:40:39.869 [Test worker @coroutine#4844] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e552a3 2025-05-13 14:40:39.870 [Test worker @coroutine#4846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e552a3 2025-05-13 14:40:39.874 [DefaultDispatcher-worker-6 @coroutine#4848] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@19e552a3 2025-05-13 14:40:39.878 [DefaultDispatcher-worker-3 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:39.878 [DefaultDispatcher-worker-3 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.878 [DefaultDispatcher-worker-3 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.878 [DefaultDispatcher-worker-3 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.879 [DefaultDispatcher-worker-12 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.879 [DefaultDispatcher-worker-12 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.881 [DefaultDispatcher-worker-14 @coroutine#4834] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.886 [DefaultDispatcher-worker-11 @coroutine#4834] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74bca236 2025-05-13 14:40:39.888 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Shutdown initiated... 2025-05-13 14:40:39.888 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Close initiated... 2025-05-13 14:40:39.888 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.888 [HikariPool-206 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-206 - Closing connection org.sqlite.jdbc4.JDBC4Connection@74bca236: (connection evicted) 2025-05-13 14:40:39.889 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.889 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-206 - Closed. 2025-05-13 14:40:39.889 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-206 - Shutdown completed. 2025-05-13 14:40:39.889 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Shutdown initiated... 2025-05-13 14:40:39.889 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Close initiated... 2025-05-13 14:40:39.889 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.889 [HikariPool-207 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-207 - Closing connection org.sqlite.jdbc4.JDBC4Connection@19e552a3: (connection evicted) 2025-05-13 14:40:39.889 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.889 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-207 - Closed. 2025-05-13 14:40:39.889 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-207 - Shutdown completed. 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-208 - configuration: 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6ac49084 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-208" 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Starting... 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Added connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Added connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.890 [Test worker @coroutine#4878] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Start completed. 2025-05-13 14:40:39.898 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.903 [Test worker @coroutine#4880] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.904 [Test worker @coroutine#4883] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.905 [Test worker @coroutine#4885] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-209 - configuration: 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@22120799 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-209" 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Starting... 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Added connection org.sqlite.jdbc4.JDBC4Connection@30587737 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Added connection org.sqlite.jdbc4.JDBC4Connection@30587737 2025-05-13 14:40:39.905 [Test worker @coroutine#4878] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Start completed. 2025-05-13 14:40:39.913 [Test worker @coroutine#4878] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30587737 2025-05-13 14:40:39.917 [Test worker @coroutine#4887] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30587737 2025-05-13 14:40:39.918 [Test worker @coroutine#4889] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30587737 2025-05-13 14:40:39.919 [Test worker @coroutine#4891] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30587737 2025-05-13 14:40:39.923 [DefaultDispatcher-worker-8 @coroutine#4893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@30587737 2025-05-13 14:40:39.929 [DefaultDispatcher-worker-1 @coroutine#4878] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.933 [DefaultDispatcher-worker-10 @coroutine#4878] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac 2025-05-13 14:40:39.935 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Shutdown initiated... 2025-05-13 14:40:39.935 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Close initiated... 2025-05-13 14:40:39.935 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.935 [HikariPool-208 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-208 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6cde3dac: (connection evicted) 2025-05-13 14:40:39.935 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.935 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-208 - Closed. 2025-05-13 14:40:39.935 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-208 - Shutdown completed. 2025-05-13 14:40:39.935 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Shutdown initiated... 2025-05-13 14:40:39.935 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Close initiated... 2025-05-13 14:40:39.935 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:39.935 [HikariPool-209 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-209 - Closing connection org.sqlite.jdbc4.JDBC4Connection@30587737: (connection evicted) 2025-05-13 14:40:39.936 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:39.936 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-209 - Closed. 2025-05-13 14:40:39.936 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-209 - Shutdown completed. 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-210 - configuration: 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@309e874 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-210" 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Starting... 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Added connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Added connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.937 [Test worker @coroutine#4920] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Start completed. 2025-05-13 14:40:39.944 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.949 [Test worker @coroutine#4921] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.950 [Test worker @coroutine#4923] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.951 [Test worker @coroutine#4926] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-211 - configuration: 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6005cfe5 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-211" 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Starting... 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Added connection org.sqlite.jdbc4.JDBC4Connection@33822750 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Added connection org.sqlite.jdbc4.JDBC4Connection@33822750 2025-05-13 14:40:39.951 [Test worker @coroutine#4920] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Start completed. 2025-05-13 14:40:39.958 [Test worker @coroutine#4920] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33822750 2025-05-13 14:40:39.963 [Test worker @coroutine#4928] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33822750 2025-05-13 14:40:39.964 [Test worker @coroutine#4930] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33822750 2025-05-13 14:40:39.965 [Test worker @coroutine#4932] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33822750 2025-05-13 14:40:39.969 [DefaultDispatcher-worker-12 @coroutine#4934] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@33822750 2025-05-13 14:40:39.976 [DefaultDispatcher-worker-12 @coroutine#4920] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.979 [DefaultDispatcher-worker-17 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:39.979 [DefaultDispatcher-worker-17 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.979 [DefaultDispatcher-worker-17 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:39.979 [DefaultDispatcher-worker-17 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.980 [DefaultDispatcher-worker-2 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.980 [DefaultDispatcher-worker-2 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:39.982 [DefaultDispatcher-worker-13 @coroutine#4920] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:39.986 [DefaultDispatcher-worker-11 @coroutine#4920] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:40.038 [HikariPool-210 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.051 [HikariPool-211 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.099 [DefaultDispatcher-worker-6 @coroutine#4954] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee 2025-05-13 14:40:40.100 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Shutdown initiated... 2025-05-13 14:40:40.100 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Close initiated... 2025-05-13 14:40:40.100 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.100 [HikariPool-210 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-210 - Closing connection org.sqlite.jdbc4.JDBC4Connection@75fb04ee: (connection evicted) 2025-05-13 14:40:40.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.101 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-210 - Closed. 2025-05-13 14:40:40.101 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-210 - Shutdown completed. 2025-05-13 14:40:40.101 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Shutdown initiated... 2025-05-13 14:40:40.101 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Close initiated... 2025-05-13 14:40:40.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.101 [HikariPool-211 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-211 - Closing connection org.sqlite.jdbc4.JDBC4Connection@33822750: (connection evicted) 2025-05-13 14:40:40.101 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.101 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-211 - Closed. 2025-05-13 14:40:40.101 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-211 - Shutdown completed. 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-212 - configuration: 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1377b7bf 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-212" 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Starting... 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Added connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Added connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.102 [Test worker @coroutine#4960] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Start completed. 2025-05-13 14:40:40.110 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.114 [Test worker @coroutine#4961] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.115 [Test worker @coroutine#4963] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.116 [Test worker @coroutine#4965] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-213 - configuration: 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4702faee 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-213" 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.116 [Test worker @coroutine#4960] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Starting... 2025-05-13 14:40:40.117 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Added connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2 2025-05-13 14:40:40.117 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Added connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2 2025-05-13 14:40:40.117 [Test worker @coroutine#4960] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Start completed. 2025-05-13 14:40:40.124 [Test worker @coroutine#4960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2 2025-05-13 14:40:40.128 [Test worker @coroutine#4967] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2 2025-05-13 14:40:40.129 [Test worker @coroutine#4969] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2 2025-05-13 14:40:40.130 [Test worker @coroutine#4971] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2 2025-05-13 14:40:40.134 [DefaultDispatcher-worker-7 @coroutine#4973] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2 2025-05-13 14:40:40.141 [DefaultDispatcher-worker-19 @coroutine#4960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.146 [DefaultDispatcher-worker-14 @coroutine#4960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.150 [DefaultDispatcher-worker-15 @coroutine#4960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@74fa4891 2025-05-13 14:40:40.152 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Shutdown initiated... 2025-05-13 14:40:40.152 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Close initiated... 2025-05-13 14:40:40.152 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.153 [HikariPool-212 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-212 - Closing connection org.sqlite.jdbc4.JDBC4Connection@74fa4891: (connection evicted) 2025-05-13 14:40:40.153 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.153 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-212 - Closed. 2025-05-13 14:40:40.153 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-212 - Shutdown completed. 2025-05-13 14:40:40.153 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Shutdown initiated... 2025-05-13 14:40:40.153 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Close initiated... 2025-05-13 14:40:40.153 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.153 [HikariPool-213 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-213 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3609b8f2: (connection evicted) 2025-05-13 14:40:40.154 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.154 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-213 - Closed. 2025-05-13 14:40:40.154 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-213 - Shutdown completed. 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-214 - configuration: 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@42d8b670 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-214" 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.154 [Test worker @coroutine#4989] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Starting... 2025-05-13 14:40:40.155 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Added connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.155 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Added connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.155 [Test worker @coroutine#4989] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Start completed. 2025-05-13 14:40:40.163 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.167 [Test worker @coroutine#4990] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.168 [Test worker @coroutine#4992] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.169 [Test worker @coroutine#4994] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-215 - configuration: 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2fd79ac6 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.169 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-215" 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Starting... 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Added connection org.sqlite.jdbc4.JDBC4Connection@233202aa 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Added connection org.sqlite.jdbc4.JDBC4Connection@233202aa 2025-05-13 14:40:40.170 [Test worker @coroutine#4989] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Start completed. 2025-05-13 14:40:40.177 [Test worker @coroutine#4989] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@233202aa 2025-05-13 14:40:40.182 [Test worker @coroutine#4996] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@233202aa 2025-05-13 14:40:40.183 [Test worker @coroutine#4998] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@233202aa 2025-05-13 14:40:40.184 [Test worker @coroutine#5000] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@233202aa 2025-05-13 14:40:40.188 [DefaultDispatcher-worker-9 @coroutine#5002] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@233202aa 2025-05-13 14:40:40.195 [DefaultDispatcher-worker-16 @coroutine#4989] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.201 [DefaultDispatcher-worker-9 @coroutine#4989] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f 2025-05-13 14:40:40.203 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Shutdown initiated... 2025-05-13 14:40:40.203 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Close initiated... 2025-05-13 14:40:40.203 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.204 [HikariPool-214 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-214 - Closing connection org.sqlite.jdbc4.JDBC4Connection@24cdc97f: (connection evicted) 2025-05-13 14:40:40.204 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.204 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-214 - Closed. 2025-05-13 14:40:40.204 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-214 - Shutdown completed. 2025-05-13 14:40:40.204 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Shutdown initiated... 2025-05-13 14:40:40.204 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Close initiated... 2025-05-13 14:40:40.204 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.204 [HikariPool-215 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-215 - Closing connection org.sqlite.jdbc4.JDBC4Connection@233202aa: (connection evicted) 2025-05-13 14:40:40.205 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.205 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-215 - Closed. 2025-05-13 14:40:40.205 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-215 - Shutdown completed. 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-216 - configuration: 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3ce17e4 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-216" 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.205 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Starting... 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Added connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Added connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.206 [Test worker @coroutine#5018] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Start completed. 2025-05-13 14:40:40.214 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.218 [Test worker @coroutine#5019] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.219 [Test worker @coroutine#5021] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.220 [Test worker @coroutine#5023] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-217 - configuration: 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@289a70a 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-217" 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Starting... 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Added connection org.sqlite.jdbc4.JDBC4Connection@5216e43c 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Added connection org.sqlite.jdbc4.JDBC4Connection@5216e43c 2025-05-13 14:40:40.221 [Test worker @coroutine#5018] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Start completed. 2025-05-13 14:40:40.229 [Test worker @coroutine#5018] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5216e43c 2025-05-13 14:40:40.234 [Test worker @coroutine#5025] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5216e43c 2025-05-13 14:40:40.235 [Test worker @coroutine#5027] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5216e43c 2025-05-13 14:40:40.236 [Test worker @coroutine#5029] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5216e43c 2025-05-13 14:40:40.240 [DefaultDispatcher-worker-19 @coroutine#5031] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5216e43c 2025-05-13 14:40:40.249 [DefaultDispatcher-worker-10 @coroutine#5018] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.255 [DefaultDispatcher-worker-18 @coroutine#5018] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.259 [DefaultDispatcher-worker-8 @coroutine#5018] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9 2025-05-13 14:40:40.262 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Shutdown initiated... 2025-05-13 14:40:40.262 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Close initiated... 2025-05-13 14:40:40.262 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.262 [HikariPool-216 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-216 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3b3639f9: (connection evicted) 2025-05-13 14:40:40.262 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.262 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-216 - Closed. 2025-05-13 14:40:40.262 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-216 - Shutdown completed. 2025-05-13 14:40:40.263 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Shutdown initiated... 2025-05-13 14:40:40.263 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Close initiated... 2025-05-13 14:40:40.263 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.263 [HikariPool-217 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-217 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5216e43c: (connection evicted) 2025-05-13 14:40:40.263 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.263 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-217 - Closed. 2025-05-13 14:40:40.263 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-217 - Shutdown completed. 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-218 - configuration: 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@57dee2b9 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-218" 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Starting... 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Added connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Added connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.264 [Test worker @coroutine#5048] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Start completed. 2025-05-13 14:40:40.272 [Test worker @coroutine#5048] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.277 [Test worker @coroutine#5049] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.278 [Test worker @coroutine#5051] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.279 [Test worker @coroutine#5053] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.283 [DefaultDispatcher-worker-18 @coroutine#5055] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.287 [DefaultDispatcher-worker-3 @coroutine#5048] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@59960ae9 2025-05-13 14:40:40.295 [UI Thread @coroutine#5074] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost/api/contententryimportjob/importjobs?contententryuid=727151880416903168 2025-05-13 14:40:40.295 [UI Thread @coroutine#5074] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost/api/contententryimportjob/importjobs?contententryuid=727151880416903168. 2025-05-13 14:40:40.295 [UI Thread @coroutine#5074] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/api/contententryimportjob/importjobs?contententryuid=727151880416903168 2025-05-13 14:40:40.296 [UI Thread @coroutine#5074] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/api/contententryimportjob/importjobs?contententryuid=727151880416903168 2025-05-13 14:40:40.296 [UI Thread @coroutine#5074] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/api/contententryimportjob/importjobs?contententryuid=727151880416903168 2025-05-13 14:40:40.296 [UI Thread @coroutine#5074] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost/api/contententryimportjob/importjobs?contententryuid=727151880416903168. 2025-05-13 14:40:40.296 [UI Thread @coroutine#5074] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost/api/contententryimportjob/importjobs?contententryuid=727151880416903168 to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:40.298 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Shutdown initiated... 2025-05-13 14:40:40.298 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Close initiated... 2025-05-13 14:40:40.298 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.298 [HikariPool-218 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-218 - Closing connection org.sqlite.jdbc4.JDBC4Connection@59960ae9: (connection evicted) 2025-05-13 14:40:40.299 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.299 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-218 - Closed. 2025-05-13 14:40:40.299 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-218 - Shutdown completed. 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-219 - configuration: 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@59be715a 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-219" 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Starting... 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Added connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Added connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.334 [Test worker @coroutine#5090] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Start completed. 2025-05-13 14:40:40.338 [DefaultDispatcher-worker-2 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:40.338 [DefaultDispatcher-worker-2 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.338 [DefaultDispatcher-worker-2 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.338 [DefaultDispatcher-worker-2 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.338 [DefaultDispatcher-worker-4 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.338 [DefaultDispatcher-worker-4 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.343 [Test worker @coroutine#5090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.348 [Test worker @coroutine#5094] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.348 [Test worker @coroutine#5096] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.349 [Test worker @coroutine#5098] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.353 [DefaultDispatcher-worker-9 @coroutine#5100] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.363 [DefaultDispatcher-worker-2 @coroutine#5090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.367 [DefaultDispatcher-worker-6 @coroutine#5090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c471f6 2025-05-13 14:40:40.374 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Shutdown initiated... 2025-05-13 14:40:40.374 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Close initiated... 2025-05-13 14:40:40.374 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.374 [HikariPool-219 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-219 - Closing connection org.sqlite.jdbc4.JDBC4Connection@29c471f6: (connection evicted) 2025-05-13 14:40:40.375 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.375 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-219 - Closed. 2025-05-13 14:40:40.375 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-219 - Shutdown completed. 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-220 - configuration: 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@d200d3e 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-220" 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.411 [Test worker @coroutine#5118] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Starting... 2025-05-13 14:40:40.412 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Added connection org.sqlite.jdbc4.JDBC4Connection@20c5b5f8 2025-05-13 14:40:40.412 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Added connection org.sqlite.jdbc4.JDBC4Connection@20c5b5f8 2025-05-13 14:40:40.412 [Test worker @coroutine#5118] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Start completed. 2025-05-13 14:40:40.413 [DefaultDispatcher-worker-8 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:40.413 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.413 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.413 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.414 [DefaultDispatcher-worker-10 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.414 [DefaultDispatcher-worker-10 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.420 [Test worker @coroutine#5118] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20c5b5f8 2025-05-13 14:40:40.425 [Test worker @coroutine#5122] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20c5b5f8 2025-05-13 14:40:40.425 [Test worker @coroutine#5124] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20c5b5f8 2025-05-13 14:40:40.426 [Test worker @coroutine#5126] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-220 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@20c5b5f8 2025-05-13 14:40:40.429 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Shutdown initiated... 2025-05-13 14:40:40.429 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Close initiated... 2025-05-13 14:40:40.429 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.429 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.429 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-220 - Closed. 2025-05-13 14:40:40.429 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-220 - Shutdown completed. 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-221 - configuration: 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7edab945 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-221" 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Starting... 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Added connection org.sqlite.jdbc4.JDBC4Connection@6bbd645 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Added connection org.sqlite.jdbc4.JDBC4Connection@6bbd645 2025-05-13 14:40:40.431 [Test worker @coroutine#5138] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Start completed. 2025-05-13 14:40:40.439 [Test worker @coroutine#5138] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6bbd645 2025-05-13 14:40:40.444 [Test worker @coroutine#5139] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6bbd645 2025-05-13 14:40:40.445 [Test worker @coroutine#5141] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6bbd645 2025-05-13 14:40:40.445 [Test worker @coroutine#5143] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-221 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6bbd645 2025-05-13 14:40:40.447 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Shutdown initiated... 2025-05-13 14:40:40.447 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Close initiated... 2025-05-13 14:40:40.447 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.447 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.447 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-221 - Closed. 2025-05-13 14:40:40.447 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-221 - Shutdown completed. 2025-05-13 14:40:40.448 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-222 - configuration: 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@451f08ea 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-222" 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Starting... 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Added connection org.sqlite.jdbc4.JDBC4Connection@60610a2b 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Added connection org.sqlite.jdbc4.JDBC4Connection@60610a2b 2025-05-13 14:40:40.449 [Test worker @coroutine#5156] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Start completed. 2025-05-13 14:40:40.457 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60610a2b 2025-05-13 14:40:40.462 [Test worker @coroutine#5157] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60610a2b 2025-05-13 14:40:40.463 [Test worker @coroutine#5159] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60610a2b 2025-05-13 14:40:40.463 [Test worker @coroutine#5161] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60610a2b 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-223 - configuration: 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2b1aa390 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-223" 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Starting... 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Added connection org.sqlite.jdbc4.JDBC4Connection@221c097f 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Added connection org.sqlite.jdbc4.JDBC4Connection@221c097f 2025-05-13 14:40:40.464 [Test worker @coroutine#5156] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Start completed. 2025-05-13 14:40:40.472 [Test worker @coroutine#5156] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@221c097f 2025-05-13 14:40:40.477 [Test worker @coroutine#5163] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@221c097f 2025-05-13 14:40:40.478 [Test worker @coroutine#5165] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@221c097f 2025-05-13 14:40:40.478 [Test worker @coroutine#5167] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@221c097f 2025-05-13 14:40:40.482 [DefaultDispatcher-worker-13 @coroutine#5169] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@221c097f 2025-05-13 14:40:40.490 [DefaultDispatcher-worker-8 @coroutine#5156] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@60610a2b 2025-05-13 14:40:40.493 [UI Thread @coroutine#5179] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58093/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.493 [UI Thread @coroutine#5179] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58093/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 14:40:40.493 [UI Thread @coroutine#5179] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58093/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.493 [DefaultDispatcher-worker-5 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:40.493 [DefaultDispatcher-worker-5 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.493 [DefaultDispatcher-worker-5 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.493 [DefaultDispatcher-worker-5 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.494 [UI Thread @coroutine#5179] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58093/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.494 [UI Thread @coroutine#5179] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58093/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.494 [DefaultDispatcher-worker-9 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.494 [UI Thread @coroutine#5179] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:58093/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 14:40:40.494 [DefaultDispatcher-worker-9 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.494 [UI Thread @coroutine#5179] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:58093/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:40.495 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Shutdown initiated... 2025-05-13 14:40:40.495 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Close initiated... 2025-05-13 14:40:40.495 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.495 [HikariPool-222 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-222 - Closing connection org.sqlite.jdbc4.JDBC4Connection@60610a2b: (connection evicted) 2025-05-13 14:40:40.496 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.496 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-222 - Closed. 2025-05-13 14:40:40.496 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-222 - Shutdown completed. 2025-05-13 14:40:40.496 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Shutdown initiated... 2025-05-13 14:40:40.496 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Close initiated... 2025-05-13 14:40:40.496 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.496 [HikariPool-223 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-223 - Closing connection org.sqlite.jdbc4.JDBC4Connection@221c097f: (connection evicted) 2025-05-13 14:40:40.496 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.496 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-223 - Closed. 2025-05-13 14:40:40.496 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-223 - Shutdown completed. 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-224 - configuration: 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@185b998d 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-224" 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Starting... 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2 2025-05-13 14:40:40.497 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Start completed. 2025-05-13 14:40:40.505 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2 2025-05-13 14:40:40.510 [Test worker @coroutine#5190] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2 2025-05-13 14:40:40.511 [Test worker @coroutine#5192] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2 2025-05-13 14:40:40.512 [Test worker @coroutine#5194] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-225 - configuration: 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@649a76c1 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-225" 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.512 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Starting... 2025-05-13 14:40:40.513 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Added connection org.sqlite.jdbc4.JDBC4Connection@53785d1a 2025-05-13 14:40:40.513 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Added connection org.sqlite.jdbc4.JDBC4Connection@53785d1a 2025-05-13 14:40:40.513 [Test worker @coroutine#5189] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Start completed. 2025-05-13 14:40:40.520 [Test worker @coroutine#5189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53785d1a 2025-05-13 14:40:40.525 [Test worker @coroutine#5196] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53785d1a 2025-05-13 14:40:40.526 [Test worker @coroutine#5198] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53785d1a 2025-05-13 14:40:40.527 [Test worker @coroutine#5200] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53785d1a 2025-05-13 14:40:40.530 [DefaultDispatcher-worker-17 @coroutine#5202] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@53785d1a 2025-05-13 14:40:40.538 [DefaultDispatcher-worker-1 @coroutine#5189] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2 2025-05-13 14:40:40.539 [UI Thread @coroutine#5212] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58431/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.539 [UI Thread @coroutine#5212] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58431/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 14:40:40.539 [UI Thread @coroutine#5212] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58431/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.540 [UI Thread @coroutine#5212] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58431/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.540 [UI Thread @coroutine#5212] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58431/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.541 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Shutdown initiated... 2025-05-13 14:40:40.541 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Close initiated... 2025-05-13 14:40:40.541 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.541 [HikariPool-224 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-224 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5d9b79a2: (connection evicted) 2025-05-13 14:40:40.541 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.541 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-224 - Closed. 2025-05-13 14:40:40.541 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-224 - Shutdown completed. 2025-05-13 14:40:40.541 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Shutdown initiated... 2025-05-13 14:40:40.541 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Close initiated... 2025-05-13 14:40:40.541 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.541 [HikariPool-225 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-225 - Closing connection org.sqlite.jdbc4.JDBC4Connection@53785d1a: (connection evicted) 2025-05-13 14:40:40.542 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.542 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-225 - Closed. 2025-05-13 14:40:40.542 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-225 - Shutdown completed. 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-226 - configuration: 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3063493e 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-226" 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Starting... 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Added connection org.sqlite.jdbc4.JDBC4Connection@446d7669 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Added connection org.sqlite.jdbc4.JDBC4Connection@446d7669 2025-05-13 14:40:40.543 [Test worker @coroutine#5218] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Start completed. 2025-05-13 14:40:40.550 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@446d7669 2025-05-13 14:40:40.555 [Test worker @coroutine#5219] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@446d7669 2025-05-13 14:40:40.556 [Test worker @coroutine#5221] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@446d7669 2025-05-13 14:40:40.557 [Test worker @coroutine#5223] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@446d7669 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-227 - configuration: 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@34775090 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-227" 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.557 [Test worker @coroutine#5218] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Starting... 2025-05-13 14:40:40.558 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Added connection org.sqlite.jdbc4.JDBC4Connection@76ad0058 2025-05-13 14:40:40.558 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Added connection org.sqlite.jdbc4.JDBC4Connection@76ad0058 2025-05-13 14:40:40.558 [Test worker @coroutine#5218] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Start completed. 2025-05-13 14:40:40.565 [Test worker @coroutine#5218] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ad0058 2025-05-13 14:40:40.570 [Test worker @coroutine#5225] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ad0058 2025-05-13 14:40:40.571 [Test worker @coroutine#5227] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ad0058 2025-05-13 14:40:40.572 [Test worker @coroutine#5229] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ad0058 2025-05-13 14:40:40.575 [DefaultDispatcher-worker-6 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:40.575 [DefaultDispatcher-worker-6 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.575 [DefaultDispatcher-worker-6 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.575 [DefaultDispatcher-worker-6 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.576 [DefaultDispatcher-worker-3 @coroutine#5231] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@76ad0058 2025-05-13 14:40:40.576 [DefaultDispatcher-worker-4 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.576 [DefaultDispatcher-worker-4 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.583 [DefaultDispatcher-worker-7 @coroutine#5218] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@446d7669 2025-05-13 14:40:40.584 [UI Thread @coroutine#5244] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44343/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.584 [UI Thread @coroutine#5244] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44343/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 14:40:40.584 [UI Thread @coroutine#5244] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44343/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.584 [UI Thread @coroutine#5244] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44343/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.584 [UI Thread @coroutine#5244] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44343/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub 2025-05-13 14:40:40.585 [UI Thread @coroutine#5244] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:44343/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub. 2025-05-13 14:40:40.585 [UI Thread @coroutine#5244] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:44343/api/import/validateLink?url=https%3A%2F%2Fserver.com%2Ffile.epub to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:40.585 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Shutdown initiated... 2025-05-13 14:40:40.585 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Close initiated... 2025-05-13 14:40:40.585 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.585 [HikariPool-226 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-226 - Closing connection org.sqlite.jdbc4.JDBC4Connection@446d7669: (connection evicted) 2025-05-13 14:40:40.586 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.586 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-226 - Closed. 2025-05-13 14:40:40.586 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-226 - Shutdown completed. 2025-05-13 14:40:40.586 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Shutdown initiated... 2025-05-13 14:40:40.586 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Close initiated... 2025-05-13 14:40:40.586 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.586 [HikariPool-227 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-227 - Closing connection org.sqlite.jdbc4.JDBC4Connection@76ad0058: (connection evicted) 2025-05-13 14:40:40.586 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.586 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-227 - Closed. 2025-05-13 14:40:40.586 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-227 - Shutdown completed. 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-228 - configuration: 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@52a1d6f 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-228" 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Starting... 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Added connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.587 [Test worker @coroutine#5250] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Start completed. 2025-05-13 14:40:40.595 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.600 [Test worker @coroutine#5251] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.600 [Test worker @coroutine#5253] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.601 [Test worker @coroutine#5255] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-229 - configuration: 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4f0b02a3 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.601 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-229" 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Starting... 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Added connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Added connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab 2025-05-13 14:40:40.602 [Test worker @coroutine#5250] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Start completed. 2025-05-13 14:40:40.609 [Test worker @coroutine#5250] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab 2025-05-13 14:40:40.614 [Test worker @coroutine#5257] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab 2025-05-13 14:40:40.614 [Test worker @coroutine#5259] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab 2025-05-13 14:40:40.615 [Test worker @coroutine#5261] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab 2025-05-13 14:40:40.615 [DefaultDispatcher-worker-4 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:40.615 [DefaultDispatcher-worker-4 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.615 [DefaultDispatcher-worker-4 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.615 [DefaultDispatcher-worker-4 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.616 [DefaultDispatcher-worker-9 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.616 [DefaultDispatcher-worker-9 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.619 [DefaultDispatcher-worker-18 @coroutine#5265] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab 2025-05-13 14:40:40.626 [DefaultDispatcher-worker-5 @coroutine#5250] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.633 [DefaultDispatcher-worker-12 @coroutine#5250] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5 2025-05-13 14:40:40.639 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Shutdown initiated... 2025-05-13 14:40:40.639 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Close initiated... 2025-05-13 14:40:40.639 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.639 [HikariPool-228 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-228 - Closing connection org.sqlite.jdbc4.JDBC4Connection@6c96e1d5: (connection evicted) 2025-05-13 14:40:40.639 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.639 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-228 - Closed. 2025-05-13 14:40:40.639 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-228 - Shutdown completed. 2025-05-13 14:40:40.640 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Shutdown initiated... 2025-05-13 14:40:40.640 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Close initiated... 2025-05-13 14:40:40.640 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.640 [HikariPool-229 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-229 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4ba056ab: (connection evicted) 2025-05-13 14:40:40.640 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.640 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-229 - Closed. 2025-05-13 14:40:40.640 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-229 - Shutdown completed. 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-230 - configuration: 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@310045fc 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-230" 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.641 [Test worker @coroutine#5301] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Starting... 2025-05-13 14:40:40.642 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.642 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Added connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.642 [Test worker @coroutine#5301] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Start completed. 2025-05-13 14:40:40.649 [Test worker @coroutine#5301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.654 [Test worker @coroutine#5302] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.655 [Test worker @coroutine#5304] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.656 [Test worker @coroutine#5306] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.657 [DefaultDispatcher-worker-9 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:40.657 [DefaultDispatcher-worker-9 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.657 [DefaultDispatcher-worker-9 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.657 [DefaultDispatcher-worker-9 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.658 [DefaultDispatcher-worker-14 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.660 [DefaultDispatcher-worker-5 @coroutine#5308] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.670 [DefaultDispatcher-worker-14 @coroutine#5301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.676 [DefaultDispatcher-worker-4 @coroutine#5301] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.686 [DefaultDispatcher-worker-9 @coroutine#5331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4a282c78 2025-05-13 14:40:40.688 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Shutdown initiated... 2025-05-13 14:40:40.688 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Close initiated... 2025-05-13 14:40:40.688 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.688 [HikariPool-230 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-230 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4a282c78: (connection evicted) 2025-05-13 14:40:40.688 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.688 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-230 - Closed. 2025-05-13 14:40:40.688 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-230 - Shutdown completed. 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-231 - configuration: 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@f4deb35 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.689 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-231" 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Starting... 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Added connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Added connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.690 [Test worker @coroutine#5337] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Start completed. 2025-05-13 14:40:40.692 [DefaultDispatcher-worker-15 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:40.692 [DefaultDispatcher-worker-15 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.692 [DefaultDispatcher-worker-15 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.692 [DefaultDispatcher-worker-15 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.693 [DefaultDispatcher-worker-19 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.693 [DefaultDispatcher-worker-19 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.698 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.703 [Test worker @coroutine#5341] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.703 [Test worker @coroutine#5343] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.704 [Test worker @coroutine#5345] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.704 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-232 - configuration: 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@9353d68 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-232" 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Starting... 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Added connection org.sqlite.jdbc4.JDBC4Connection@770093c5 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Added connection org.sqlite.jdbc4.JDBC4Connection@770093c5 2025-05-13 14:40:40.705 [Test worker @coroutine#5337] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Start completed. 2025-05-13 14:40:40.713 [Test worker @coroutine#5337] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@770093c5 2025-05-13 14:40:40.718 [Test worker @coroutine#5347] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@770093c5 2025-05-13 14:40:40.719 [Test worker @coroutine#5349] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@770093c5 2025-05-13 14:40:40.720 [Test worker @coroutine#5351] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@770093c5 2025-05-13 14:40:40.724 [DefaultDispatcher-worker-7 @coroutine#5353] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@770093c5 2025-05-13 14:40:40.731 [DefaultDispatcher-worker-13 @coroutine#5337] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.735 [DefaultDispatcher-worker-4 @coroutine#5337] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a 2025-05-13 14:40:40.739 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Shutdown initiated... 2025-05-13 14:40:40.739 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Close initiated... 2025-05-13 14:40:40.739 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.739 [HikariPool-231 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-231 - Closing connection org.sqlite.jdbc4.JDBC4Connection@fbcc62a: (connection evicted) 2025-05-13 14:40:40.739 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.739 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-231 - Closed. 2025-05-13 14:40:40.739 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-231 - Shutdown completed. 2025-05-13 14:40:40.740 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Shutdown initiated... 2025-05-13 14:40:40.740 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Close initiated... 2025-05-13 14:40:40.740 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.740 [HikariPool-232 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-232 - Closing connection org.sqlite.jdbc4.JDBC4Connection@770093c5: (connection evicted) 2025-05-13 14:40:40.740 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.740 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-232 - Closed. 2025-05-13 14:40:40.740 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-232 - Shutdown completed. 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-233 - configuration: 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2cf09576 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-233" 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Starting... 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Added connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Added connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.741 [Test worker @coroutine#5378] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Start completed. 2025-05-13 14:40:40.749 [Test worker @coroutine#5378] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.753 [Test worker @coroutine#5379] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.754 [Test worker @coroutine#5381] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.755 [Test worker @coroutine#5383] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.759 [DefaultDispatcher-worker-7 @coroutine#5385] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.763 [DefaultDispatcher-worker-4 @coroutine#5378] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.769 [DefaultDispatcher-worker-2 @coroutine#5398] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9 2025-05-13 14:40:40.770 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Shutdown initiated... 2025-05-13 14:40:40.770 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Close initiated... 2025-05-13 14:40:40.770 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.770 [HikariPool-233 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-233 - Closing connection org.sqlite.jdbc4.JDBC4Connection@79ac02a9: (connection evicted) 2025-05-13 14:40:40.770 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.770 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-233 - Closed. 2025-05-13 14:40:40.770 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-233 - Shutdown completed. 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-234 - configuration: 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@74ae2dec 2025-05-13 14:40:40.770 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-234" 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Starting... 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Added connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.771 [Test worker @coroutine#5406] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Start completed. 2025-05-13 14:40:40.778 [Test worker @coroutine#5406] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.783 [Test worker @coroutine#5407] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.784 [Test worker @coroutine#5409] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.785 [Test worker @coroutine#5411] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.789 [DefaultDispatcher-worker-15 @coroutine#5413] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.792 [DefaultDispatcher-worker-9 @coroutine#5425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b 2025-05-13 14:40:40.793 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Shutdown initiated... 2025-05-13 14:40:40.793 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Close initiated... 2025-05-13 14:40:40.793 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.793 [HikariPool-234 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-234 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4e1fd34b: (connection evicted) 2025-05-13 14:40:40.793 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.793 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-234 - Closed. 2025-05-13 14:40:40.793 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-234 - Shutdown completed. 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-235 - configuration: 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@11501f90 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.794 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-235" 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.795 [Test worker @coroutine#5435] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Starting... 2025-05-13 14:40:40.796 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d 2025-05-13 14:40:40.796 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d 2025-05-13 14:40:40.796 [Test worker @coroutine#5435] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Start completed. 2025-05-13 14:40:40.801 [DefaultDispatcher-worker-8 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:40.801 [DefaultDispatcher-worker-8 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.801 [DefaultDispatcher-worker-8 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.801 [DefaultDispatcher-worker-8 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.802 [DefaultDispatcher-worker-14 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.802 [DefaultDispatcher-worker-14 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.804 [Test worker @coroutine#5435] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d 2025-05-13 14:40:40.810 [Test worker @coroutine#5439] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d 2025-05-13 14:40:40.811 [Test worker @coroutine#5441] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d 2025-05-13 14:40:40.811 [Test worker @coroutine#5443] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d 2025-05-13 14:40:40.848 [DefaultDispatcher-worker-6 @coroutine#5445] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d 2025-05-13 14:40:40.851 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Shutdown initiated... 2025-05-13 14:40:40.851 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Close initiated... 2025-05-13 14:40:40.851 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.851 [HikariPool-235 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-235 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1c8bf01d: (connection evicted) 2025-05-13 14:40:40.852 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.852 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-235 - Closed. 2025-05-13 14:40:40.852 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-235 - Shutdown completed. 2025-05-13 14:40:40.852 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-236 - configuration: 2025-05-13 14:40:40.852 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.852 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.852 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.852 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.852 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@75a955bf 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-236" 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Starting... 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Added connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Added connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.853 [Test worker @coroutine#5460] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Start completed. 2025-05-13 14:40:40.860 [Test worker @coroutine#5460] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.865 [Test worker @coroutine#5461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.866 [Test worker @coroutine#5463] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.867 [Test worker @coroutine#5465] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.871 [DefaultDispatcher-worker-12 @coroutine#5467] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.874 [DefaultDispatcher-worker-9 @coroutine#5460] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@70edffdb 2025-05-13 14:40:40.877 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Shutdown initiated... 2025-05-13 14:40:40.877 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Close initiated... 2025-05-13 14:40:40.877 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:40.877 [HikariPool-236 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-236 - Closing connection org.sqlite.jdbc4.JDBC4Connection@70edffdb: (connection evicted) 2025-05-13 14:40:40.877 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.877 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-236 - Closed. 2025-05-13 14:40:40.877 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-236 - Shutdown completed. 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-237 - configuration: 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@563f53d8 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-237" 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Starting... 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Added connection org.sqlite.jdbc4.JDBC4Connection@1184b542 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Added connection org.sqlite.jdbc4.JDBC4Connection@1184b542 2025-05-13 14:40:40.880 [Test worker @coroutine#5483] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Start completed. 2025-05-13 14:40:40.883 [DefaultDispatcher-worker-12 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:40.883 [DefaultDispatcher-worker-12 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.883 [DefaultDispatcher-worker-12 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.883 [DefaultDispatcher-worker-12 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.884 [DefaultDispatcher-worker-1 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.884 [DefaultDispatcher-worker-1 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.888 [Test worker @coroutine#5483] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1184b542 2025-05-13 14:40:40.893 [Test worker @coroutine#5487] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1184b542 2025-05-13 14:40:40.894 [Test worker @coroutine#5489] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1184b542 2025-05-13 14:40:40.895 [Test worker @coroutine#5491] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-237 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1184b542 2025-05-13 14:40:40.897 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Shutdown initiated... 2025-05-13 14:40:40.897 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Close initiated... 2025-05-13 14:40:40.897 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.898 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.898 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-237 - Closed. 2025-05-13 14:40:40.898 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-237 - Shutdown completed. 2025-05-13 14:40:40.898 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-238 - configuration: 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7ce87db5 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-238" 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Starting... 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ac65143 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ac65143 2025-05-13 14:40:40.899 [Test worker @coroutine#5502] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Start completed. 2025-05-13 14:40:40.907 [Test worker @coroutine#5502] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ac65143 2025-05-13 14:40:40.912 [Test worker @coroutine#5503] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ac65143 2025-05-13 14:40:40.913 [Test worker @coroutine#5505] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ac65143 2025-05-13 14:40:40.913 [Test worker @coroutine#5507] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-238 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1ac65143 2025-05-13 14:40:40.915 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Shutdown initiated... 2025-05-13 14:40:40.915 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Close initiated... 2025-05-13 14:40:40.915 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.915 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.915 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-238 - Closed. 2025-05-13 14:40:40.915 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-238 - Shutdown completed. 2025-05-13 14:40:40.915 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-239 - configuration: 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3d44da41 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-239" 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Starting... 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Added connection org.sqlite.jdbc4.JDBC4Connection@685783b1 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Added connection org.sqlite.jdbc4.JDBC4Connection@685783b1 2025-05-13 14:40:40.916 [Test worker @coroutine#5518] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Start completed. 2025-05-13 14:40:40.924 [Test worker @coroutine#5518] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@685783b1 2025-05-13 14:40:40.929 [Test worker @coroutine#5519] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@685783b1 2025-05-13 14:40:40.930 [Test worker @coroutine#5521] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@685783b1 2025-05-13 14:40:40.930 [Test worker @coroutine#5523] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-239 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@685783b1 2025-05-13 14:40:40.934 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Shutdown initiated... 2025-05-13 14:40:40.934 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Close initiated... 2025-05-13 14:40:40.934 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.934 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.934 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-239 - Closed. 2025-05-13 14:40:40.934 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-239 - Shutdown completed. 2025-05-13 14:40:40.937 [UI Thread @coroutine#5539] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34401/Site/verify 2025-05-13 14:40:40.937 [UI Thread @coroutine#5539] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34401/Site/verify. 2025-05-13 14:40:40.937 [UI Thread @coroutine#5539] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34401/Site/verify 2025-05-13 14:40:40.939 [UI Thread @coroutine#5539] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34401/Site/verify 2025-05-13 14:40:40.939 [UI Thread @coroutine#5539] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34401/Site/verify 2025-05-13 14:40:40.939 [UI Thread @coroutine#5539] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:34401/Site/verify. 2025-05-13 14:40:40.939 [UI Thread @coroutine#5539] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:34401/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:40.941 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-240 - configuration: 2025-05-13 14:40:40.941 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.941 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.941 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.941 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.941 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.941 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4d3946b6 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-240" 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Starting... 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Added connection org.sqlite.jdbc4.JDBC4Connection@78b906d 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Added connection org.sqlite.jdbc4.JDBC4Connection@78b906d 2025-05-13 14:40:40.942 [Test worker @coroutine#5553] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Start completed. 2025-05-13 14:40:40.950 [Test worker @coroutine#5553] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@78b906d 2025-05-13 14:40:40.955 [Test worker @coroutine#5554] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@78b906d 2025-05-13 14:40:40.956 [Test worker @coroutine#5556] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@78b906d 2025-05-13 14:40:40.956 [Test worker @coroutine#5558] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-240 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@78b906d 2025-05-13 14:40:40.958 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Shutdown initiated... 2025-05-13 14:40:40.958 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Close initiated... 2025-05-13 14:40:40.958 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.958 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.958 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-240 - Closed. 2025-05-13 14:40:40.958 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-240 - Shutdown completed. 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-241 - configuration: 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3f7e72a7 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-241" 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.958 [Test worker @coroutine#5570] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Starting... 2025-05-13 14:40:40.959 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Added connection org.sqlite.jdbc4.JDBC4Connection@39ae0bff 2025-05-13 14:40:40.959 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Added connection org.sqlite.jdbc4.JDBC4Connection@39ae0bff 2025-05-13 14:40:40.959 [Test worker @coroutine#5570] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Start completed. 2025-05-13 14:40:40.967 [Test worker @coroutine#5570] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39ae0bff 2025-05-13 14:40:40.971 [Test worker @coroutine#5571] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39ae0bff 2025-05-13 14:40:40.972 [Test worker @coroutine#5573] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39ae0bff 2025-05-13 14:40:40.973 [Test worker @coroutine#5575] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-241 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@39ae0bff 2025-05-13 14:40:40.974 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Shutdown initiated... 2025-05-13 14:40:40.974 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Close initiated... 2025-05-13 14:40:40.974 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.974 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.974 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-241 - Closed. 2025-05-13 14:40:40.974 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-241 - Shutdown completed. 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-242 - configuration: 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2a6600ab 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-242" 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:40.975 [Test worker @coroutine#5587] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Starting... 2025-05-13 14:40:40.976 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Added connection org.sqlite.jdbc4.JDBC4Connection@108ed58d 2025-05-13 14:40:40.976 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Added connection org.sqlite.jdbc4.JDBC4Connection@108ed58d 2025-05-13 14:40:40.976 [Test worker @coroutine#5587] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Start completed. 2025-05-13 14:40:40.984 [DefaultDispatcher-worker-20 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:40.984 [DefaultDispatcher-worker-20 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.984 [DefaultDispatcher-worker-20 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:40.984 [DefaultDispatcher-worker-20 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.984 [Test worker @coroutine#5587] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@108ed58d 2025-05-13 14:40:40.985 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.985 [DefaultDispatcher-worker-16 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:40.989 [Test worker @coroutine#5590] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@108ed58d 2025-05-13 14:40:40.990 [Test worker @coroutine#5593] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@108ed58d 2025-05-13 14:40:40.991 [Test worker @coroutine#5595] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-242 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@108ed58d 2025-05-13 14:40:40.992 [UI Thread @coroutine#5604] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:46867/Site/verify 2025-05-13 14:40:40.992 [UI Thread @coroutine#5604] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:46867/Site/verify. 2025-05-13 14:40:40.992 [UI Thread @coroutine#5604] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:46867/Site/verify 2025-05-13 14:40:40.993 [UI Thread @coroutine#5604] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:46867/Site/verify 2025-05-13 14:40:40.993 [UI Thread @coroutine#5604] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:46867/Site/verify 2025-05-13 14:40:40.993 [UI Thread @coroutine#5604] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:46867/Site/verify. 2025-05-13 14:40:40.993 [UI Thread @coroutine#5604] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:46867/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:40.994 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Shutdown initiated... 2025-05-13 14:40:40.994 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Close initiated... 2025-05-13 14:40:40.994 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:40.994 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:40.994 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-242 - Closed. 2025-05-13 14:40:40.994 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-242 - Shutdown completed. 2025-05-13 14:40:40.996 [UI Thread @coroutine#5616] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:39763/Site/verify 2025-05-13 14:40:40.996 [UI Thread @coroutine#5616] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:39763/Site/verify. 2025-05-13 14:40:40.996 [UI Thread @coroutine#5616] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:39763/Site/verify 2025-05-13 14:40:40.997 [UI Thread @coroutine#5616] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:39763/Site/verify 2025-05-13 14:40:40.997 [UI Thread @coroutine#5616] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:39763/Site/verify 2025-05-13 14:40:40.997 [UI Thread @coroutine#5616] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:39763/Site/verify. 2025-05-13 14:40:40.997 [UI Thread @coroutine#5616] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:39763/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:41.000 [UI Thread @coroutine#5629] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:49013/Site/verify 2025-05-13 14:40:41.000 [UI Thread @coroutine#5629] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:49013/Site/verify. 2025-05-13 14:40:41.000 [UI Thread @coroutine#5629] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:49013/Site/verify 2025-05-13 14:40:41.001 [UI Thread @coroutine#5629] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:49013/Site/verify 2025-05-13 14:40:41.001 [UI Thread @coroutine#5629] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:49013/Site/verify 2025-05-13 14:40:41.001 [UI Thread @coroutine#5629] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:49013/Site/verify. 2025-05-13 14:40:41.001 [UI Thread @coroutine#5629] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:49013/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:41.004 [UI Thread @coroutine#5643] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost:79/Site/verify 2025-05-13 14:40:41.004 [UI Thread @coroutine#5643] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:79/Site/verify. 2025-05-13 14:40:41.004 [UI Thread @coroutine#5643] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:79/Site/verify 2025-05-13 14:40:41.005 [UI Thread @coroutine#5643] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.ConnectException: Failed to connect to localhost/127.0.0.1:79 for request http://localhost:79/Site/verify 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-243 - configuration: 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1992b8b 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-243" 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.006 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.007 [Test worker @coroutine#5650] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Starting... 2025-05-13 14:40:41.007 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Added connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.007 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Added connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.007 [Test worker @coroutine#5650] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Start completed. 2025-05-13 14:40:41.015 [Test worker @coroutine#5650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.020 [Test worker @coroutine#5651] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.020 [Test worker @coroutine#5653] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.021 [Test worker @coroutine#5655] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.026 [DefaultDispatcher-worker-9 @coroutine#5657] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.036 [DefaultDispatcher-worker-7 @coroutine#5650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.040 [DefaultDispatcher-worker-4 @coroutine#5650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.043 [DefaultDispatcher-worker-11 @coroutine#5650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.046 [DefaultDispatcher-worker-2 @coroutine#5650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.050 [DefaultDispatcher-worker-18 @coroutine#5650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.054 [DefaultDispatcher-worker-7 @coroutine#5650] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.063 [DefaultDispatcher-worker-6 @coroutine#5673] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@561b21b8 2025-05-13 14:40:41.064 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Shutdown initiated... 2025-05-13 14:40:41.064 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Close initiated... 2025-05-13 14:40:41.064 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.064 [HikariPool-243 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-243 - Closing connection org.sqlite.jdbc4.JDBC4Connection@561b21b8: (connection evicted) 2025-05-13 14:40:41.065 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.065 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-243 - Closed. 2025-05-13 14:40:41.065 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-243 - Shutdown completed. 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-244 - configuration: 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@597050fa 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-244" 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Starting... 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Added connection org.sqlite.jdbc4.JDBC4Connection@268bb09d 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Added connection org.sqlite.jdbc4.JDBC4Connection@268bb09d 2025-05-13 14:40:41.066 [Test worker @coroutine#5679] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Start completed. 2025-05-13 14:40:41.073 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@268bb09d 2025-05-13 14:40:41.078 [Test worker @coroutine#5680] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@268bb09d 2025-05-13 14:40:41.079 [Test worker @coroutine#5682] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@268bb09d 2025-05-13 14:40:41.080 [Test worker @coroutine#5684] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@268bb09d 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-245 - configuration: 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@28566aad 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-245" 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Starting... 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Added connection org.sqlite.jdbc4.JDBC4Connection@29c8a858 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Added connection org.sqlite.jdbc4.JDBC4Connection@29c8a858 2025-05-13 14:40:41.080 [Test worker @coroutine#5679] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Start completed. 2025-05-13 14:40:41.089 [Test worker @coroutine#5679] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c8a858 2025-05-13 14:40:41.094 [Test worker @coroutine#5686] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c8a858 2025-05-13 14:40:41.094 [Test worker @coroutine#5689] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c8a858 2025-05-13 14:40:41.095 [Test worker @coroutine#5691] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c8a858 2025-05-13 14:40:41.099 [DefaultDispatcher-worker-5 @coroutine#5693] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29c8a858 2025-05-13 14:40:41.106 [DefaultDispatcher-worker-5 @coroutine#5679] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@268bb09d 2025-05-13 14:40:41.114 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Shutdown initiated... 2025-05-13 14:40:41.114 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Close initiated... 2025-05-13 14:40:41.114 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.114 [HikariPool-244 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-244 - Closing connection org.sqlite.jdbc4.JDBC4Connection@268bb09d: (connection evicted) 2025-05-13 14:40:41.115 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.115 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-244 - Closed. 2025-05-13 14:40:41.115 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-244 - Shutdown completed. 2025-05-13 14:40:41.115 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Shutdown initiated... 2025-05-13 14:40:41.115 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Close initiated... 2025-05-13 14:40:41.115 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.115 [HikariPool-245 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-245 - Closing connection org.sqlite.jdbc4.JDBC4Connection@29c8a858: (connection evicted) 2025-05-13 14:40:41.115 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.115 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-245 - Closed. 2025-05-13 14:40:41.115 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-245 - Shutdown completed. 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-246 - configuration: 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@253c82ad 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-246" 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Starting... 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Added connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Added connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.116 [Test worker @coroutine#5729] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Start completed. 2025-05-13 14:40:41.123 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.129 [Test worker @coroutine#5730] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.130 [Test worker @coroutine#5732] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.131 [Test worker @coroutine#5734] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-247 - configuration: 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@55a430b2 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-247" 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Starting... 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Added connection org.sqlite.jdbc4.JDBC4Connection@2667a238 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Added connection org.sqlite.jdbc4.JDBC4Connection@2667a238 2025-05-13 14:40:41.131 [Test worker @coroutine#5729] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Start completed. 2025-05-13 14:40:41.138 [Test worker @coroutine#5729] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2667a238 2025-05-13 14:40:41.143 [Test worker @coroutine#5736] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2667a238 2025-05-13 14:40:41.144 [Test worker @coroutine#5738] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2667a238 2025-05-13 14:40:41.145 [Test worker @coroutine#5740] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2667a238 2025-05-13 14:40:41.149 [DefaultDispatcher-worker-19 @coroutine#5742] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2667a238 2025-05-13 14:40:41.156 [DefaultDispatcher-worker-3 @coroutine#5729] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.161 [DefaultDispatcher-worker-15 @coroutine#5729] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef 2025-05-13 14:40:41.164 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Shutdown initiated... 2025-05-13 14:40:41.164 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Close initiated... 2025-05-13 14:40:41.164 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.164 [HikariPool-246 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-246 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3af8f1ef: (connection evicted) 2025-05-13 14:40:41.164 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.164 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-246 - Closed. 2025-05-13 14:40:41.164 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-246 - Shutdown completed. 2025-05-13 14:40:41.164 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Shutdown initiated... 2025-05-13 14:40:41.164 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Close initiated... 2025-05-13 14:40:41.164 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.164 [HikariPool-247 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-247 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2667a238: (connection evicted) 2025-05-13 14:40:41.165 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.165 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-247 - Closed. 2025-05-13 14:40:41.165 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-247 - Shutdown completed. 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-248 - configuration: 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@48d68740 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-248" 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.165 [Test worker @coroutine#5779] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Starting... 2025-05-13 14:40:41.166 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Added connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.166 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Added connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.166 [Test worker @coroutine#5779] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Start completed. 2025-05-13 14:40:41.173 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.178 [Test worker @coroutine#5780] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.179 [Test worker @coroutine#5782] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.179 [Test worker @coroutine#5784] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-249 - configuration: 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2bae0ac8 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-249" 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Starting... 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Added connection org.sqlite.jdbc4.JDBC4Connection@29478556 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Added connection org.sqlite.jdbc4.JDBC4Connection@29478556 2025-05-13 14:40:41.180 [Test worker @coroutine#5779] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Start completed. 2025-05-13 14:40:41.187 [Test worker @coroutine#5779] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29478556 2025-05-13 14:40:41.192 [Test worker @coroutine#5786] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29478556 2025-05-13 14:40:41.193 [Test worker @coroutine#5788] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29478556 2025-05-13 14:40:41.194 [Test worker @coroutine#5790] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29478556 2025-05-13 14:40:41.199 [DefaultDispatcher-worker-17 @coroutine#5792] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@29478556 2025-05-13 14:40:41.205 [DefaultDispatcher-worker-6 @coroutine#5779] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.210 [DefaultDispatcher-worker-17 @coroutine#5779] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7 2025-05-13 14:40:41.266 [HikariPool-248 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.280 [HikariPool-249 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.343 [DefaultDispatcher-worker-7 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:41.343 [DefaultDispatcher-worker-7 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.343 [DefaultDispatcher-worker-7 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.343 [DefaultDispatcher-worker-7 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.343 [DefaultDispatcher-worker-5 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.343 [DefaultDispatcher-worker-5 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.418 [DefaultDispatcher-worker-4 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:41.419 [DefaultDispatcher-worker-4 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.419 [DefaultDispatcher-worker-4 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.419 [DefaultDispatcher-worker-4 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.419 [DefaultDispatcher-worker-6 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.419 [DefaultDispatcher-worker-6 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.462 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Shutdown initiated... 2025-05-13 14:40:41.462 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Close initiated... 2025-05-13 14:40:41.462 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.462 [HikariPool-248 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-248 - Closing connection org.sqlite.jdbc4.JDBC4Connection@50cf26b7: (connection evicted) 2025-05-13 14:40:41.463 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.463 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-248 - Closed. 2025-05-13 14:40:41.463 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-248 - Shutdown completed. 2025-05-13 14:40:41.463 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Shutdown initiated... 2025-05-13 14:40:41.463 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Close initiated... 2025-05-13 14:40:41.463 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.463 [HikariPool-249 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-249 - Closing connection org.sqlite.jdbc4.JDBC4Connection@29478556: (connection evicted) 2025-05-13 14:40:41.463 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.463 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-249 - Closed. 2025-05-13 14:40:41.463 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-249 - Shutdown completed. 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-250 - configuration: 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6a275836 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-250" 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Starting... 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.464 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Added connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.465 [Test worker @coroutine#5838] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Start completed. 2025-05-13 14:40:41.472 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.477 [Test worker @coroutine#5840] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.478 [Test worker @coroutine#5842] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.478 [Test worker @coroutine#5844] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-251 - configuration: 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@718aa49a 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-251" 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Starting... 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Added connection org.sqlite.jdbc4.JDBC4Connection@d6de944 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Added connection org.sqlite.jdbc4.JDBC4Connection@d6de944 2025-05-13 14:40:41.479 [Test worker @coroutine#5838] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Start completed. 2025-05-13 14:40:41.486 [Test worker @coroutine#5838] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d6de944 2025-05-13 14:40:41.491 [Test worker @coroutine#5846] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d6de944 2025-05-13 14:40:41.492 [Test worker @coroutine#5848] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d6de944 2025-05-13 14:40:41.493 [Test worker @coroutine#5850] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d6de944 2025-05-13 14:40:41.496 [DefaultDispatcher-worker-13 @coroutine#5852] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@d6de944 2025-05-13 14:40:41.498 [DefaultDispatcher-worker-9 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:41.498 [DefaultDispatcher-worker-9 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.498 [DefaultDispatcher-worker-9 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.498 [DefaultDispatcher-worker-9 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.499 [DefaultDispatcher-worker-10 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.499 [DefaultDispatcher-worker-10 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.506 [DefaultDispatcher-worker-10 @coroutine#5838] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.510 [DefaultDispatcher-worker-10 @coroutine#5838] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.516 [DefaultDispatcher-worker-13 @coroutine#5838] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3 2025-05-13 14:40:41.519 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Shutdown initiated... 2025-05-13 14:40:41.519 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Close initiated... 2025-05-13 14:40:41.519 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.519 [HikariPool-250 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-250 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3f41a1f3: (connection evicted) 2025-05-13 14:40:41.519 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.519 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-250 - Closed. 2025-05-13 14:40:41.519 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-250 - Shutdown completed. 2025-05-13 14:40:41.520 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Shutdown initiated... 2025-05-13 14:40:41.520 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Close initiated... 2025-05-13 14:40:41.520 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.520 [HikariPool-251 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-251 - Closing connection org.sqlite.jdbc4.JDBC4Connection@d6de944: (connection evicted) 2025-05-13 14:40:41.520 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.520 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-251 - Closed. 2025-05-13 14:40:41.520 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-251 - Shutdown completed. 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-252 - configuration: 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3e43fb40 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-252" 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Starting... 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.521 [Test worker @coroutine#5893] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Start completed. 2025-05-13 14:40:41.529 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.534 [Test worker @coroutine#5894] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.535 [Test worker @coroutine#5896] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.536 [Test worker @coroutine#5898] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-253 - configuration: 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3b4e0786 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-253" 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.536 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.537 [Test worker @coroutine#5893] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Starting... 2025-05-13 14:40:41.537 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Added connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd 2025-05-13 14:40:41.537 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Added connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd 2025-05-13 14:40:41.537 [Test worker @coroutine#5893] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Start completed. 2025-05-13 14:40:41.545 [Test worker @coroutine#5893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd 2025-05-13 14:40:41.550 [Test worker @coroutine#5900] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd 2025-05-13 14:40:41.551 [Test worker @coroutine#5903] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd 2025-05-13 14:40:41.552 [Test worker @coroutine#5905] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd 2025-05-13 14:40:41.556 [DefaultDispatcher-worker-18 @coroutine#5907] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd 2025-05-13 14:40:41.563 [DefaultDispatcher-worker-6 @coroutine#5893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.567 [DefaultDispatcher-worker-5 @coroutine#5893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.570 [DefaultDispatcher-worker-8 @coroutine#5893] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9 2025-05-13 14:40:41.573 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Shutdown initiated... 2025-05-13 14:40:41.573 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Close initiated... 2025-05-13 14:40:41.573 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.574 [HikariPool-252 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-252 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5e8ec0d9: (connection evicted) 2025-05-13 14:40:41.574 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.574 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-252 - Closed. 2025-05-13 14:40:41.574 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-252 - Shutdown completed. 2025-05-13 14:40:41.574 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Shutdown initiated... 2025-05-13 14:40:41.574 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Close initiated... 2025-05-13 14:40:41.574 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.574 [HikariPool-253 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-253 - Closing connection org.sqlite.jdbc4.JDBC4Connection@3593e8dd: (connection evicted) 2025-05-13 14:40:41.575 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.575 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-253 - Closed. 2025-05-13 14:40:41.575 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-253 - Shutdown completed. 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-254 - configuration: 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@72e76649 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-254" 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Starting... 2025-05-13 14:40:41.575 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Added connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.576 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Added connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.576 [Test worker @coroutine#5945] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Start completed. 2025-05-13 14:40:41.581 [DefaultDispatcher-worker-13 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:41.581 [DefaultDispatcher-worker-13 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.581 [DefaultDispatcher-worker-13 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.581 [DefaultDispatcher-worker-13 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.582 [DefaultDispatcher-worker-20 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.582 [DefaultDispatcher-worker-20 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.585 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.590 [Test worker @coroutine#5949] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.591 [Test worker @coroutine#5951] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.592 [Test worker @coroutine#5954] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-255 - configuration: 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4662fa99 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-255" 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Starting... 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Added connection org.sqlite.jdbc4.JDBC4Connection@5312c883 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Added connection org.sqlite.jdbc4.JDBC4Connection@5312c883 2025-05-13 14:40:41.592 [Test worker @coroutine#5945] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Start completed. 2025-05-13 14:40:41.599 [Test worker @coroutine#5945] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5312c883 2025-05-13 14:40:41.604 [Test worker @coroutine#5956] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5312c883 2025-05-13 14:40:41.605 [Test worker @coroutine#5958] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5312c883 2025-05-13 14:40:41.606 [Test worker @coroutine#5960] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5312c883 2025-05-13 14:40:41.609 [DefaultDispatcher-worker-12 @coroutine#5962] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5312c883 2025-05-13 14:40:41.616 [DefaultDispatcher-worker-16 @coroutine#5945] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.620 [DefaultDispatcher-worker-8 @coroutine#5945] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.620 [DefaultDispatcher-worker-20 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:41.620 [DefaultDispatcher-worker-20 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.620 [DefaultDispatcher-worker-20 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.620 [DefaultDispatcher-worker-20 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.620 [DefaultDispatcher-worker-14 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.620 [DefaultDispatcher-worker-14 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.623 [DefaultDispatcher-worker-5 @coroutine#5945] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2176d934 2025-05-13 14:40:41.626 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Shutdown initiated... 2025-05-13 14:40:41.626 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Close initiated... 2025-05-13 14:40:41.626 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.626 [HikariPool-254 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-254 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2176d934: (connection evicted) 2025-05-13 14:40:41.626 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.626 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-254 - Closed. 2025-05-13 14:40:41.626 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-254 - Shutdown completed. 2025-05-13 14:40:41.626 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Shutdown initiated... 2025-05-13 14:40:41.626 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Close initiated... 2025-05-13 14:40:41.626 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.626 [HikariPool-255 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-255 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5312c883: (connection evicted) 2025-05-13 14:40:41.627 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.627 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-255 - Closed. 2025-05-13 14:40:41.627 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-255 - Shutdown completed. 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-256 - configuration: 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@32c8df0b 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-256" 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.628 [Test worker @coroutine#6003] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Starting... 2025-05-13 14:40:41.629 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Added connection org.sqlite.jdbc4.JDBC4Connection@ed110d6 2025-05-13 14:40:41.629 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Added connection org.sqlite.jdbc4.JDBC4Connection@ed110d6 2025-05-13 14:40:41.629 [Test worker @coroutine#6003] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Start completed. 2025-05-13 14:40:41.636 [Test worker @coroutine#6003] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ed110d6 2025-05-13 14:40:41.641 [Test worker @coroutine#6005] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ed110d6 2025-05-13 14:40:41.642 [Test worker @coroutine#6007] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ed110d6 2025-05-13 14:40:41.642 [Test worker @coroutine#6009] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ed110d6 2025-05-13 14:40:41.647 [DefaultDispatcher-worker-18 @coroutine#6011] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@ed110d6 2025-05-13 14:40:41.648 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Shutdown initiated... 2025-05-13 14:40:41.648 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Close initiated... 2025-05-13 14:40:41.648 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.648 [HikariPool-256 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-256 - Closing connection org.sqlite.jdbc4.JDBC4Connection@ed110d6: (connection evicted) 2025-05-13 14:40:41.648 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.648 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-256 - Closed. 2025-05-13 14:40:41.648 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-256 - Shutdown completed. 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-257 - configuration: 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@62910d16 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-257" 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Starting... 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.649 [Test worker @coroutine#6027] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Start completed. 2025-05-13 14:40:41.656 [Test worker @coroutine#6027] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.661 [Test worker @coroutine#6028] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.662 [Test worker @coroutine#6030] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.662 [DefaultDispatcher-worker-9 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:41.662 [DefaultDispatcher-worker-9 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.662 [DefaultDispatcher-worker-9 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.662 [DefaultDispatcher-worker-9 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.663 [Test worker @coroutine#6032] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.663 [DefaultDispatcher-worker-9 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.667 [DefaultDispatcher-worker-9 @coroutine#6036] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.677 [DefaultDispatcher-worker-3 @coroutine#6027] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.680 [DefaultDispatcher-worker-8 @coroutine#6027] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5d066f 2025-05-13 14:40:41.683 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Shutdown initiated... 2025-05-13 14:40:41.683 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Close initiated... 2025-05-13 14:40:41.683 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.683 [HikariPool-257 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-257 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5d066f: (connection evicted) 2025-05-13 14:40:41.683 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.683 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-257 - Closed. 2025-05-13 14:40:41.683 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-257 - Shutdown completed. 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-258 - configuration: 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@664e8bb7 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-258" 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Starting... 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Added connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.684 [Test worker @coroutine#6055] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Start completed. 2025-05-13 14:40:41.691 [Test worker @coroutine#6055] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.696 [Test worker @coroutine#6056] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.697 [DefaultDispatcher-worker-8 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:41.697 [DefaultDispatcher-worker-8 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.697 [DefaultDispatcher-worker-8 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.697 [DefaultDispatcher-worker-8 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.697 [Test worker @coroutine#6059] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.698 [DefaultDispatcher-worker-17 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.698 [DefaultDispatcher-worker-17 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.698 [Test worker @coroutine#6062] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.702 [DefaultDispatcher-worker-3 @coroutine#6066] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.712 [DefaultDispatcher-worker-7 @coroutine#6055] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.715 [DefaultDispatcher-worker-15 @coroutine#6055] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.721 [DefaultDispatcher-worker-16 @coroutine#6082] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8 2025-05-13 14:40:41.723 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Shutdown initiated... 2025-05-13 14:40:41.723 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Close initiated... 2025-05-13 14:40:41.723 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.723 [HikariPool-258 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-258 - Closing connection org.sqlite.jdbc4.JDBC4Connection@1a2d02d8: (connection evicted) 2025-05-13 14:40:41.723 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.723 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-258 - Closed. 2025-05-13 14:40:41.723 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-258 - Shutdown completed. 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-259 - configuration: 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@9b5ff2e 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-259" 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Starting... 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Added connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Added connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.724 [Test worker @coroutine#6090] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Start completed. 2025-05-13 14:40:41.731 [Test worker @coroutine#6090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.736 [Test worker @coroutine#6091] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.737 [Test worker @coroutine#6093] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.737 [Test worker @coroutine#6095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.742 [DefaultDispatcher-worker-10 @coroutine#6097] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.752 [DefaultDispatcher-worker-9 @coroutine#6090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.755 [DefaultDispatcher-worker-5 @coroutine#6090] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.759 [DefaultDispatcher-worker-11 @coroutine#6114] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7bff608c 2025-05-13 14:40:41.760 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Shutdown initiated... 2025-05-13 14:40:41.760 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Close initiated... 2025-05-13 14:40:41.760 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.760 [HikariPool-259 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-259 - Closing connection org.sqlite.jdbc4.JDBC4Connection@7bff608c: (connection evicted) 2025-05-13 14:40:41.760 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.760 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-259 - Closed. 2025-05-13 14:40:41.760 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-259 - Shutdown completed. 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-260 - configuration: 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2a38b5c7 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-260" 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Starting... 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bbc6496 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Added connection org.sqlite.jdbc4.JDBC4Connection@2bbc6496 2025-05-13 14:40:41.762 [Test worker @coroutine#6122] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Start completed. 2025-05-13 14:40:41.769 [Test worker @coroutine#6122] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bbc6496 2025-05-13 14:40:41.774 [Test worker @coroutine#6123] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bbc6496 2025-05-13 14:40:41.775 [Test worker @coroutine#6125] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bbc6496 2025-05-13 14:40:41.776 [Test worker @coroutine#6127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-260 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2bbc6496 2025-05-13 14:40:41.780 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Shutdown initiated... 2025-05-13 14:40:41.780 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Close initiated... 2025-05-13 14:40:41.780 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.780 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.780 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-260 - Closed. 2025-05-13 14:40:41.780 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-260 - Shutdown completed. 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-261 - configuration: 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@3057a923 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-261" 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Starting... 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Added connection org.sqlite.jdbc4.JDBC4Connection@25082311 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Added connection org.sqlite.jdbc4.JDBC4Connection@25082311 2025-05-13 14:40:41.781 [Test worker @coroutine#6146] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Start completed. 2025-05-13 14:40:41.788 [Test worker @coroutine#6146] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25082311 2025-05-13 14:40:41.793 [Test worker @coroutine#6147] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25082311 2025-05-13 14:40:41.794 [Test worker @coroutine#6149] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25082311 2025-05-13 14:40:41.795 [Test worker @coroutine#6151] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-261 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@25082311 2025-05-13 14:40:41.796 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Shutdown initiated... 2025-05-13 14:40:41.796 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Close initiated... 2025-05-13 14:40:41.796 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.796 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.796 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-261 - Closed. 2025-05-13 14:40:41.796 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-261 - Shutdown completed. 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-262 - configuration: 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7d24bd80 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-262" 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Starting... 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Added connection org.sqlite.jdbc4.JDBC4Connection@4d4ae76 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Added connection org.sqlite.jdbc4.JDBC4Connection@4d4ae76 2025-05-13 14:40:41.797 [Test worker @coroutine#6168] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Start completed. 2025-05-13 14:40:41.805 [Test worker @coroutine#6168] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d4ae76 2025-05-13 14:40:41.806 [DefaultDispatcher-worker-10 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:41.806 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.806 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.806 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.807 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.807 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.810 [Test worker @coroutine#6169] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d4ae76 2025-05-13 14:40:41.811 [Test worker @coroutine#6174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d4ae76 2025-05-13 14:40:41.812 [Test worker @coroutine#6176] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-262 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4d4ae76 2025-05-13 14:40:41.814 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Shutdown initiated... 2025-05-13 14:40:41.814 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Close initiated... 2025-05-13 14:40:41.814 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.814 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.814 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-262 - Closed. 2025-05-13 14:40:41.814 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-262 - Shutdown completed. 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-263 - configuration: 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@71c5ced4 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-263" 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.815 [UI Thread @coroutine#6193] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Starting... 2025-05-13 14:40:41.816 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Added connection org.sqlite.jdbc4.JDBC4Connection@2468a085 2025-05-13 14:40:41.816 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Added connection org.sqlite.jdbc4.JDBC4Connection@2468a085 2025-05-13 14:40:41.816 [UI Thread @coroutine#6193] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Start completed. 2025-05-13 14:40:41.824 [UI Thread @coroutine#6193] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2468a085 2025-05-13 14:40:41.829 [UI Thread @coroutine#6196] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2468a085 2025-05-13 14:40:41.829 [UI Thread @coroutine#6198] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2468a085 2025-05-13 14:40:41.830 [UI Thread @coroutine#6200] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2468a085 2025-05-13 14:40:41.832 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Shutdown initiated... 2025-05-13 14:40:41.832 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Close initiated... 2025-05-13 14:40:41.832 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:41.832 [HikariPool-263 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-263 - Closing connection org.sqlite.jdbc4.JDBC4Connection@2468a085: (connection evicted) 2025-05-13 14:40:41.832 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.832 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-263 - Closed. 2025-05-13 14:40:41.832 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-263 - Shutdown completed. 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-264 - configuration: 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2d198533 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-264" 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.833 [Test worker @coroutine#6207] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Starting... 2025-05-13 14:40:41.834 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e1fc897 2025-05-13 14:40:41.834 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e1fc897 2025-05-13 14:40:41.834 [Test worker @coroutine#6207] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Start completed. 2025-05-13 14:40:41.842 [Test worker @coroutine#6207] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e1fc897 2025-05-13 14:40:41.847 [Test worker @coroutine#6208] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e1fc897 2025-05-13 14:40:41.847 [Test worker @coroutine#6211] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e1fc897 2025-05-13 14:40:41.848 [Test worker @coroutine#6213] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-264 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e1fc897 2025-05-13 14:40:41.849 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Shutdown initiated... 2025-05-13 14:40:41.849 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Close initiated... 2025-05-13 14:40:41.849 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.849 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.849 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-264 - Closed. 2025-05-13 14:40:41.849 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-264 - Shutdown completed. 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-265 - configuration: 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@78835956 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-265" 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Starting... 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Added connection org.sqlite.jdbc4.JDBC4Connection@5c00b341 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Added connection org.sqlite.jdbc4.JDBC4Connection@5c00b341 2025-05-13 14:40:41.850 [Test worker @coroutine#6224] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Start completed. 2025-05-13 14:40:41.858 [Test worker @coroutine#6224] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5c00b341 2025-05-13 14:40:41.863 [Test worker @coroutine#6225] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5c00b341 2025-05-13 14:40:41.864 [Test worker @coroutine#6227] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5c00b341 2025-05-13 14:40:41.866 [Test worker @coroutine#6229] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-265 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5c00b341 2025-05-13 14:40:41.867 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Shutdown initiated... 2025-05-13 14:40:41.867 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Close initiated... 2025-05-13 14:40:41.867 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.867 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.867 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-265 - Closed. 2025-05-13 14:40:41.867 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-265 - Shutdown completed. 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-266 - configuration: 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@155ab4b 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-266" 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.867 [Test worker @coroutine#6240] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Starting... 2025-05-13 14:40:41.868 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Added connection org.sqlite.jdbc4.JDBC4Connection@6267b25a 2025-05-13 14:40:41.868 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Added connection org.sqlite.jdbc4.JDBC4Connection@6267b25a 2025-05-13 14:40:41.868 [Test worker @coroutine#6240] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Start completed. 2025-05-13 14:40:41.875 [Test worker @coroutine#6240] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6267b25a 2025-05-13 14:40:41.880 [Test worker @coroutine#6241] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6267b25a 2025-05-13 14:40:41.881 [Test worker @coroutine#6243] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6267b25a 2025-05-13 14:40:41.882 [Test worker @coroutine#6245] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-266 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@6267b25a 2025-05-13 14:40:41.883 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Shutdown initiated... 2025-05-13 14:40:41.883 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Close initiated... 2025-05-13 14:40:41.883 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.883 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.883 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-266 - Closed. 2025-05-13 14:40:41.883 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-266 - Shutdown completed. 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-267 - configuration: 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@a29aced 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-267" 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Starting... 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Added connection org.sqlite.jdbc4.JDBC4Connection@741d2dda 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Added connection org.sqlite.jdbc4.JDBC4Connection@741d2dda 2025-05-13 14:40:41.884 [Test worker @coroutine#6256] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Start completed. 2025-05-13 14:40:41.888 [DefaultDispatcher-worker-14 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:41.888 [DefaultDispatcher-worker-14 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.888 [DefaultDispatcher-worker-14 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.888 [DefaultDispatcher-worker-14 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.889 [DefaultDispatcher-worker-3 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.889 [DefaultDispatcher-worker-3 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.892 [Test worker @coroutine#6256] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@741d2dda 2025-05-13 14:40:41.897 [Test worker @coroutine#6260] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@741d2dda 2025-05-13 14:40:41.898 [Test worker @coroutine#6262] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@741d2dda 2025-05-13 14:40:41.899 [Test worker @coroutine#6264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-267 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@741d2dda 2025-05-13 14:40:41.900 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Shutdown initiated... 2025-05-13 14:40:41.900 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Close initiated... 2025-05-13 14:40:41.900 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.900 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.900 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-267 - Closed. 2025-05-13 14:40:41.900 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-267 - Shutdown completed. 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-268 - configuration: 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7aafaf44 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-268" 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.901 [Test worker @coroutine#6276] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Starting... 2025-05-13 14:40:41.902 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Added connection org.sqlite.jdbc4.JDBC4Connection@414fd9f2 2025-05-13 14:40:41.902 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Added connection org.sqlite.jdbc4.JDBC4Connection@414fd9f2 2025-05-13 14:40:41.902 [Test worker @coroutine#6276] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Start completed. 2025-05-13 14:40:41.910 [Test worker @coroutine#6276] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@414fd9f2 2025-05-13 14:40:41.915 [Test worker @coroutine#6277] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@414fd9f2 2025-05-13 14:40:41.916 [Test worker @coroutine#6279] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@414fd9f2 2025-05-13 14:40:41.916 [Test worker @coroutine#6281] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-268 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@414fd9f2 2025-05-13 14:40:41.919 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Shutdown initiated... 2025-05-13 14:40:41.919 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Close initiated... 2025-05-13 14:40:41.919 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.919 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.919 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-268 - Closed. 2025-05-13 14:40:41.919 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-268 - Shutdown completed. 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-269 - configuration: 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@27de073b 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-269" 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Starting... 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Added connection org.sqlite.jdbc4.JDBC4Connection@2857dbe3 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Added connection org.sqlite.jdbc4.JDBC4Connection@2857dbe3 2025-05-13 14:40:41.920 [Test worker @coroutine#6294] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Start completed. 2025-05-13 14:40:41.928 [Test worker @coroutine#6294] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2857dbe3 2025-05-13 14:40:41.933 [Test worker @coroutine#6295] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2857dbe3 2025-05-13 14:40:41.934 [Test worker @coroutine#6297] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2857dbe3 2025-05-13 14:40:41.934 [Test worker @coroutine#6299] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-269 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2857dbe3 2025-05-13 14:40:41.936 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Shutdown initiated... 2025-05-13 14:40:41.936 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Close initiated... 2025-05-13 14:40:41.936 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.936 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.936 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-269 - Closed. 2025-05-13 14:40:41.936 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-269 - Shutdown completed. 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-270 - configuration: 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@5e1db27e 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-270" 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.936 [Test worker @coroutine#6312] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Starting... 2025-05-13 14:40:41.937 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Added connection org.sqlite.jdbc4.JDBC4Connection@218da1f9 2025-05-13 14:40:41.937 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Added connection org.sqlite.jdbc4.JDBC4Connection@218da1f9 2025-05-13 14:40:41.937 [Test worker @coroutine#6312] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Start completed. 2025-05-13 14:40:41.945 [Test worker @coroutine#6312] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@218da1f9 2025-05-13 14:40:41.949 [Test worker @coroutine#6313] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@218da1f9 2025-05-13 14:40:41.950 [Test worker @coroutine#6315] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@218da1f9 2025-05-13 14:40:41.951 [Test worker @coroutine#6318] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-270 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@218da1f9 2025-05-13 14:40:41.953 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Shutdown initiated... 2025-05-13 14:40:41.953 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Close initiated... 2025-05-13 14:40:41.953 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.953 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.953 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-270 - Closed. 2025-05-13 14:40:41.953 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-270 - Shutdown completed. 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-271 - configuration: 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7682b160 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-271" 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Starting... 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Added connection org.sqlite.jdbc4.JDBC4Connection@762f5d34 2025-05-13 14:40:41.953 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Added connection org.sqlite.jdbc4.JDBC4Connection@762f5d34 2025-05-13 14:40:41.954 [Test worker @coroutine#6331] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Start completed. 2025-05-13 14:40:41.962 [Test worker @coroutine#6331] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@762f5d34 2025-05-13 14:40:41.967 [Test worker @coroutine#6332] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@762f5d34 2025-05-13 14:40:41.968 [Test worker @coroutine#6334] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@762f5d34 2025-05-13 14:40:41.969 [Test worker @coroutine#6336] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-271 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@762f5d34 2025-05-13 14:40:41.971 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Shutdown initiated... 2025-05-13 14:40:41.971 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Close initiated... 2025-05-13 14:40:41.971 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.971 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.971 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-271 - Closed. 2025-05-13 14:40:41.971 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-271 - Shutdown completed. 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-272 - configuration: 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6499fda5 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-272" 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Starting... 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Added connection org.sqlite.jdbc4.JDBC4Connection@135de93b 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Added connection org.sqlite.jdbc4.JDBC4Connection@135de93b 2025-05-13 14:40:41.972 [Test worker @coroutine#6349] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Start completed. 2025-05-13 14:40:41.980 [Test worker @coroutine#6349] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@135de93b 2025-05-13 14:40:41.985 [Test worker @coroutine#6350] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@135de93b 2025-05-13 14:40:41.986 [Test worker @coroutine#6352] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@135de93b 2025-05-13 14:40:41.987 [Test worker @coroutine#6354] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-272 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@135de93b 2025-05-13 14:40:41.989 [UI Thread @coroutine#6363] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for https://invalid/Site/verify 2025-05-13 14:40:41.989 [UI Thread @coroutine#6363] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for https://invalid/Site/verify. 2025-05-13 14:40:41.989 [UI Thread @coroutine#6363] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to https://invalid/Site/verify 2025-05-13 14:40:41.989 [DefaultDispatcher-worker-7 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:41.989 [DefaultDispatcher-worker-7 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.989 [DefaultDispatcher-worker-7 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:41.989 [DefaultDispatcher-worker-7 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.990 [DefaultDispatcher-worker-17 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.990 [DefaultDispatcher-worker-17 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:41.990 [UI Thread @coroutine#6363] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: invalid: Name or service not known for request https://invalid/Site/verify 2025-05-13 14:40:41.990 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Shutdown initiated... 2025-05-13 14:40:41.990 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Close initiated... 2025-05-13 14:40:41.990 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Before closing stats (total=1, active=1, idle=0, waiting=0) 2025-05-13 14:40:41.991 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:41.991 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-272 - Closed. 2025-05-13 14:40:41.991 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-272 - Shutdown completed. 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-273 - configuration: 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@6e0d619b 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-273" 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Starting... 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 2025-05-13 14:40:41.992 [Test worker @coroutine#6372] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Start completed. 2025-05-13 14:40:42.000 [Test worker @coroutine#6372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 2025-05-13 14:40:42.005 [Test worker @coroutine#6374] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 2025-05-13 14:40:42.006 [Test worker @coroutine#6376] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 2025-05-13 14:40:42.007 [Test worker @coroutine#6378] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 2025-05-13 14:40:42.009 [UI Thread @coroutine#6389] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54373/Site/verify 2025-05-13 14:40:42.009 [UI Thread @coroutine#6389] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54373/Site/verify. 2025-05-13 14:40:42.009 [UI Thread @coroutine#6389] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54373/Site/verify 2025-05-13 14:40:42.010 [UI Thread @coroutine#6389] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54373/Site/verify 2025-05-13 14:40:42.010 [UI Thread @coroutine#6389] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54373/Site/verify 2025-05-13 14:40:42.010 [UI Thread @coroutine#6389] TRACE i.k.c.p.c.ContentNegotiation - Response body is already transformed. Skipping ContentNegotiation for http://localhost.localdomain:54373/Site/verify. 2025-05-13 14:40:42.010 [UI Thread @coroutine#6389] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:54373/Site/verify to class io.ktor.utils.io.core.ByteReadPacket 2025-05-13 14:40:42.011 [Test worker] DEBUG c.zaxxer.hikari.pool.ProxyConnection - HikariPool-273 - Executed rollback on connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 due to dirty commit state on close(). 2025-05-13 14:40:42.014 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9 2025-05-13 14:40:42.014 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Shutdown initiated... 2025-05-13 14:40:42.014 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Close initiated... 2025-05-13 14:40:42.014 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:42.014 [HikariPool-273 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-273 - Closing connection org.sqlite.jdbc4.JDBC4Connection@5e7026b9: (connection evicted) 2025-05-13 14:40:42.014 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:42.014 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-273 - Closed. 2025-05-13 14:40:42.014 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-273 - Shutdown completed. 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-274 - configuration: 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@7aaec50e 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-274" 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Starting... 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Added connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Added connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.017 [Test worker @coroutine#6396] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Start completed. 2025-05-13 14:40:42.025 [Test worker @coroutine#6396] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.030 [Test worker @coroutine#6397] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.031 [Test worker @coroutine#6399] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.032 [Test worker @coroutine#6401] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.036 [DefaultDispatcher-worker-10 @coroutine#6403] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.039 [DefaultDispatcher-worker-16 @coroutine#6396] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4430d9be 2025-05-13 14:40:42.043 [UI Thread @coroutine#6415] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58447/727151888541237248/_ustadmanifest.json 2025-05-13 14:40:42.043 [UI Thread @coroutine#6415] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58447/727151888541237248/_ustadmanifest.json. 2025-05-13 14:40:42.043 [UI Thread @coroutine#6415] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58447/727151888541237248/_ustadmanifest.json 2025-05-13 14:40:42.044 [UI Thread @coroutine#6415] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58447/727151888541237248/_ustadmanifest.json 2025-05-13 14:40:42.044 [UI Thread @coroutine#6415] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58447/727151888541237248/_ustadmanifest.json 2025-05-13 14:40:42.044 [UI Thread @coroutine#6415] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58447/727151888541237248/_ustadmanifest.json. 2025-05-13 14:40:42.044 [UI Thread @coroutine#6415] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:58447/727151888541237248/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:42.044 [UI Thread @coroutine#6415] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58447/mediainfo.json 2025-05-13 14:40:42.044 [UI Thread @coroutine#6415] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58447/mediainfo.json. 2025-05-13 14:40:42.044 [UI Thread @coroutine#6415] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58447/mediainfo.json 2025-05-13 14:40:42.045 [UI Thread @coroutine#6415] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58447/mediainfo.json 2025-05-13 14:40:42.045 [UI Thread @coroutine#6415] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58447/mediainfo.json 2025-05-13 14:40:42.086 [UI Thread @coroutine#6415] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58447/mediainfo.json. 2025-05-13 14:40:42.086 [UI Thread @coroutine#6415] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:58447/mediainfo.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:42.117 [HikariPool-274 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:42.349 [DefaultDispatcher-worker-3 @coroutine#2095] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-120 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7308d133 2025-05-13 14:40:42.349 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.349 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.349 [DefaultDispatcher-worker-3 @coroutine#2095] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.350 [DefaultDispatcher-worker-13 @coroutine#2095] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.350 [DefaultDispatcher-worker-13 @coroutine#2095] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:45581/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.423 [DefaultDispatcher-worker-8 @coroutine#2127] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-122 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@40874f54 2025-05-13 14:40:42.424 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.424 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.424 [DefaultDispatcher-worker-8 @coroutine#2127] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.424 [DefaultDispatcher-worker-13 @coroutine#2127] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.424 [DefaultDispatcher-worker-13 @coroutine#2127] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:40097/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.503 [DefaultDispatcher-worker-13 @coroutine#2174] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-123 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e895acb 2025-05-13 14:40:42.504 [DefaultDispatcher-worker-13 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.504 [DefaultDispatcher-worker-13 @coroutine#2174] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.504 [DefaultDispatcher-worker-13 @coroutine#2174] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.505 [DefaultDispatcher-worker-18 @coroutine#2174] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.505 [DefaultDispatcher-worker-18 @coroutine#2174] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:55251/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.586 [DefaultDispatcher-worker-5 @coroutine#2206] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-125 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5069a91b 2025-05-13 14:40:42.586 [DefaultDispatcher-worker-5 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.586 [DefaultDispatcher-worker-5 @coroutine#2206] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.586 [DefaultDispatcher-worker-5 @coroutine#2206] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.587 [DefaultDispatcher-worker-7 @coroutine#2206] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.587 [DefaultDispatcher-worker-7 @coroutine#2206] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58345/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.624 [DefaultDispatcher-worker-13 @coroutine#2235] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-127 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1f41f259 2025-05-13 14:40:42.625 [DefaultDispatcher-worker-13 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.625 [DefaultDispatcher-worker-13 @coroutine#2235] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.625 [DefaultDispatcher-worker-13 @coroutine#2235] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.625 [DefaultDispatcher-worker-8 @coroutine#2235] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.625 [DefaultDispatcher-worker-8 @coroutine#2235] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:34235/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.667 [DefaultDispatcher-worker-14 @coroutine#2264] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-129 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@7c200342 2025-05-13 14:40:42.667 [DefaultDispatcher-worker-14 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.667 [DefaultDispatcher-worker-14 @coroutine#2264] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://inaccessible/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.667 [DefaultDispatcher-worker-14 @coroutine#2264] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.668 [DefaultDispatcher-worker-14 @coroutine#2264] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.UnknownHostException: inaccessible for request http://inaccessible/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.702 [DefaultDispatcher-worker-6 @coroutine#2278] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-130 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@73b71935 2025-05-13 14:40:42.703 [DefaultDispatcher-worker-6 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.703 [DefaultDispatcher-worker-6 @coroutine#2278] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.703 [DefaultDispatcher-worker-6 @coroutine#2278] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.703 [DefaultDispatcher-worker-18 @coroutine#2278] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.703 [DefaultDispatcher-worker-18 @coroutine#2278] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:54513/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.812 [DefaultDispatcher-worker-9 @coroutine#2330] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-131 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@43069adf 2025-05-13 14:40:42.812 [DefaultDispatcher-worker-9 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.812 [DefaultDispatcher-worker-9 @coroutine#2330] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.812 [DefaultDispatcher-worker-9 @coroutine#2330] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.813 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.813 [DefaultDispatcher-worker-10 @coroutine#2330] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:38183/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.894 [DefaultDispatcher-worker-8 @coroutine#2372] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-133 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@408a0e92 2025-05-13 14:40:42.894 [DefaultDispatcher-worker-8 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.894 [DefaultDispatcher-worker-8 @coroutine#2372] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.894 [DefaultDispatcher-worker-8 @coroutine#2372] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.894 [DefaultDispatcher-worker-11 @coroutine#2372] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.894 [DefaultDispatcher-worker-11 @coroutine#2372] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:44329/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.994 [DefaultDispatcher-worker-9 @coroutine#2425] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-135 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2e10f765 2025-05-13 14:40:42.994 [DefaultDispatcher-worker-9 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.994 [DefaultDispatcher-worker-9 @coroutine#2425] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId. 2025-05-13 14:40:42.994 [DefaultDispatcher-worker-9 @coroutine#2425] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.995 [DefaultDispatcher-worker-11 @coroutine#2425] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:42.995 [DefaultDispatcher-worker-11 @coroutine#2425] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:58429/UmAppDatabase/replication/nodeId 2025-05-13 14:40:43.089 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Shutdown initiated... 2025-05-13 14:40:43.089 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Close initiated... 2025-05-13 14:40:43.089 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:43.089 [HikariPool-274 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-274 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4430d9be: (connection evicted) 2025-05-13 14:40:43.090 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:43.090 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-274 - Closed. 2025-05-13 14:40:43.090 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-274 - Shutdown completed. 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-275 - configuration: 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@b068ddf 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-275" 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Starting... 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Added connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Added connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.112 [Test worker @coroutine#6456] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Start completed. 2025-05-13 14:40:43.121 [Test worker @coroutine#6456] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.127 [Test worker @coroutine#6457] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.128 [Test worker @coroutine#6459] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.129 [Test worker @coroutine#6461] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.133 [DefaultDispatcher-worker-2 @coroutine#6463] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.137 [DefaultDispatcher-worker-1 @coroutine#6456] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@4bb13671 2025-05-13 14:40:43.212 [HikariPool-275 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:43.216 [UI Thread @coroutine#6472] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:60257/727151892808888320/_ustadmanifest.json 2025-05-13 14:40:43.216 [UI Thread @coroutine#6472] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:60257/727151892808888320/_ustadmanifest.json. 2025-05-13 14:40:43.216 [UI Thread @coroutine#6472] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:60257/727151892808888320/_ustadmanifest.json 2025-05-13 14:40:43.217 [UI Thread @coroutine#6472] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:60257/727151892808888320/_ustadmanifest.json 2025-05-13 14:40:43.217 [UI Thread @coroutine#6472] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:60257/727151892808888320/_ustadmanifest.json 2025-05-13 14:40:43.217 [UI Thread @coroutine#6472] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:60257/727151892808888320/_ustadmanifest.json. 2025-05-13 14:40:43.218 [UI Thread @coroutine#6472] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:60257/727151892808888320/_ustadmanifest.json to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:43.218 [UI Thread @coroutine#6472] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http://localhost.localdomain:60257/tincan.xml 2025-05-13 14:40:43.218 [UI Thread @coroutine#6472] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:60257/tincan.xml. 2025-05-13 14:40:43.218 [UI Thread @coroutine#6472] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost.localdomain:60257/tincan.xml 2025-05-13 14:40:43.218 [UI Thread @coroutine#6472] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost.localdomain:60257/tincan.xml 2025-05-13 14:40:43.218 [UI Thread @coroutine#6472] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost.localdomain:60257/tincan.xml 2025-05-13 14:40:43.259 [UI Thread @coroutine#6472] TRACE i.k.c.p.c.ContentNegotiation - Response body type class io.ktor.utils.io.ByteReadChannel is in ignored types. Skipping ContentNegotiation for http://localhost.localdomain:60257/tincan.xml. 2025-05-13 14:40:43.259 [UI Thread @coroutine#6472] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers response body for http://localhost.localdomain:60257/tincan.xml to class io.ktor.utils.io.ByteReadChannel 2025-05-13 14:40:43.266 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Shutdown initiated... 2025-05-13 14:40:43.266 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Close initiated... 2025-05-13 14:40:43.266 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Before closing stats (total=1, active=0, idle=1, waiting=0) 2025-05-13 14:40:43.266 [HikariPool-275 connection closer] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-275 - Closing connection org.sqlite.jdbc4.JDBC4Connection@4bb13671: (connection evicted) 2025-05-13 14:40:43.267 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - After closing stats (total=0, active=0, idle=0, waiting=0) 2025-05-13 14:40:43.267 [Test worker] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-275 - Closed. 2025-05-13 14:40:43.267 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-275 - Shutdown completed.