2025-04-23 14:31:51.974 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-1 - configuration: 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@4b3a45f1 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-04-23 14:31:51.987 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-1" 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-04-23 14:31:51.988 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-04-23 14:31:51.992 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 2025-04-23 14:31:52.184 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1eb6749b 2025-04-23 14:31:52.184 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1eb6749b 2025-04-23 14:31:52.185 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 2025-04-23 14:31:52.285 [HikariPool-1 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-04-23 14:31:52.457 [Test worker] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1eb6749b 2025-04-23 14:31:54.101 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-2 - configuration: 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@56e9a474 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-04-23 14:31:54.107 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-04-23 14:31:54.108 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-04-23 14:31:54.114 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-04-23 14:31:54.114 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-2" 2025-04-23 14:31:54.114 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-04-23 14:31:54.115 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-04-23 14:31:54.115 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-04-23 14:31:54.115 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-04-23 14:31:54.115 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-04-23 14:31:54.115 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-04-23 14:31:54.115 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-04-23 14:31:54.115 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-04-23 14:31:54.115 [Test worker @coroutine#3] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Starting... 2025-04-23 14:31:54.119 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.120 [Test worker @coroutine#3] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.120 [Test worker @coroutine#3] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Start completed. 2025-04-23 14:31:54.222 [HikariPool-2 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-04-23 14:31:54.242 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@9c3903 2025-04-23 14:31:54.242 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@9c3903 2025-04-23 14:31:54.249 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@e5bc760 2025-04-23 14:31:54.250 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@e5bc760 2025-04-23 14:31:54.258 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@a645273 2025-04-23 14:31:54.258 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@a645273 2025-04-23 14:31:54.275 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f66cd5b 2025-04-23 14:31:54.275 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@4f66cd5b 2025-04-23 14:31:54.278 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ed3a195 2025-04-23 14:31:54.285 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@2ed3a195 2025-04-23 14:31:54.291 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ee303e8 2025-04-23 14:31:54.295 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@7ee303e8 2025-04-23 14:31:54.298 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@56bc318d 2025-04-23 14:31:54.307 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@56bc318d 2025-04-23 14:31:54.310 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f493214 2025-04-23 14:31:54.313 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f493214 2025-04-23 14:31:54.314 [Test worker @coroutine#4] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.320 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c25e161 2025-04-23 14:31:54.320 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c25e161 2025-04-23 14:31:54.320 [HikariPool-2 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - After adding stats (total=10, active=1, idle=9, waiting=0) 2025-04-23 14:31:54.338 [Test worker @coroutine#5] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.345 [Test worker @coroutine#7] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.513 [DefaultDispatcher-worker-7 @coroutine#3] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.560 [DefaultDispatcher-worker-1 @coroutine#3] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.598 [DefaultDispatcher-worker-4 @coroutine#3] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.625 [DefaultDispatcher-worker-10 @coroutine#3] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.865 [DefaultDispatcher-worker-1 @coroutine#13] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@2dbfcf7 2025-04-23 14:31:54.922 [Test worker @coroutine#15] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http:///auth/login?username=mary&password=secret23 2025-04-23 14:31:54.951 [Test worker @coroutine#15] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http:///auth/login?username=mary&password=secret23. 2025-04-23 14:31:54.952 [Test worker @coroutine#15] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http:///auth/login?username=mary&password=secret23 2025-04-23 14:31:54.994 [DefaultDispatcher-worker-1 @call-context#16] INFO ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active. 2025-04-23 14:31:55.063 [DefaultDispatcher-worker-1 @call-context#16] INFO ktor.test - Application started in 0.078 seconds. 2025-04-23 14:31:55.063 [DefaultDispatcher-worker-1 @call-context#16] DEBUG ktor.test - Application started: io.ktor.server.application.Application@2dac1160 2025-04-23 14:31:55.065 [DefaultDispatcher-worker-10 @coroutine#18] INFO ktor.test - Responding at http://localhost:80 2025-04-23 14:31:55.065 [DefaultDispatcher-worker-10 @coroutine#18] INFO ktor.test - Responding at https://localhost:443 2025-04-23 14:31:55.106 [DefaultDispatcher-worker-1 @request#16] 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 Matched routes: "" -> "auth" -> "login" -> "(method:POST)" Route resolve result: SUCCESS @ /auth/login/(method:POST) 2025-04-23 14:31:55.582 [DefaultDispatcher-worker-9 @request#16] DEBUG ktor.test - 200 OK: POST - /auth/login in 485ms 2025-04-23 14:31:55.613 [Test worker @coroutine#15] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/auth/login?username=mary&password=secret23 2025-04-23 14:31:55.614 [Test worker @coroutine#15] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/auth/login?username=mary&password=secret23 2025-04-23 14:31:55.641 [Test worker @coroutine#23] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class com.ustadmobile.lib.db.entities.UmAccount for http://localhost/auth/login?username=mary&password=secret23. 2025-04-23 14:31:55.642 [Test worker] DEBUG ktor.test - Application stopping: io.ktor.server.application.Application@2dac1160 2025-04-23 14:31:55.642 [Test worker] DEBUG ktor.test - Application stopped: io.ktor.server.application.Application@2dac1160 2025-04-23 14:31:55.649 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-3 - configuration: 2025-04-23 14:31:55.652 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-04-23 14:31:55.652 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-04-23 14:31:55.653 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-04-23 14:31:55.653 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-04-23 14:31:55.653 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-04-23 14:31:55.653 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-04-23 14:31:55.653 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1039bfc4 2025-04-23 14:31:55.657 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-04-23 14:31:55.657 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-04-23 14:31:55.660 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-04-23 14:31:55.661 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-3" 2025-04-23 14:31:55.665 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-04-23 14:31:55.665 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-04-23 14:31:55.665 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-04-23 14:31:55.665 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-04-23 14:31:55.665 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-04-23 14:31:55.665 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-04-23 14:31:55.666 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-04-23 14:31:55.666 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-04-23 14:31:55.666 [Test worker @coroutine#25] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Starting... 2025-04-23 14:31:55.673 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.673 [Test worker @coroutine#25] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.673 [Test worker @coroutine#25] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Start completed. 2025-04-23 14:31:55.690 [Test worker @coroutine#26] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.695 [Test worker @coroutine#28] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.698 [Test worker @coroutine#30] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.713 [DefaultDispatcher-worker-8 @coroutine#25] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.723 [DefaultDispatcher-worker-5 @coroutine#25] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.733 [DefaultDispatcher-worker-1 @coroutine#25] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.745 [DefaultDispatcher-worker-2 @coroutine#25] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.773 [HikariPool-3 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Pool stats (total=1, active=1, idle=0, waiting=0) 2025-04-23 14:31:55.776 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a8314bf 2025-04-23 14:31:55.776 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@6a8314bf 2025-04-23 14:31:55.779 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@6444f79f 2025-04-23 14:31:55.779 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@6444f79f 2025-04-23 14:31:55.780 [DefaultDispatcher-worker-12 @coroutine#36] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1fd7a37 2025-04-23 14:31:55.783 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@607b7fcf 2025-04-23 14:31:55.783 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@607b7fcf 2025-04-23 14:31:55.786 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@2579fda4 2025-04-23 14:31:55.786 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@2579fda4 2025-04-23 14:31:55.787 [Test worker @coroutine#38] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http:///auth/login?username=mary&password=wrong 2025-04-23 14:31:55.787 [Test worker @coroutine#38] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http:///auth/login?username=mary&password=wrong. 2025-04-23 14:31:55.787 [Test worker @coroutine#38] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http:///auth/login?username=mary&password=wrong 2025-04-23 14:31:55.789 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@57ad3358 2025-04-23 14:31:55.789 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@57ad3358 2025-04-23 14:31:55.790 [DefaultDispatcher-worker-12 @call-context#39] INFO ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active. 2025-04-23 14:31:55.792 [DefaultDispatcher-worker-12 @call-context#39] INFO ktor.test - Application started in 0.002 seconds. 2025-04-23 14:31:55.793 [DefaultDispatcher-worker-12 @call-context#39] DEBUG ktor.test - Application started: io.ktor.server.application.Application@67cb1255 2025-04-23 14:31:55.793 [DefaultDispatcher-worker-14 @coroutine#41] INFO ktor.test - Responding at http://localhost:80 2025-04-23 14:31:55.793 [DefaultDispatcher-worker-14 @coroutine#41] INFO ktor.test - Responding at https://localhost:443 2025-04-23 14:31:55.793 [DefaultDispatcher-worker-12 @request#39] 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 Matched routes: "" -> "auth" -> "login" -> "(method:POST)" Route resolve result: SUCCESS @ /auth/login/(method:POST) 2025-04-23 14:31:55.795 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@1416de3d 2025-04-23 14:31:55.795 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@1416de3d 2025-04-23 14:31:55.801 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f284e77 2025-04-23 14:31:55.802 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@2f284e77 2025-04-23 14:31:55.804 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@455602eb 2025-04-23 14:31:55.805 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@455602eb 2025-04-23 14:31:55.807 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@7bdfdeea 2025-04-23 14:31:55.807 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection org.sqlite.jdbc4.JDBC4Connection@7bdfdeea 2025-04-23 14:31:55.808 [HikariPool-3 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-04-23 14:31:55.846 [DefaultDispatcher-worker-15 @request#39] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from String to OutgoingContent for the POST /auth/login?username=mary&password=wrong request because the String type is ignored. See [ContentNegotiationConfig::ignoreType]. 2025-04-23 14:31:55.847 [DefaultDispatcher-worker-15 @request#39] DEBUG ktor.test - 403 Forbidden: POST - /auth/login in 54ms 2025-04-23 14:31:55.848 [Test worker @coroutine#38] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/auth/login?username=mary&password=wrong 2025-04-23 14:31:55.848 [Test worker @coroutine#38] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/auth/login?username=mary&password=wrong 2025-04-23 14:31:55.848 [Test worker] DEBUG ktor.test - Application stopping: io.ktor.server.application.Application@67cb1255 2025-04-23 14:31:55.848 [Test worker] DEBUG ktor.test - Application stopped: io.ktor.server.application.Application@67cb1255 2025-04-23 14:31:55.854 [Test worker @coroutine#47] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http:///auth/register 2025-04-23 14:31:55.856 [Test worker @coroutine#47] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@67bb4dcd for http:///auth/register 2025-04-23 14:31:55.856 [Test worker @coroutine#47] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http:///auth/register 2025-04-23 14:31:55.856 [Test worker @coroutine#47] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http:///auth/register from class io.ktor.http.content.TextContent 2025-04-23 14:31:55.857 [DefaultDispatcher-worker-12 @call-context#48] INFO ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active. 2025-04-23 14:31:55.858 [DefaultDispatcher-worker-12 @call-context#48] INFO ktor.test - Application started in 0.001 seconds. 2025-04-23 14:31:55.859 [DefaultDispatcher-worker-12 @call-context#48] DEBUG ktor.test - Application started: io.ktor.server.application.Application@5bac6f09 2025-04-23 14:31:55.859 [DefaultDispatcher-worker-6 @coroutine#50] INFO ktor.test - Responding at http://localhost:80 2025-04-23 14:31:55.859 [DefaultDispatcher-worker-6 @coroutine#50] INFO ktor.test - Responding at https://localhost:443 2025-04-23 14:31:55.860 [DefaultDispatcher-worker-12 @request#48] TRACE io.ktor.routing.Routing - Trace for [auth, register] /, segment:0 -> SUCCESS @ / /auth, segment:1 -> SUCCESS @ /auth /auth/login, segment:1 -> FAILURE "Selector didn't match" @ /auth/login /auth/register, segment:2 -> SUCCESS @ /auth/register /auth/register/(method:POST), segment:2 -> SUCCESS @ /auth/register/(method:POST) /auth/person, segment:1 -> FAILURE "Selector didn't match" @ /auth/person /auth/hash, segment:1 -> FAILURE "Selector didn't match" @ /auth/hash Matched routes: "" -> "auth" -> "register" -> "(method:POST)" Route resolve result: SUCCESS @ /auth/register/(method:POST) 2025-04-23 14:31:55.867 [DefaultDispatcher-worker-12 @request#48] 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.account.RegisterRequest, reifiedType=class com.ustadmobile.core.account.RegisterRequest, kotlinType=com.ustadmobile.core.account.RegisterRequest) for call /auth/register 2025-04-23 14:31:55.877 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-4 - configuration: 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@479f1bbb 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-04-23 14:31:55.878 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-4" 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-04-23 14:31:55.879 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-04-23 14:31:55.880 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-04-23 14:31:55.880 [DefaultDispatcher-worker-12 @request#48] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Starting... 2025-04-23 14:31:55.883 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e0a878d 2025-04-23 14:31:55.883 [DefaultDispatcher-worker-12 @request#48] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@5e0a878d 2025-04-23 14:31:55.883 [DefaultDispatcher-worker-12 @request#48] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-4 - Start completed. 2025-04-23 14:31:55.895 [DefaultDispatcher-worker-12 @coroutine#53] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e0a878d 2025-04-23 14:31:55.896 [DefaultDispatcher-worker-12 @coroutine#55] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e0a878d 2025-04-23 14:31:55.899 [DefaultDispatcher-worker-12 @coroutine#57] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e0a878d 2025-04-23 14:31:55.914 [DefaultDispatcher-worker-1 @request#48] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e0a878d 2025-04-23 14:31:55.940 [DefaultDispatcher-worker-2 @request#48] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-4 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@5e0a878d 2025-04-23 14:31:55.948 [DefaultDispatcher-worker-2 @request#48] DEBUG ktor.test - 200 OK: POST - /auth/register in 89ms 2025-04-23 14:31:55.948 [Test worker @coroutine#47] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/auth/register 2025-04-23 14:31:55.949 [Test worker @coroutine#47] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/auth/register 2025-04-23 14:31:55.950 [Test worker @coroutine#64] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class com.ustadmobile.lib.db.entities.Person for http://localhost/auth/register. 2025-04-23 14:31:55.967 [Test worker] DEBUG ktor.test - Application stopping: io.ktor.server.application.Application@5bac6f09 2025-04-23 14:31:55.967 [Test worker] DEBUG ktor.test - Application stopped: io.ktor.server.application.Application@5bac6f09 2025-04-23 14:31:55.972 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-5 - configuration: 2025-04-23 14:31:55.972 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1980a3f 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-5" 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-04-23 14:31:55.973 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-04-23 14:31:55.973 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-5 - Starting... 2025-04-23 14:31:55.974 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Added connection org.sqlite.jdbc4.JDBC4Connection@536b71b4 2025-04-23 14:31:55.974 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Added connection org.sqlite.jdbc4.JDBC4Connection@536b71b4 2025-04-23 14:31:55.974 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-5 - Start completed. 2025-04-23 14:31:55.980 [Test worker @coroutine#70] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/api/content/1234/file.html 2025-04-23 14:31:55.981 [DefaultDispatcher-worker-16 @call-context#71] INFO ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active. 2025-04-23 14:31:55.982 [DefaultDispatcher-worker-16 @call-context#71] INFO ktor.test - Application started in 0.001 seconds. 2025-04-23 14:31:55.982 [DefaultDispatcher-worker-12 @coroutine#73] INFO ktor.test - Responding at http://localhost:80 2025-04-23 14:31:55.982 [DefaultDispatcher-worker-12 @coroutine#73] INFO ktor.test - Responding at https://localhost:443 2025-04-23 14:31:55.983 [DefaultDispatcher-worker-16 @request#71] TRACE io.ktor.routing.Routing - Trace for [api, content, 1234, file.html] /, segment:0 -> SUCCESS @ / /{...}, segment:4 -> SUCCESS @ /{...} /{...}/(method:GET), segment:4 -> SUCCESS @ /{...}/(method:GET) Matched routes: "" -> "{...}" -> "(method:GET)" Route resolve result: SUCCESS @ /{...}/(method:GET) 2025-04-23 14:31:55.984 [HikariPool-4 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-04-23 14:31:55.987 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@57a57f45 2025-04-23 14:31:55.987 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@57a57f45 2025-04-23 14:31:55.989 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@59628bc1 2025-04-23 14:31:55.989 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@59628bc1 2025-04-23 14:31:55.991 [Test worker @coroutine#70] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/api/content/1234/file.html 2025-04-23 14:31:55.991 [Test worker @coroutine#70] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/api/content/1234/file.html 2025-04-23 14:31:55.992 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d5d1435 2025-04-23 14:31:55.992 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@5d5d1435 2025-04-23 14:31:55.992 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-6 - configuration: 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@2b08772d 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................9223372036854775807 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................1 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................1 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-6" 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-04-23 14:31:55.993 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-04-23 14:31:55.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-04-23 14:31:55.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-04-23 14:31:55.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-04-23 14:31:55.994 [Test worker] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-04-23 14:31:55.994 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Starting... 2025-04-23 14:31:55.994 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Added connection org.sqlite.jdbc4.JDBC4Connection@f171912 2025-04-23 14:31:55.994 [Test worker] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-6 - Added connection org.sqlite.jdbc4.JDBC4Connection@f171912 2025-04-23 14:31:55.994 [Test worker] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-6 - Start completed. 2025-04-23 14:31:55.995 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@185f81fa 2025-04-23 14:31:55.995 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@185f81fa 2025-04-23 14:31:55.997 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@647c9ae3 2025-04-23 14:31:55.997 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@647c9ae3 2025-04-23 14:31:55.999 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@298d392e 2025-04-23 14:31:55.999 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@298d392e 2025-04-23 14:31:56.001 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c447c96 2025-04-23 14:31:56.001 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c447c96 2025-04-23 14:31:56.003 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@78707eb5 2025-04-23 14:31:56.003 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@78707eb5 2025-04-23 14:31:56.005 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@78db58da 2025-04-23 14:31:56.005 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - Added connection org.sqlite.jdbc4.JDBC4Connection@78db58da 2025-04-23 14:31:56.005 [HikariPool-4 connection adder] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-4 - After adding stats (total=10, active=0, idle=10, waiting=0) 2025-04-23 14:31:56.036 [Test worker @coroutine#83] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-6 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@f171912 2025-04-23 14:31:56.037 [Test worker @coroutine#85] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost/api/content/1234/file.html 2025-04-23 14:31:56.037 [DefaultDispatcher-worker-9 @call-context#86] INFO ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active. 2025-04-23 14:31:56.038 [DefaultDispatcher-worker-9 @call-context#86] INFO ktor.test - Application started in 0.001 seconds. 2025-04-23 14:31:56.038 [DefaultDispatcher-worker-5 @coroutine#88] INFO ktor.test - Responding at http://localhost:80 2025-04-23 14:31:56.038 [DefaultDispatcher-worker-5 @coroutine#88] INFO ktor.test - Responding at https://localhost:443 2025-04-23 14:31:56.038 [DefaultDispatcher-worker-9 @request#86] TRACE io.ktor.routing.Routing - Trace for [api, content, 1234, file.html] /, segment:0 -> SUCCESS @ / /{...}, segment:4 -> SUCCESS @ /{...} /{...}/(method:GET), segment:4 -> SUCCESS @ /{...}/(method:GET) Matched routes: "" -> "{...}" -> "(method:GET)" Route resolve result: SUCCESS @ /{...}/(method:GET) 2025-04-23 14:31:56.046 [Test worker @coroutine#85] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/api/content/1234/file.html 2025-04-23 14:31:56.046 [Test worker @coroutine#85] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/api/content/1234/file.html 2025-04-23 14:31:56.057 [Test worker @coroutine#94] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application header for http:///Site/verify 2025-04-23 14:31:56.057 [Test worker @coroutine#94] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http:///Site/verify. 2025-04-23 14:31:56.057 [Test worker @coroutine#94] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http:///Site/verify 2025-04-23 14:31:56.057 [DefaultDispatcher-worker-12 @call-context#95] INFO ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active. 2025-04-23 14:31:56.058 [DefaultDispatcher-worker-12 @call-context#95] INFO ktor.test - Application started in 0.001 seconds. 2025-04-23 14:31:56.058 [DefaultDispatcher-worker-13 @coroutine#97] INFO ktor.test - Responding at http://localhost:80 2025-04-23 14:31:56.058 [DefaultDispatcher-worker-13 @coroutine#97] INFO ktor.test - Responding at https://localhost:443 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] TRACE io.ktor.routing.Routing - Trace for [Site, verify] /, segment:0 -> SUCCESS @ / /Site, segment:1 -> SUCCESS @ /Site /Site/verify, segment:2 -> SUCCESS @ /Site/verify /Site/verify/(method:GET), segment:2 -> SUCCESS @ /Site/verify/(method:GET) Matched routes: "" -> "Site" -> "verify" -> "(method:GET)" Route resolve result: SUCCESS @ /Site/verify/(method:GET) 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - HikariPool-7 - configuration: 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension.............false 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit......................true 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - catalog.........................none 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql...............none 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery.............none 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout...............30000 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - dataSource......................org.sqlite.SQLiteDataSource@1ab8adbe 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName.............none 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI..................none 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties............{password=} 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName.................none 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties...........{} 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry.............none 2025-04-23 14:31:56.059 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout.....................600000 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFast..........true 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailTimeout.......1 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQueries..........false 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest.............false 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl.........................none 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshold..........0 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime.....................1800000 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize.................10 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry..................none 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - metricsTrackerFactory...........none 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle.....................10 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - password........................ 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - poolName........................"HikariPool-7" 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - readOnly........................false 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans..................false 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutor...............none 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - scheduledExecutorService........internal 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory...................internal 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation............default 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - username........................none 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout...............5000 2025-04-23 14:31:56.060 [DefaultDispatcher-worker-12 @request#95] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-7 - Starting... 2025-04-23 14:31:56.062 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c877fd8 2025-04-23 14:31:56.062 [DefaultDispatcher-worker-12 @request#95] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-7 - Added connection org.sqlite.jdbc4.JDBC4Connection@1c877fd8 2025-04-23 14:31:56.062 [DefaultDispatcher-worker-12 @request#95] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-7 - Start completed. 2025-04-23 14:31:56.071 [DefaultDispatcher-worker-12 @coroutine#100] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-7 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c877fd8 2025-04-23 14:31:56.073 [DefaultDispatcher-worker-12 @coroutine#102] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-7 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c877fd8 2025-04-23 14:31:56.074 [HikariPool-5 housekeeper] DEBUG com.zaxxer.hikari.pool.HikariPool - HikariPool-5 - Pool stats (total=1, active=0, idle=1, waiting=0) 2025-04-23 14:31:56.074 [DefaultDispatcher-worker-12 @coroutine#104] DEBUG com.zaxxer.hikari.pool.PoolBase - HikariPool-7 - Reset (autoCommit) on connection org.sqlite.jdbc4.JDBC4Connection@1c877fd8 2025-04-23 14:31:56.077 [Test worker @coroutine#94] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost/Site/verify 2025-04-23 14:31:56.077 [Test worker @coroutine#94] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost/Site/verify 2025-04-23 14:31:56.078 [Test worker @coroutine#94] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class com.ustadmobile.lib.db.entities.Site for http://localhost/Site/verify.