2026-06-08 03:35:51.078 [Test worker] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:35:51.295 [Test worker] INFO io.ktor.server.Application - Application started in 0.485 seconds. 2026-06-08 03:35:51.455 [DefaultDispatcher-worker-2 @coroutine#2] INFO io.ktor.server.Application - Responding at http://0.0.0.0:35469 2026-06-08 03:35:52.765 [DefaultDispatcher-worker-1 @coroutine#8] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:35469/resources/index.json 2026-06-08 03:35:52.767 [DefaultDispatcher-worker-1 @coroutine#8] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:35469/resources/index.json. 2026-06-08 03:35:52.767 [DefaultDispatcher-worker-1 @coroutine#8] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35469/resources/index.json 2026-06-08 03:35:53.098 [eventLoopGroupProxy-4-1 @call-handler#12] TRACE io.ktor.server.routing.Routing - Trace for [resources, index.json] /, segment:0 -> SUCCESS @ / /(staticContent), segment:0 -> SUCCESS @ /(staticContent) /(staticContent)/resources, segment:1 -> SUCCESS @ /(staticContent)/resources /(staticContent)/resources/{...}, segment:2 -> SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...} /(staticContent)/resources/{...}/(method:GET), segment:2 -> SUCCESS @ /(staticContent)/resources/{...}/(method:GET) Matched routes: "" -> "(staticContent)" -> "resources" -> "{...}" -> "(method:GET)" Routing resolve result: SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...}/(method:GET) 2026-06-08 03:35:53.268 [DefaultDispatcher-worker-3 @call-handler#12] INFO io.ktor.server.Application - 200 OK: GET - /resources/index.json in 177ms 2026-06-08 03:35:53.295 [DefaultDispatcher-worker-3 @coroutine#8] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:35469/resources/index.json 2026-06-08 03:35:53.306 [DefaultDispatcher-worker-3 @coroutine#8] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35469/resources/index.json 2026-06-08 03:35:53.308 [DefaultDispatcher-worker-3 @coroutine#8] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35469/resources/index.json 2026-06-08 03:35:53.360 [DefaultDispatcher-worker-3 @coroutine#8] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class world.respect.lib.opds.model.OpdsFeed for http://localhost:35469/resources/index.json. 2026-06-08 03:35:53.440 [Test worker @coroutine#20] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:35469/resources/index.json 2026-06-08 03:35:53.443 [Test worker @coroutine#20] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:35469/resources/index.json. 2026-06-08 03:35:53.444 [Test worker @coroutine#20] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35469/resources/index.json 2026-06-08 03:35:53.455 [eventLoopGroupProxy-4-1 @call-handler#22] TRACE io.ktor.server.routing.Routing - Trace for [resources, index.json] /, segment:0 -> SUCCESS @ / /(staticContent), segment:0 -> SUCCESS @ /(staticContent) /(staticContent)/resources, segment:1 -> SUCCESS @ /(staticContent)/resources /(staticContent)/resources/{...}, segment:2 -> SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...} /(staticContent)/resources/{...}/(method:GET), segment:2 -> SUCCESS @ /(staticContent)/resources/{...}/(method:GET) Matched routes: "" -> "(staticContent)" -> "resources" -> "{...}" -> "(method:GET)" Routing resolve result: SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...}/(method:GET) 2026-06-08 03:35:53.457 [eventLoopGroupProxy-4-1 @call-handler#22] INFO io.ktor.server.Application - 304 Not Modified: GET - /resources/index.json in 3ms 2026-06-08 03:35:53.463 [DefaultDispatcher-worker-3 @coroutine#20] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:35469/resources/index.json 2026-06-08 03:35:53.463 [DefaultDispatcher-worker-3 @coroutine#20] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35469/resources/index.json 2026-06-08 03:35:53.463 [DefaultDispatcher-worker-3 @coroutine#20] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35469/resources/index.json 2026-06-08 03:35:55.575 [Test worker] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:35:55.577 [Test worker] INFO io.ktor.server.Application - Application started in 0.002 seconds. 2026-06-08 03:35:55.583 [DefaultDispatcher-worker-3 @coroutine#26] INFO io.ktor.server.Application - Responding at http://0.0.0.0:33195 2026-06-08 03:35:55.672 [Test worker @coroutine#30] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:33195/resources/index.json 2026-06-08 03:35:55.673 [Test worker @coroutine#30] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33195/resources/index.json. 2026-06-08 03:35:55.673 [Test worker @coroutine#30] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33195/resources/index.json 2026-06-08 03:35:55.678 [eventLoopGroupProxy-7-1 @call-handler#35] TRACE io.ktor.server.routing.Routing - Trace for [resources, index.json] /, segment:0 -> SUCCESS @ / /(staticContent), segment:0 -> SUCCESS @ /(staticContent) /(staticContent)/resources, segment:1 -> SUCCESS @ /(staticContent)/resources /(staticContent)/resources/{...}, segment:2 -> SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...} /(staticContent)/resources/{...}/(method:GET), segment:2 -> SUCCESS @ /(staticContent)/resources/{...}/(method:GET) Matched routes: "" -> "(staticContent)" -> "resources" -> "{...}" -> "(method:GET)" Routing resolve result: SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...}/(method:GET) 2026-06-08 03:35:55.679 [eventLoopGroupProxy-7-1 @call-handler#35] INFO io.ktor.server.Application - 200 OK: GET - /resources/index.json in 2ms 2026-06-08 03:35:55.682 [Test worker @coroutine#30] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:33195/resources/index.json 2026-06-08 03:35:55.682 [Test worker @coroutine#30] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33195/resources/index.json 2026-06-08 03:35:55.682 [Test worker @coroutine#30] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33195/resources/index.json 2026-06-08 03:35:55.683 [Test worker @coroutine#30] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class world.respect.lib.opds.model.OpdsFeed for http://localhost:33195/resources/index.json. 2026-06-08 03:35:55.695 [DefaultDispatcher-worker-2 @coroutine#43] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:33195/resources/index.json 2026-06-08 03:35:55.695 [DefaultDispatcher-worker-2 @coroutine#43] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:33195/resources/index.json. 2026-06-08 03:35:55.695 [DefaultDispatcher-worker-2 @coroutine#43] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:33195/resources/index.json 2026-06-08 03:35:55.697 [eventLoopGroupProxy-7-1 @call-handler#45] TRACE io.ktor.server.routing.Routing - Trace for [resources, index.json] /, segment:0 -> SUCCESS @ / /(staticContent), segment:0 -> SUCCESS @ /(staticContent) /(staticContent)/resources, segment:1 -> SUCCESS @ /(staticContent)/resources /(staticContent)/resources/{...}, segment:2 -> SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...} /(staticContent)/resources/{...}/(method:GET), segment:2 -> SUCCESS @ /(staticContent)/resources/{...}/(method:GET) Matched routes: "" -> "(staticContent)" -> "resources" -> "{...}" -> "(method:GET)" Routing resolve result: SUCCESS; Parameters [static-content-path-parameter=[index.json]] @ /(staticContent)/resources/{...}/(method:GET) 2026-06-08 03:35:55.698 [eventLoopGroupProxy-7-1 @call-handler#45] INFO io.ktor.server.Application - 304 Not Modified: GET - /resources/index.json in 1ms 2026-06-08 03:35:55.700 [DefaultDispatcher-worker-2 @coroutine#43] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:33195/resources/index.json 2026-06-08 03:35:55.700 [DefaultDispatcher-worker-2 @coroutine#43] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:33195/resources/index.json 2026-06-08 03:35:55.700 [DefaultDispatcher-worker-2 @coroutine#43] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:33195/resources/index.json 2026-06-08 03:35:57.726 [Test worker] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:35:57.727 [Test worker] INFO io.ktor.server.Application - Application started in 0.001 seconds. 2026-06-08 03:35:57.729 [DefaultDispatcher-worker-2 @coroutine#49] INFO io.ktor.server.Application - Responding at http://0.0.0.0:39041 2026-06-08 03:35:57.736 [Test worker @coroutine#55] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:39041/resources/lesson001.json 2026-06-08 03:35:57.737 [Test worker @coroutine#55] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:39041/resources/lesson001.json. 2026-06-08 03:35:57.737 [Test worker @coroutine#55] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:39041/resources/lesson001.json 2026-06-08 03:35:57.742 [eventLoopGroupProxy-10-1 @call-handler#59] TRACE io.ktor.server.routing.Routing - Trace for [resources, lesson001.json] /, segment:0 -> SUCCESS @ / /(staticContent), segment:0 -> SUCCESS @ /(staticContent) /(staticContent)/resources, segment:1 -> SUCCESS @ /(staticContent)/resources /(staticContent)/resources/{...}, segment:2 -> SUCCESS; Parameters [static-content-path-parameter=[lesson001.json]] @ /(staticContent)/resources/{...} /(staticContent)/resources/{...}/(method:GET), segment:2 -> SUCCESS @ /(staticContent)/resources/{...}/(method:GET) Matched routes: "" -> "(staticContent)" -> "resources" -> "{...}" -> "(method:GET)" Routing resolve result: SUCCESS; Parameters [static-content-path-parameter=[lesson001.json]] @ /(staticContent)/resources/{...}/(method:GET) 2026-06-08 03:35:57.745 [DefaultDispatcher-worker-4 @call-handler#59] INFO io.ktor.server.Application - 200 OK: GET - /resources/lesson001.json in 3ms 2026-06-08 03:35:57.747 [DefaultDispatcher-worker-7 @coroutine#55] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:39041/resources/lesson001.json 2026-06-08 03:35:57.749 [DefaultDispatcher-worker-3 @coroutine#55] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:39041/resources/lesson001.json 2026-06-08 03:35:57.749 [DefaultDispatcher-worker-3 @coroutine#55] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:39041/resources/lesson001.json 2026-06-08 03:35:57.752 [DefaultDispatcher-worker-3 @coroutine#55] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class kotlinx.serialization.json.JsonObject for http://localhost:39041/resources/lesson001.json. 2026-06-08 03:36:00.217 [Test worker @coroutine#65] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:00.245 [Test worker @coroutine#65] INFO io.ktor.server.Application - Application started in 0.246 seconds. 2026-06-08 03:36:00.254 [DefaultDispatcher-worker-2 @coroutine#74] INFO io.ktor.server.Application - Responding at http://0.0.0.0:43575 2026-06-08 03:36:00.269 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:43575/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:00.269 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:43575/api/school/respect/schoolpermissiongrant. 2026-06-08 03:36:00.270 [Test worker @coroutine#65] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:43575/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:00.282 [eventLoopGroupProxy-13-1 @call-handler#78] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, schoolpermissiongrant] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/person /api/school/respect/schoolpermissiongrant, segment:4 -> SUCCESS @ /api/school/respect/schoolpermissiongrant /api/school/respect/schoolpermissiongrant/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/schoolpermissiongrant/(method:GET) Matched routes: "" -> "api" -> "school" -> "respect" -> "schoolpermissiongrant" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/schoolpermissiongrant/(method:GET) 2026-06-08 03:36:00.332 [Test worker @coroutine#65] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:43575/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:00.337 [Test worker @coroutine#65] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:43575/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:00.337 [Test worker @coroutine#65] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:43575/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:00.340 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:43575/api/school/respect/schoolpermissiongrant. 2026-06-08 03:36:00.556 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.557 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:43575/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:00.557 [Test worker @coroutine#65] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.562 [eventLoopGroupProxy-13-1 @call-handler#84] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) /api/school/respect/schoolpermissiongrant, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/schoolpermissiongrant Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:00.606 [Test worker @coroutine#65] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.607 [Test worker @coroutine#65] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.607 [Test worker @coroutine#65] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.609 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:43575/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:00.634 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.634 [Test worker @coroutine#65] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:43575/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:00.634 [Test worker @coroutine#65] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.642 [eventLoopGroupProxy-13-1 @call-handler#90] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) /api/school/respect/schoolpermissiongrant, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/schoolpermissiongrant Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:00.648 [DefaultDispatcher-worker-7 @call-handler#90] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from HttpStatusCode to OutgoingContent for the GET /api/school/respect/person?includeRelated=false request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType]. 2026-06-08 03:36:00.651 [Test worker @coroutine#65] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.652 [Test worker @coroutine#65] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:00.652 [Test worker @coroutine#65] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:43575/api/school/respect/person?includeRelated=false 2026-06-08 03:36:02.879 [Test worker @coroutine#94] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:02.881 [Test worker @coroutine#94] INFO io.ktor.server.Application - Application started in 0.06 seconds. 2026-06-08 03:36:02.884 [DefaultDispatcher-worker-7 @coroutine#103] INFO io.ktor.server.Application - Responding at http://0.0.0.0:45279 2026-06-08 03:36:02.886 [Test worker @coroutine#94] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:45279/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:02.886 [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://localhost:45279/api/school/respect/schoolpermissiongrant. 2026-06-08 03:36:02.886 [Test worker @coroutine#94] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45279/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:02.892 [eventLoopGroupProxy-16-1 @call-handler#107] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, schoolpermissiongrant] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/person /api/school/respect/schoolpermissiongrant, segment:4 -> SUCCESS @ /api/school/respect/schoolpermissiongrant /api/school/respect/schoolpermissiongrant/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/schoolpermissiongrant/(method:GET) Matched routes: "" -> "api" -> "school" -> "respect" -> "schoolpermissiongrant" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/schoolpermissiongrant/(method:GET) 2026-06-08 03:36:02.896 [Test worker @coroutine#94] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:45279/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:02.897 [Test worker @coroutine#94] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45279/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:02.897 [Test worker @coroutine#94] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45279/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:02.898 [Test worker @coroutine#94] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:45279/api/school/respect/schoolpermissiongrant. 2026-06-08 03:36:02.982 [DefaultDispatcher-worker-6 @coroutine#113] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:45279/api/school/respect/person?includeDeleted=true&includeRelated=false&offset=0&limit=100 2026-06-08 03:36:02.982 [DefaultDispatcher-worker-6 @coroutine#113] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:45279/api/school/respect/person?includeDeleted=true&includeRelated=false&offset=0&limit=100. 2026-06-08 03:36:02.982 [DefaultDispatcher-worker-6 @coroutine#113] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:45279/api/school/respect/person?includeDeleted=true&includeRelated=false&offset=0&limit=100 2026-06-08 03:36:02.988 [eventLoopGroupProxy-16-1 @call-handler#117] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) /api/school/respect/schoolpermissiongrant, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/schoolpermissiongrant Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:02.994 [DefaultDispatcher-worker-2 @coroutine#113] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:45279/api/school/respect/person?includeDeleted=true&includeRelated=false&offset=0&limit=100 2026-06-08 03:36:02.994 [DefaultDispatcher-worker-2 @coroutine#113] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:45279/api/school/respect/person?includeDeleted=true&includeRelated=false&offset=0&limit=100 2026-06-08 03:36:02.994 [DefaultDispatcher-worker-2 @coroutine#113] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:45279/api/school/respect/person?includeDeleted=true&includeRelated=false&offset=0&limit=100 2026-06-08 03:36:02.999 [DefaultDispatcher-worker-2 @coroutine#113] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:45279/api/school/respect/person?includeDeleted=true&includeRelated=false&offset=0&limit=100. 2026-06-08 03:36:05.217 [Test worker @coroutine#122] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:05.222 [Test worker @coroutine#122] INFO io.ktor.server.Application - Application started in 0.061 seconds. 2026-06-08 03:36:05.245 [DefaultDispatcher-worker-2 @coroutine#131] INFO io.ktor.server.Application - Responding at http://0.0.0.0:40051 2026-06-08 03:36:05.255 [Test worker @coroutine#122] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:40051/api/school/respect/person?includeRelated=false 2026-06-08 03:36:05.255 [Test worker @coroutine#122] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:40051/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:05.255 [Test worker @coroutine#122] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40051/api/school/respect/person?includeRelated=false 2026-06-08 03:36:05.270 [eventLoopGroupProxy-19-1 @call-handler#136] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:05.304 [Test worker @coroutine#122] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:40051/api/school/respect/person?includeRelated=false 2026-06-08 03:36:05.305 [Test worker @coroutine#122] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40051/api/school/respect/person?includeRelated=false 2026-06-08 03:36:05.305 [Test worker @coroutine#122] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40051/api/school/respect/person?includeRelated=false 2026-06-08 03:36:05.310 [Test worker @coroutine#122] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:40051/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:05.451 [Test worker @coroutine#122] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:40051/api/school/respect/person?since=2026-06-07T23%3A36%3A05.270818375Z&includeRelated=false 2026-06-08 03:36:05.451 [Test worker @coroutine#122] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:40051/api/school/respect/person?since=2026-06-07T23%3A36%3A05.270818375Z&includeRelated=false. 2026-06-08 03:36:05.451 [Test worker @coroutine#122] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:40051/api/school/respect/person?since=2026-06-07T23%3A36%3A05.270818375Z&includeRelated=false 2026-06-08 03:36:05.467 [eventLoopGroupProxy-19-1 @call-handler#142] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:05.475 [Test worker @coroutine#122] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:40051/api/school/respect/person?since=2026-06-07T23%3A36%3A05.270818375Z&includeRelated=false 2026-06-08 03:36:05.476 [Test worker @coroutine#122] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:40051/api/school/respect/person?since=2026-06-07T23%3A36%3A05.270818375Z&includeRelated=false 2026-06-08 03:36:05.481 [Test worker @coroutine#122] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:40051/api/school/respect/person?since=2026-06-07T23%3A36%3A05.270818375Z&includeRelated=false 2026-06-08 03:36:05.483 [Test worker @coroutine#122] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:40051/api/school/respect/person?since=2026-06-07T23%3A36%3A05.270818375Z&includeRelated=false. 2026-06-08 03:36:07.723 [Test worker @coroutine#148] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:07.724 [Test worker @coroutine#148] INFO io.ktor.server.Application - Application started in 0.044 seconds. 2026-06-08 03:36:07.725 [DefaultDispatcher-worker-2 @coroutine#157] INFO io.ktor.server.Application - Responding at http://0.0.0.0:35735 2026-06-08 03:36:07.791 [DefaultDispatcher-worker-4 @coroutine#155] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:35735/api/school/respect/person 2026-06-08 03:36:07.794 [DefaultDispatcher-worker-4 @coroutine#155] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@4c01fa16 for http://localhost:35735/api/school/respect/person 2026-06-08 03:36:07.796 [DefaultDispatcher-worker-4 @coroutine#155] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35735/api/school/respect/person 2026-06-08 03:36:07.806 [DefaultDispatcher-worker-4 @coroutine#155] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:35735/api/school/respect/person from class io.ktor.http.content.TextContent 2026-06-08 03:36:07.825 [eventLoopGroupProxy-22-1 @call-handler#167] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> SUCCESS @ /api/school/respect/person/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:POST)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:POST) 2026-06-08 03:36:07.840 [eventLoopGroupProxy-22-1 @call-handler#167] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteChannel and expected type TypeInfo(kotlin.collections.List) for call /api/school/respect/person 2026-06-08 03:36:07.851 [DefaultDispatcher-worker-2 @call-handler#167] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from HttpStatusCode to OutgoingContent for the POST /api/school/respect/person request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType]. 2026-06-08 03:36:07.853 [DefaultDispatcher-worker-1 @coroutine#155] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:35735/api/school/respect/person 2026-06-08 03:36:07.853 [DefaultDispatcher-worker-1 @coroutine#155] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35735/api/school/respect/person 2026-06-08 03:36:07.853 [DefaultDispatcher-worker-1 @coroutine#155] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35735/api/school/respect/person 2026-06-08 03:36:10.039 [Test worker @coroutine#172] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:10.041 [Test worker @coroutine#172] INFO io.ktor.server.Application - Application started in 0.05 seconds. 2026-06-08 03:36:10.043 [DefaultDispatcher-worker-1 @coroutine#181] INFO io.ktor.server.Application - Responding at http://0.0.0.0:41979 2026-06-08 03:36:10.044 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:41979/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:10.044 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:41979/api/school/respect/schoolpermissiongrant. 2026-06-08 03:36:10.044 [Test worker @coroutine#172] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:41979/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:10.047 [eventLoopGroupProxy-25-1 @call-handler#185] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, schoolpermissiongrant] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/person /api/school/respect/schoolpermissiongrant, segment:4 -> SUCCESS @ /api/school/respect/schoolpermissiongrant /api/school/respect/schoolpermissiongrant/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/schoolpermissiongrant/(method:GET) Matched routes: "" -> "api" -> "school" -> "respect" -> "schoolpermissiongrant" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/schoolpermissiongrant/(method:GET) 2026-06-08 03:36:10.051 [Test worker @coroutine#172] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:41979/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:10.051 [Test worker @coroutine#172] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:41979/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:10.051 [Test worker @coroutine#172] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:41979/api/school/respect/schoolpermissiongrant 2026-06-08 03:36:10.051 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:41979/api/school/respect/schoolpermissiongrant. 2026-06-08 03:36:10.127 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:10.127 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:41979/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:10.127 [Test worker @coroutine#172] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:10.132 [eventLoopGroupProxy-25-1 @call-handler#191] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) /api/school/respect/schoolpermissiongrant, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/schoolpermissiongrant Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:10.166 [Test worker @coroutine#172] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:10.167 [Test worker @coroutine#172] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:10.167 [Test worker @coroutine#172] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:10.171 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:41979/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:12.181 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:12.181 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:41979/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:12.181 [Test worker @coroutine#172] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:12.188 [eventLoopGroupProxy-25-1 @call-handler#198] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) /api/school/respect/schoolpermissiongrant, segment:3 -> FAILURE "Selector didn't match" @ /api/school/respect/schoolpermissiongrant Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:12.193 [Test worker @coroutine#172] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:12.193 [Test worker @coroutine#172] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:12.195 [Test worker @coroutine#172] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:41979/api/school/respect/person?includeRelated=false 2026-06-08 03:36:12.196 [Test worker @coroutine#172] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:41979/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:14.362 [Test worker @coroutine#204] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:14.364 [Test worker @coroutine#204] INFO io.ktor.server.Application - Application started in 0.05 seconds. 2026-06-08 03:36:14.368 [DefaultDispatcher-worker-7 @coroutine#213] INFO io.ktor.server.Application - Responding at http://0.0.0.0:39505 2026-06-08 03:36:14.379 [Test worker @coroutine#204] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:39505/api/school/respect/person?includeRelated=false 2026-06-08 03:36:14.380 [Test worker @coroutine#204] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:39505/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:14.380 [Test worker @coroutine#204] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:39505/api/school/respect/person?includeRelated=false 2026-06-08 03:36:14.398 [eventLoopGroupProxy-28-1 @call-handler#218] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:14.406 [Test worker @coroutine#204] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:39505/api/school/respect/person?includeRelated=false 2026-06-08 03:36:14.406 [Test worker @coroutine#204] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:39505/api/school/respect/person?includeRelated=false 2026-06-08 03:36:14.406 [Test worker @coroutine#204] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:39505/api/school/respect/person?includeRelated=false 2026-06-08 03:36:14.409 [Test worker @coroutine#204] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:39505/api/school/respect/person?includeRelated=false. 2026-06-08 03:36:14.475 [Test worker @coroutine#204] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:39505/api/school/respect/person?since=2026-06-07T23%3A36%3A14.399360027Z&includeRelated=false 2026-06-08 03:36:14.475 [Test worker @coroutine#204] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:39505/api/school/respect/person?since=2026-06-07T23%3A36%3A14.399360027Z&includeRelated=false. 2026-06-08 03:36:14.475 [Test worker @coroutine#204] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:39505/api/school/respect/person?since=2026-06-07T23%3A36%3A14.399360027Z&includeRelated=false 2026-06-08 03:36:14.481 [eventLoopGroupProxy-28-1 @call-handler#225] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, person] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/person, segment:4 -> SUCCESS @ /api/school/respect/person /api/school/respect/person/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/person/(method:GET) /api/school/respect/person/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/person/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "person" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/person/(method:GET) 2026-06-08 03:36:14.490 [Test worker @coroutine#204] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:39505/api/school/respect/person?since=2026-06-07T23%3A36%3A14.399360027Z&includeRelated=false 2026-06-08 03:36:14.493 [Test worker @coroutine#204] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:39505/api/school/respect/person?since=2026-06-07T23%3A36%3A14.399360027Z&includeRelated=false 2026-06-08 03:36:14.493 [Test worker @coroutine#204] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:39505/api/school/respect/person?since=2026-06-07T23%3A36%3A14.399360027Z&includeRelated=false 2026-06-08 03:36:14.494 [Test worker @coroutine#204] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:39505/api/school/respect/person?since=2026-06-07T23%3A36%3A14.399360027Z&includeRelated=false. 2026-06-08 03:36:16.655 [Test worker @coroutine#231] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:16.657 [Test worker @coroutine#231] INFO io.ktor.server.Application - Application started in 0.046 seconds. 2026-06-08 03:36:16.659 [DefaultDispatcher-worker-5 @coroutine#241] INFO io.ktor.server.Application - Responding at http://0.0.0.0:35273 2026-06-08 03:36:16.661 [Test worker @coroutine#231] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:35273/playlist/9f12df4c-1c60-4c75-a338-4accb2f49f75 2026-06-08 03:36:16.661 [Test worker @coroutine#231] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:35273/playlist/9f12df4c-1c60-4c75-a338-4accb2f49f75. 2026-06-08 03:36:16.661 [Test worker @coroutine#231] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:35273/playlist/9f12df4c-1c60-4c75-a338-4accb2f49f75 2026-06-08 03:36:16.665 [eventLoopGroupProxy-31-1 @call-handler#245] TRACE io.ktor.server.routing.Routing - Trace for [playlist, 9f12df4c-1c60-4c75-a338-4accb2f49f75] /, segment:0 -> SUCCESS @ / /playlist, segment:1 -> SUCCESS @ /playlist /playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[9f12df4c-1c60-4c75-a338-4accb2f49f75]] @ /playlist/{uuid} /playlist/{uuid}/(method:GET), segment:2 -> SUCCESS @ /playlist/{uuid}/(method:GET) /playlist/{uuid}/(method:POST), segment:2 -> FAILURE "Selector didn't match" @ /playlist/{uuid}/(method:POST) Matched routes: "" -> "playlist" -> "{uuid}" -> "(method:GET)" Routing resolve result: SUCCESS; Parameters [uuid=[9f12df4c-1c60-4c75-a338-4accb2f49f75]] @ /playlist/{uuid}/(method:GET) 2026-06-08 03:36:16.674 [Test worker @coroutine#231] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:35273/playlist/9f12df4c-1c60-4c75-a338-4accb2f49f75 2026-06-08 03:36:16.674 [Test worker @coroutine#231] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:35273/playlist/9f12df4c-1c60-4c75-a338-4accb2f49f75 2026-06-08 03:36:16.674 [Test worker @coroutine#231] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:35273/playlist/9f12df4c-1c60-4c75-a338-4accb2f49f75 2026-06-08 03:36:16.675 [Test worker @coroutine#231] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class world.respect.lib.opds.model.OpdsFeed for http://localhost:35273/playlist/9f12df4c-1c60-4c75-a338-4accb2f49f75. 2026-06-08 03:36:18.929 [Test worker @coroutine#249] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:18.930 [Test worker @coroutine#249] INFO io.ktor.server.Application - Application started in 0.047 seconds. 2026-06-08 03:36:18.932 [DefaultDispatcher-worker-3 @coroutine#258] INFO io.ktor.server.Application - Responding at http://0.0.0.0:37987 2026-06-08 03:36:18.992 [DefaultDispatcher-worker-2 @coroutine#256] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:37987/playlist/e9ec780f-0977-46ae-895e-e771fa503240 2026-06-08 03:36:18.993 [DefaultDispatcher-worker-2 @coroutine#256] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@54055470 for http://localhost:37987/playlist/e9ec780f-0977-46ae-895e-e771fa503240 2026-06-08 03:36:19.000 [DefaultDispatcher-worker-2 @coroutine#256] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:37987/playlist/e9ec780f-0977-46ae-895e-e771fa503240 2026-06-08 03:36:19.001 [DefaultDispatcher-worker-2 @coroutine#256] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:37987/playlist/e9ec780f-0977-46ae-895e-e771fa503240 from class io.ktor.http.content.TextContent 2026-06-08 03:36:19.027 [eventLoopGroupProxy-34-1 @call-handler#266] TRACE io.ktor.server.routing.Routing - Trace for [playlist, e9ec780f-0977-46ae-895e-e771fa503240] /, segment:0 -> SUCCESS @ / /playlist, segment:1 -> SUCCESS @ /playlist /playlist/{uuid}, segment:2 -> SUCCESS; Parameters [uuid=[e9ec780f-0977-46ae-895e-e771fa503240]] @ /playlist/{uuid} /playlist/{uuid}/(method:GET), segment:2 -> FAILURE "Selector didn't match" @ /playlist/{uuid}/(method:GET) /playlist/{uuid}/(method:POST), segment:2 -> SUCCESS @ /playlist/{uuid}/(method:POST) Matched routes: "" -> "playlist" -> "{uuid}" -> "(method:POST)" Routing resolve result: SUCCESS; Parameters [uuid=[e9ec780f-0977-46ae-895e-e771fa503240]] @ /playlist/{uuid}/(method:POST) 2026-06-08 03:36:19.028 [eventLoopGroupProxy-34-1 @call-handler#266] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteChannel and expected type TypeInfo(world.respect.lib.opds.model.OpdsFeed) for call /playlist/e9ec780f-0977-46ae-895e-e771fa503240 2026-06-08 03:36:19.030 [DefaultDispatcher-worker-2 @call-handler#266] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from HttpStatusCode to OutgoingContent for the POST /playlist/e9ec780f-0977-46ae-895e-e771fa503240 request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType]. 2026-06-08 03:36:19.037 [DefaultDispatcher-worker-8 @coroutine#256] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:37987/playlist/e9ec780f-0977-46ae-895e-e771fa503240 2026-06-08 03:36:19.048 [DefaultDispatcher-worker-8 @coroutine#256] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:37987/playlist/e9ec780f-0977-46ae-895e-e771fa503240 2026-06-08 03:36:19.048 [DefaultDispatcher-worker-8 @coroutine#256] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:37987/playlist/e9ec780f-0977-46ae-895e-e771fa503240 2026-06-08 03:36:21.222 [Test worker @coroutine#271] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:21.225 [Test worker @coroutine#271] INFO io.ktor.server.Application - Application started in 0.061 seconds. 2026-06-08 03:36:21.227 [DefaultDispatcher-worker-8 @coroutine#279] INFO io.ktor.server.Application - Responding at http://0.0.0.0:34477 2026-06-08 03:36:21.295 [Test worker @coroutine#271] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.295 [Test worker @coroutine#271] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:21.295 [Test worker @coroutine#271] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.300 [eventLoopGroupProxy-37-1 @call-handler#286] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:21.306 [Test worker @coroutine#271] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.306 [Test worker @coroutine#271] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.306 [Test worker @coroutine#271] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.308 [Test worker @coroutine#271] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:21.316 [Test worker @coroutine#271] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.317 [Test worker @coroutine#271] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:21.317 [Test worker @coroutine#271] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.319 [eventLoopGroupProxy-37-1 @call-handler#291] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:21.319 [DefaultDispatcher-worker-14 @call-handler#291] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from HttpStatusCode to OutgoingContent for the GET /api/school/respect/SchoolConfigSetting?keys=test-key request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType]. 2026-06-08 03:36:21.321 [Test worker @coroutine#271] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.321 [Test worker @coroutine#271] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:21.321 [Test worker @coroutine#271] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:34477/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:23.446 [Test worker @coroutine#294] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:23.447 [Test worker @coroutine#294] INFO io.ktor.server.Application - Application started in 0.059 seconds. 2026-06-08 03:36:23.448 [DefaultDispatcher-worker-4 @coroutine#303] INFO io.ktor.server.Application - Responding at http://0.0.0.0:34445 2026-06-08 03:36:23.507 [Test worker @coroutine#294] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:34445/api/school/respect/SchoolConfigSetting?keys=guid-test-key 2026-06-08 03:36:23.507 [Test worker @coroutine#294] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:34445/api/school/respect/SchoolConfigSetting?keys=guid-test-key. 2026-06-08 03:36:23.507 [Test worker @coroutine#294] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:34445/api/school/respect/SchoolConfigSetting?keys=guid-test-key 2026-06-08 03:36:23.513 [eventLoopGroupProxy-40-1 @call-handler#310] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:23.515 [Test worker @coroutine#294] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:34445/api/school/respect/SchoolConfigSetting?keys=guid-test-key 2026-06-08 03:36:23.515 [Test worker @coroutine#294] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:34445/api/school/respect/SchoolConfigSetting?keys=guid-test-key 2026-06-08 03:36:23.515 [Test worker @coroutine#294] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:34445/api/school/respect/SchoolConfigSetting?keys=guid-test-key 2026-06-08 03:36:23.516 [Test worker @coroutine#294] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:34445/api/school/respect/SchoolConfigSetting?keys=guid-test-key. 2026-06-08 03:36:25.643 [Test worker @coroutine#315] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:25.644 [Test worker @coroutine#315] INFO io.ktor.server.Application - Application started in 0.049 seconds. 2026-06-08 03:36:25.653 [DefaultDispatcher-worker-4 @coroutine#324] INFO io.ktor.server.Application - Responding at http://0.0.0.0:37539 2026-06-08 03:36:25.711 [DefaultDispatcher-worker-15 @coroutine#322] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:37539/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:25.711 [DefaultDispatcher-worker-15 @coroutine#322] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@74b07be6 for http://localhost:37539/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:25.711 [DefaultDispatcher-worker-15 @coroutine#322] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:37539/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:25.711 [DefaultDispatcher-worker-15 @coroutine#322] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:37539/api/school/respect/SchoolConfigSetting from class io.ktor.http.content.TextContent 2026-06-08 03:36:25.728 [eventLoopGroupProxy-43-1 @call-handler#334] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:POST)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:POST) 2026-06-08 03:36:25.728 [eventLoopGroupProxy-43-1 @call-handler#334] TRACE i.k.server.engine.DefaultTransform - No Default Transformations found for class io.ktor.utils.io.ByteChannel and expected type TypeInfo(kotlin.collections.List) for call /api/school/respect/SchoolConfigSetting 2026-06-08 03:36:25.729 [DefaultDispatcher-worker-11 @call-handler#334] TRACE i.k.s.p.c.ContentNegotiation - Skipping response body transformation from HttpStatusCode to OutgoingContent for the POST /api/school/respect/SchoolConfigSetting request because the HttpStatusCode type is ignored. See [ContentNegotiationConfig::ignoreType]. 2026-06-08 03:36:25.731 [DefaultDispatcher-worker-10 @coroutine#322] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:37539/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:25.731 [DefaultDispatcher-worker-10 @coroutine#322] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:37539/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:25.731 [DefaultDispatcher-worker-10 @coroutine#322] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:37539/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:27.908 [Test worker @coroutine#339] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:27.909 [Test worker @coroutine#339] INFO io.ktor.server.Application - Application started in 0.053 seconds. 2026-06-08 03:36:27.914 [DefaultDispatcher-worker-10 @coroutine#348] INFO io.ktor.server.Application - Responding at http://0.0.0.0:36449 2026-06-08 03:36:27.961 [DefaultDispatcher-worker-8 @coroutine#346] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:36449/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:27.961 [DefaultDispatcher-worker-8 @coroutine#346] TRACE i.k.c.p.c.ContentNegotiation - Converted request body using io.ktor.serialization.kotlinx.KotlinxSerializationConverter@333f62ed for http://localhost:36449/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:27.961 [DefaultDispatcher-worker-8 @coroutine#346] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:36449/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:27.961 [DefaultDispatcher-worker-8 @coroutine#346] TRACE i.k.c.plugins.defaultTransformers - Transformed with default transformers request body for http://localhost:36449/api/school/respect/SchoolConfigSetting from class io.ktor.http.content.TextContent 2026-06-08 03:36:28.079 [DefaultDispatcher-worker-10 @coroutine#346] TRACE i.k.client.plugins.HttpCallValidator - Processing exception java.net.SocketException: Connection reset for request http://localhost:36449/api/school/respect/SchoolConfigSetting 2026-06-08 03:36:30.193 [Test worker @coroutine#357] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:30.194 [Test worker @coroutine#357] INFO io.ktor.server.Application - Application started in 0.053 seconds. 2026-06-08 03:36:30.195 [DefaultDispatcher-worker-8 @coroutine#366] INFO io.ktor.server.Application - Responding at http://0.0.0.0:41875 2026-06-08 03:36:30.268 [Test worker @coroutine#357] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:41875/api/school/respect/SchoolConfigSetting?keys=guid-cached-key 2026-06-08 03:36:30.268 [Test worker @coroutine#357] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:41875/api/school/respect/SchoolConfigSetting?keys=guid-cached-key. 2026-06-08 03:36:30.268 [Test worker @coroutine#357] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:41875/api/school/respect/SchoolConfigSetting?keys=guid-cached-key 2026-06-08 03:36:30.272 [eventLoopGroupProxy-49-1 @call-handler#373] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:30.275 [Test worker @coroutine#357] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:41875/api/school/respect/SchoolConfigSetting?keys=guid-cached-key 2026-06-08 03:36:30.276 [Test worker @coroutine#357] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:41875/api/school/respect/SchoolConfigSetting?keys=guid-cached-key 2026-06-08 03:36:30.276 [Test worker @coroutine#357] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:41875/api/school/respect/SchoolConfigSetting?keys=guid-cached-key 2026-06-08 03:36:30.277 [Test worker @coroutine#357] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:41875/api/school/respect/SchoolConfigSetting?keys=guid-cached-key. 2026-06-08 03:36:32.387 [Test worker @coroutine#378] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:32.388 [Test worker @coroutine#378] INFO io.ktor.server.Application - Application started in 0.04 seconds. 2026-06-08 03:36:32.389 [DefaultDispatcher-worker-4 @coroutine#387] INFO io.ktor.server.Application - Responding at http://0.0.0.0:44831 2026-06-08 03:36:32.429 [Test worker @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:44831/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:32.429 [Test worker @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:44831/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:32.429 [Test worker @coroutine#378] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:44831/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:32.432 [eventLoopGroupProxy-52-1 @call-handler#394] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:32.433 [Test worker @coroutine#378] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:44831/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:32.434 [Test worker @coroutine#378] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:44831/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:32.434 [Test worker @coroutine#378] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:44831/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:32.434 [Test worker @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:44831/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:32.436 [Test worker @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:44831/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A32.432285800Z&keys=test-key 2026-06-08 03:36:32.436 [Test worker @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:44831/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A32.432285800Z&keys=test-key. 2026-06-08 03:36:32.436 [Test worker @coroutine#378] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:44831/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A32.432285800Z&keys=test-key 2026-06-08 03:36:32.437 [eventLoopGroupProxy-52-1 @call-handler#399] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:32.438 [Test worker @coroutine#378] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:44831/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A32.432285800Z&keys=test-key 2026-06-08 03:36:32.439 [Test worker @coroutine#378] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:44831/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A32.432285800Z&keys=test-key 2026-06-08 03:36:32.439 [Test worker @coroutine#378] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:44831/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A32.432285800Z&keys=test-key 2026-06-08 03:36:32.439 [Test worker @coroutine#378] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:44831/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A32.432285800Z&keys=test-key. 2026-06-08 03:36:34.593 [Test worker @coroutine#403] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:34.594 [Test worker @coroutine#403] INFO io.ktor.server.Application - Application started in 0.052 seconds. 2026-06-08 03:36:34.595 [DefaultDispatcher-worker-14 @coroutine#412] INFO io.ktor.server.Application - Responding at http://0.0.0.0:41127 2026-06-08 03:36:34.638 [Test worker @coroutine#403] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:34.638 [Test worker @coroutine#403] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:34.638 [Test worker @coroutine#403] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:34.641 [eventLoopGroupProxy-55-1 @call-handler#419] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:34.644 [Test worker @coroutine#403] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:34.644 [Test worker @coroutine#403] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:34.644 [Test worker @coroutine#403] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:34.645 [Test worker @coroutine#403] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:36.667 [Test worker @coroutine#403] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:36.667 [Test worker @coroutine#403] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:36.667 [Test worker @coroutine#403] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:36.673 [eventLoopGroupProxy-55-1 @call-handler#425] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:36.681 [Test worker @coroutine#403] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:36.681 [Test worker @coroutine#403] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:36.681 [Test worker @coroutine#403] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:36.683 [Test worker @coroutine#403] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:41127/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:38.897 [Test worker @coroutine#430] INFO io.ktor.server.Application - Autoreload is disabled because the development mode is off. 2026-06-08 03:36:38.898 [Test worker @coroutine#430] INFO io.ktor.server.Application - Application started in 0.061 seconds. 2026-06-08 03:36:38.902 [DefaultDispatcher-worker-11 @coroutine#439] INFO io.ktor.server.Application - Responding at http://0.0.0.0:37977 2026-06-08 03:36:38.982 [Test worker @coroutine#430] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:37977/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:38.982 [Test worker @coroutine#430] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:37977/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:38.982 [Test worker @coroutine#430] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:37977/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:39.001 [eventLoopGroupProxy-58-1 @call-handler#446] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:39.004 [Test worker @coroutine#430] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:37977/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:39.004 [Test worker @coroutine#430] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:37977/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:39.004 [Test worker @coroutine#430] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:37977/api/school/respect/SchoolConfigSetting?keys=test-key 2026-06-08 03:36:39.005 [Test worker @coroutine#430] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:37977/api/school/respect/SchoolConfigSetting?keys=test-key. 2026-06-08 03:36:39.009 [Test worker @coroutine#430] TRACE i.k.c.p.c.ContentNegotiation - Adding Accept=application/json header for http://localhost:37977/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A39.001475947Z&keys=test-key 2026-06-08 03:36:39.009 [Test worker @coroutine#430] TRACE i.k.c.p.c.ContentNegotiation - Body type class io.ktor.client.utils.EmptyContent is in ignored types. Skipping ContentNegotiation for http://localhost:37977/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A39.001475947Z&keys=test-key. 2026-06-08 03:36:39.009 [Test worker @coroutine#430] TRACE i.ktor.client.plugins.HttpPlainText - Adding Accept-Charset=UTF-8 to http://localhost:37977/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A39.001475947Z&keys=test-key 2026-06-08 03:36:39.011 [eventLoopGroupProxy-58-1 @call-handler#452] TRACE io.ktor.server.routing.Routing - Trace for [api, school, respect, SchoolConfigSetting] /, segment:0 -> SUCCESS @ / /api, segment:1 -> SUCCESS @ /api /api/school, segment:2 -> SUCCESS @ /api/school /api/school/respect, segment:3 -> SUCCESS @ /api/school/respect /api/school/respect/SchoolConfigSetting, segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting /api/school/respect/SchoolConfigSetting/(method:GET), segment:4 -> SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) /api/school/respect/SchoolConfigSetting/(method:POST), segment:4 -> FAILURE "Selector didn't match" @ /api/school/respect/SchoolConfigSetting/(method:POST) Matched routes: "" -> "api" -> "school" -> "respect" -> "SchoolConfigSetting" -> "(method:GET)" Routing resolve result: SUCCESS @ /api/school/respect/SchoolConfigSetting/(method:GET) 2026-06-08 03:36:39.012 [Test worker @coroutine#430] TRACE io.ktor.client.plugins.SaveBody - Saving body for http://localhost:37977/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A39.001475947Z&keys=test-key 2026-06-08 03:36:39.012 [Test worker @coroutine#430] TRACE i.k.client.plugins.HttpCallValidator - Validating response for request http://localhost:37977/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A39.001475947Z&keys=test-key 2026-06-08 03:36:39.012 [Test worker @coroutine#430] TRACE i.k.c.p.DefaultResponseValidation - Skipping default response validation for http://localhost:37977/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A39.001475947Z&keys=test-key 2026-06-08 03:36:39.013 [Test worker @coroutine#430] TRACE i.k.c.p.c.ContentNegotiation - Response body was converted to class java.util.ArrayList for http://localhost:37977/api/school/respect/SchoolConfigSetting?since=2026-06-07T23%3A36%3A39.001475947Z&keys=test-key.